public enum Phase.State extends Enum<Phase.State> implements ProtocolMessageEnum
Valid states of a Phase.
Protobuf enum google.events.cloud.deploy.v1.Phase.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ABORTED |
The Phase was aborted. |
ABORTED_VALUE |
The Phase was aborted. |
FAILED |
The Phase has failed. |
FAILED_VALUE |
The Phase has failed. |
IN_PROGRESS |
The Phase is in progress. |
IN_PROGRESS_VALUE |
The Phase is in progress. |
PENDING |
The Phase is waiting for an earlier Phase(s) to complete. |
PENDING_VALUE |
The Phase is waiting for an earlier Phase(s) to complete. |
SKIPPED |
The Phase was skipped. |
SKIPPED_VALUE |
The Phase was skipped. |
STATE_UNSPECIFIED |
The Phase has an unspecified state. |
STATE_UNSPECIFIED_VALUE |
The Phase has an unspecified state. |
SUCCEEDED |
The Phase has succeeded. |
SUCCEEDED_VALUE |
The Phase has succeeded. |
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() |