Module: Google::Cloud::Sql::V1::SqlFlagType

Defined in:
proto_docs/google/cloud/sql/v1/cloud_sql_flags.rb

Constant Summary collapse

SQL_FLAG_TYPE_UNSPECIFIED =

This is an unknown flag type.

0
BOOLEAN =

Boolean type flag.

1
STRING =

String type flag.

2
INTEGER =

Integer type flag.

3
NONE =

Flag type used for a server startup option.

4
MYSQL_TIMEZONE_OFFSET =

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

5
FLOAT =

Float type flag.

6
REPEATED_STRING =

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

7