Class: Google::Cloud::Spanner::V1::ListSessionsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns next_page_token can be sent in a subsequent ListSessions call to fetch more of the matching sessions.

Returns:

  • (::String)

    next_page_token can be sent in a subsequent ListSessions call to fetch more of the matching sessions.



164
165
166
167
# File 'proto_docs/google/spanner/v1/spanner.rb', line 164

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

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

Returns The list of requested sessions.

Returns:



164
165
166
167
# File 'proto_docs/google/spanner/v1/spanner.rb', line 164

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