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_tokencan 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_tokencan be sent in a subsequent ListSessions call to fetch more of the matching sessions.
    Returns
    
  - 
        (::String) — next_page_tokencan be sent in a subsequent ListSessions call to fetch more of the matching sessions.
#sessions
def sessions() -> ::Array<::Google::Cloud::Spanner::V1::Session>
    Returns
    
  - (::Array<::Google::Cloud::Spanner::V1::Session>) — The list of requested sessions.
#sessions=
def sessions=(value) -> ::Array<::Google::Cloud::Spanner::V1::Session>
    Parameter
    
  - value (::Array<::Google::Cloud::Spanner::V1::Session>) — The list of requested sessions.
    Returns
    
- (::Array<::Google::Cloud::Spanner::V1::Session>) — The list of requested sessions.