[[["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 Deploy V1 Client - Class State (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/php/docs/reference/cloud-deploy/latest/V1.Rollout.State)\n- [1.5.7](/php/docs/reference/cloud-deploy/1.5.7/V1.Rollout.State)\n- [1.4.0](/php/docs/reference/cloud-deploy/1.4.0/V1.Rollout.State)\n- [1.3.0](/php/docs/reference/cloud-deploy/1.3.0/V1.Rollout.State)\n- [1.2.0](/php/docs/reference/cloud-deploy/1.2.0/V1.Rollout.State)\n- [1.1.1](/php/docs/reference/cloud-deploy/1.1.1/V1.Rollout.State)\n- [1.0.0](/php/docs/reference/cloud-deploy/1.0.0/V1.Rollout.State)\n- [0.19.1](/php/docs/reference/cloud-deploy/0.19.1/V1.Rollout.State)\n- [0.18.1](/php/docs/reference/cloud-deploy/0.18.1/V1.Rollout.State)\n- [0.17.0](/php/docs/reference/cloud-deploy/0.17.0/V1.Rollout.State)\n- [0.16.0](/php/docs/reference/cloud-deploy/0.16.0/V1.Rollout.State)\n- [0.15.0](/php/docs/reference/cloud-deploy/0.15.0/V1.Rollout.State)\n- [0.14.0](/php/docs/reference/cloud-deploy/0.14.0/V1.Rollout.State)\n- [0.13.1](/php/docs/reference/cloud-deploy/0.13.1/V1.Rollout.State)\n- [0.12.1](/php/docs/reference/cloud-deploy/0.12.1/V1.Rollout.State)\n- [0.11.1](/php/docs/reference/cloud-deploy/0.11.1/V1.Rollout.State)\n- [0.10.0](/php/docs/reference/cloud-deploy/0.10.0/V1.Rollout.State)\n- [0.9.0](/php/docs/reference/cloud-deploy/0.9.0/V1.Rollout.State)\n- [0.8.0](/php/docs/reference/cloud-deploy/0.8.0/V1.Rollout.State)\n- [0.7.0](/php/docs/reference/cloud-deploy/0.7.0/V1.Rollout.State)\n- [0.6.0](/php/docs/reference/cloud-deploy/0.6.0/V1.Rollout.State)\n- [0.5.0](/php/docs/reference/cloud-deploy/0.5.0/V1.Rollout.State)\n- [0.4.1](/php/docs/reference/cloud-deploy/0.4.1/V1.Rollout.State)\n- [0.3.4](/php/docs/reference/cloud-deploy/0.3.4/V1.Rollout.State) \nReference documentation and code samples for the Google Cloud Deploy V1 Client class State.\n\nValid states of a `Rollout`.\n\nProtobuf type `google.cloud.deploy.v1.Rollout.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Deploy \\\\ V1 \\\\ Rollout\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nThe `Rollout` has an unspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### SUCCEEDED\n\n Value: 1\n\nThe `Rollout` has completed successfully.\n\nGenerated from protobuf enum `SUCCEEDED = 1;`\n\n### FAILED\n\n Value: 2\n\nThe `Rollout` has failed.\n\nGenerated from protobuf enum `FAILED = 2;`\n\n### IN_PROGRESS\n\n Value: 3\n\nThe `Rollout` is being deployed.\n\nGenerated from protobuf enum `IN_PROGRESS = 3;`\n\n### PENDING_APPROVAL\n\n Value: 4\n\nThe `Rollout` needs approval.\n\nGenerated from protobuf enum `PENDING_APPROVAL = 4;`\n\n### APPROVAL_REJECTED\n\n Value: 5\n\nAn approver rejected the `Rollout`.\n\nGenerated from protobuf enum `APPROVAL_REJECTED = 5;`\n\n### PENDING\n\n Value: 6\n\nThe `Rollout` is waiting for an earlier Rollout(s) to complete on this\n`Target`.\n\nGenerated from protobuf enum `PENDING = 6;`\n\n### PENDING_RELEASE\n\n Value: 7\n\nThe `Rollout` is waiting for the `Release` to be fully rendered.\n\nGenerated from protobuf enum `PENDING_RELEASE = 7;`\n\n### CANCELLING\n\n Value: 8\n\nThe `Rollout` is in the process of being cancelled.\n\nGenerated from protobuf enum `CANCELLING = 8;`\n\n### CANCELLED\n\n Value: 9\n\nThe `Rollout` has been cancelled.\n\nGenerated from protobuf enum `CANCELLED = 9;`\n\n### HALTED\n\n Value: 10\n\nThe `Rollout` is halted.\n\nGenerated from protobuf enum `HALTED = 10;`"]]