Class: Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2CategoricalStatsResult

Returns a new instance of GooglePrivacyDlpV2CategoricalStatsResult.



591
592
593
# File 'generated/google/apis/dlp_v2/classes.rb', line 591

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#value_frequency_histogram_bucketsArray<Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket>

Histogram of value frequencies in the column. Corresponds to the JSON property valueFrequencyHistogramBuckets



589
590
591
# File 'generated/google/apis/dlp_v2/classes.rb', line 589

def value_frequency_histogram_buckets
  @value_frequency_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



596
597
598
# File 'generated/google/apis/dlp_v2/classes.rb', line 596

def update!(**args)
  @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets)
end