BatchJob
Stay organized with collections
Save and categorize content based on your preferences.
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 |
resource_name
|
string
Immutable. The resource name of the batch job. Batch job resource names have the form: customers/{customer_id}/batchJobs/{batch_job_id}
|
|
BatchJobMetadata
Output only. Contains additional information about this batch job.
|
status
|
BatchJobStatus
Output only. Status of this batch job.
|
id
|
int64
Output only. ID of this batch job.
|
next_add_sequence_token
|
string
Output only. The next sequence token to use when adding operations. Only set when the batch job status is PENDING.
|
long_running_operation
|
string
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Users upload mutates that are processed asynchronously as a batch job."],["The batch job itself doesn't contain readable mutate data or results, and its status and metadata can be monitored."],["To access the results of the batch job processing, use the BatchJobService.ListBatchJobResults method."],["Each batch job has an ID, status, metadata, and a sequence token for adding operations while pending."],["A long-running operation resource is associated with the job for tracking progress when running or done."]]],[]]