Interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder (3.5.0)

public static interface AnalyzeDataSourceRiskDetails.NumericalStatsResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue()

public abstract Value getMaxValue()

Maximum value appearing in the column.

.google.privacy.dlp.v2.Value max_value = 2;

Returns
TypeDescription
Value

The maxValue.

getMaxValueOrBuilder()

public abstract ValueOrBuilder getMaxValueOrBuilder()

Maximum value appearing in the column.

.google.privacy.dlp.v2.Value max_value = 2;

Returns
TypeDescription
ValueOrBuilder

getMinValue()

public abstract Value getMinValue()

Minimum value appearing in the column.

.google.privacy.dlp.v2.Value min_value = 1;

Returns
TypeDescription
Value

The minValue.

getMinValueOrBuilder()

public abstract ValueOrBuilder getMinValueOrBuilder()

Minimum value appearing in the column.

.google.privacy.dlp.v2.Value min_value = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the minValue field is set.