public enum SupportedDatabaseFlag.ValueType extends Enum<SupportedDatabaseFlag.ValueType> implements ProtocolMessageEnum
ValueType describes the semantic type of the value that the flag accepts. Regardless of the ValueType, the Instance.database_flags field accepts the stringified version of the value, i.e. "20" or "3.14".
Protobuf enum google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.ValueType
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
FLOAT |
Float type flag. |
FLOAT_VALUE |
Float type flag. |
INTEGER |
Integer type flag. |
INTEGER_VALUE |
Integer type flag. |
NONE |
Denotes that the flag does not accept any values. |
NONE_VALUE |
Denotes that the flag does not accept any values. |
STRING |
String type flag. |
STRING_VALUE |
String type flag. |
UNRECOGNIZED |
|
VALUE_TYPE_UNSPECIFIED |
This is an unknown flag type. |
VALUE_TYPE_UNSPECIFIED_VALUE |
This is an unknown flag type. |
Static Methods
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |