Cloud Bigtable V2 Client - Class ListAuthorizedViewsResponse (1.31.1)

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

Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ authorized_views array<Google\Cloud\Bigtable\Admin\V2\AuthorizedView>

The AuthorizedViews present in the requested table.

↳ next_page_token string

Set if not all tables could be returned in a single response. Pass this value to page_token in another request to get the next page of results.

getAuthorizedViews

The AuthorizedViews present in the requested table.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setAuthorizedViews

The AuthorizedViews present in the requested table.

Parameter
Name Description
var array<Google\Cloud\Bigtable\Admin\V2\AuthorizedView>
Returns
Type Description
$this

getNextPageToken

Set if not all tables could be returned in a single response.

Pass this value to page_token in another request to get the next page of results.

Returns
Type Description
string

setNextPageToken

Set if not all tables could be returned in a single response.

Pass this value to page_token in another request to get the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this