Class: Google::Cloud::Dataproc::V1::ListSessionsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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