Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::ListenResponse (v0.7.1)

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

#document_change=

def document_change=(value) -> ::Google::Cloud::Firestore::V1::DocumentChange
Parameter

#document_delete

def document_delete() -> ::Google::Cloud::Firestore::V1::DocumentDelete
Returns

#document_delete=

def document_delete=(value) -> ::Google::Cloud::Firestore::V1::DocumentDelete
Parameter
Returns

#document_remove

def document_remove() -> ::Google::Cloud::Firestore::V1::DocumentRemove
Returns

#document_remove=

def document_remove=(value) -> ::Google::Cloud::Firestore::V1::DocumentRemove
Parameter
Returns

#filter

def filter() -> ::Google::Cloud::Firestore::V1::ExistenceFilter
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns

#target_change=

def target_change=(value) -> ::Google::Cloud::Firestore::V1::TargetChange
Parameter
Returns