[[["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 Data Fusion V1 Client - Class State (1.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.5 (latest)](/php/docs/reference/cloud-data-fusion/latest/V1.Instance.State)\n- [1.0.4](/php/docs/reference/cloud-data-fusion/1.0.4/V1.Instance.State)\n- [0.6.5](/php/docs/reference/cloud-data-fusion/0.6.5/V1.Instance.State)\n- [0.5.2](/php/docs/reference/cloud-data-fusion/0.5.2/V1.Instance.State)\n- [0.4.1](/php/docs/reference/cloud-data-fusion/0.4.1/V1.Instance.State)\n- [0.3.0](/php/docs/reference/cloud-data-fusion/0.3.0/V1.Instance.State)\n- [0.2.11](/php/docs/reference/cloud-data-fusion/0.2.11/V1.Instance.State) \nReference documentation and code samples for the Google Cloud Data Fusion V1 Client class State.\n\nRepresents the state of a Data Fusion instance\n\nProtobuf type `google.cloud.datafusion.v1.Instance.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DataFusion \\\\ 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\nInstance does not have a state yet\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nInstance is being created\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### ACTIVE\n\n Value: 2\n\nInstance is active and ready for requests. This corresponds to 'RUNNING'\nin datafusion.v1beta1.\n\nGenerated from protobuf enum `ACTIVE = 2;`\n\n### FAILED\n\n Value: 3\n\nInstance creation failed\n\nGenerated from protobuf enum `FAILED = 3;`\n\n### DELETING\n\n Value: 4\n\nInstance is being deleted\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### UPGRADING\n\n Value: 5\n\nInstance is being upgraded\n\nGenerated from protobuf enum `UPGRADING = 5;`\n\n### RESTARTING\n\n Value: 6\n\nInstance is being restarted\n\nGenerated from protobuf enum `RESTARTING = 6;`\n\n### UPDATING\n\n Value: 7\n\nInstance is being updated on customer request\n\nGenerated from protobuf enum `UPDATING = 7;`\n\n### AUTO_UPDATING\n\n Value: 8\n\nInstance is being auto-updated\n\nGenerated from protobuf enum `AUTO_UPDATING = 8;`\n\n### AUTO_UPGRADING\n\n Value: 9\n\nInstance is being auto-upgraded\n\nGenerated from protobuf enum `AUTO_UPGRADING = 9;`\n\n### DISABLED\n\n Value: 10\n\nInstance is disabled\n\nGenerated from protobuf enum `DISABLED = 10;`"]]