Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket (v1.15.0)

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

#bucket_values=

defbucket_values=(value)->::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Parameter
Returns

#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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.