Class: Google::Cloud::CertificateManager::V1::GetDnsAuthorizationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::GetDnsAuthorizationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the GetDnsAuthorization
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the dns authorization to describe. Must be in the
format projects/*/locations/*/dnsAuthorizations/*
.
356 357 358 359 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 356 class GetDnsAuthorizationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |