Class: Google::Cloud::Dataproc::V1::ListJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListJobsResponse
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
A list of jobs in a project.
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Google::Cloud::Dataproc::V1::Job>
Output-only.
-
#next_page_token ⇒ String
Optional.
Instance Attribute Details
#jobs ⇒ Array<Google::Cloud::Dataproc::V1::Job>
Returns Output-only. Jobs list.
639 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 639 class ListJobsResponse; end |
#next_page_token ⇒ String
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
.
639 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 639 class ListJobsResponse; end |