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-10-12 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-10-12 UTC."],[[["Batch jobs allow asynchronous processing of user-uploaded mutates."],["Mutate operations are not directly readable."],["Batch job results are accessed through the BatchJobService.ListBatchJobResults method."],["Batch job status and metadata are available for monitoring progress."],["Unique identifiers are assigned to each batch job for tracking and management."]]],[]]