public static interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMaxValue()
public abstract Value getMaxValue()Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
| Type | Description |
| Value | The maxValue. |
getMaxValueOrBuilder()
public abstract ValueOrBuilder getMaxValueOrBuilder()Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
| Type | Description |
| ValueOrBuilder |
getMinValue()
public abstract Value getMinValue()Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
| Type | Description |
| Value | The minValue. |
getMinValueOrBuilder()
public abstract ValueOrBuilder getMinValueOrBuilder()Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
| Type | Description |
| ValueOrBuilder |
getQuantileValues(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| Value |
getQuantileValuesCount()
public abstract 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;
| Type | Description |
| int |
getQuantileValuesList()
public abstract 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;
| Type | Description |
| List<Value> |
getQuantileValuesOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| ValueOrBuilder |
getQuantileValuesOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.privacy.dlp.v2.ValueOrBuilder> |
hasMaxValue()
public abstract boolean hasMaxValue()Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
| Type | Description |
| boolean | Whether the maxValue field is set. |
hasMinValue()
public abstract boolean hasMinValue()Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
| Type | Description |
| boolean | Whether the minValue field is set. |