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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setServices
The services belonging to the requested application.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AppEngine\V1\Service>
|
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 |