Google Cloud Sql Admin V1beta4 Client - Class SqlFlagType (0.2.12)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlFlagType.

Protobuf type google.cloud.sql.v1beta4.SqlFlagType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;