AI-generated Key Takeaways
-
Asynchronous processing of user-uploaded mutates.
-
Mutates are not directly readable, but results are available via BatchJobService.ListBatchJobResults.
-
Key fields include resource name, metadata, status, ID, next add sequence token, and long-running operation.
A list of mutates being processed asynchronously. The mutates are uploaded by the user. The mutates themselves aren't readable and the results of the job can only be read using BatchJobService.ListBatchJobResults.
| Fields | |
|---|---|
|
Immutable. The resource name of the batch job. Batch job resource names have the form:
|
|
Output only. Contains additional information about this batch job. |
|
Output only. Status of this batch job. |
|
Output only. ID of this batch job. |
|
Output only. The next sequence token to use when adding operations. Only set when the batch job status is PENDING. |
|
Output only. The resource name of the long-running operation that can be used to poll for completion. Only set when the batch job status is RUNNING or DONE. |