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 \ V2Methods
__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 |
getSchemaBundles
The schema bundles from the specified table.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
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 |