Class ListMaterializedViewsRequest (2.38.0)

ListMaterializedViewsRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for BigtableInstanceAdmin.ListMaterializedViews.

Attributes

Name Description
parent str
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}.
page_size int
Optional. The maximum number of materialized views to return. The service may return fewer than this value
page_token str
Optional. A page token, received from a previous ListMaterializedViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListMaterializedViews must match the call that provided the page token.