Class DocumentDelete (2.6.0)

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

A Document][google.firestore.v1.Document] has been deleted.

May be the result of multiple writes][google.firestore.v1.Write], including updates, the last of which deleted the Document][google.firestore.v1.Document].

Multiple DocumentDelete][google.firestore.v1.DocumentDelete] messages may be returned for the same logical delete, if multiple targets are affected.

Attributes

NameDescription
document str
The resource name of the `Document][google.firestore.v1.Document]` that was deleted.
removed_target_ids Sequence[int]
A set of target IDs for targets that previously matched this entity.
read_time google.protobuf.timestamp_pb2.Timestamp
The read timestamp at which the delete was observed. Greater or equal to the ``commit_time`` of the delete.

Inheritance

builtins.object > proto.message.Message > DocumentDelete