Interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder (3.1.4)

public static interface AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult.DeltaPresenceEstimationHistogramBucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucketSize()

public abstract long getBucketSize()

Number of records within these probability bounds.

int64 bucket_size = 5;

Returns
TypeDescription
long

The bucketSize.

getBucketValueCount()

public abstract long getBucketValueCount()

Total number of distinct quasi-identifier tuple values in this bucket.

int64 bucket_value_count = 7;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
double

The maxProbability.

getMinProbability()

public abstract double getMinProbability()

Between 0 and 1.

double min_probability = 1;

Returns
TypeDescription
double

The minProbability.