Cloud Bigtable V2 Client - Class ListInstancesRequest (1.21.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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 projects/{project}.

↳ 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getPageToken

DEPRECATED: This field is unused and ignored.

Returns
TypeDescription
string

setPageToken

DEPRECATED: This field is unused and ignored.

Parameter
NameDescription
var string
Returns
TypeDescription
$this