public static interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and 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.
|
java.util.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.
|
java.util.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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasMinValue()
Minimum value appearing in the column.
.google.privacy.dlp.v2beta2.Value min_value = 1;Value getMinValue()
Minimum value appearing in the column.
.google.privacy.dlp.v2beta2.Value min_value = 1;ValueOrBuilder getMinValueOrBuilder()
Minimum value appearing in the column.
.google.privacy.dlp.v2beta2.Value min_value = 1;boolean hasMaxValue()
Maximum value appearing in the column.
.google.privacy.dlp.v2beta2.Value max_value = 2;Value getMaxValue()
Maximum value appearing in the column.
.google.privacy.dlp.v2beta2.Value max_value = 2;ValueOrBuilder getMaxValueOrBuilder()
Maximum value appearing in the column.
.google.privacy.dlp.v2beta2.Value max_value = 2;java.util.List<Value> getQuantileValuesList()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2beta2.Value quantile_values = 4;Value getQuantileValues(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2beta2.Value quantile_values = 4;int getQuantileValuesCount()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2beta2.Value quantile_values = 4;java.util.List<? extends ValueOrBuilder> getQuantileValuesOrBuilderList()
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2beta2.Value quantile_values = 4;ValueOrBuilder getQuantileValuesOrBuilder(int index)
List of 99 values that partition the set of field values into 100 equal sized buckets.
repeated .google.privacy.dlp.v2beta2.Value quantile_values = 4;