Enum | |
---|---|
REVIEW_STATUS_UNSPECIFIED |
|
UNDER_REVIEW |
|
underReview |
ชื่อแทนเดิมสำหรับ |
APPROVED |
|
approved |
ชื่อแทนเดิมสำหรับ |
REJECTED |
|
rejected |
ชื่อแทนเดิมสำหรับ |
DRAFT |
|
draft |
ชื่อแทนเดิมสำหรับ |
ReviewStatus
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 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! |"]]