BatchJobResult

  • Represents the result of an individual batch job operation.

  • Includes the index of the mutate operation, the mutate operation response (which may be empty on error), and the status detailing any errors.

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.