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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Defines the different states a Version can go through, such as creation, review, approval, and deletion."],["This enum is subject to change and may include additional states in the future."],["Versions can be in progress, fail creation, be successfully created, under review, approved, conditionally approved, denied, under takedown, or deleted."],["The default state is `STATE_UNSPECIFIED`."]]],[]]