Enum AutomationRun.State (1.39.0)

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

Valid state of an AutomationRun.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The AutomationRun was cancelled.

CANCELLED = 2;

CANCELLED_VALUE

The AutomationRun was cancelled.

CANCELLED = 2;

FAILED

The AutomationRun has failed.

FAILED = 3;

FAILED_VALUE

The AutomationRun has failed.

FAILED = 3;

IN_PROGRESS

The AutomationRun is in progress.

IN_PROGRESS = 4;

IN_PROGRESS_VALUE

The AutomationRun is in progress.

IN_PROGRESS = 4;

PENDING

The AutomationRun is pending.

PENDING = 5;

PENDING_VALUE

The AutomationRun is pending.

PENDING = 5;

STATE_UNSPECIFIED

The AutomationRun has an unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The AutomationRun has an unspecified state.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The AutomationRun has succeeded.

SUCCEEDED = 1;

SUCCEEDED_VALUE

The AutomationRun has succeeded.

SUCCEEDED = 1;

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()