BatchProcessingStatus
Estado del proceso por lotes. Indica si el proceso por lotes aún está pendiente, en curso o finalizó.
Enumeradores |
BATCH_PROCESS_PENDING |
Pendiente. |
BATCH_PROCESS_IN_PROGRESS |
En progreso. |
BATCH_PROCESS_PROCESSED |
Procesado Esto no significa que todos los elementos se procesaron correctamente. Debes consultar el campo response para ver el resultado de cada elemento. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-08-07 (UTC)
[null,null,["Última actualización: 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"]]