Reference documentation and code samples for the Cloud Bigtable V2 Client class ListInstancesRequest.
Request message for BigtableInstanceAdmin.ListInstances.
Generated from protobuf message google.bigtable.admin.v2.ListInstancesRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The unique name of the project for which a list of instances is requested. Values are of the form |
↳ page_token |
string
DEPRECATED: This field is unused and ignored. |
getParent
Required. The unique name of the project for which a list of instances is
requested. Values are of the form projects/{project}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The unique name of the project for which a list of instances is
requested. Values are of the form projects/{project}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
DEPRECATED: This field is unused and ignored.
Returns | |
---|---|
Type | Description |
string |
setPageToken
DEPRECATED: This field is unused and ignored.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The unique name of the project for which a list of instances is
requested. Values are of the form |
Returns | |
---|---|
Type | Description |
Google\Cloud\Bigtable\Admin\V2\ListInstancesRequest |