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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/firestore.rb

Overview

The response for Firestore.Listen.

Instance Attribute Summary collapse

Instance Attribute Details

#document_change::Google::Cloud::Firestore::V1::DocumentChange

Returns A Document has changed.



728
729
730
731
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728

class ListenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#document_delete::Google::Cloud::Firestore::V1::DocumentDelete

Returns A Document has been deleted.

Returns:



728
729
730
731
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728

class ListenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#document_remove::Google::Cloud::Firestore::V1::DocumentRemove

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

Returns:



728
729
730
731
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728

class ListenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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



728
729
730
731
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728

class ListenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_change::Google::Cloud::Firestore::V1::TargetChange

Returns Targets have changed.

Returns:



728
729
730
731
# File 'proto_docs/google/firestore/v1/firestore.rb', line 728

class ListenResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end