Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::UpdateDnsAuthorizationRequest.
Request for the UpdateDnsAuthorization method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dns_authorization
def dns_authorization() -> ::Google::Cloud::CertificateManager::V1::DnsAuthorization
    Returns
    
  - (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to update.
#dns_authorization=
def dns_authorization=(value) -> ::Google::Cloud::CertificateManager::V1::DnsAuthorization
    Parameter
    
  - value (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to update.
    Returns
    
  - (::Google::Cloud::CertificateManager::V1::DnsAuthorization) — Required. A definition of the dns authorization to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - 
        (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - 
        value (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
    Returns
    
- 
        (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.