Google Cloud AlloyDB for PostgreSQL V1beta Client - Class InstanceView (0.10.2)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class InstanceView.

View on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get.

Protobuf type google.cloud.alloydb.v1beta.InstanceView

Namespace

Google \ Cloud \ AlloyDb \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INSTANCE_VIEW_UNSPECIFIED

Value: 0

INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.

Generated from protobuf enum INSTANCE_VIEW_UNSPECIFIED = 0;

INSTANCE_VIEW_BASIC

Value: 1

BASIC server responses for a primary or read instance include all the relevant instance details, excluding the details of each node in the instance. The default value.

Generated from protobuf enum INSTANCE_VIEW_BASIC = 1;

INSTANCE_VIEW_FULL

Value: 2

FULL response is equivalent to BASIC for primary instance (for now).

For read pool instance, this includes details of each node in the pool.

Generated from protobuf enum INSTANCE_VIEW_FULL = 2;