[[["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 Dms V1 Client - Class State (2.0.6)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.6 (latest)](/php/docs/reference/cloud-dms/latest/V1.ConnectionProfile.State)\n- [2.0.5](/php/docs/reference/cloud-dms/2.0.5/V1.ConnectionProfile.State)\n- [1.5.5](/php/docs/reference/cloud-dms/1.5.5/V1.ConnectionProfile.State)\n- [1.4.2](/php/docs/reference/cloud-dms/1.4.2/V1.ConnectionProfile.State)\n- [1.3.0](/php/docs/reference/cloud-dms/1.3.0/V1.ConnectionProfile.State)\n- [1.2.1](/php/docs/reference/cloud-dms/1.2.1/V1.ConnectionProfile.State)\n- [1.1.0](/php/docs/reference/cloud-dms/1.1.0/V1.ConnectionProfile.State)\n- [1.0.5](/php/docs/reference/cloud-dms/1.0.5/V1.ConnectionProfile.State) \nReference documentation and code samples for the Google Cloud Dms V1 Client class State.\n\nThe current connection profile state (e.g. DRAFT, READY, or FAILED).\n\nProtobuf type `google.cloud.clouddms.v1.ConnectionProfile.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ CloudDms \\\\ V1 \\\\ ConnectionProfile\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 connection profile is unknown.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### DRAFT\n\n Value: 1\n\nThe connection profile is in draft mode and fully editable.\n\nGenerated from protobuf enum `DRAFT = 1;`\n\n### CREATING\n\n Value: 2\n\nThe connection profile is being created.\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### READY\n\n Value: 3\n\nThe connection profile is ready.\n\nGenerated from protobuf enum `READY = 3;`\n\n### UPDATING\n\n Value: 4\n\nThe connection profile is being updated.\n\nGenerated from protobuf enum `UPDATING = 4;`\n\n### DELETING\n\n Value: 5\n\nThe connection profile is being deleted.\n\nGenerated from protobuf enum `DELETING = 5;`\n\n### DELETED\n\n Value: 6\n\nThe connection profile has been deleted.\n\nGenerated from protobuf enum `DELETED = 6;`\n\n### FAILED\n\n Value: 7\n\nThe last action on the connection profile failed.\n\nGenerated from protobuf enum `FAILED = 7;`"]]