Interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder (0.30.0)

public static interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxValue()

public abstract Int64Value getMaxValue()

The maximum value that can be specified, if applicable.

.google.protobuf.Int64Value max_value = 2;

Returns
TypeDescription
Int64Value

The maxValue.

getMaxValueOrBuilder()

public abstract Int64ValueOrBuilder getMaxValueOrBuilder()

The maximum value that can be specified, if applicable.

.google.protobuf.Int64Value max_value = 2;

Returns
TypeDescription
Int64ValueOrBuilder

getMinValue()

public abstract Int64Value getMinValue()

The minimum value that can be specified, if applicable.

.google.protobuf.Int64Value min_value = 1;

Returns
TypeDescription
Int64Value

The minValue.

getMinValueOrBuilder()

public abstract Int64ValueOrBuilder getMinValueOrBuilder()

The minimum value that can be specified, if applicable.

.google.protobuf.Int64Value min_value = 1;

Returns
TypeDescription
Int64ValueOrBuilder

hasMaxValue()

public abstract boolean hasMaxValue()

The maximum value that can be specified, if applicable.

.google.protobuf.Int64Value max_value = 2;

Returns
TypeDescription
boolean

Whether the maxValue field is set.

hasMinValue()

public abstract boolean hasMinValue()

The minimum value that can be specified, if applicable.

.google.protobuf.Int64Value min_value = 1;

Returns
TypeDescription
boolean

Whether the minValue field is set.