Class: Google::Cloud::CertificateManager::V1::DeleteCertificateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

    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