Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CategoricalStatsResult
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CategoricalStatsResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/representations.rb
Overview
Result of the categorical stats computation.
Instance Attribute Summary collapse
-
#value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CategoricalStatsHistogramBucket>
Histogram of value frequencies in the column.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CategoricalStatsResult
constructor
A new instance of GooglePrivacyDlpV2beta1CategoricalStatsResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta1CategoricalStatsResult
Returns a new instance of GooglePrivacyDlpV2beta1CategoricalStatsResult
199 200 201 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 199 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value_frequency_histogram_buckets ⇒ Array<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta1CategoricalStatsHistogramBucket>
Histogram of value frequencies in the column.
Corresponds to the JSON property valueFrequencyHistogramBuckets
197 198 199 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 197 def value_frequency_histogram_buckets @value_frequency_histogram_buckets end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
204 205 206 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 204 def update!(**args) @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets) end |