Class: Google::Cloud::Spanner::V1::CreateSessionRequest

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 CreateSession.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. The database in which the new session is created.

Returns:

  • (::String)

    Required. The database in which the new session is created.



31
32
33
34
# File 'proto_docs/google/spanner/v1/spanner.rb', line 31

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

#session::Google::Cloud::Spanner::V1::Session

Returns Required. The session to create.

Returns:



31
32
33
34
# File 'proto_docs/google/spanner/v1/spanner.rb', line 31

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