public enum UnitOperation.UnitOperationState extends Enum<UnitOperation.UnitOperationState> implements ProtocolMessageEnum
UnitOperationState describes the current state of the unit operation.
Protobuf enum
google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitOperation.UnitOperationState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
UNIT_OPERATION_STATE_CANCELLED |
Unit operation was cancelled. |
UNIT_OPERATION_STATE_CANCELLED_VALUE |
Unit operation was cancelled. |
UNIT_OPERATION_STATE_FAILED |
Unit operation has failed. |
UNIT_OPERATION_STATE_FAILED_VALUE |
Unit operation has failed. |
UNIT_OPERATION_STATE_PENDING |
Unit operation is accepted but not ready to run. |
UNIT_OPERATION_STATE_PENDING_VALUE |
Unit operation is accepted but not ready to run. |
UNIT_OPERATION_STATE_RUNNING |
Unit operation is running. |
UNIT_OPERATION_STATE_RUNNING_VALUE |
Unit operation is running. |
UNIT_OPERATION_STATE_SCHEDULED |
Unit operation is accepted and scheduled. |
UNIT_OPERATION_STATE_SCHEDULED_VALUE |
Unit operation is accepted and scheduled. |
UNIT_OPERATION_STATE_SUCCEEDED |
Unit operation has completed successfully. |
UNIT_OPERATION_STATE_SUCCEEDED_VALUE |
Unit operation has completed successfully. |
UNIT_OPERATION_STATE_UNKNOWN |
|
UNIT_OPERATION_STATE_UNKNOWN_VALUE |
|
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() |