BatchProcessingStatus
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Status do processo em lote. Indica se o processo em lote ainda está pendente, em andamento ou concluído.
Enums |
BATCH_PROCESS_PENDING |
Pendente. |
BATCH_PROCESS_IN_PROGRESS |
Em andamento. |
BATCH_PROCESS_PROCESSED |
Processado. Isso não significa que todos os itens foram processados. Verifique o campo response para ver o resultado de cada item. |
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[null,null,["Última atualização 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. |"]]