Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::CategoricalStatsResult::CategoricalStatsHistogramBucket (v0.11.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

def bucket_size() -> ::Integer
Returns
  • (::Integer) — Total number of values in this bucket.

#bucket_size=

def bucket_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

def bucket_value_count() -> ::Integer
Returns
  • (::Integer) — Total number of distinct values in this bucket.

#bucket_value_count=

def bucket_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

def bucket_values() -> ::Array<::Google::Cloud::Dlp::V2::ValueFrequency>
Returns

#bucket_values=

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

#value_frequency_lower_bound

def value_frequency_lower_bound() -> ::Integer
Returns
  • (::Integer) — Lower bound on the value frequency of the values in this bucket.

#value_frequency_lower_bound=

def value_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

def value_frequency_upper_bound() -> ::Integer
Returns
  • (::Integer) — Upper bound on the value frequency of the values in this bucket.

#value_frequency_upper_bound=

def value_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.