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

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

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

Generated from protobuf message google.appengine.v1.ListAuthorizedCertificatesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ view int

Controls the set of fields returned in the LIST response.

↳ 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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Controls the set of fields returned in the LIST response.

Returns
TypeDescription
int

setView

Controls the set of fields returned in the LIST response.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageSize

Maximum results to return per page.

Returns
TypeDescription
int

setPageSize

Maximum results to return per page.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this