Enums | |
---|---|
REVIEW_STATUS_UNSPECIFIED |
|
UNDER_REVIEW |
|
underReview |
Legacy alias for |
APPROVED |
|
approved |
Legacy alias for |
REJECTED |
|
rejected |
Legacy alias for |
DRAFT |
|
draft |
Legacy alias for |
ReviewStatus
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-10-23 UTC.
[null,null,["Last updated 2024-10-23 UTC."],[[["\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! |"]]