Enum Instance.State (1.53.0)

publicenumInstance.StateextendsEnum<Instance.State>implementsProtocolMessageEnum

Represents the state of a Data Fusion instance

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1.

ACTIVE = 2;

ACTIVE_VALUE

Instance is active and ready for requests. This corresponds to 'RUNNING' in datafusion.v1beta1.

ACTIVE = 2;

AUTO_UPDATING

Instance is being auto-updated

AUTO_UPDATING = 8;

AUTO_UPDATING_VALUE

Instance is being auto-updated

AUTO_UPDATING = 8;

AUTO_UPGRADING

Instance is being auto-upgraded

AUTO_UPGRADING = 9;

AUTO_UPGRADING_VALUE

Instance is being auto-upgraded

AUTO_UPGRADING = 9;

CREATING

Instance is being created

CREATING = 1;

CREATING_VALUE

Instance is being created

CREATING = 1;

DELETING

Instance is being deleted

DELETING = 4;

DELETING_VALUE

Instance is being deleted

DELETING = 4;

DISABLED

Instance is disabled

DISABLED = 10;

DISABLED_VALUE

Instance is disabled

DISABLED = 10;

FAILED

Instance creation failed

FAILED = 3;

FAILED_VALUE

Instance creation failed

FAILED = 3;

RESTARTING

Instance is being restarted

RESTARTING = 6;

RESTARTING_VALUE

Instance is being restarted

RESTARTING = 6;

STATE_UNSPECIFIED

Instance does not have a state yet

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Instance does not have a state yet

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

Instance is being updated on customer request

UPDATING = 7;

UPDATING_VALUE

Instance is being updated on customer request

UPDATING = 7;

UPGRADING

Instance is being upgraded

UPGRADING = 5;

UPGRADING_VALUE

Instance is being upgraded

UPGRADING = 5;

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.