Class: Google::Cloud::Spanner::V1::ListSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::ListSessionsResponse
- 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
-
#next_page_token ⇒ ::String
next_page_tokencan be sent in a subsequent ListSessions call to fetch more of the matching sessions. -
#sessions ⇒ ::Array<::Google::Cloud::Spanner::V1::Session>
The list of requested sessions.
Instance Attribute Details
#next_page_token ⇒ ::String
151 152 153 154 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 151 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sessions ⇒ ::Array<::Google::Cloud::Spanner::V1::Session>
151 152 153 154 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 151 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |