Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CreateCertificateMapRequest.
Request for the CreateCertificateMap method.
Generated from protobuf message google.cloud.certificatemanager.v1.CreateCertificateMapRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the certificate map. Must be in the format |
↳ certificate_map_id |
string
Required. A user-provided name of the certificate map. |
↳ certificate_map |
Google\Cloud\CertificateManager\V1\CertificateMap
Required. A definition of the certificate map to create. |
getParent
Required. The parent resource of the certificate map. Must be in the format
projects/*/locations/*.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the certificate map. Must be in the format
projects/*/locations/*.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCertificateMapId
Required. A user-provided name of the certificate map.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCertificateMapId
Required. A user-provided name of the certificate map.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCertificateMap
Required. A definition of the certificate map to create.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\CertificateManager\V1\CertificateMap|null |
|
hasCertificateMap
clearCertificateMap
setCertificateMap
Required. A definition of the certificate map to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\CertificateManager\V1\CertificateMap
|
| Returns | |
|---|---|
| Type | Description |
$this |
|