public enum Rollout.ApprovalState extends Enum<Rollout.ApprovalState> implements ProtocolMessageEnum
Valid approval states of a Rollout
.
Protobuf enum google.events.cloud.deploy.v1.Rollout.ApprovalState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPROVAL_STATE_UNSPECIFIED |
The |
APPROVAL_STATE_UNSPECIFIED_VALUE |
The |
APPROVED |
The |
APPROVED_VALUE |
The |
DOES_NOT_NEED_APPROVAL |
The |
DOES_NOT_NEED_APPROVAL_VALUE |
The |
NEEDS_APPROVAL |
The |
NEEDS_APPROVAL_VALUE |
The |
REJECTED |
The |
REJECTED_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() |