BatchProcessingStatus
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Status proses batch. Alat ini memberitahukan apakah proses batch masih tertunda, sedang berlangsung, atau selesai.
Enumerasi |
BATCH_PROCESS_PENDING |
Pending. |
BATCH_PROCESS_IN_PROGRESS |
Sedang berlangsung. |
BATCH_PROCESS_PROCESSED |
Diproses. Ini tidak berarti semua item berhasil diproses, Anda harus memeriksa kolom response untuk hasil setiap item. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]