Class: Google::Cloud::Memorystore::V1::GetCertificateAuthorityRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the certificate authority. Format: projects/{project}/locations/{location}/instances/{instance}/certificateAuthority.

Returns:

  • (::String)

    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