Cloud Firestore V1 API - Class Google::Cloud::Firestore::V1::ExistenceFilter (v0.4.8)

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
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.

#count=

def count=(value) -> ::Integer
Parameter
  • 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.

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.

#target_id

def target_id() -> ::Integer
Returns
  • (::Integer) — The target ID to which this filter applies.

#target_id=

def target_id=(value) -> ::Integer
Parameter
  • value (::Integer) — The target ID to which this filter applies.
Returns
  • (::Integer) — The target ID to which this filter applies.