Google Cloud Certificate Manager V1 Client - Class UpdateCertificateMapRequest (0.3.7)

Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class UpdateCertificateMapRequest.

Request for the UpdateCertificateMap method.

Generated from protobuf message google.cloud.certificatemanager.v1.UpdateCertificateMapRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ certificate_map Google\Cloud\CertificateManager\V1\CertificateMap

Required. A definition of the certificate map to update.

↳ update_mask Google\Protobuf\FieldMask

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.

getCertificateMap

Required. A definition of the certificate map to update.

Returns
TypeDescription
Google\Cloud\CertificateManager\V1\CertificateMap|null

hasCertificateMap

clearCertificateMap

setCertificateMap

Required. A definition of the certificate map to update.

Parameter
NameDescription
var Google\Cloud\CertificateManager\V1\CertificateMap
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this