BatchProcessingStatus
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Toplu işlemin durumu. Toplu işlemin hâlâ beklemede, devam ediyor veya tamamlanmış olup olmadığını belirtir.
Sıralamalar |
BATCH_PROCESS_PENDING |
Pending. |
BATCH_PROCESS_IN_PROGRESS |
Devam ediyor. |
BATCH_PROCESS_PROCESSED |
İşlendi. Bu, tüm öğelerin başarıyla işlendiği anlamına gelmez. Her öğenin sonucu için response alanını kontrol etmeniz gerekir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-25 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]