Package com.google.cloud.alloydb.v1
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.Int64ValuegetMaxValue()The maximum value that can be specified, if applicable.com.google.protobuf.Int64ValueOrBuildergetMaxValueOrBuilder()The maximum value that can be specified, if applicable.com.google.protobuf.Int64ValuegetMinValue()The minimum value that can be specified, if applicable.com.google.protobuf.Int64ValueOrBuildergetMinValueOrBuilder()The minimum value that can be specified, if applicable.booleanhasMaxValue()The maximum value that can be specified, if applicable.booleanhasMinValue()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;
-
-