Google Cloud Config Delivery V1 Client - Class State (0.2.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class State.
State of the rollout
Protobuf type google.cloud.configdelivery.v1.RolloutInfo.State
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ RolloutInfo
Methods
static::name
static::value
Constants
STATE_UNSPECIFIED
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
COMPLETED
Rollout completed.
Generated from protobuf enum COMPLETED = 1;
SUSPENDED
Rollout suspended.
Generated from protobuf enum SUSPENDED = 2;
ABORTED
Rollout aborted.
Generated from protobuf enum ABORTED = 3;
IN_PROGRESS
Rollout in progress.
Generated from protobuf enum IN_PROGRESS = 5;
STALLED
Rollout stalled.
Generated from protobuf enum STALLED = 6;
CANCELLED
Rollout cancelled.
Generated from protobuf enum CANCELLED = 7;
ABORTING
Rollout aborting.
Generated from protobuf enum ABORTING = 8;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["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 Config Delivery V1 Client - Class State (0.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.1 (latest)](/php/docs/reference/cloud-configdelivery/latest/V1.RolloutInfo.State)\n- [0.2.0](/php/docs/reference/cloud-configdelivery/0.2.0/V1.RolloutInfo.State)\n- [0.1.0](/php/docs/reference/cloud-configdelivery/0.1.0/V1.RolloutInfo.State) \nReference documentation and code samples for the Google Cloud Config Delivery V1 Client class State.\n\nState of the rollout\n\nProtobuf type `google.cloud.configdelivery.v1.RolloutInfo.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ConfigDelivery \\\\ V1 \\\\ RolloutInfo\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `STATE_UNSPECIFIED = 0;`\n\n### COMPLETED\n\n Value: 1\n\nRollout completed.\n\nGenerated from protobuf enum `COMPLETED = 1;`\n\n### SUSPENDED\n\n Value: 2\n\nRollout suspended.\n\nGenerated from protobuf enum `SUSPENDED = 2;`\n\n### ABORTED\n\n Value: 3\n\nRollout aborted.\n\nGenerated from protobuf enum `ABORTED = 3;`\n\n### IN_PROGRESS\n\n Value: 5\n\nRollout in progress.\n\nGenerated from protobuf enum `IN_PROGRESS = 5;`\n\n### STALLED\n\n Value: 6\n\nRollout stalled.\n\nGenerated from protobuf enum `STALLED = 6;`\n\n### CANCELLED\n\n Value: 7\n\nRollout cancelled.\n\nGenerated from protobuf enum `CANCELLED = 7;`\n\n### ABORTING\n\n Value: 8\n\nRollout aborting.\n\nGenerated from protobuf enum `ABORTING = 8;`"]]