State
Stay organized with collections
Save and categorize content based on your preferences.
-
A Version can exist in various states represented by an enum.
-
The states cover the lifecycle of a Version from creation to deletion.
-
States like APPROVED
and DENIED
indicate the outcome of policy reviews.
-
The enum is not yet frozen and may include new values in the future.
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."],[],[]]