Reference documentation and code samples for the Cloud Firestore V1 API class Google::Cloud::Firestore::V1::ExistenceFilter.
A digest of all the documents that match a given target.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
-
(::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.
#count=
def count=(value) -> ::Integer
-
value (::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.
-
(::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.
#target_id
def target_id() -> ::Integer
- (::Integer) — The target ID to which this filter applies.
#target_id=
def target_id=(value) -> ::Integer
- value (::Integer) — The target ID to which this filter applies.
- (::Integer) — The target ID to which this filter applies.