Class: Google::Cloud::Dataproc::V1::ListSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/sessions.rb
Overview
A list of interactive sessions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
, to retrieve the next page. -
#sessions ⇒ ::Array<::Google::Cloud::Dataproc::V1::Session>
readonly
Output only.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
, to retrieve the next page.
If this field is omitted, there are no subsequent pages.
107 108 109 110 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 107 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sessions ⇒ ::Array<::Google::Cloud::Dataproc::V1::Session> (readonly)
Returns Output only. The sessions from the specified collection.
107 108 109 110 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 107 class ListSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |