Class: Google::Cloud::Dataproc::V1::ListJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::ListJobsRequest
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
A request to list jobs in a project.
Defined Under Namespace
Modules: JobStateMatcher
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
Optional.
-
#filter ⇒ String
Optional.
-
#job_state_matcher ⇒ Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher
Optional.
-
#page_size ⇒ Integer
Optional.
-
#page_token ⇒ String
Optional.
-
#project_id ⇒ String
Required.
-
#region ⇒ String
Required.
Instance Attribute Details
#cluster_name ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#filter ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#job_state_matcher ⇒ Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#page_size ⇒ Integer
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#page_token ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#project_id ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |
#region ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 627 |
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb', line 614 class ListJobsRequest # A matcher that specifies categories of job states. module JobStateMatcher # Match all jobs, regardless of state. ALL = 0 # Only match jobs in non-terminal states: PENDING, RUNNING, or # CANCEL_PENDING. ACTIVE = 1 # Only match jobs in terminal states: CANCELLED, DONE, or ERROR. NON_ACTIVE = 2 end end |