Class: Google::Cloud::Security::PrivateCA::V1beta1::GetCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::GetCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/service.rb
Overview
Request message for CertificateAuthorityService.GetCertificate.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Certificate to get.
65 66 67 68 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 65 class GetCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |