| Modifier and Type | Class and Description |
|---|---|
class |
BloomFilter
A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
|
static class |
BloomFilter.Builder
A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
|
| Modifier and Type | Method and Description |
|---|---|
BloomFilterOrBuilder |
ExistenceFilterOrBuilder.getUnchangedNamesOrBuilder()
A bloom filter that contains the UTF-8 byte encodings of the resource names
of the documents that match
[target_id][google.firestore.v1.ExistenceFilter.target_id], in the form
`projects/{project_id}/databases/{database_id}/documents/{document_path}`
that have NOT changed since the query results indicated by the resume token
or timestamp given in `Target.resume_type`.
|
BloomFilterOrBuilder |
ExistenceFilter.getUnchangedNamesOrBuilder()
A bloom filter that contains the UTF-8 byte encodings of the resource names
of the documents that match
[target_id][google.firestore.v1.ExistenceFilter.target_id], in the form
`projects/{project_id}/databases/{database_id}/documents/{document_path}`
that have NOT changed since the query results indicated by the resume token
or timestamp given in `Target.resume_type`.
|
BloomFilterOrBuilder |
ExistenceFilter.Builder.getUnchangedNamesOrBuilder()
A bloom filter that contains the UTF-8 byte encodings of the resource names
of the documents that match
[target_id][google.firestore.v1.ExistenceFilter.target_id], in the form
`projects/{project_id}/databases/{database_id}/documents/{document_path}`
that have NOT changed since the query results indicated by the resume token
or timestamp given in `Target.resume_type`.
|
Copyright © 2023 Google LLC. All rights reserved.