Module: Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher
- Defined in:
- lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/jobs.rb
Overview
A matcher that specifies categories of job states.
Constant Summary collapse
- ALL =
Match all jobs, regardless of state.
0
- ACTIVE =
Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.
1
- NON_ACTIVE =
Only match jobs in terminal states: CANCELLED, DONE, or ERROR.
2