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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SQL_FLAG_SCOPE_UNSPECIFIED
Value: 0Assume database flags if unspecified
Generated from protobuf enum SQL_FLAG_SCOPE_UNSPECIFIED = 0;
SQL_FLAG_SCOPE_DATABASE
Value: 1database flags
Generated from protobuf enum SQL_FLAG_SCOPE_DATABASE = 1;
SQL_FLAG_SCOPE_CONNECTION_POOL
Value: 2connection pool configuration flags
Generated from protobuf enum SQL_FLAG_SCOPE_CONNECTION_POOL = 2;