Enum Accelerator.State (1.80.0)

publicenumAccelerator.StateextendsEnum<Accelerator.State>implementsProtocolMessageEnum

Different values possible for the state of an accelerator

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.