View on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get.
Enums
INSTANCE_VIEW_UNSPECIFIED
INSTANCE_VIEW_UNSPECIFIED Not specified, equivalent to BASIC.
INSTANCE_VIEW_BASIC
BASIC server responses for a primary or read instance include all the relevant instance details, excluding the details of each node in the instance. The default value.
INSTANCE_VIEW_FULL
FULL response is equivalent to BASIC for primary instance (for now). For read pool instance, this includes details of each node in the pool.
[[["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 details for a single AlloyDB Instance using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL structure follows gRPC Transcoding syntax, requiring the Instance's resource name in the path.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization for this request requires the \u003ccode\u003ealloydb.instances.get\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eview\u003c/code\u003e query parameter allows specifying the level of detail returned in the response, such as \u003ccode\u003eBASIC\u003c/code\u003e or \u003ccode\u003eFULL\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return an \u003ccode\u003eInstance\u003c/code\u003e object, and the request body must be empty.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.clusters.instances.get\n\nGets details of a single Instance.\n\n### HTTP request\n\n`GET https://alloydb.googleapis.com/v1/{name=projects/*/locations/*/clusters/*/instances/*}`\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 [Instance](/alloydb/docs/reference/rest/v1/projects.locations.clusters.instances#Instance).\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\nInstanceView\n------------\n\nView on Instance. Pass this enum to rpcs that returns an Instance message to control which subsets of fields to get."]]