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

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

Request message for AuthorizedCertificates.CreateAuthorizedCertificate.

Generated from protobuf message google.appengine.v1.CreateAuthorizedCertificateRequest

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.

↳ certificate Google\Cloud\AppEngine\V1\AuthorizedCertificate

SSL certificate data.

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

getCertificate

SSL certificate data.

Returns
TypeDescription
Google\Cloud\AppEngine\V1\AuthorizedCertificate|null

hasCertificate

clearCertificate

setCertificate

SSL certificate data.

Parameter
NameDescription
var Google\Cloud\AppEngine\V1\AuthorizedCertificate
Returns
TypeDescription
$this