Enum OperationStep.State (0.8.0)

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

State of the operation step.

Protobuf enum google.cloud.hypercomputecluster.v1.OperationStep.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
DONE

Step execution is completed.

DONE = 3;

DONE_VALUE

Step execution is completed.

DONE = 3;

IN_PROGRESS

Step execution is running in progress.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

Step execution is running in progress.

IN_PROGRESS = 2;

STATE_UNSPECIFIED

Unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
WAITING

Initial state before step execution starts.

WAITING = 1;

WAITING_VALUE

Initial state before step execution starts.

WAITING = 1;

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