Class: Google::Cloud::Spanner::V1::BatchCreateSessionsResponse

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

Overview

The response for BatchCreateSessions.

Instance Attribute Summary collapse

Instance Attribute Details

#session::Array<::Google::Cloud::Spanner::V1::Session>

Returns The freshly created sessions.

Returns:



62
63
64
65
# File 'proto_docs/google/spanner/v1/spanner.rb', line 62

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