State
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
指明版本可以接受的状态的枚举。此枚举尚未冻结,并且稍后可能会添加值。
枚举 |
STATE_UNSPECIFIED |
State 的默认值。 |
CREATION_IN_PROGRESS |
正在创建版本。 |
CREATION_FAILED |
版本创建失败。 |
CREATED |
已成功创建版本。 |
REVIEW_IN_PROGRESS |
该版本正在接受政策审核(也称为“审批”)。 |
APPROVED |
该版本已通过政策审核,可以部署。 |
CONDITIONALLY_APPROVED |
该版本已有条件批准,但正在等待最终审核。如果最终审核遭拒,系统可能会回滚。 |
DENIED |
此版本未通过政策审核, |
UNDER_TAKEDOWN |
随着整个代理的移除,所有版本都会被移除。 |
DELETED |
该版本已被删除。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]