BatchJobResult

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

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

  • The mutate_operation_response may be empty if errors occurred.

  • The status field provides details about errors encountered during processing.

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.