Class ListenResponse (2.5.2)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
target_change google.cloud.firestore_v1.types.TargetChange
Targets have changed. This field is a member of `oneof`_ ``response_type``.
document_change google.cloud.firestore_v1.types.DocumentChange
A `Document][google.firestore.v1.Document]` has changed. This field is a member of `oneof`_ ``response_type``.
document_delete google.cloud.firestore_v1.types.DocumentDelete
A `Document][google.firestore.v1.Document]` has been deleted. This field is a member of `oneof`_ ``response_type``.
document_remove google.cloud.firestore_v1.types.DocumentRemove
A `Document][google.firestore.v1.Document]` has been removed from a target (because it is no longer relevant to that target). This field is a member of `oneof`_ ``response_type``.
filter google.cloud.firestore_v1.types.ExistenceFilter
A filter to apply to the set of documents previously returned for the given target. Returned when documents may have been removed from the given target, but the exact documents are unknown. This field is a member of `oneof`_ ``response_type``.

Inheritance

builtins.object > proto.message.Message > ListenResponse