BatchJobResult
An individual batch job result.
Fields |
operation_index
|
int64
Index of the mutate operation.
|
mutate_operation_response
|
MutateOperationResponse
Response for the mutate. May be empty if errors occurred.
|
status
|
Status
Details of the errors when processing the operation.
|
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.
[null,null,["Last updated 2024-11-25 UTC."],[[["This page details the results of an individual batch job operation, providing information about the operation's index, response, and status."],["Each result includes the operation index (`operation_``index`), the response from the mutation (`mutate_``operation_``response`), and any errors encountered during processing (`status`)."]]],[]]