Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 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.v1.InstanceView
Namespace
Google \ Cloud \ AlloyDb \ V1
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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud AlloyDB for PostgreSQL V1 Client - Class InstanceView (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-alloydb/latest/V1.InstanceView)\n- [1.4.0](/php/docs/reference/cloud-alloydb/1.4.0/V1.InstanceView)\n- [1.3.0](/php/docs/reference/cloud-alloydb/1.3.0/V1.InstanceView)\n- [1.2.0](/php/docs/reference/cloud-alloydb/1.2.0/V1.InstanceView)\n- [1.1.3](/php/docs/reference/cloud-alloydb/1.1.3/V1.InstanceView)\n- [1.0.0](/php/docs/reference/cloud-alloydb/1.0.0/V1.InstanceView)\n- [0.10.3](/php/docs/reference/cloud-alloydb/0.10.3/V1.InstanceView)\n- [0.9.0](/php/docs/reference/cloud-alloydb/0.9.0/V1.InstanceView)\n- [0.8.0](/php/docs/reference/cloud-alloydb/0.8.0/V1.InstanceView)\n- [0.7.1](/php/docs/reference/cloud-alloydb/0.7.1/V1.InstanceView)\n- [0.6.0](/php/docs/reference/cloud-alloydb/0.6.0/V1.InstanceView)\n- [0.5.0](/php/docs/reference/cloud-alloydb/0.5.0/V1.InstanceView)\n- [0.4.0](/php/docs/reference/cloud-alloydb/0.4.0/V1.InstanceView)\n- [0.3.0](/php/docs/reference/cloud-alloydb/0.3.0/V1.InstanceView)\n- [0.2.1](/php/docs/reference/cloud-alloydb/0.2.1/V1.InstanceView)\n- [0.1.3](/php/docs/reference/cloud-alloydb/0.1.3/V1.InstanceView) \nReference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class InstanceView.\n\nView on Instance. Pass this enum to rpcs that returns an Instance message to\ncontrol which subsets of fields to get.\n\nProtobuf type `google.cloud.alloydb.v1.InstanceView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AlloyDb \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### INSTANCE_VIEW_UNSPECIFIED\n\n Value: 0\n\nINSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.\n\nGenerated from protobuf enum `INSTANCE_VIEW_UNSPECIFIED = 0;`\n\n### INSTANCE_VIEW_BASIC\n\n Value: 1\n\nBASIC server responses for a primary or read instance include all the\nrelevant instance details, excluding the details of each node in the\ninstance. The default value.\n\nGenerated from protobuf enum `INSTANCE_VIEW_BASIC = 1;`\n\n### INSTANCE_VIEW_FULL\n\n Value: 2\n\nFULL response is equivalent to BASIC for primary instance (for now).\n\nFor read pool instance, this includes details of each node in the pool.\n\nGenerated from protobuf enum `INSTANCE_VIEW_FULL = 2;`"]]