Cloud Bigtable V2 Client - Class ListMaterializedViewsResponse (2.11.1)

Reference documentation and code samples for the Cloud Bigtable V2 Client class ListMaterializedViewsResponse.

Response message for BigtableInstanceAdmin.ListMaterializedViews.

Generated from protobuf message google.bigtable.admin.v2.ListMaterializedViewsResponse

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ materialized_viewsarray<MaterializedView>

The list of requested materialized views.

↳ next_page_tokenstring

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

getMaterializedViews

The list of requested materialized views.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMaterializedViews

The list of requested materialized views.

Parameter
NameDescription
vararray<MaterializedView>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this