public enum Accelerator.State extends Enum<Accelerator.State> implements ProtocolMessageEnum
Different values possible for the state of an accelerator.
Protobuf enum google.events.cloud.datafusion.v1.Accelerator.State
Implements
ProtocolMessageEnumInherited Members
Static Fields | |
---|---|
Name | Description |
DISABLED | Indicates that the accelerator is disabled and not available to use. |
DISABLED_VALUE | Indicates that the accelerator is disabled and not available to use. |
ENABLED | Indicates that the accelerator is enabled and available to use. |
ENABLED_VALUE | Indicates that the accelerator is enabled and available to use. |
STATE_UNSPECIFIED | Default value, do not use. |
STATE_UNSPECIFIED_VALUE | Default value, do not use. |
UNKNOWN | Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state. |
UNKNOWN_VALUE | Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state. |
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() |