BatchProcessingStatus
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
बैच प्रोसेस की स्थिति. यह बताता है कि बैच की प्रक्रिया अब भी बाकी है, जारी है या खत्म हो गई है.
Enums |
BATCH_PROCESS_PENDING |
Pending. |
BATCH_PROCESS_IN_PROGRESS |
माइग्रेशन हो रहा है. |
BATCH_PROCESS_PROCESSED |
प्रोसेस हो गया. इसका मतलब यह नहीं है कि सभी आइटम प्रोसेस हो गए हैं. आपको हर आइटम के नतीजे के लिए response फ़ील्ड देखना चाहिए. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe batch process can have three statuses: pending, in progress, or processed.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBATCH_PROCESS_PENDING\u003c/code\u003e indicates that the batch process is waiting to start.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBATCH_PROCESS_IN_PROGRESS\u003c/code\u003e signifies that the batch process is currently running.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBATCH_PROCESS_PROCESSED\u003c/code\u003e means the batch process has finished, but the \u003ccode\u003eresponse\u003c/code\u003e field for each item should be checked for successful completion.\u003c/p\u003e\n"]]],["The document outlines the status of a batch process, which can be `BATCH_PROCESS_PENDING`, indicating the process is waiting to start; `BATCH_PROCESS_IN_PROGRESS`, meaning the process is currently running; or `BATCH_PROCESS_PROCESSED`, signifying completion. Completion does not guarantee success for all items within the batch. The `response` field must be consulted to verify the result of each individual item's processing.\n"],null,["# BatchProcessingStatus\n\nStatus of the batch process. It tells whether the batch process is still pending, in progress, or finished.\n\n| Enums ||\n|-----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `BATCH_PROCESS_PENDING` | Pending. |\n| `BATCH_PROCESS_IN_PROGRESS` | In progress. |\n| `BATCH_PROCESS_PROCESSED` | Processed. This doesn't mean all items were processed successfully, you should check the `response` field for the result of every item. |"]]