Uses of Interface
com.google.firestore.v1.BloomFilterOrBuilder

  • Uses of BloomFilterOrBuilder in com.google.firestore.v1

    Modifier and Type
    Class
    Description
    final class 
    A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
    static final class 
    A bloom filter (https://en.wikipedia.org/wiki/Bloom_filter).
    Modifier and Type
    Method
    Description
    ExistenceFilter.Builder.getUnchangedNamesOrBuilder()
    A bloom filter that, despite its name, contains the UTF-8 byte encodings of the resource names of ALL the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    ExistenceFilter.getUnchangedNamesOrBuilder()
    A bloom filter that, despite its name, contains the UTF-8 byte encodings of the resource names of ALL the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}`.
    ExistenceFilterOrBuilder.getUnchangedNamesOrBuilder()
    A bloom filter that, despite its name, contains the UTF-8 byte encodings of the resource names of ALL the documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id], in the form `projects/{project_id}/databases/{database_id}/documents/{document_path}`.