Enum ListJobsRequest.JobStateMatcher (2.3.1)

public enum ListJobsRequest.JobStateMatcher extends Enum<ListJobsRequest.JobStateMatcher> implements ProtocolMessageEnum

A matcher that specifies categories of job states.

Protobuf enum google.cloud.dataproc.v1.ListJobsRequest.JobStateMatcher

Implements

ProtocolMessageEnum

Fields

NameDescription
ACTIVE

Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.

ACTIVE = 1;

ACTIVE_VALUE

Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING.

ACTIVE = 1;

ALL

Match all jobs, regardless of state.

ALL = 0;

ALL_VALUE

Match all jobs, regardless of state.

ALL = 0;

NON_ACTIVE

Only match jobs in terminal states: CANCELLED, DONE, or ERROR.

NON_ACTIVE = 2;

NON_ACTIVE_VALUE

Only match jobs in terminal states: CANCELLED, DONE, or ERROR.

NON_ACTIVE = 2;

UNRECOGNIZED

Methods

NameDescription
forNumber(int value)
getDescriptor()
getDescriptorForType()
getNumber()
getValueDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()