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
ProtocolMessageEnumStatic Fields
Name | Description |
ACTIVE | Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING. |
ACTIVE_VALUE | Only match jobs in non-terminal states: PENDING, RUNNING, or CANCEL_PENDING. |
ALL | Match all jobs, regardless of state. |
ALL_VALUE | Match all jobs, regardless of state. |
NON_ACTIVE | Only match jobs in terminal states: CANCELLED, DONE, or ERROR. |
NON_ACTIVE_VALUE | Only match jobs in terminal states: CANCELLED, DONE, or ERROR. |
UNRECOGNIZED |
Static Methods
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |