Cloud Bigtable V2 Client - Class ListMaterializedViewsResponse (2.9.0)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ materialized_views array<MaterializedView>

The list of requested materialized views.

↳ next_page_token string

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
Type Description
Google\Protobuf\Internal\RepeatedField

setMaterializedViews

The list of requested materialized views.

Parameter
Name Description
var array<MaterializedView>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this