Class: Google::Cloud::Dataproc::V1::ListBatchesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/batches.rb

Overview

A list of batch workloads.

Instance Attribute Summary collapse

Instance Attribute Details

#batches::Array<::Google::Cloud::Dataproc::V1::Batch>

Returns The batches from the specified collection.

Returns:



115
116
117
118
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 115

class ListBatchesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#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.



115
116
117
118
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 115

class ListBatchesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end