public static interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaxValue()
public abstract Int64Value getMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
Returns | |
---|---|
Type | Description |
Int64Value |
The maxValue. |
getMaxValueOrBuilder()
public abstract Int64ValueOrBuilder getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
Returns | |
---|---|
Type | Description |
Int64ValueOrBuilder |
getMinValue()
public abstract Int64Value getMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
Returns | |
---|---|
Type | Description |
Int64Value |
The minValue. |
getMinValueOrBuilder()
public abstract Int64ValueOrBuilder getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
Returns | |
---|---|
Type | Description |
Int64ValueOrBuilder |
hasMaxValue()
public abstract boolean hasMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the minValue field is set. |