Google Cloud AlloyDB for PostgreSQL V1 Client - Class Scope (1.3.0)

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 \ SupportedDatabaseFlag

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCOPE_UNSPECIFIED

Value: 0

The scope of the flag is not specified. Default is DATABASE.

Generated from protobuf enum SCOPE_UNSPECIFIED = 0;

DATABASE

Value: 1

The flag is a database flag.

Generated from protobuf enum DATABASE = 1;

CONNECTION_POOL

Value: 2

The flag is a connection pool flag.

Generated from protobuf enum CONNECTION_POOL = 2;