Reference documentation and code samples for the Cloud Bigtable V2 Client class ListTablesResponse.
Response message for google.bigtable.admin.v2.BigtableTableAdmin.ListTables
Generated from protobuf message google.bigtable.admin.v2.ListTablesResponse
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tables |
array<Google\Cloud\Bigtable\Admin\V2\Table>
The tables present in the requested instance. |
↳ next_page_token |
string
Set if not all tables could be returned in a single response. Pass this value to |
getTables
The tables present in the requested instance.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTables
The tables present in the requested instance.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Bigtable\Admin\V2\Table>
|
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 |