Enum Execution.State (0.1.0)

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

The possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.

Protobuf enum google.cloud.workloadmanager.v1.Execution.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The execution run failed.

FAILED = 3;

FAILED_VALUE

The execution run failed.

FAILED = 3;

RUNNING

The execution is running in backend service.

RUNNING = 1;

RUNNING_VALUE

The execution is running in backend service.

RUNNING = 1;

STATE_UNSPECIFIED

State of execution is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State of execution is unspecified.

STATE_UNSPECIFIED = 0;

SUCCEEDED

The execution run succeeded.

SUCCEEDED = 2;

SUCCEEDED_VALUE

The execution run succeeded.

SUCCEEDED = 2;

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