Class: Google::Cloud::CertificateManager::V1::GetCertificateRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



72
73
74
75
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 72

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