[[["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 Storage Transfer V1 Client - Class State (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-storage-transfer/latest/V1.AgentPool.State)\n- [2.2.0](/php/docs/reference/cloud-storage-transfer/2.2.0/V1.AgentPool.State)\n- [2.1.1](/php/docs/reference/cloud-storage-transfer/2.1.1/V1.AgentPool.State)\n- [2.0.2](/php/docs/reference/cloud-storage-transfer/2.0.2/V1.AgentPool.State)\n- [1.5.0](/php/docs/reference/cloud-storage-transfer/1.5.0/V1.AgentPool.State)\n- [1.4.5](/php/docs/reference/cloud-storage-transfer/1.4.5/V1.AgentPool.State)\n- [1.3.1](/php/docs/reference/cloud-storage-transfer/1.3.1/V1.AgentPool.State)\n- [1.2.0](/php/docs/reference/cloud-storage-transfer/1.2.0/V1.AgentPool.State)\n- [1.1.1](/php/docs/reference/cloud-storage-transfer/1.1.1/V1.AgentPool.State)\n- [1.0.6](/php/docs/reference/cloud-storage-transfer/1.0.6/V1.AgentPool.State) \nReference documentation and code samples for the Google Cloud Storage Transfer V1 Client class State.\n\nThe state of an AgentPool.\n\nProtobuf type `google.storagetransfer.v1.AgentPool.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ StorageTransfer \\\\ V1 \\\\ AgentPool\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nDefault value. This value is unused.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### CREATING\n\n Value: 1\n\nThis is an initialization state. During this stage, resources are\nallocated for the AgentPool.\n\nGenerated from protobuf enum `CREATING = 1;`\n\n### CREATED\n\n Value: 2\n\nDetermines that the AgentPool is created for use. At this state, Agents\ncan join the AgentPool and participate in the transfer jobs in that pool.\n\nGenerated from protobuf enum `CREATED = 2;`\n\n### DELETING\n\n Value: 3\n\nDetermines that the AgentPool deletion has been initiated, and all the\nresources are scheduled to be cleaned up and freed.\n\nGenerated from protobuf enum `DELETING = 3;`"]]