[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Orchestration Airflow V1 Client - Class State (2.1.8)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.8 (latest)](/php/docs/reference/cloud-orchestration-airflow/latest/V1.Environment.State)\n- [2.1.7](/php/docs/reference/cloud-orchestration-airflow/2.1.7/V1.Environment.State)\n- [2.0.1](/php/docs/reference/cloud-orchestration-airflow/2.0.1/V1.Environment.State)\n- [1.6.4](/php/docs/reference/cloud-orchestration-airflow/1.6.4/V1.Environment.State)\n- [1.5.0](/php/docs/reference/cloud-orchestration-airflow/1.5.0/V1.Environment.State)\n- [1.4.2](/php/docs/reference/cloud-orchestration-airflow/1.4.2/V1.Environment.State)\n- [1.3.0](/php/docs/reference/cloud-orchestration-airflow/1.3.0/V1.Environment.State)\n- [1.2.0](/php/docs/reference/cloud-orchestration-airflow/1.2.0/V1.Environment.State)\n- [1.1.0](/php/docs/reference/cloud-orchestration-airflow/1.1.0/V1.Environment.State)\n- [1.0.4](/php/docs/reference/cloud-orchestration-airflow/1.0.4/V1.Environment.State) \nReference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class State.\n\nState of the environment.\n\nProtobuf type `google.cloud.orchestration.airflow.service.v1.Environment.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Orchestration \\\\ Airflow \\\\ Service \\\\ V1 \\\\ Environment\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe state of the environment is unknown.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThe environment is in the process of being created.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### RUNNING\n\n Value: 2\n\nThe environment is currently running and healthy. It is ready for use.\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### UPDATING\n\n Value: 3\n\nThe environment is being updated. It remains usable but cannot receive\nadditional update requests or be deleted at this time.\n\nGenerated from protobuf enum `UPDATING = 3;`\n\n### DELETING\n\n Value: 4\n\nThe environment is undergoing deletion. It cannot be used.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### ERROR\n\n Value: 5\n\nThe environment has encountered an error and cannot be used.\n\nGenerated from protobuf enum `ERROR = 5;`"]]