Class BatchWriteResponse (2.9.1)

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

The response from Firestore.BatchWrite][google.firestore.v1.Firestore.BatchWrite].

Attributes

NameDescription
write_results MutableSequence[google.cloud.firestore_v1.types.WriteResult]
The result of applying the writes. This i-th write result corresponds to the i-th write in the request.
status MutableSequence[google.rpc.status_pb2.Status]
The status of applying the writes. This i-th write status corresponds to the i-th write in the request.