Class: Google::Cloud::Spanner::V1::GetSessionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/v1/spanner.rb

Overview

The request for GetSession.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the session to retrieve.

Returns:

  • (::String)

    Required. The name of the session to retrieve.



119
120
121
122
# File 'proto_docs/google/spanner/v1/spanner.rb', line 119

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