Package com.google.cloud.alloydb.v1alpha
Interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SupportedDatabaseFlag.IntegerRestrictions
,SupportedDatabaseFlag.IntegerRestrictions.Builder
- Enclosing class:
- SupportedDatabaseFlag
public static interface SupportedDatabaseFlag.IntegerRestrictionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Int64Value
getMaxValue()
The maximum value that can be specified, if applicable.com.google.protobuf.Int64ValueOrBuilder
getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.com.google.protobuf.Int64Value
getMinValue()
The minimum value that can be specified, if applicable.com.google.protobuf.Int64ValueOrBuilder
getMinValueOrBuilder()
The minimum value that can be specified, if applicable.boolean
hasMaxValue()
The maximum value that can be specified, if applicable.boolean
hasMinValue()
The minimum value that can be specified, if applicable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMinValue
boolean hasMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
- Returns:
- Whether the minValue field is set.
-
getMinValue
com.google.protobuf.Int64Value getMinValue()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
- Returns:
- The minValue.
-
getMinValueOrBuilder
com.google.protobuf.Int64ValueOrBuilder getMinValueOrBuilder()
The minimum value that can be specified, if applicable.
.google.protobuf.Int64Value min_value = 1;
-
hasMaxValue
boolean hasMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
- Returns:
- Whether the maxValue field is set.
-
getMaxValue
com.google.protobuf.Int64Value getMaxValue()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
- Returns:
- The maxValue.
-
getMaxValueOrBuilder
com.google.protobuf.Int64ValueOrBuilder getMaxValueOrBuilder()
The maximum value that can be specified, if applicable.
.google.protobuf.Int64Value max_value = 2;
-
-