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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/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.



995
996
997
# File 'lib/google/apis/dlp_v2/classes.rb', line 995

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



993
994
995
# File 'lib/google/apis/dlp_v2/classes.rb', line 993

def value_frequency_histogram_buckets
  @value_frequency_histogram_buckets
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1000
1001
1002
# File 'lib/google/apis/dlp_v2/classes.rb', line 1000

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