Class: Google::Firestore::V1beta1::ListenResponse

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

Overview

The response for Firestore::Listen.

Instance Attribute Summary collapse

Instance Attribute Details

#document_changeGoogle::Firestore::V1beta1::DocumentChange

Returns A Document has changed.



424
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 424

class ListenResponse; end

#document_deleteGoogle::Firestore::V1beta1::DocumentDelete

Returns A Document has been deleted.

Returns:



424
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 424

class ListenResponse; end

#document_removeGoogle::Firestore::V1beta1::DocumentRemove

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

Returns:



424
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 424

class ListenResponse; end

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



424
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 424

class ListenResponse; end

#target_changeGoogle::Firestore::V1beta1::TargetChange

Returns Targets have changed.

Returns:



424
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 424

class ListenResponse; end