Interface AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationHistogramBucketOrBuilder

    • Method Detail

      • getMinAnonymity

        long getMinAnonymity()
         Always positive.
         
        int64 min_anonymity = 1;
        Returns:
        The minAnonymity.
      • getMaxAnonymity

        long getMaxAnonymity()
         Always greater than or equal to min_anonymity.
         
        int64 max_anonymity = 2;
        Returns:
        The maxAnonymity.
      • getBucketSize

        long getBucketSize()
         Number of records within these anonymity bounds.
         
        int64 bucket_size = 5;
        Returns:
        The bucketSize.
      • getBucketValuesCount

        int getBucketValuesCount()
         Sample of quasi-identifier tuple values in this bucket. The total
         number of classes returned per bucket is capped at 20.
         
        repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.KMapEstimationResult.KMapEstimationQuasiIdValues bucket_values = 6;
      • getBucketValueCount

        long getBucketValueCount()
         Total number of distinct quasi-identifier tuple values in this bucket.
         
        int64 bucket_value_count = 7;
        Returns:
        The bucketValueCount.