[[["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 Service Management V1 Client - Class RolloutStatus (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-service-management/latest/V1.Rollout.RolloutStatus)\n- [2.0.4](/php/docs/reference/cloud-service-management/2.0.4/V1.Rollout.RolloutStatus)\n- [1.3.5](/php/docs/reference/cloud-service-management/1.3.5/V1.Rollout.RolloutStatus)\n- [1.2.2](/php/docs/reference/cloud-service-management/1.2.2/V1.Rollout.RolloutStatus)\n- [1.1.1](/php/docs/reference/cloud-service-management/1.1.1/V1.Rollout.RolloutStatus)\n- [1.0.6](/php/docs/reference/cloud-service-management/1.0.6/V1.Rollout.RolloutStatus) \nReference documentation and code samples for the Google Cloud Service Management V1 Client class RolloutStatus.\n\nStatus of a Rollout.\n\nProtobuf type `google.api.servicemanagement.v1.Rollout.RolloutStatus`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ServiceManagement \\\\ V1 \\\\ Rollout\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ROLLOUT_STATUS_UNSPECIFIED\n\n Value: 0\n\nNo status specified.\n\nGenerated from protobuf enum `ROLLOUT_STATUS_UNSPECIFIED = 0;`\n\n### IN_PROGRESS\n\n Value: 1\n\nThe Rollout is in progress.\n\nGenerated from protobuf enum `IN_PROGRESS = 1;`\n\n### SUCCESS\n\n Value: 2\n\nThe Rollout has completed successfully.\n\nGenerated from protobuf enum `SUCCESS = 2;`\n\n### CANCELLED\n\n Value: 3\n\nThe Rollout has been cancelled. This can happen if you have overlapping\nRollout pushes, and the previous ones will be cancelled.\n\nGenerated from protobuf enum `CANCELLED = 3;`\n\n### FAILED\n\n Value: 4\n\nThe Rollout has failed and the rollback attempt has failed too.\n\nGenerated from protobuf enum `FAILED = 4;`\n\n### PENDING\n\n Value: 5\n\nThe Rollout has not started yet and is pending for execution.\n\nGenerated from protobuf enum `PENDING = 5;`\n\n### FAILED_ROLLED_BACK\n\n Value: 6\n\nThe Rollout has failed and rolled back to the previous successful\nRollout.\n\nGenerated from protobuf enum `FAILED_ROLLED_BACK = 6;`"]]