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;
| Returns | |
|---|---|
| Type | Description |
Value |
The maxValue. |
getMaxValueOrBuilder()
public abstract ValueOrBuilder getMaxValueOrBuilder()Maximum value appearing in the column.
.google.privacy.dlp.v2.Value max_value = 2;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getMinValue()
public abstract Value getMinValue()Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
| Returns | |
|---|---|
| Type | Description |
Value |
The minValue. |
getMinValueOrBuilder()
public abstract ValueOrBuilder getMinValueOrBuilder()Minimum value appearing in the column.
.google.privacy.dlp.v2.Value min_value = 1;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minValue field is set. |