Enum SqlFlagType (0.1.0)

public enum SqlFlagType extends Enum<SqlFlagType> implements ProtocolMessageEnum

Protobuf enum google.cloud.sql.v1.SqlFlagType

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOOLEAN

Boolean type flag.

BOOLEAN = 1;

BOOLEAN_VALUE

Boolean type flag.

BOOLEAN = 1;

FLOAT

Float type flag.

FLOAT = 6;

FLOAT_VALUE

Float type flag.

FLOAT = 6;

INTEGER

Integer type flag.

INTEGER = 3;

INTEGER_VALUE

Integer type flag.

INTEGER = 3;

MYSQL_TIMEZONE_OFFSET

Type introduced specially for MySQL TimeZone offset. Accept a string value with the format [-12:59, 13:00].

MYSQL_TIMEZONE_OFFSET = 5;

MYSQL_TIMEZONE_OFFSET_VALUE

Type introduced specially for MySQL TimeZone offset. Accept a string value with the format [-12:59, 13:00].

MYSQL_TIMEZONE_OFFSET = 5;

NONE

Flag type used for a server startup option.

NONE = 4;

NONE_VALUE

Flag type used for a server startup option.

NONE = 4;

REPEATED_STRING

Comma-separated list of the strings in a SqlFlagType enum.

REPEATED_STRING = 7;

REPEATED_STRING_VALUE

Comma-separated list of the strings in a SqlFlagType enum.

REPEATED_STRING = 7;

SQL_FLAG_TYPE_UNSPECIFIED

This is an unknown flag type.

SQL_FLAG_TYPE_UNSPECIFIED = 0;

SQL_FLAG_TYPE_UNSPECIFIED_VALUE

This is an unknown flag type.

SQL_FLAG_TYPE_UNSPECIFIED = 0;

STRING

String type flag.

STRING = 2;

STRING_VALUE

String type flag.

STRING = 2;

UNRECOGNIZED

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()