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

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

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.

↳ certificate Google\Cloud\AppEngine\V1\AuthorizedCertificate

SSL certificate data.

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

getCertificate

SSL certificate data.

Returns
Type Description
Google\Cloud\AppEngine\V1\AuthorizedCertificate|null

hasCertificate

clearCertificate

setCertificate

SSL certificate data.

Parameter
Name Description
var Google\Cloud\AppEngine\V1\AuthorizedCertificate
Returns
Type Description
$this