Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ClusterView.
View on Cluster. Pass this enum to rpcs that returns a cluster message to
control which subsets of fields to get.
Protobuf type google.cloud.alloydb.v1.ClusterView
Namespace
Google \ Cloud \ AlloyDb \ V1
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
CLUSTER_VIEW_UNSPECIFIED
Value: 0
CLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.
Generated from protobuf enum CLUSTER_VIEW_UNSPECIFIED = 0;
CLUSTER_VIEW_BASIC
Value: 1
BASIC server responses include all the relevant cluster details, excluding
Cluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific
fields. The default value.
Generated from protobuf enum CLUSTER_VIEW_BASIC = 1;
CLUSTER_VIEW_CONTINUOUS_BACKUP
Value: 2
CONTINUOUS_BACKUP response returns all the fields from BASIC plus
the earliest restorable time if continuous backups are enabled.
May increase latency.
Generated from protobuf enum CLUSTER_VIEW_CONTINUOUS_BACKUP = 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 ClusterView (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-alloydb/latest/V1.ClusterView)\n- [1.4.0](/php/docs/reference/cloud-alloydb/1.4.0/V1.ClusterView)\n- [1.3.0](/php/docs/reference/cloud-alloydb/1.3.0/V1.ClusterView)\n- [1.2.0](/php/docs/reference/cloud-alloydb/1.2.0/V1.ClusterView)\n- [1.1.3](/php/docs/reference/cloud-alloydb/1.1.3/V1.ClusterView)\n- [1.0.0](/php/docs/reference/cloud-alloydb/1.0.0/V1.ClusterView)\n- [0.10.3](/php/docs/reference/cloud-alloydb/0.10.3/V1.ClusterView)\n- [0.9.0](/php/docs/reference/cloud-alloydb/0.9.0/V1.ClusterView)\n- [0.8.0](/php/docs/reference/cloud-alloydb/0.8.0/V1.ClusterView)\n- [0.7.1](/php/docs/reference/cloud-alloydb/0.7.1/V1.ClusterView)\n- [0.6.0](/php/docs/reference/cloud-alloydb/0.6.0/V1.ClusterView)\n- [0.5.0](/php/docs/reference/cloud-alloydb/0.5.0/V1.ClusterView)\n- [0.4.0](/php/docs/reference/cloud-alloydb/0.4.0/V1.ClusterView)\n- [0.3.0](/php/docs/reference/cloud-alloydb/0.3.0/V1.ClusterView)\n- [0.2.1](/php/docs/reference/cloud-alloydb/0.2.1/V1.ClusterView)\n- [0.1.3](/php/docs/reference/cloud-alloydb/0.1.3/V1.ClusterView) \nReference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ClusterView.\n\nView on Cluster. Pass this enum to rpcs that returns a cluster message to\ncontrol which subsets of fields to get.\n\nProtobuf type `google.cloud.alloydb.v1.ClusterView`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AlloyDb \\\\ V1\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CLUSTER_VIEW_UNSPECIFIED\n\n Value: 0\n\nCLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.\n\nGenerated from protobuf enum `CLUSTER_VIEW_UNSPECIFIED = 0;`\n\n### CLUSTER_VIEW_BASIC\n\n Value: 1\n\nBASIC server responses include all the relevant cluster details, excluding\nCluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific\nfields. The default value.\n\nGenerated from protobuf enum `CLUSTER_VIEW_BASIC = 1;`\n\n### CLUSTER_VIEW_CONTINUOUS_BACKUP\n\n Value: 2\n\nCONTINUOUS_BACKUP response returns all the fields from BASIC plus\nthe earliest restorable time if continuous backups are enabled.\n\nMay increase latency.\n\nGenerated from protobuf enum `CLUSTER_VIEW_CONTINUOUS_BACKUP = 2;`"]]