public interface BloomFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBits()
public abstract BitSequence getBits()The bloom filter data.
 .google.firestore.v1.BitSequence bits = 1;
| Returns | |
|---|---|
| Type | Description | 
BitSequence | 
        The bits.  | 
      
getBitsOrBuilder()
public abstract BitSequenceOrBuilder getBitsOrBuilder()The bloom filter data.
 .google.firestore.v1.BitSequence bits = 1;
| Returns | |
|---|---|
| Type | Description | 
BitSequenceOrBuilder | 
        |
getHashCount()
public abstract int getHashCount()The number of hashes used by the algorithm.
 int32 hash_count = 2;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The hashCount.  | 
      
hasBits()
public abstract boolean hasBits()The bloom filter data.
 .google.firestore.v1.BitSequence bits = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the bits field is set.  |