[[["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 AlloyDB for PostgreSQL V1 Client - Class State (1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/php/docs/reference/cloud-alloydb/latest/V1.BatchCreateInstanceStatus.State)\n- [1.4.0](/php/docs/reference/cloud-alloydb/1.4.0/V1.BatchCreateInstanceStatus.State)\n- [1.3.0](/php/docs/reference/cloud-alloydb/1.3.0/V1.BatchCreateInstanceStatus.State)\n- [1.2.0](/php/docs/reference/cloud-alloydb/1.2.0/V1.BatchCreateInstanceStatus.State)\n- [1.1.3](/php/docs/reference/cloud-alloydb/1.1.3/V1.BatchCreateInstanceStatus.State)\n- [1.0.0](/php/docs/reference/cloud-alloydb/1.0.0/V1.BatchCreateInstanceStatus.State)\n- [0.10.3](/php/docs/reference/cloud-alloydb/0.10.3/V1.BatchCreateInstanceStatus.State)\n- [0.9.0](/php/docs/reference/cloud-alloydb/0.9.0/V1.BatchCreateInstanceStatus.State)\n- [0.8.0](/php/docs/reference/cloud-alloydb/0.8.0/V1.BatchCreateInstanceStatus.State)\n- [0.7.1](/php/docs/reference/cloud-alloydb/0.7.1/V1.BatchCreateInstanceStatus.State)\n- [0.6.0](/php/docs/reference/cloud-alloydb/0.6.0/V1.BatchCreateInstanceStatus.State)\n- [0.5.0](/php/docs/reference/cloud-alloydb/0.5.0/V1.BatchCreateInstanceStatus.State)\n- [0.4.0](/php/docs/reference/cloud-alloydb/0.4.0/V1.BatchCreateInstanceStatus.State)\n- [0.3.0](/php/docs/reference/cloud-alloydb/0.3.0/V1.BatchCreateInstanceStatus.State)\n- [0.2.1](/php/docs/reference/cloud-alloydb/0.2.1/V1.BatchCreateInstanceStatus.State)\n- [0.1.3](/php/docs/reference/cloud-alloydb/0.1.3/V1.BatchCreateInstanceStatus.State) \nReference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class State.\n\nState contains all valid instance states for the BatchCreateInstances\noperation. This is mainly used for status reporting through the LRO\nmetadata.\n\nProtobuf type `google.cloud.alloydb.v1.BatchCreateInstanceStatus.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AlloyDb \\\\ V1 \\\\ BatchCreateInstanceStatus\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 instance is unknown.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### PENDING_CREATE\n\n Value: 1\n\nInstance is pending creation and has not yet been picked up for\nprocessing in the backend.\n\nGenerated from protobuf enum `PENDING_CREATE = 1;`\n\n### READY\n\n Value: 2\n\nThe instance is active and running.\n\nGenerated from protobuf enum `READY = 2;`\n\n### CREATING\n\n Value: 3\n\nThe instance is being created.\n\nGenerated from protobuf enum `CREATING = 3;`\n\n### DELETING\n\n Value: 4\n\nThe instance is being deleted.\n\nGenerated from protobuf enum `DELETING = 4;`\n\n### FAILED\n\n Value: 5\n\nThe creation of the instance failed or a fatal error occurred during\nan operation on the instance or a batch of instances.\n\nGenerated from protobuf enum `FAILED = 5;`\n\n### ROLLED_BACK\n\n Value: 6\n\nThe instance was created successfully, but was rolled back and deleted\ndue to some other failure during BatchCreateInstances operation.\n\nGenerated from protobuf enum `ROLLED_BACK = 6;`"]]