Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb 
Overview
Result of the categorical stats computation.
Instance Attribute Summary collapse
- 
  
    
      #value_frequency_histogram_buckets  ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Histogram of value frequencies in the column.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GooglePrivacyDlpV2CategoricalStatsResult 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of GooglePrivacyDlpV2CategoricalStatsResult.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2CategoricalStatsResult
Returns a new instance of GooglePrivacyDlpV2CategoricalStatsResult.
      849 850 851  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 849 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket>
Histogram of value frequencies in the column.
Corresponds to the JSON property valueFrequencyHistogramBuckets
      847 848 849  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 847 def value_frequency_histogram_buckets @value_frequency_histogram_buckets end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      854 855 856  | 
    
      # File 'lib/google/apis/dlp_v2/classes.rb', line 854 def update!(**args) @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets) end  |