Class: Google::Firestore::V1::ListenResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb

Overview

The response for Firestore::Listen.

Instance Attribute Summary collapse

Instance Attribute Details

#document_changeGoogle::Firestore::V1::DocumentChange

Returns A Document has changed.

Returns:



426
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 426

class ListenResponse; end

#document_deleteGoogle::Firestore::V1::DocumentDelete

Returns A Document has been deleted.

Returns:



426
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 426

class ListenResponse; end

#document_removeGoogle::Firestore::V1::DocumentRemove

Returns A Document has been removed from a target (because it is no longer relevant to that target).

Returns:



426
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 426

class ListenResponse; end

#filterGoogle::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::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.



426
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 426

class ListenResponse; end

#target_changeGoogle::Firestore::V1::TargetChange

Returns Targets have changed.

Returns:



426
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 426

class ListenResponse; end