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.
1404 1405 1406 1407 |
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1404 class GetCertificateAuthorityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |