Class State (0.13.0) Stay organized with collections Save and categorize content based on your preferences.
State(value)Represents the possible Condition states.
Enums | |
|---|---|
| Name | Description |
STATE_UNSPECIFIED | The default value. This value is used if the state is omitted. |
CONDITION_PENDING | Transient state: Reconciliation has not started yet. |
CONDITION_RECONCILING | Transient state: reconciliation is still in progress. |
CONDITION_FAILED | Terminal state: Reconciliation did not succeed. |
CONDITION_SUCCEEDED | Terminal state: Reconciliation completed successfully. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-22 UTC.