public enum Rollout.State extends Enum<Rollout.State> implements ProtocolMessageEnum
Valid states of a Rollout
.
Protobuf enum google.events.cloud.deploy.v1.Rollout.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPROVAL_REJECTED |
An approver rejected the |
APPROVAL_REJECTED_VALUE |
An approver rejected the |
CANCELLED |
The |
CANCELLED_VALUE |
The |
CANCELLING |
The |
CANCELLING_VALUE |
The |
FAILED |
The |
FAILED_VALUE |
The |
HALTED |
The |
HALTED_VALUE |
The |
IN_PROGRESS |
The |
IN_PROGRESS_VALUE |
The |
PENDING |
The |
PENDING_APPROVAL |
The |
PENDING_APPROVAL_VALUE |
The |
PENDING_RELEASE |
The |
PENDING_RELEASE_VALUE |
The |
PENDING_VALUE |
The |
STATE_UNSPECIFIED |
The |
STATE_UNSPECIFIED_VALUE |
The |
SUCCEEDED |
The |
SUCCEEDED_VALUE |
The |
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() |