Package com.google.privacy.dlp.v2
Interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AnalyzeDataSourceRiskDetails.NumericalStatsResult
,AnalyzeDataSourceRiskDetails.NumericalStatsResult.Builder
- Enclosing class:
- AnalyzeDataSourceRiskDetails
public static interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Value
getMaxValue()
Maximum value appearing in the column.ValueOrBuilder
getMaxValueOrBuilder()
Maximum value appearing in the column.Value
getMinValue()
Minimum value appearing in the column.ValueOrBuilder
getMinValueOrBuilder()
Minimum value appearing in the column.Value
getQuantileValues(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.int
getQuantileValuesCount()
List of 99 values that partition the set of field values into 100 equal sized buckets.List<Value>
getQuantileValuesList()
List of 99 values that partition the set of field values into 100 equal sized buckets.ValueOrBuilder
getQuantileValuesOrBuilder(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.List<? extends ValueOrBuilder>
getQuantileValuesOrBuilderList()
List of 99 values that partition the set of field values into 100 equal sized buckets.boolean
hasMaxValue()
Maximum value appearing in the column.boolean
hasMinValue()
Minimum value appearing 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
-
hasMinValue
boolean hasMinValue()
Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
- Returns:
- Whether the minValue field is set.
-
getMinValue
Value getMinValue()
Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
- Returns:
- The minValue.
-
getMinValueOrBuilder
ValueOrBuilder getMinValueOrBuilder()
Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
-
hasMaxValue
boolean hasMaxValue()
Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
- Returns:
- Whether the maxValue field is set.
-
getMaxValue
Value getMaxValue()
Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
- Returns:
- The maxValue.
-
getMaxValueOrBuilder
ValueOrBuilder getMaxValueOrBuilder()
Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
-
getQuantileValuesList
List<Value> getQuantileValuesList()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2.Value quantile_values = 4;
-
getQuantileValues
Value getQuantileValues(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2.Value quantile_values = 4;
-
getQuantileValuesCount
int getQuantileValuesCount()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2.Value quantile_values = 4;
-
getQuantileValuesOrBuilderList
List<? extends ValueOrBuilder> getQuantileValuesOrBuilderList()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2.Value quantile_values = 4;
-
getQuantileValuesOrBuilder
ValueOrBuilder getQuantileValuesOrBuilder(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2.Value quantile_values = 4;
-
-