Class BatchWriteResponse (3.45.0)

BatchWriteResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of applying a batch of mutations.

Attributes

NameDescription
indexes MutableSequence[int]
The mutation groups applied in this batch. The values index into the mutation_groups field in the corresponding BatchWriteRequest.
status google.rpc.status_pb2.Status
An OK status indicates success. Any other status indicates a failure.
commit_timestamp google.protobuf.timestamp_pb2.Timestamp
The commit timestamp of the transaction that applied this batch. Present if status is OK, absent otherwise.