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-09 UTC."],[[["The webpage provides documentation for the `ClusterView` enum within the Google Cloud AlloyDB v1 API, with the latest version being 1.9.0."],["`ClusterView` is used to specify which subset of cluster fields to retrieve when making API calls, and has the values `Basic`, `ContinuousBackup`, and `Unspecified`."],["The `Basic` view, which is the default, provides all relevant cluster details except for the earliest restorable time and other view-specific fields."],["The `ContinuousBackup` view extends `Basic` to include the earliest restorable time, but may result in higher latency."],["The `Unspecified` view is equivalent to `Basic` and is used when no specific view is selected."]]],[]]