Required. The unique name of the instance for which the list of materialized views is requested. Values are of the form projects/{project}/instances/{instance}.
Authorization requires the following IAM permission on the specified resource parent:
bigtable.materializedViews.list
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of materialized views to return. The service may return fewer than this value
pageToken
string
Optional. A page token, received from a previous materializedViews.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to materializedViews.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for BigtableInstanceAdmin.ListMaterializedViews.
If successful, the response body contains data with the following structure:
[[["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."],[],[],null,["# Method: projects.instances.materializedViews.list\n\nLists information about materialized views in an instance.\n\n### HTTP request\n\n`GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/materializedViews`\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 BigtableInstanceAdmin.ListMaterializedViews.\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.cluster`\n- `https://www.googleapis.com/auth/bigtable.admin.instance`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin`\n- `https://www.googleapis.com/auth/cloud-bigtable.admin.cluster`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]