public enum Deployment.State extends Enum<Deployment.State> implements ProtocolMessageEnum
Possible states of a deployment.
Protobuf enum google.cloud.config.v1.Deployment.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The deployment is healthy. |
ACTIVE_VALUE | The deployment is healthy. |
CREATING | The deployment is being created. |
CREATING_VALUE | The deployment is being created. |
DELETED | The deployment has been deleted. |
DELETED_VALUE | The deployment has been deleted. |
DELETING | The deployment is being deleted. |
DELETING_VALUE | The deployment is being deleted. |
FAILED | The deployment has encountered an unexpected error. |
FAILED_VALUE | The deployment has encountered an unexpected error. |
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. |
SUSPENDED | The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion. |
SUSPENDED_VALUE | The deployment is no longer being actively reconciled. This may be the result of recovering the project after deletion. |
UNRECOGNIZED | |
UPDATING | The deployment is being updated. |
UPDATING_VALUE | The deployment is being updated. |
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() |