public static interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBucketSize()
public abstract long getBucketSize()Number of records within these probability bounds.
int64 bucket_size = 5;
| Type | Description |
| long | The bucketSize. |
getBucketValueCount()
public abstract long getBucketValueCount()Total number of distinct quasi-identifier tuple values in this bucket.
int64 bucket_value_count = 7;
| Type | Description |
| long | The bucketValueCount. |
getBucketValues(int index)
public abstract AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues getBucketValues(int index)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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
| Name | Description |
| index | int |
| Type | Description |
| AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues |
getBucketValuesCount()
public abstract 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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
| Type | Description |
| int |
getBucketValuesList()
public abstract List<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues> getBucketValuesList()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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
| Type | Description |
| List<DeltaPresenceEstimationQuasiIdValues> |
getBucketValuesOrBuilder(int index)
public abstract AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder getBucketValuesOrBuilder(int index)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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
| Name | Description |
| index | int |
| Type | Description |
| AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder |
getBucketValuesOrBuilderList()
public abstract List<? extends AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder> getBucketValuesOrBuilderList()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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder> |
getMaxProbability()
public abstract double getMaxProbability()Always greater than or equal to min_probability.
double max_probability = 2;
| Type | Description |
| double | The maxProbability. |
getMinProbability()
public abstract double getMinProbability()Between 0 and 1.
double min_probability = 1;
| Type | Description |
| double | The minProbability. |