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 for the cluster.
Protobuf type google.cloud.configdelivery.v1.ClusterInfo.State
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ ClusterInfo
Methods
static::name
static::value
Constants
STATE_UNSPECIFIED
Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
WAITING
Waiting state.
Generated from protobuf enum WAITING = 1;
IN_PROGRESS
In progress state.
Generated from protobuf enum IN_PROGRESS = 2;
STALLED
Stalled state.
Generated from protobuf enum STALLED = 3;
COMPLETED
Completed state.
Generated from protobuf enum COMPLETED = 4;
ABORTED
Aborted state.
Generated from protobuf enum ABORTED = 5;
CANCELLED
Cancelled state.
Generated from protobuf enum CANCELLED = 6;
ERROR
Error state.
Generated from protobuf enum ERROR = 7;
UNCHANGED
Unchanged state.
Generated from protobuf enum UNCHANGED = 8;
SKIPPED
Skipped state.
Generated from protobuf enum SKIPPED = 9;
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.ClusterInfo.State)\n- [0.2.0](/php/docs/reference/cloud-configdelivery/0.2.0/V1.ClusterInfo.State)\n- [0.1.0](/php/docs/reference/cloud-configdelivery/0.1.0/V1.ClusterInfo.State) \nReference documentation and code samples for the Google Cloud Config Delivery V1 Client class State.\n\nState of the rollout for the cluster.\n\nProtobuf type `google.cloud.configdelivery.v1.ClusterInfo.State`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ConfigDelivery \\\\ V1 \\\\ ClusterInfo\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### WAITING\n\n Value: 1\n\nWaiting state.\n\nGenerated from protobuf enum `WAITING = 1;`\n\n### IN_PROGRESS\n\n Value: 2\n\nIn progress state.\n\nGenerated from protobuf enum `IN_PROGRESS = 2;`\n\n### STALLED\n\n Value: 3\n\nStalled state.\n\nGenerated from protobuf enum `STALLED = 3;`\n\n### COMPLETED\n\n Value: 4\n\nCompleted state.\n\nGenerated from protobuf enum `COMPLETED = 4;`\n\n### ABORTED\n\n Value: 5\n\nAborted state.\n\nGenerated from protobuf enum `ABORTED = 5;`\n\n### CANCELLED\n\n Value: 6\n\nCancelled state.\n\nGenerated from protobuf enum `CANCELLED = 6;`\n\n### ERROR\n\n Value: 7\n\nError state.\n\nGenerated from protobuf enum `ERROR = 7;`\n\n### UNCHANGED\n\n Value: 8\n\nUnchanged state.\n\nGenerated from protobuf enum `UNCHANGED = 8;`\n\n### SKIPPED\n\n Value: 9\n\nSkipped state.\n\nGenerated from protobuf enum `SKIPPED = 9;`"]]