Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlFlagType.
Protobuf type google.cloud.sql.v1.SqlFlagType
Namespace
Google \ Cloud \ Sql \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SQL_FLAG_TYPE_UNSPECIFIED
Value: 0
This is an unknown flag type.
Generated from protobuf enum SQL_FLAG_TYPE_UNSPECIFIED = 0;
BOOLEAN
Value: 1
Boolean type flag.
Generated from protobuf enum BOOLEAN = 1;
STRING
Value: 2
String type flag.
Generated from protobuf enum STRING = 2;
INTEGER
Value: 3
Integer type flag.
Generated from protobuf enum INTEGER = 3;
NONE
Value: 4
Flag type used for a server startup option.
Generated from protobuf enum NONE = 4;
MYSQL_TIMEZONE_OFFSET
Value: 5
Type introduced specially for MySQL TimeZone offset. Accept a string value with the format [-12:59, 13:00].
Generated from protobuf enum MYSQL_TIMEZONE_OFFSET = 5;
FLOAT
Value: 6
Float type flag.
Generated from protobuf enum FLOAT = 6;
REPEATED_STRING
Value: 7
Comma-separated list of the strings in a SqlFlagType enum.
Generated from protobuf enum REPEATED_STRING = 7;