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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATING |
The environment is in the process of being created. |
CREATING_VALUE |
The environment is in the process of being created. |
DELETING |
The environment is undergoing deletion. It cannot be used. |
DELETING_VALUE |
The environment is undergoing deletion. It cannot be used. |
ERROR |
The environment has encountered an error and cannot be used. |
ERROR_VALUE |
The environment has encountered an error and cannot be used. |
RUNNING |
The environment is currently running and healthy. It is ready for use. |
RUNNING_VALUE |
The environment is currently running and healthy. It is ready for use. |
STATE_UNSPECIFIED |
The state of the environment is unknown. |
STATE_UNSPECIFIED_VALUE |
The state of the environment is unknown. |
UNRECOGNIZED |
|
UPDATING |
The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time. |
UPDATING_VALUE |
The environment is being updated. It remains usable but cannot receive additional update requests or be deleted at this time. |
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() |