State
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แจกแจงสถานะการประมวลผลของฟีด
Enum |
STATE_UNSPECIFIED |
ค่าเริ่มต้น ไม่ได้ใช้งาน |
IN_PROGRESS |
ฟีดยังอยู่ระหว่างการประมวลผล |
SUCCESS |
ฟีดได้รับการประมวลผลเรียบร้อยแล้ว |
FAILURE |
เราพบข้อผิดพลาดขณะประมวลผลฟีด |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eThis enum describes the processing state of a data feed.\u003c/p\u003e\n"],["\u003cp\u003eIt includes states like \u003ccode\u003eIN_PROGRESS\u003c/code\u003e, \u003ccode\u003eSUCCESS\u003c/code\u003e, and \u003ccode\u003eFAILURE\u003c/code\u003e, providing clear indications of the feed's status.\u003c/p\u003e\n"],["\u003cp\u003eA default \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e value is present but unused.\u003c/p\u003e\n"]]],[],null,["# State\n\nEnum to indicate the processing state of a feed.\n\n| Enums ||\n|---------------------|----------------------------------------------------|\n| `STATE_UNSPECIFIED` | Default value. Unused. |\n| `IN_PROGRESS` | The feed is still being processed. |\n| `SUCCESS` | The feed has been successfully processed. |\n| `FAILURE` | We encountered an error while processing the feed. |"]]