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
- (::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=
def bucket_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
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.