public interface DocumentChangeOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getDocument()
The new state of the [Document][google.firestore.v1beta1.Document].
|
DocumentOrBuilder |
getDocumentOrBuilder()
The new state of the [Document][google.firestore.v1beta1.Document].
|
int |
getRemovedTargetIds(int index)
A set of target IDs for targets that no longer match this document.
|
int |
getRemovedTargetIdsCount()
A set of target IDs for targets that no longer match this document.
|
java.util.List<java.lang.Integer> |
getRemovedTargetIdsList()
A set of target IDs for targets that no longer match this document.
|
int |
getTargetIds(int index)
A set of target IDs of targets that match this document.
|
int |
getTargetIdsCount()
A set of target IDs of targets that match this document.
|
java.util.List<java.lang.Integer> |
getTargetIdsList()
A set of target IDs of targets that match this document.
|
boolean |
hasDocument()
The new state of the [Document][google.firestore.v1beta1.Document].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDocument()
The new state of the [Document][google.firestore.v1beta1.Document]. If `mask` is set, contains only fields that were updated or added.
.google.firestore.v1beta1.Document document = 1;
Document getDocument()
The new state of the [Document][google.firestore.v1beta1.Document]. If `mask` is set, contains only fields that were updated or added.
.google.firestore.v1beta1.Document document = 1;
DocumentOrBuilder getDocumentOrBuilder()
The new state of the [Document][google.firestore.v1beta1.Document]. If `mask` is set, contains only fields that were updated or added.
.google.firestore.v1beta1.Document document = 1;
java.util.List<java.lang.Integer> getTargetIdsList()
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
int getTargetIdsCount()
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
int getTargetIds(int index)
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
java.util.List<java.lang.Integer> getRemovedTargetIdsList()
A set of target IDs for targets that no longer match this document.
repeated int32 removed_target_ids = 6;
int getRemovedTargetIdsCount()
A set of target IDs for targets that no longer match this document.
repeated int32 removed_target_ids = 6;
int getRemovedTargetIds(int index)
A set of target IDs for targets that no longer match this document.
repeated int32 removed_target_ids = 6;