Class: Google::Cloud::CertificateManager::V1::CreateDnsAuthorizationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb

Overview

Request for the CreateDnsAuthorization method.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_authorization::Google::Cloud::CertificateManager::V1::DnsAuthorization

Returns Required. A definition of the dns authorization to create.

Returns:



372
373
374
375
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 372

class CreateDnsAuthorizationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#dns_authorization_id::String

Returns Required. A user-provided name of the dns authorization.

Returns:

  • (::String)

    Required. A user-provided name of the dns authorization.



372
373
374
375
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 372

class CreateDnsAuthorizationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource of the dns authorization. Must be in the format projects/*/locations/*.

Returns:

  • (::String)

    Required. The parent resource of the dns authorization. Must be in the format projects/*/locations/*.



372
373
374
375
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 372

class CreateDnsAuthorizationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end