Class CommitResponse (2.5.1)

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

The response for Firestore.Commit][google.firestore.v1.Firestore.Commit].

Attributes

NameDescription
write_results Sequence[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.
commit_time google.protobuf.timestamp_pb2.Timestamp
The time at which the commit occurred. Any read with an equal or greater ``read_time`` is guaranteed to see the effects of the commit.

Inheritance

builtins.object > proto.message.Message > CommitResponse