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-03-24 UTC."],[[["The AlloyDB v1beta API documentation provides details on the `ClusterView` enum, which is used to control the subset of fields returned in cluster messages."],["The `Basic` view, which is also the default, includes all relevant cluster details except for `Cluster.ContinuousBackupInfo.EarliestRestorableTime` and other view-specific fields."],["The `ContinuousBackup` view returns all fields from the `Basic` view and the earliest restorable time if continuous backups are enabled, potentially increasing latency."],["The `Unspecified` view is not explicitly defined and is equivalent to the `Basic` view in the context of the `ClusterView` enum."]]],[]]