Class: Google::Cloud::CertificateManager::V1::DeleteCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::DeleteCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
Overview
Request for the DeleteCertificate
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the certificate to delete. Must be in the format
projects/*/locations/*/certificates/*
.
112 113 114 115 |
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 112 class DeleteCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |