[[["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 Config V1 Client - Class State (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-config/latest/V1.Resource.State)\n- [1.4.0](/php/docs/reference/cloud-config/1.4.0/V1.Resource.State)\n- [1.3.0](/php/docs/reference/cloud-config/1.3.0/V1.Resource.State)\n- [1.2.1](/php/docs/reference/cloud-config/1.2.1/V1.Resource.State)\n- [1.1.0](/php/docs/reference/cloud-config/1.1.0/V1.Resource.State)\n- [1.0.1](/php/docs/reference/cloud-config/1.0.1/V1.Resource.State)\n- [0.5.2](/php/docs/reference/cloud-config/0.5.2/V1.Resource.State)\n- [0.2.0](/php/docs/reference/cloud-config/0.2.0/V1.Resource.State)\n- [0.1.3](/php/docs/reference/cloud-config/0.1.3/V1.Resource.State) \nReference documentation and code samples for the Google Cloud Config V1 Client class State.\n\nPossible states of a resource.\n\nProtobuf type `google.cloud.config.v1.Resource.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Config \\\\ V1 \\\\ Resource\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe default value. This value is used if the state is omitted.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PLANNED\n\n Value: 1\n\nResource has been planned for reconcile.\n\nGenerated from protobuf enum `PLANNED = 1;`\n\n### IN_PROGRESS\n\n Value: 2\n\nResource is actively reconciling into the intended state.\n\nGenerated from protobuf enum `IN_PROGRESS = 2;`\n\n### RECONCILED\n\n Value: 3\n\nResource has reconciled to intended state.\n\nGenerated from protobuf enum `RECONCILED = 3;`\n\n### FAILED\n\n Value: 4\n\nResource failed to reconcile.\n\nGenerated from protobuf enum `FAILED = 4;`"]]