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_token
can 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
Returns 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.
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 |