Cloud Bigtable V2 Client - Class ListSchemaBundlesResponse (2.21.1)

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

The response for ListSchemaBundles.

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

Namespace

Google \ Cloud \ Bigtable \ Admin \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ schema_bundles array<SchemaBundle>

The schema bundles from the specified table.

↳ 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.

getSchemaBundles

The schema bundles from the specified table.

Returns
Type Description
Google\Protobuf\RepeatedField<SchemaBundle>

setSchemaBundles

The schema bundles from the specified table.

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