Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityHistogramBucket (v1.11.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityHistogramBucket.

Histogram of k-anonymity equivalence classes.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bucket_size

defbucket_size()->::Integer
Returns
  • (::Integer) — Total number of equivalence classes in this bucket.

#bucket_size=

defbucket_size=(value)->::Integer
Parameter
  • value (::Integer) — Total number of equivalence classes in this bucket.
Returns
  • (::Integer) — Total number of equivalence classes in this bucket.

#bucket_value_count

defbucket_value_count()->::Integer
Returns
  • (::Integer) — Total number of distinct equivalence classes in this bucket.

#bucket_value_count=

defbucket_value_count=(value)->::Integer
Parameter
  • value (::Integer) — Total number of distinct equivalence classes in this bucket.
Returns
  • (::Integer) — Total number of distinct equivalence classes in this bucket.

#bucket_values

defbucket_values()->::Array<::Google::Cloud::Dlp::V2::AnalyzeDataSourceRiskDetails::KAnonymityResult::KAnonymityEquivalenceClass>
Returns

#bucket_values=

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

#equivalence_class_size_lower_bound

defequivalence_class_size_lower_bound()->::Integer
Returns
  • (::Integer) — Lower bound on the size of the equivalence classes in this bucket.

#equivalence_class_size_lower_bound=

defequivalence_class_size_lower_bound=(value)->::Integer
Parameter
  • value (::Integer) — Lower bound on the size of the equivalence classes in this bucket.
Returns
  • (::Integer) — Lower bound on the size of the equivalence classes in this bucket.

#equivalence_class_size_upper_bound

defequivalence_class_size_upper_bound()->::Integer
Returns
  • (::Integer) — Upper bound on the size of the equivalence classes in this bucket.

#equivalence_class_size_upper_bound=

defequivalence_class_size_upper_bound=(value)->::Integer
Parameter
  • value (::Integer) — Upper bound on the size of the equivalence classes in this bucket.
Returns
  • (::Integer) — Upper bound on the size of the equivalence classes 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.