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

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

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
Google\Protobuf\Internal\RepeatedField

setInstances

The instances belonging to the requested version.

Parameter
Name Description
var array<Google\Cloud\AppEngine\V1\Instance>
Returns
Type Description
$this

getNextPageToken

Continuation token for fetching the next page of results.

Returns
Type Description
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this