| Modifier and Type | Method and Description |
|---|---|
BloomFilter |
BloomFilter.Builder.build() |
BloomFilter |
BloomFilter.Builder.buildPartial() |
static BloomFilter |
BloomFilter.getDefaultInstance() |
BloomFilter |
BloomFilter.getDefaultInstanceForType() |
BloomFilter |
BloomFilter.Builder.getDefaultInstanceForType() |
BloomFilter |
ExistenceFilterOrBuilder.getUnchangedNames()
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`.
|
BloomFilter |
ExistenceFilter.getUnchangedNames()
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`.
|
BloomFilter |
ExistenceFilter.Builder.getUnchangedNames()
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`.
|
static BloomFilter |
BloomFilter.parseDelimitedFrom(InputStream input) |
static BloomFilter |
BloomFilter.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BloomFilter |
BloomFilter.parseFrom(byte[] data) |
static BloomFilter |
BloomFilter.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BloomFilter |
BloomFilter.parseFrom(ByteBuffer data) |
static BloomFilter |
BloomFilter.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BloomFilter |
BloomFilter.parseFrom(com.google.protobuf.ByteString data) |
static BloomFilter |
BloomFilter.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BloomFilter |
BloomFilter.parseFrom(com.google.protobuf.CodedInputStream input) |
static BloomFilter |
BloomFilter.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BloomFilter |
BloomFilter.parseFrom(InputStream input) |
static BloomFilter |
BloomFilter.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<BloomFilter> |
BloomFilter.getParserForType() |
static com.google.protobuf.Parser<BloomFilter> |
BloomFilter.parser() |
| Modifier and Type | Method and Description |
|---|---|
BloomFilter.Builder |
BloomFilter.Builder.mergeFrom(BloomFilter other) |
ExistenceFilter.Builder |
ExistenceFilter.Builder.mergeUnchangedNames(BloomFilter value)
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`.
|
static BloomFilter.Builder |
BloomFilter.newBuilder(BloomFilter prototype) |
ExistenceFilter.Builder |
ExistenceFilter.Builder.setUnchangedNames(BloomFilter value)
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.