Class: Google::Cloud::Firestore::V1::ExistenceFilter

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

Overview

A digest of all the documents that match a given target.

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns The total count of documents that match target_id.

If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.

Returns:

  • (::Integer)

    The total count of documents that match target_id.

    If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.



274
275
276
277
# File 'proto_docs/google/firestore/v1/write.rb', line 274

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

#target_id::Integer

Returns The target ID to which this filter applies.

Returns:

  • (::Integer)

    The target ID to which this filter applies.



274
275
276
277
# File 'proto_docs/google/firestore/v1/write.rb', line 274

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