Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CategoricalStatsResult

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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta2CategoricalStatsResult

Returns a new instance of GooglePrivacyDlpV2beta2CategoricalStatsResult



1923
1924
1925
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1923

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

Instance Attribute Details

#value_frequency_histogram_bucketsArray<Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2CategoricalStatsHistogramBucket>

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



1921
1922
1923
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1921

def value_frequency_histogram_buckets
  @value_frequency_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1928
1929
1930
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1928

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