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

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

Request for the UpdateDnsAuthorization method.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dns_authorization Google\Cloud\CertificateManager\V1\DnsAuthorization

Required. A definition of the dns authorization 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.

getDnsAuthorization

Required. A definition of the dns authorization to update.

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

hasDnsAuthorization

clearDnsAuthorization

setDnsAuthorization

Required. A definition of the dns authorization to update.

Parameter
NameDescription
var Google\Cloud\CertificateManager\V1\DnsAuthorization
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