BatchJobResult

  • An individual batch job result provides details for a single mutate operation.

  • Key fields include the index of the operation, the response to the mutate, and the status detailing any errors.

  • The mutate operation response may be empty if errors occurred.

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.