Required. The unique name of the requested AuthorizedView. Values are of the form projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}.
Authorization requires the following IAM permission on the specified resource name:
[[["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-05-08 UTC."],[[["\u003cp\u003eThis endpoint retrieves information about a specific AuthorizedView in Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eGET\u003c/code\u003e HTTP method and the unique name of the AuthorizedView, formatted as \u003ccode\u003eprojects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorizedView}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eview\u003c/code\u003e query parameter can optionally specify the amount of data returned, and defaults to a basic view.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests return an \u003ccode\u003eAuthorizedView\u003c/code\u003e instance, which contains the relevant data.\u003c/p\u003e\n"],["\u003cp\u003eAccess to this endpoint requires specific OAuth scopes, including various \u003ccode\u003ebigtable.admin\u003c/code\u003e and \u003ccode\u003ecloud-platform\u003c/code\u003e scopes.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.tables.authorizedViews.get\n\nGets information from a specified AuthorizedView.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/tables/*/authorizedViews/*}`\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 [AuthorizedView](/bigtable/docs/reference/admin/rest/v2/projects.instances.tables.authorizedViews#AuthorizedView).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/bigtable.admin`\n- `https://www.googleapis.com/auth/bigtable.admin.table`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.table`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]