- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
public enum Environment.State extends Enum<Environment.State> implements ProtocolMessageEnum
State of the environment.
Protobuf enum google.cloud.orchestration.airflow.service.v1.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() |