[[["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 Apigee Registry V1 Client - Class State (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-apigee-registry/latest/V1.Instance.State)\n- [1.0.3](/php/docs/reference/cloud-apigee-registry/1.0.3/V1.Instance.State)\n- [0.5.5](/php/docs/reference/cloud-apigee-registry/0.5.5/V1.Instance.State)\n- [0.4.2](/php/docs/reference/cloud-apigee-registry/0.4.2/V1.Instance.State)\n- [0.3.2](/php/docs/reference/cloud-apigee-registry/0.3.2/V1.Instance.State)\n- [0.2.7](/php/docs/reference/cloud-apigee-registry/0.2.7/V1.Instance.State) \nReference documentation and code samples for the Google Cloud Apigee Registry V1 Client class State.\n\nState of the Instance.\n\nProtobuf type `google.cloud.apigeeregistry.v1.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ApigeeRegistry \\\\ V1 \\\\ Instance\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### INACTIVE\n\n Value: 1\n\nThe Instance has not been initialized or has been deleted.\n\nGenerated from protobuf enum `INACTIVE = 1;`\n\n### CREATING\n\n Value: 2\n\nThe Instance is being created.\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### ACTIVE\n\n Value: 3\n\nThe Instance has been created and is ready for use.\n\nGenerated from protobuf enum `ACTIVE = 3;`\n\n### UPDATING\n\n Value: 4\n\nThe Instance is being updated.\n\nGenerated from protobuf enum `UPDATING = 4;`\n\n### DELETING\n\n Value: 5\n\nThe Instance is being deleted.\n\nGenerated from protobuf enum `DELETING = 5;`\n\n### FAILED\n\n Value: 6\n\nThe Instance encountered an error during a state change.\n\nGenerated from protobuf enum `FAILED = 6;`"]]