Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class Scope.
The scope of the flag.
Protobuf type google.cloud.alloydb.v1.SupportedDatabaseFlag.Scope
Namespace
Google \ Cloud \ AlloyDb \ V1 \ SupportedDatabaseFlagMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCOPE_UNSPECIFIED
Value: 0The scope of the flag is not specified. Default is DATABASE.
Generated from protobuf enum SCOPE_UNSPECIFIED = 0;
DATABASE
Value: 1The flag is a database flag.
Generated from protobuf enum DATABASE = 1;
CONNECTION_POOL
Value: 2The flag is a connection pool flag.
Generated from protobuf enum CONNECTION_POOL = 2;