Google Cloud Sql Admin V1 Client - Class SqlFlagScope (1.6.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlFlagScope.

Scopes of a flag describe where the flag is used.

Protobuf type google.cloud.sql.v1.SqlFlagScope

Namespace

Google \ Cloud \ Sql \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SQL_FLAG_SCOPE_UNSPECIFIED

Value: 0

Assume database flags if unspecified

Generated from protobuf enum SQL_FLAG_SCOPE_UNSPECIFIED = 0;

SQL_FLAG_SCOPE_DATABASE

Value: 1

database flags

Generated from protobuf enum SQL_FLAG_SCOPE_DATABASE = 1;

SQL_FLAG_SCOPE_CONNECTION_POOL

Value: 2

connection pool configuration flags

Generated from protobuf enum SQL_FLAG_SCOPE_CONNECTION_POOL = 2;