We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b38ad commit 1ceef69Copy full SHA for 1ceef69
google/firestore/v1/write.proto
@@ -264,6 +264,9 @@ message ExistenceFilter {
264
//
265
// If different from the count of documents in the client that match, the
266
// client must manually determine which documents no longer match the target.
267
+ //
268
+ // The client can use the `unchanged_names` bloom filter to assist with
269
+ // this determination.
270
int32 count = 2;
271
272
// A bloom filter that contains the UTF-8 byte encodings of the resource names
0 commit comments