Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class UpdateCertificateMapEntryRequest.
Request for the UpdateCertificateMapEntry method.
Generated from protobuf message google.cloud.certificatemanager.v1.UpdateCertificateMapEntryRequest
Namespace
Google \ Cloud \ CertificateManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ certificate_map_entry |
CertificateMapEntry
Required. A definition of the certificate map entry to create map entry. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the |
getCertificateMapEntry
Required. A definition of the certificate map entry to create map entry.
| Returns | |
|---|---|
| Type | Description |
CertificateMapEntry|null |
|
hasCertificateMapEntry
clearCertificateMapEntry
setCertificateMapEntry
Required. A definition of the certificate map entry to create map entry.
| Parameter | |
|---|---|
| Name | Description |
var |
CertificateMapEntry
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
certificateMapEntry |
CertificateMapEntry
Required. A definition of the certificate map entry to create map entry. |
updateMask |
Google\Protobuf\FieldMask
Required. The update mask applies to the resource. For the |
| Returns | |
|---|---|
| Type | Description |
UpdateCertificateMapEntryRequest |
|