Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher (v1.17.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::ListJobsRequest::JobStateMatcher.
A matcher that specifies categories of job states.
Constants
ALL
value: 0 Match all jobs, regardless of state.
ACTIVE
value: 1 Only match jobs in non-terminal states: PENDING, RUNNING, or
CANCEL_PENDING.
NON_ACTIVE
value: 2 Only match jobs in terminal states: CANCELLED, DONE, or ERROR.