Enum Accelerator.State (1.11.0)

public enum Accelerator.State extends Enum<Accelerator.State> implements ProtocolMessageEnum

Different values possible for the state of an accelerator

Protobuf enum google.cloud.datafusion.v1.Accelerator.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

Indicates that the accelerator is disabled and not available to use

DISABLED = 2;

DISABLED_VALUE

Indicates that the accelerator is disabled and not available to use

DISABLED = 2;

ENABLED

Indicates that the accelerator is enabled and available to use

ENABLED = 1;

ENABLED_VALUE

Indicates that the accelerator is enabled and available to use

ENABLED = 1;

STATE_UNSPECIFIED

Default value, do not use

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value, do not use

STATE_UNSPECIFIED = 0;

UNKNOWN

Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state

UNKNOWN = 3;

UNKNOWN_VALUE

Indicates that accelerator state is currently unknown. Requests for enable, disable could be retried while in this state

UNKNOWN = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()