Class: Google::Cloud::CertificateManager::V1::DeleteCertificateMapEntryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::DeleteCertificateMapEntryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the DeleteCertificateMapEntry
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the certificate map entry to delete. Must be in the
format projects/*/locations/*/certificateMaps/*/certificateMapEntries/*
.
303 304 305 306 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 303 class DeleteCertificateMapEntryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |