Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket (v1.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket.
Histogram of value frequencies in the column.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bucket_size
defbucket_size()->::Integer
Returns
- (::Integer) — Total number of values in this bucket.
#bucket_size=
defbucket_size=(value)->::Integer
Parameter
- value (::Integer) — Total number of values in this bucket.
Returns
- (::Integer) — Total number of values in this bucket.
#bucket_value_count
defbucket_value_count()->::Integer
Returns
- (::Integer) — Total number of distinct values in this bucket.
#bucket_value_count=
defbucket_value_count=(value)->::Integer
Parameter
- value (::Integer) — Total number of distinct values in this bucket.
Returns
- (::Integer) — Total number of distinct values in this bucket.
#bucket_values
defbucket_values()->::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Returns
- (::Array<::Google::Cloud::Dlp::V2::ValueFrequency>) — Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
#bucket_values=
defbucket_values=(value)->::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::ValueFrequency>) — Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
Returns
- (::Array<::Google::Cloud::Dlp::V2::ValueFrequency>) — Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.
#value_frequency_lower_bound
defvalue_frequency_lower_bound()->::Integer
Returns
- (::Integer) — Lower bound on the value frequency of the values in this bucket.
#value_frequency_lower_bound=
defvalue_frequency_lower_bound=(value)->::Integer
Parameter
- value (::Integer) — Lower bound on the value frequency of the values in this bucket.
Returns
- (::Integer) — Lower bound on the value frequency of the values in this bucket.
#value_frequency_upper_bound
defvalue_frequency_upper_bound()->::Integer
Returns
- (::Integer) — Upper bound on the value frequency of the values in this bucket.
#value_frequency_upper_bound=
defvalue_frequency_upper_bound=(value)->::Integer
Parameter
- value (::Integer) — Upper bound on the value frequency of the values in this bucket.
Returns
- (::Integer) — Upper bound on the value frequency of the values in this bucket.