Class: Google::Cloud::CertificateManager::V1::CreateCertificateMapRequest

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 CreateCertificateMap method.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_map::Google::Cloud::CertificateManager::V1::CertificateMap

Returns Required. A definition of the certificate map to create.

Returns:



181
182
183
184
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181

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

#certificate_map_id::String

Returns Required. A user-provided name of the certificate map.

Returns:

  • (::String)

    Required. A user-provided name of the certificate map.



181
182
183
184
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181

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

#parent::String

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

Returns:

  • (::String)

    Required. The parent resource of the certificate map. Must be in the format projects/*/locations/*.



181
182
183
184
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 181

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