Lists information about materialized views in an instance.
HTTP request
GET https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*}/materializedViews
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The unique name of the instance for which the list of materialized views is requested. Values are of the form Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of materialized views to return. The service may return fewer than this value |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
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:
JSON representation |
---|
{
"materializedViews": [
{
object ( |
Fields | |
---|---|
materializedViews[] |
The list of requested materialized views. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.admin
https://www.googleapis.com/auth/bigtable.admin.cluster
https://www.googleapis.com/auth/bigtable.admin.instance
https://www.googleapis.com/auth/cloud-bigtable.admin
https://www.googleapis.com/auth/cloud-bigtable.admin.cluster
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.