Google Cloud Appengine Admin V1 Client - Class ListServicesResponse (1.1.1)

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

Response message for Services.ListServices.

Generated from protobuf message google.appengine.v1.ListServicesResponse

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ services array<Google\Cloud\AppEngine\V1\Service>

The services belonging to the requested application.

↳ next_page_token string

Continuation token for fetching the next page of results.

getServices

The services belonging to the requested application.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setServices

The services belonging to the requested application.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\Service>
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