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 endpoint retrieves detailed information about a specific AlloyDB Cluster using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the cluster's resource \u003ccode\u003ename\u003c/code\u003e as a path parameter in the URL and the \u003ccode\u003ealloydb.clusters.get\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eAn optional \u003ccode\u003eview\u003c/code\u003e query parameter allows for specifying the level of detail in the response, with options including \u003ccode\u003eBASIC\u003c/code\u003e and \u003ccode\u003eCONTINUOUS_BACKUP\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe response will contain a \u003ccode\u003eCluster\u003c/code\u003e resource, and the request body is empty.\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/v1/{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/v1/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."]]