Class: Google::Cloud::CertificateManager::V1::DeleteCertificateMapRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*.

Returns:

  • (::String)

    Required. A name of the certificate map to delete. Must be in the format projects/*/locations/*/certificateMaps/*.



205
206
207
208
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 205

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