[[["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 Api Gateway V1 Client - Class State (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-api-gateway/latest/V1.ApiConfig.State)\n- [2.0.3](/php/docs/reference/cloud-api-gateway/2.0.3/V1.ApiConfig.State)\n- [1.3.5](/php/docs/reference/cloud-api-gateway/1.3.5/V1.ApiConfig.State)\n- [1.2.2](/php/docs/reference/cloud-api-gateway/1.2.2/V1.ApiConfig.State)\n- [1.1.1](/php/docs/reference/cloud-api-gateway/1.1.1/V1.ApiConfig.State)\n- [1.0.5](/php/docs/reference/cloud-api-gateway/1.0.5/V1.ApiConfig.State) \nReference documentation and code samples for the Google Cloud Api Gateway V1 Client class State.\n\nAll the possible API Config states.\n\nProtobuf type `google.cloud.apigateway.v1.ApiConfig.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ApiGateway \\\\ V1 \\\\ ApiConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nAPI Config does not have a state yet.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nAPI Config is being created and deployed to the API Controller.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### ACTIVE\n\n Value: 2\n\nAPI Config is ready for use by Gateways.\n\nGenerated from protobuf enum `ACTIVE = 2;`\n\n### FAILED\n\n Value: 3\n\nAPI Config creation failed.\n\nGenerated from protobuf enum `FAILED = 3;`\n\n### DELETING\n\n Value: 4\n\nAPI Config is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### UPDATING\n\n Value: 5\n\nAPI Config is being updated.\n\nGenerated from protobuf enum `UPDATING = 5;`\n\n### ACTIVATING\n\n Value: 6\n\nAPI Config settings are being activated in downstream systems.\n\nAPI Configs in this state cannot be used by Gateways.\n\nGenerated from protobuf enum `ACTIVATING = 6;`"]]