Class: Google::Cloud::Memorystore::V1::GetCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1::GetCertificateAuthorityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1/memorystore.rb
Overview
Request message for [GetCertificateAuthority][].
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}/certificateAuthority.
1244 1245 1246 1247 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1244 class GetCertificateAuthorityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |