Cloud Bigtable V2 Client - Class ListAuthorizedViewsResponse (2.21.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<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\RepeatedField<AuthorizedView>

setAuthorizedViews

The AuthorizedViews present in the requested table.

Parameter
Name Description
var array<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