Interface AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder (3.44.0)

public static interface AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBucketSize()

public abstract long getBucketSize()

Total number of values in this bucket.

int64 bucket_size = 3;

Returns
TypeDescription
long

The bucketSize.

getBucketValueCount()

public abstract long getBucketValueCount()

Total number of distinct values in this bucket.

int64 bucket_value_count = 5;

Returns
TypeDescription
long

The bucketValueCount.

getBucketValues(int index)

public abstract ValueFrequency getBucketValues(int index)

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

repeated .google.privacy.dlp.v2.ValueFrequency bucket_values = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueFrequency

getBucketValuesCount()

public abstract int getBucketValuesCount()

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

repeated .google.privacy.dlp.v2.ValueFrequency bucket_values = 4;

Returns
TypeDescription
int

getBucketValuesList()

public abstract List<ValueFrequency> getBucketValuesList()

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

repeated .google.privacy.dlp.v2.ValueFrequency bucket_values = 4;

Returns
TypeDescription
List<ValueFrequency>

getBucketValuesOrBuilder(int index)

public abstract ValueFrequencyOrBuilder getBucketValuesOrBuilder(int index)

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

repeated .google.privacy.dlp.v2.ValueFrequency bucket_values = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ValueFrequencyOrBuilder

getBucketValuesOrBuilderList()

public abstract List<? extends ValueFrequencyOrBuilder> getBucketValuesOrBuilderList()

Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20.

repeated .google.privacy.dlp.v2.ValueFrequency bucket_values = 4;

Returns
TypeDescription
List<? extends com.google.privacy.dlp.v2.ValueFrequencyOrBuilder>

getValueFrequencyLowerBound()

public abstract long getValueFrequencyLowerBound()

Lower bound on the value frequency of the values in this bucket.

int64 value_frequency_lower_bound = 1;

Returns
TypeDescription
long

The valueFrequencyLowerBound.

getValueFrequencyUpperBound()

public abstract long getValueFrequencyUpperBound()

Upper bound on the value frequency of the values in this bucket.

int64 value_frequency_upper_bound = 2;

Returns
TypeDescription
long

The valueFrequencyUpperBound.