Reference documentation and code samples for the Cloud Bigtable V2 Client class ListLogicalViewsResponse.
Response message for BigtableInstanceAdmin.ListLogicalViews.
Generated from protobuf message google.bigtable.admin.v2.ListLogicalViewsResponse
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ logical_views |
array<LogicalView>
The list of requested logical views. |
↳ next_page_token |
string
A token, which can be sent as |
getLogicalViews
The list of requested logical views.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLogicalViews
The list of requested logical views.
Parameter | |
---|---|
Name | Description |
var |
array<LogicalView>
|
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 |