public static interface AnalyzeDataSourceRiskDetails.CategoricalStatsResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket |
getValueFrequencyHistogramBuckets(int index)
Histogram of value frequencies in the column.
|
int |
getValueFrequencyHistogramBucketsCount()
Histogram of value frequencies in the column.
|
java.util.List<AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket> |
getValueFrequencyHistogramBucketsList()
Histogram of value frequencies in the column.
|
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder |
getValueFrequencyHistogramBucketsOrBuilder(int index)
Histogram of value frequencies in the column.
|
java.util.List<? extends AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder> |
getValueFrequencyHistogramBucketsOrBuilderList()
Histogram of value frequencies in the column.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket> getValueFrequencyHistogramBucketsList()
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket getValueFrequencyHistogramBuckets(int index)
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;
int getValueFrequencyHistogramBucketsCount()
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;
java.util.List<? extends AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder> getValueFrequencyHistogramBucketsOrBuilderList()
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;
AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder getValueFrequencyHistogramBucketsOrBuilder(int index)
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;