File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -224,13 +224,12 @@ export declare namespace firestoreV1ApiClientInterfaces {
224224 interface ExistenceFilter {
225225 targetId ?: number ;
226226 count ?: number ;
227- unchangedNames : BloomFilter ;
227+ unchangedNames ? : BloomFilter ;
228228 }
229229 interface BloomFilter {
230230 bits ?: BitSequence ;
231- hasCount ?: number ;
231+ hashCount ?: number ;
232232 }
233-
234233 interface BitSequence {
235234 bitmap ?: string ;
236235 padding ?: number ;
Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ message ExistenceFilter {
264264 int32 count = 2 ;
265265
266266 // A bloom filter that contains the UTF-8 byte encodings of the resource names
267- // of the documents that match [target_id][], in the form
268- // `projects/{project_id}/databases/{database_id}/documents/{document_path}`
267+ // of the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id ], in the
268+ // form `projects/{project_id}/databases/{database_id}/documents/{document_path}`
269269 // that have NOT changed since the query results indicated by the resume token
270270 // or timestamp given in `Target.resume_type`.
271271 //
You can’t perform that action at this time.
0 commit comments