public enum Instance.State extends Enum<Instance.State> implements ProtocolMessageEnum
Represents the state of a Data Fusion instance
Protobuf enum google.cloud.datafusion.v1.Instance.State
Implements
ProtocolMessageEnumStatic Fields
Name | Description |
ACTIVE | Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1. |
ACTIVE_VALUE | Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1. |
AUTO_UPDATING | Instance is being auto-updated |
AUTO_UPDATING_VALUE | Instance is being auto-updated |
AUTO_UPGRADING | Instance is being auto-upgraded |
AUTO_UPGRADING_VALUE | Instance is being auto-upgraded |
CREATING | Instance is being created |
CREATING_VALUE | Instance is being created |
DELETING | Instance is being deleted |
DELETING_VALUE | Instance is being deleted |
DISABLED | Instance is disabled |
DISABLED_VALUE | Instance is disabled |
FAILED | Instance creation failed |
FAILED_VALUE | Instance creation failed |
RESTARTING | Instance is being restarted |
RESTARTING_VALUE | Instance is being restarted |
STATE_UNSPECIFIED | Instance does not have a state yet |
STATE_UNSPECIFIED_VALUE | Instance does not have a state yet |
UNRECOGNIZED | |
UPDATING | Instance is being updated on customer request |
UPDATING_VALUE | Instance is being updated on customer request |
UPGRADING | Instance is being upgraded |
UPGRADING_VALUE | Instance is being upgraded |
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() |