Google Cloud Dataproc V1 Client - Class JobStateMatcher (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JobStateMatcher.
A matcher that specifies categories of job states.
Protobuf type google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher
Namespace
Google \ Cloud \ Dataproc \ V1 \ ListJobsRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
ALL
Value: 0
Match all jobs, regardless of state.
Generated from protobuf enum ALL = 0;
ACTIVE
Value: 1
Only match jobs in non-terminal states: PENDING, RUNNING, or
CANCEL_PENDING.
Generated from protobuf enum ACTIVE = 1;
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 2026-03-19 UTC."],[],[]]