Class: Google::Cloud::Dataproc::V1beta2::ListJobsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb

Overview

A list of jobs in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Google::Cloud::Dataproc::V1beta2::Job>

Returns Output only. Jobs list.

Returns:



698
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 698

class ListJobsResponse; end

#next_page_tokenString

Returns Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.

Returns:

  • (String)

    Optional. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListJobsRequest.



698
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/jobs.rb', line 698

class ListJobsResponse; end