Google Cloud Appengine Admin V1 Client - Class ListInstancesResponse (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListInstancesResponse.

Response message for Instances.ListInstances.

Generated from protobuf message google.appengine.v1.ListInstancesResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ instances array<Google\Cloud\AppEngine\V1\Instance>

The instances belonging to the requested version.

↳ next_page_token string

Continuation token for fetching the next page of results.

getInstances

The instances belonging to the requested version.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setInstances

The instances belonging to the requested version.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\Instance>
Returns
TypeDescription
$this

getNextPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this