Cloud Spanner V1 API - Class Google::Cloud::Spanner::V1::ListSessionsResponse (v0.8.1)

Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::ListSessionsResponse.

The response for ListSessions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — next_page_token can be sent in a subsequent ListSessions call to fetch more of the matching sessions.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — 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.

#sessions

def sessions() -> ::Array<::Google::Cloud::Spanner::V1::Session>
Returns

#sessions=

def sessions=(value) -> ::Array<::Google::Cloud::Spanner::V1::Session>
Parameter
Returns