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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb

Overview

The response for ListSessions.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

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.



117
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 117

class ListSessionsResponse; end

#sessionsArray<Google::Spanner::V1::Session>

Returns The list of requested sessions.

Returns:



117
# File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 117

class ListSessionsResponse; end