public enum Resource.State extends Enum<Resource.State> implements ProtocolMessageEnum
Possible states of a resource.
Protobuf enum google.cloud.config.v1.Resource.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
FAILED | Resource failed to reconcile. |
FAILED_VALUE | Resource failed to reconcile. |
IN_PROGRESS | Resource is actively reconciling into the intended state. |
IN_PROGRESS_VALUE | Resource is actively reconciling into the intended state. |
PLANNED | Resource has been planned for reconcile. |
PLANNED_VALUE | Resource has been planned for reconcile. |
RECONCILED | Resource has reconciled to intended state. |
RECONCILED_VALUE | Resource has reconciled to intended state. |
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() |