Enum Environment.State (1.41.0)

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

State of the environment.

Protobuf enum google.cloud.orchestration.airflow.service.v1beta1.Environment.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

The environment is in the process of being created.

CREATING = 1;

CREATING_VALUE

The environment is in the process of being created.

CREATING = 1;

DELETING

The environment is undergoing deletion. It cannot be used.

DELETING = 4;

DELETING_VALUE

The environment is undergoing deletion. It cannot be used.

DELETING = 4;

ERROR

The environment has encountered an error and cannot be used.

ERROR = 5;

ERROR_VALUE

The environment has encountered an error and cannot be used.

ERROR = 5;

RUNNING

The environment is currently running and healthy. It is ready for use.

RUNNING = 2;

RUNNING_VALUE

The environment is currently running and healthy. It is ready for use.

RUNNING = 2;

STATE_UNSPECIFIED

The state of the environment is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the environment is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.

UPDATING = 3;

UPDATING_VALUE

The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time.

UPDATING = 3;

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