[[["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 Datastream V1 Client - Class State (2.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.4.0 (latest)](/php/docs/reference/cloud-datastream/latest/V1.PrivateConnection.State)\n- [2.3.1](/php/docs/reference/cloud-datastream/2.3.1/V1.PrivateConnection.State)\n- [2.2.0](/php/docs/reference/cloud-datastream/2.2.0/V1.PrivateConnection.State)\n- [2.1.1](/php/docs/reference/cloud-datastream/2.1.1/V1.PrivateConnection.State)\n- [2.0.1](/php/docs/reference/cloud-datastream/2.0.1/V1.PrivateConnection.State)\n- [1.5.5](/php/docs/reference/cloud-datastream/1.5.5/V1.PrivateConnection.State)\n- [1.4.2](/php/docs/reference/cloud-datastream/1.4.2/V1.PrivateConnection.State)\n- [1.3.0](/php/docs/reference/cloud-datastream/1.3.0/V1.PrivateConnection.State)\n- [1.2.1](/php/docs/reference/cloud-datastream/1.2.1/V1.PrivateConnection.State)\n- [1.1.0](/php/docs/reference/cloud-datastream/1.1.0/V1.PrivateConnection.State)\n- [1.0.5](/php/docs/reference/cloud-datastream/1.0.5/V1.PrivateConnection.State) \nReference documentation and code samples for the Google Cloud Datastream V1 Client class State.\n\nPrivate Connection state.\n\nProtobuf type `google.cloud.datastream.v1.PrivateConnection.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Datastream \\\\ V1 \\\\ PrivateConnection\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThe private connection is in creation state - creating resources.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### CREATED\n\n Value: 2\n\nThe private connection has been created with all of its resources.\n\nGenerated from protobuf enum `CREATED = 2;`\n\n### FAILED\n\n Value: 3\n\nThe private connection creation has failed.\n\nGenerated from protobuf enum `FAILED = 3;`\n\n### DELETING\n\n Value: 4\n\nThe private connection is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### FAILED_TO_DELETE\n\n Value: 5\n\nDelete request has failed, resource is in invalid state.\n\nGenerated from protobuf enum `FAILED_TO_DELETE = 5;`"]]