Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CreateCertificateIssuanceConfigRequest.
Request for the CreateCertificateIssuanceConfig method.
Generated from protobuf message google.cloud.certificatemanager.v1.CreateCertificateIssuanceConfigRequest
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the certificate issuance config. Must be in the format |
↳ certificate_issuance_config_id |
string
Required. A user-provided name of the certificate config. |
↳ certificate_issuance_config |
CertificateIssuanceConfig
Required. A definition of the certificate issuance config to create. |
getParent
Required. The parent resource of the certificate issuance config. Must be
in the format projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the certificate issuance config. Must be
in the format projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCertificateIssuanceConfigId
Required. A user-provided name of the certificate config.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCertificateIssuanceConfigId
Required. A user-provided name of the certificate config.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCertificateIssuanceConfig
Required. A definition of the certificate issuance config to create.
| Returns | |
|---|---|
| Type | Description |
CertificateIssuanceConfig|null |
|
hasCertificateIssuanceConfig
clearCertificateIssuanceConfig
setCertificateIssuanceConfig
Required. A definition of the certificate issuance config to create.
| Parameter | |
|---|---|
| Name | Description |
var |
CertificateIssuanceConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the certificate issuance config. Must be
in the format |
certificateIssuanceConfig |
CertificateIssuanceConfig
Required. A definition of the certificate issuance config to create. |
certificateIssuanceConfigId |
string
Required. A user-provided name of the certificate config. |
| Returns | |
|---|---|
| Type | Description |
CreateCertificateIssuanceConfigRequest |
|