Method: projects.instances.materializedViews.list

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

string

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:

JSON representation
{
  "materializedViews": [
    {
      object (MaterializedView)
    }
  ],
  "nextPageToken": string
}
Fields
materializedViews[]

object (MaterializedView)

The list of requested materialized views.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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.