BASIC server responses include all the relevant cluster details, excluding
Cluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific
fields. The default value.
ContinuousBackup
CONTINUOUS_BACKUP response returns all the fields from BASIC plus
the earliest restorable time if continuous backups are enabled.
May increase latency.
Unspecified
CLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.
[[["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-04-17 UTC."],[[["The latest version of the AlloyDB v1 API documentation for `ClusterView` is 1.9.0, with previous versions available ranging back to 1.0.0."],["`ClusterView` is an enum used in the AlloyDB v1 API to control which subsets of cluster fields are returned in responses, allowing for tailored views of cluster data."],["The enum `ClusterView` has three fields: `Basic`, which is the default view and excludes specific fields like `Cluster.ContinuousBackupInfo.EarliestRestorableTime`; `ContinuousBackup`, which includes all `Basic` fields plus the earliest restorable time; and `Unspecified`, which is equivalent to `Basic`."]]],[]]