Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API module Google::Cloud::Sql::V1beta4::SqlFlagType.
Constants
SQL_FLAG_TYPE_UNSPECIFIED
value: 0
This is an unknown flag type.
BOOLEAN
value: 1
Boolean type flag.
STRING
value: 2
String type flag.
INTEGER
value: 3
Integer type flag.
NONE
value: 4
Flag type used for a server startup option.
MYSQL_TIMEZONE_OFFSET
value: 5
Type introduced specially for MySQL TimeZone offset. Accept a string value
with the format [-12:59, 13:00].
FLOAT
value: 6
Float type flag.
REPEATED_STRING
value: 7
Comma-separated list of the strings in a SqlFlagType enum.