Class: Google::Cloud::Memorystore::V1::GetInstanceRequest

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 [GetInstance][].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the instance to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}.

Returns:

  • (::String)

    Required. The name of the instance to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}



1038
1039
1040
1041
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1038

class GetInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end