Required. The unique name of the table for which AuthorizedViews should be listed. Values are of the form projects/{project}/instances/{instance}/tables/{table}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.authorizedViews.list
Query parameters
Parameters
pageSize
integer
Optional. Maximum number of results per page.
A pageSize of zero lets the server choose the number of items to return. A pageSize which is strictly positive will return at most that many items. A negative pageSize will cause an error.
Following the first request, subsequent paginated calls are not required to pass a pageSize. If a pageSize is set in subsequent calls, it must match the pageSize given in the first request.
pageToken
string
Optional. The value of nextPageToken returned by a previous call.
[[["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 webpage details how to list AuthorizedViews from a specified table using a \u003ccode\u003eGET\u003c/code\u003e HTTP request to the Bigtable Admin API.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL requires a \u003ccode\u003eparent\u003c/code\u003e parameter, which is the unique identifier of the table in the format \u003ccode\u003eprojects/{project}/instances/{instance}/tables/{table}\u003c/code\u003e, and authorization requires \u003ccode\u003ebigtable.authorizedViews.list\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters, including \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003eview\u003c/code\u003e, can be used to manage the result set size, paginate through results, and specify the returned view, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe response body will contain an array of \u003ccode\u003eauthorizedViews\u003c/code\u003e objects and a \u003ccode\u003enextPageToken\u003c/code\u003e string for pagination, if necessary, when more than one page of results exists.\u003c/p\u003e\n"],["\u003cp\u003eTo authorize the API call, you need to include one of the specified OAuth scopes in the request, such as \u003ccode\u003ehttps://www.googleapis.com/auth/bigtable.admin\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.instances.tables.authorizedViews.list\n\nLists all AuthorizedViews from a specific table.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{parent=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\nResponse message for [google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews](/bigtable/docs/reference/admin/rest/v2/projects.instances.tables.authorizedViews/list#google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews)\n\nIf successful, the response body contains data with the following structure:\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)."]]