public enum SqlFlagType extends Enum<SqlFlagType> implements ProtocolMessageEnumProtobuf enum google.cloud.sql.v1beta4.SqlFlagType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BOOLEAN |
Boolean type flag. |
BOOLEAN_VALUE |
Boolean type flag. |
FLOAT |
Float type flag. |
FLOAT_VALUE |
Float type flag. |
INTEGER |
Integer type flag. |
INTEGER_VALUE |
Integer type flag. |
MYSQL_TIMEZONE_OFFSET |
Type introduced specially for MySQL TimeZone offset. Accept a string value with the format [-12:59, 13:00]. |
MYSQL_TIMEZONE_OFFSET_VALUE |
Type introduced specially for MySQL TimeZone offset. Accept a string value with the format [-12:59, 13:00]. |
NONE |
Flag type used for a server startup option. |
NONE_VALUE |
Flag type used for a server startup option. |
REPEATED_STRING |
Comma-separated list of the strings in a SqlFlagType enum. |
REPEATED_STRING_VALUE |
Comma-separated list of the strings in a SqlFlagType enum. |
SQL_FLAG_TYPE_UNSPECIFIED |
This is an unknown flag type. |
SQL_FLAG_TYPE_UNSPECIFIED_VALUE |
This is an unknown flag type. |
STRING |
String type flag. |
STRING_VALUE |
String type flag. |
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() |
|