public enum OperationStep.State extends Enum<OperationStep.State> implements ProtocolMessageEnumState of the operation step.
Protobuf enum google.cloud.hypercomputecluster.v1.OperationStep.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DONE |
Step execution is completed. |
DONE_VALUE |
Step execution is completed. |
IN_PROGRESS |
Step execution is running in progress. |
IN_PROGRESS_VALUE |
Step execution is running in progress. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
UNRECOGNIZED |
|
WAITING |
Initial state before step execution starts. |
WAITING_VALUE |
Initial state before step execution starts. |
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() |
|