Package com.google.privacy.dlp.v2
Interface AnalyzeDataSourceRiskDetails.CategoricalStatsResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeDataSourceRiskDetails.CategoricalStatsResult
,AnalyzeDataSourceRiskDetails.CategoricalStatsResult.Builder
- Enclosing class:
- AnalyzeDataSourceRiskDetails
public static interface AnalyzeDataSourceRiskDetails.CategoricalStatsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket
getValueFrequencyHistogramBuckets(int index)
Histogram of value frequencies in the column.int
getValueFrequencyHistogramBucketsCount()
Histogram of value frequencies in the column.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.List<? extends AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucketOrBuilder>
getValueFrequencyHistogramBucketsOrBuilderList()
Histogram of value frequencies in the column.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueFrequencyHistogramBucketsList
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;
-
getValueFrequencyHistogramBuckets
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;
-
getValueFrequencyHistogramBucketsCount
int getValueFrequencyHistogramBucketsCount()
Histogram of value frequencies in the column.
repeated .google.privacy.dlp.v2.AnalyzeDataSourceRiskDetails.CategoricalStatsResult.CategoricalStatsHistogramBucket value_frequency_histogram_buckets = 5;
-
getValueFrequencyHistogramBucketsOrBuilderList
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;
-
getValueFrequencyHistogramBucketsOrBuilder
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;
-
-