public enum Revision.State extends Enum<Revision.State> implements ProtocolMessageEnum
Possible states of a revision.
Protobuf enum google.cloud.config.v1.Revision.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
APPLIED |
The revision was applied successfully. |
APPLIED_VALUE |
The revision was applied successfully. |
APPLYING |
The revision is being applied. |
APPLYING_VALUE |
The revision is being applied. |
FAILED |
The revision could not be applied successfully. |
FAILED_VALUE |
The revision could not be applied successfully. |
STATE_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
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() |