Enum Job.State (1.2.0)

public enum Job.State extends Enum<Job.State> implements ProtocolMessageEnum

Valid states of a Job.

Protobuf enum google.cloud.deploy.v1.Job.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ABORTED

The Job was aborted.

ABORTED = 6;

ABORTED_VALUE

The Job was aborted.

ABORTED = 6;

DISABLED

The Job is disabled.

DISABLED = 2;

DISABLED_VALUE

The Job is disabled.

DISABLED = 2;

FAILED

The Job failed.

FAILED = 5;

FAILED_VALUE

The Job failed.

FAILED = 5;

IN_PROGRESS

The Job is in progress.

IN_PROGRESS = 3;

IN_PROGRESS_VALUE

The Job is in progress.

IN_PROGRESS = 3;

PENDING

The Job is waiting for an earlier Phase(s) or Job(s) to complete.

PENDING = 1;

PENDING_VALUE

The Job is waiting for an earlier Phase(s) or Job(s) to complete.

PENDING = 1;

STATE_UNSPECIFIED

The Job has an unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The Job has an unspecified state.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The Job succeeded.

SUCCEEDED = 4;

SUCCEEDED_VALUE

The Job succeeded.

SUCCEEDED = 4;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()