Skip to content

Commit 565529d

Browse files
chore: Add bloom filter related comments (#726)
* chore: Add bloom filter related comments PiperOrigin-RevId: 538646627 Source-Link: googleapis/googleapis@1ceef69 Source-Link: googleapis/googleapis-gen@fb7c4c4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmI3YzRjNGFlZjYzMGY0OTU3ZmE1MDFjNDg1ODdmOTgzZTE3NjQ0YSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 1bb00c0 commit 565529d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/google-cloud-firestore/google/cloud/firestore_v1/types

packages/google-cloud-firestore/google/cloud/firestore_v1/types/write.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,9 @@ class ExistenceFilter(proto.Message):
472472
If different from the count of documents in the client that
473473
match, the client must manually determine which documents no
474474
longer match the target.
475+
476+
The client can use the ``unchanged_names`` bloom filter to
477+
assist with this determination.
475478
unchanged_names (google.cloud.firestore_v1.types.BloomFilter):
476479
A bloom filter that contains the UTF-8 byte encodings of the
477480
resource names of the documents that match

0 commit comments

Comments
 (0)