Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
 generated/google/apis/dlp_v2/representations.rb,
 generated/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. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2CategoricalStatsResult
Returns a new instance of GooglePrivacyDlpV2CategoricalStatsResult
| 489 490 491 | # File 'generated/google/apis/dlp_v2/classes.rb', line 489 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
| 487 488 489 | # File 'generated/google/apis/dlp_v2/classes.rb', line 487 def value_frequency_histogram_buckets @value_frequency_histogram_buckets end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 494 495 496 | # File 'generated/google/apis/dlp_v2/classes.rb', line 494 def update!(**args) @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets) end |