WriteResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The response for
Firestore.Write][google.firestore.v1.Firestore.Write]
.
Attributes |
|
---|---|
Name | Description |
stream_id |
str
The ID of the stream. Only set on the first message, when a new stream was created. |
stream_token |
bytes
A token that represents the position of this response in the stream. This can be used by a client to resume the stream at this point. This field is always set. |
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. |
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 write.
|