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



1996
1997
1998
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1996

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



1994
1995
1996
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 1994

def value_frequency_histogram_buckets
  @value_frequency_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2001
2002
2003
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 2001

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