BatchJobResult

  • Provides the results of a single batch job operation.

  • Includes the index of the mutate operation, the mutate operation response, and the status detailing any errors.

  • The mutate operation response may be empty if errors occurred 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.