Google Cloud Dataproc V1 Client - Class JobStateMatcher (3.10.1)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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;