Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class CreateCertificateMapEntryRequest.
Request for the CreateCertificateMapEntry
method.
Generated from protobuf message google.cloud.certificatemanager.v1.CreateCertificateMapEntryRequest
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 map entry. Must be in the format |
↳ certificate_map_entry_id |
string
Required. A user-provided name of the certificate map entry. |
↳ certificate_map_entry |
Google\Cloud\CertificateManager\V1\CertificateMapEntry
Required. A definition of the certificate map entry to create. |
getParent
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource of the certificate map entry. Must be in the
format projects/*/locations/*/certificateMaps/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCertificateMapEntryId
Required. A user-provided name of the certificate map entry.
Returns | |
---|---|
Type | Description |
string |
setCertificateMapEntryId
Required. A user-provided name of the certificate map entry.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCertificateMapEntry
Required. A definition of the certificate map entry to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\CertificateManager\V1\CertificateMapEntry|null |
hasCertificateMapEntry
clearCertificateMapEntry
setCertificateMapEntry
Required. A definition of the certificate map entry to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\CertificateManager\V1\CertificateMapEntry
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource of the certificate map entry. Must be in the
format |
certificateMapEntry |
Google\Cloud\CertificateManager\V1\CertificateMapEntry
Required. A definition of the certificate map entry to create. |
certificateMapEntryId |
string
Required. A user-provided name of the certificate map entry. |
Returns | |
---|---|
Type | Description |
Google\Cloud\CertificateManager\V1\CreateCertificateMapEntryRequest |