Enum SupportedDatabaseFlag.ValueType (0.30.0)

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.v1.SupportedDatabaseFlag.ValueType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FLOAT

Float type flag.

FLOAT = 3;

FLOAT_VALUE

Float type flag.

FLOAT = 3;

INTEGER

Integer type flag.

INTEGER = 2;

INTEGER_VALUE

Integer type flag.

INTEGER = 2;

NONE

Denotes that the flag does not accept any values.

NONE = 4;

NONE_VALUE

Denotes that the flag does not accept any values.

NONE = 4;

STRING

String type flag.

STRING = 1;

STRING_VALUE

String type flag.

STRING = 1;

UNRECOGNIZED
VALUE_TYPE_UNSPECIFIED

This is an unknown flag type.

VALUE_TYPE_UNSPECIFIED = 0;

VALUE_TYPE_UNSPECIFIED_VALUE

This is an unknown flag type.

VALUE_TYPE_UNSPECIFIED = 0;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()