public static interface AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBucketSize()
Total number of values in this bucket.
|
long |
getBucketValueCount()
Total number of distinct values in this bucket.
|
ValueFrequency |
getBucketValues(int index)
Sample of value frequencies in this bucket.
|
int |
getBucketValuesCount()
Sample of value frequencies in this bucket.
|
java.util.List<ValueFrequency> |
getBucketValuesList()
Sample of value frequencies in this bucket.
|
ValueFrequencyOrBuilder |
getBucketValuesOrBuilder(int index)
Sample of value frequencies in this bucket.
|
java.util.List<? extends ValueFrequencyOrBuilder> |
getBucketValuesOrBuilderList()
Sample of value frequencies in this bucket.
|
long |
getValueFrequencyLowerBound()
Lower bound on the value frequency of the values in this bucket.
|
long |
getValueFrequencyUpperBound()
Upper bound on the value frequency of the values in this bucket.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
long getValueFrequencyLowerBound()
Lower bound on the value frequency of the values in this bucket.
int64 value_frequency_lower_bound = 1;
long getValueFrequencyUpperBound()
Upper bound on the value frequency of the values in this bucket.
int64 value_frequency_upper_bound = 2;
long getBucketSize()
Total number of values in this bucket.
int64 bucket_size = 3;
java.util.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;
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;
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;
java.util.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;
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;
long getBucketValueCount()
Total number of distinct values in this bucket.
int64 bucket_value_count = 5;