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}



1145
1146
1147
1148
# File 'proto_docs/google/cloud/memorystore/v1/memorystore.rb', line 1145

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