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

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

Request message for Services.ListServices.

Generated from protobuf message google.appengine.v1.ListServicesRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Name of the parent Application resource. Example: apps/myapp.

↳ page_size int

Maximum results to return per page.

↳ page_token string

Continuation token for fetching the next page of results.

getParent

Name of the parent Application resource. Example: apps/myapp.

Returns
Type Description
string

setParent

Name of the parent Application resource. Example: apps/myapp.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Maximum results to return per page.

Returns
Type Description
int

setPageSize

Maximum results to return per page.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Continuation token for fetching the next page of results.

Returns
Type Description
string

setPageToken

Continuation token for fetching the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this