State
Stay organized with collections
Save and categorize content based on your preferences.
Enum indicating the states that a Version can take. This enum is not yet frozen and values maybe added later.
Enums |
STATE_UNSPECIFIED |
Default value of State. |
CREATION_IN_PROGRESS |
The version creation is in progress. |
CREATION_FAILED |
The version creation failed. |
CREATED |
The version has been successfully created. |
REVIEW_IN_PROGRESS |
The version is under policy review (aka Approval). |
APPROVED |
The version has been approved for policy review and can be deployed. |
CONDITIONALLY_APPROVED |
The version has been conditionally approved but is pending final review. It may be rolled back if final review is denied. |
DENIED |
The version has been denied for policy review. |
UNDER_TAKEDOWN |
The version is taken down as entire agent and all versions are taken down. |
DELETED |
The version has been deleted. |
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 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eDefines the different states a Version can go through, such as creation, review, approval, and deletion.\u003c/p\u003e\n"],["\u003cp\u003eThis enum is subject to change and may include additional states in the future.\u003c/p\u003e\n"],["\u003cp\u003eVersions can be in progress, fail creation, be successfully created, under review, approved, conditionally approved, denied, under takedown, or deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe default state is \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# State\n\nEnum indicating the states that a Version can take. This enum is not yet frozen and values maybe added later.\n\n| Enums ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value of State. |\n| `CREATION_IN_PROGRESS` | The version creation is in progress. |\n| `CREATION_FAILED` | The version creation failed. |\n| `CREATED` | The version has been successfully created. |\n| `REVIEW_IN_PROGRESS` | The version is under policy review (aka Approval). |\n| `APPROVED` | The version has been approved for policy review and can be deployed. |\n| `CONDITIONALLY_APPROVED` | The version has been conditionally approved but is pending final review. It may be rolled back if final review is denied. |\n| `DENIED` | The version has been denied for policy review. |\n| `UNDER_TAKEDOWN` | The version is taken down as entire agent and all versions are taken down. |\n| `DELETED` | The version has been deleted. |"]]