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

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

Request message for AuthorizedCertificates.GetAuthorizedCertificate.

Generated from protobuf message google.appengine.v1.GetAuthorizedCertificateRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

↳ view int

Controls the set of fields returned in the GET response.

getName

Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

Returns
TypeDescription
string

setName

Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getView

Controls the set of fields returned in the GET response.

Returns
TypeDescription
int

setView

Controls the set of fields returned in the GET response.

Parameter
NameDescription
var int
Returns
TypeDescription
$this