枚举 | |
---|---|
REVIEW_STATUS_UNSPECIFIED |
|
UNDER_REVIEW |
|
underReview |
|
APPROVED |
|
approved |
|
REJECTED |
|
rejected |
|
DRAFT |
|
draft |
|
ReviewStatus
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis documentation outlines the different enum values available for representing review statuses.\u003c/p\u003e\n"],["\u003cp\u003eLegacy aliases exist for several review statuses, but they are deprecated and should not be used (\u003ccode\u003eunderReview\u003c/code\u003e, \u003ccode\u003eapproved\u003c/code\u003e, \u003ccode\u003erejected\u003c/code\u003e, \u003ccode\u003edraft\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe preferred and current enum values for review statuses are \u003ccode\u003eREVIEW_STATUS_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eUNDER_REVIEW\u003c/code\u003e, \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eREJECTED\u003c/code\u003e, and \u003ccode\u003eDRAFT\u003c/code\u003e.\u003c/p\u003e\n"]]],["The core content defines an enum related to review status. It outlines the following statuses: `REVIEW_STATUS_UNSPECIFIED`, `UNDER_REVIEW`, `APPROVED`, `REJECTED`, and `DRAFT`. It also indicates deprecated legacy aliases for each of the statuses, `underReview`, `approved`, `rejected`, and `draft`. The provided information is the name of the enums, the description, and whether they are deprecated.\n"],null,["# ReviewStatus\n\n| Enums ||\n|-----------------------------|-------------------------------------------------------------------------|\n| `REVIEW_STATUS_UNSPECIFIED` | |\n| `UNDER_REVIEW` | |\n| `underReview` | Legacy alias for `UNDER_REVIEW`. Deprecated. | This item is deprecated! |\n| `APPROVED` | |\n| `approved` | Legacy alias for `APPROVED`. Deprecated. | This item is deprecated! |\n| `REJECTED` | |\n| `rejected` | Legacy alias for `REJECTED`. Deprecated. | This item is deprecated! |\n| `DRAFT` | |\n| `draft` | Legacy alias for `DRAFT`. Deprecated. | This item is deprecated! |"]]