Cloud Dataproc V1beta2 API - Module Google::Cloud::Dataproc::V1beta2::ListJobsRequest::JobStateMatcher (v0.6.3) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1beta2 API module Google::Cloud::Dataproc::V1beta2::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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]