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 \ ListJobsRequestMethods
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.
Generated from protobuf enum NON_ACTIVE = 2;