AddBatchJobOperationsResponse
Fields |
total_operations
|
int64
The total number of operations added so far for this batch job.
|
next_sequence_token
|
string
The sequence token to be used when calling AddBatchJobOperations again if more operations need to be added. The next AddBatchJobOperations request must set the sequence_token field to the value of this field.
|
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.
[null,null,["Last updated 2024-10-12 UTC."],[[["The `total_operations` field indicates the cumulative count of operations added to the batch job."],["The `next_sequence_token` field provides a value that must be used in subsequent `AddBatchJobOperations` requests to add more operations, ensuring the correct order of execution."]]],[]]