View on Cluster. Pass this enum to rpcs that returns a cluster message to control which subsets of fields to get.
Enums
CLUSTER_VIEW_UNSPECIFIED
CLUSTER_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.
CLUSTER_VIEW_BASIC
BASIC server responses include all the relevant cluster details, excluding Cluster.ContinuousBackupInfo.EarliestRestorableTime and other view-specific fields. The default value.
CLUSTER_VIEW_CONTINUOUS_BACKUP
CONTINUOUS_BACKUP response returns all the fields from BASIC plus the earliest restorable time if continuous backups are enabled. May increase latency.
[[["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-07-15 UTC."],[[["\u003cp\u003eThis webpage provides information on how to retrieve details for a single AlloyDB cluster using a \u003ccode\u003eGET\u003c/code\u003e request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e parameter, which is a string, is required in the URL path to identify the specific cluster, and the \u003ccode\u003ealloydb.clusters.get\u003c/code\u003e IAM permission is needed to access the resource.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eview\u003c/code\u003e query parameter can be used to specify the level of detail returned in the cluster data, such as basic or continuous backup information.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for this operation must be empty, and the response will contain a \u003ccode\u003eCluster\u003c/code\u003e resource if successful.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.clusters.get\n\nGets details of a single Cluster.\n\n### HTTP request\n\n`GET https://alloydb.googleapis.com/v1beta/{name=projects/*/locations/*/clusters/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Cluster](/alloydb/docs/reference/rest/v1beta/projects.locations.clusters#Cluster).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nClusterView\n-----------\n\nView on Cluster. Pass this enum to rpcs that returns a cluster message to control which subsets of fields to get."]]