[[["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 Vpc Access V1 Client - Class State (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-vpc-access/latest/V1.Connector.State)\n- [2.0.4](/php/docs/reference/cloud-vpc-access/2.0.4/V1.Connector.State)\n- [1.3.5](/php/docs/reference/cloud-vpc-access/1.3.5/V1.Connector.State)\n- [1.2.2](/php/docs/reference/cloud-vpc-access/1.2.2/V1.Connector.State)\n- [1.1.1](/php/docs/reference/cloud-vpc-access/1.1.1/V1.Connector.State)\n- [1.0.5](/php/docs/reference/cloud-vpc-access/1.0.5/V1.Connector.State) \nReference documentation and code samples for the Google Cloud Vpc Access V1 Client class State.\n\nState of a connector.\n\nProtobuf type `google.cloud.vpcaccess.v1.Connector.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ VpcAccess \\\\ V1 \\\\ Connector\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nInvalid state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### READY\n\n Value: 1\n\nConnector is deployed and ready to receive traffic.\n\nGenerated from protobuf enum `READY = 1;`\n\n### CREATING\n\n Value: 2\n\nAn Insert operation is in progress. Transient condition.\n\nGenerated from protobuf enum `CREATING = 2;`\n\n### DELETING\n\n Value: 3\n\nA Delete operation is in progress. Transient condition.\n\nGenerated from protobuf enum `DELETING = 3;`\n\n### ERROR\n\n Value: 4\n\nConnector is in a bad state, manual deletion recommended.\n\nGenerated from protobuf enum `ERROR = 4;`\n\n### UPDATING\n\n Value: 5\n\nThe connector is being updated.\n\nGenerated from protobuf enum `UPDATING = 5;`"]]