BatchProcessingStatus
Stato del processo batch. Indica se l'elaborazione batch è ancora in attesa, in corso o terminata.
Enum |
BATCH_PROCESS_PENDING |
In attesa. |
BATCH_PROCESS_IN_PROGRESS |
In corso. |
BATCH_PROCESS_PROCESSED |
Elaborato. Questo non significa che tutti gli elementi sono stati elaborati correttamente; devi controllare il campo response per il risultato di ogni elemento. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-07 UTC.
[null,null,["Ultimo aggiornamento 2024-08-07 UTC."],[[["The batch process can have three statuses: pending, in progress, or processed."],["`BATCH_PROCESS_PENDING` indicates that the batch process is waiting to start."],["`BATCH_PROCESS_IN_PROGRESS` signifies that the batch process is currently running."],["`BATCH_PROCESS_PROCESSED` means the batch process has finished, but the `response` field for each item should be checked for successful completion."]]],["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"]]