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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Name of the parent |
↳ certificate |
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 |
AuthorizedCertificate|null |
|
hasCertificate
clearCertificate
setCertificate
SSL certificate data.
| Parameter | |
|---|---|
| Name | Description |
var |
AuthorizedCertificate
|
| Returns | |
|---|---|
| Type | Description |
$this |
|