Class: Google::Cloud::CertificateManager::V1::CreateCertificateMapEntryRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_map_entry::Google::Cloud::CertificateManager::V1::CertificateMapEntry

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

Returns:



279
280
281
282
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279

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

#certificate_map_entry_id::String

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

Returns:

  • (::String)

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



279
280
281
282
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279

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

#parent::String

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

Returns:

  • (::String)

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



279
280
281
282
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 279

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