Class: Google::Cloud::Memorystore::V1beta::GetSharedRegionalCertificateAuthorityRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Memorystore::V1beta::GetSharedRegionalCertificateAuthorityRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/memorystore/v1beta/memorystore.rb
Overview
Request for GetSharedRegionalCertificateAuthority.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Regional certificate authority resource name using the form:
projects/{project}/locations/{location}/sharedRegionalCertificateAuthority
where location_id refers to a Google Cloud region.
754 755 756 757 |
# File 'proto_docs/google/cloud/memorystore/v1beta/memorystore.rb', line 754 class GetSharedRegionalCertificateAuthorityRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |