Package com.google.privacy.dlp.v2
Interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket,AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucket.Builder
- Enclosing class:
- AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult
public static interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBucketSize()Number of records within these probability bounds.longgetBucketValueCount()Total number of distinct quasi-identifier tuple values in this bucket.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValuesgetBucketValues(int index)Sample of quasi-identifier tuple values in this bucket.intgetBucketValuesCount()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.DeltaPresenceEstimationQuasiIdValuesOrBuildergetBucketValuesOrBuilder(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.doublegetMaxProbability()Always greater than or equal to min_probability.doublegetMinProbability()Between 0 and 1.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMinProbability
double getMinProbability()
Between 0 and 1.
double min_probability = 1;- Returns:
- The minProbability.
-
getMaxProbability
double getMaxProbability()
Always greater than or equal to min_probability.
double max_probability = 2;- Returns:
- The maxProbability.
-
getBucketSize
long getBucketSize()
Number of records within these probability bounds.
int64 bucket_size = 5;- Returns:
- The bucketSize.
-
getBucketValuesList
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;
-
getBucketValues
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;
-
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.DeltaPresenceEstimationResult.DeltaPresenceEstimationQuasiIdValues bucket_values = 6;
-
getBucketValuesOrBuilderList
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;
-
getBucketValuesOrBuilder
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;
-
getBucketValueCount
long getBucketValueCount()
Total number of distinct quasi-identifier tuple values in this bucket.
int64 bucket_value_count = 7;- Returns:
- The bucketValueCount.
-
-