Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ListenResponse.
The response for Firestore.Listen.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document_change
def document_change() -> ::Google::Cloud::Firestore::V1::DocumentChange
- (::Google::Cloud::Firestore::V1::DocumentChange) — A Document has changed.
#document_change=
def document_change=(value) -> ::Google::Cloud::Firestore::V1::DocumentChange
- value (::Google::Cloud::Firestore::V1::DocumentChange) — A Document has changed.
- (::Google::Cloud::Firestore::V1::DocumentChange) — A Document has changed.
#document_delete
def document_delete() -> ::Google::Cloud::Firestore::V1::DocumentDelete
- (::Google::Cloud::Firestore::V1::DocumentDelete) — A Document has been deleted.
#document_delete=
def document_delete=(value) -> ::Google::Cloud::Firestore::V1::DocumentDelete
- value (::Google::Cloud::Firestore::V1::DocumentDelete) — A Document has been deleted.
- (::Google::Cloud::Firestore::V1::DocumentDelete) — A Document has been deleted.
#document_remove
def document_remove() -> ::Google::Cloud::Firestore::V1::DocumentRemove
- (::Google::Cloud::Firestore::V1::DocumentRemove) — A Document has been removed from a target (because it is no longer relevant to that target).
#document_remove=
def document_remove=(value) -> ::Google::Cloud::Firestore::V1::DocumentRemove
- value (::Google::Cloud::Firestore::V1::DocumentRemove) — A Document has been removed from a target (because it is no longer relevant to that target).
- (::Google::Cloud::Firestore::V1::DocumentRemove) — A Document has been removed from a target (because it is no longer relevant to that target).
#filter
def filter() -> ::Google::Cloud::Firestore::V1::ExistenceFilter
-
(::Google::Cloud::Firestore::V1::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.
#filter=
def filter=(value) -> ::Google::Cloud::Firestore::V1::ExistenceFilter
-
value (::Google::Cloud::Firestore::V1::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.
-
(::Google::Cloud::Firestore::V1::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.
#target_change
def target_change() -> ::Google::Cloud::Firestore::V1::TargetChange
- (::Google::Cloud::Firestore::V1::TargetChange) — Targets have changed.
#target_change=
def target_change=(value) -> ::Google::Cloud::Firestore::V1::TargetChange
- value (::Google::Cloud::Firestore::V1::TargetChange) — Targets have changed.
- (::Google::Cloud::Firestore::V1::TargetChange) — Targets have changed.