public static interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBucketSize()
Number of records within these probability bounds.
|
long |
getBucketValueCount()
Total number of distinct quasi-identifier tuple values in this bucket.
|
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues |
getBucketValues(int index)
Sample of quasi-identifier tuple values in this bucket.
|
int |
getBucketValuesCount()
Sample of quasi-identifier tuple values in this bucket.
|
List<AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues> |
getBucketValuesList()
Sample of quasi-identifier tuple values in this bucket.
|
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder |
getBucketValuesOrBuilder(int index)
Sample of quasi-identifier tuple values in this bucket.
|
List<? extends AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesOrBuilder> |
getBucketValuesOrBuilderList()
Sample of quasi-identifier tuple values in this bucket.
|
double |
getMaxProbability()
Always greater than or equal to min_probability.
|
double |
getMinProbability()
Between 0 and 1.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofdouble getMinProbability()
Between 0 and 1.
double min_probability = 1;double getMaxProbability()
Always greater than or equal to min_probability.
double max_probability = 2;long getBucketSize()
Number of records within these probability bounds.
int64 bucket_size = 5;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;
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;
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;
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;
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;
long getBucketValueCount()
Total number of distinct quasi-identifier tuple values in this bucket.
int64 bucket_value_count = 7;Copyright © 2022 Google LLC. All rights reserved.