public interface ExistenceFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id].
|
int |
getTargetId()
The target ID to which this filter applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTargetId()
The target ID to which this filter applies.
int32 target_id = 1;int getCount()
The total count of documents that match [target_id][google.firestore.v1.ExistenceFilter.target_id]. If different from the count of documents in the client that match, the client must manually determine which documents no longer match the target.
int32 count = 2;Copyright © 2023 Google LLC. All rights reserved.