Class: Google::Cloud::Security::PrivateCA::V1::GetCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1::GetCertificateAuthorityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1/service.rb
Overview
Request message for CertificateAuthorityService.GetCertificateAuthority.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the CertificateAuthority to get.
384 385 386 387 |
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 384 class GetCertificateAuthorityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |