public interface DocumentRemoveOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
|
com.google.protobuf.ByteString |
getDocumentBytes()
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
|
com.google.protobuf.Timestamp |
getReadTime()
The read timestamp at which the remove was observed.
|
com.google.protobuf.TimestampOrBuilder |
getReadTimeOrBuilder()
The read timestamp at which the remove was observed.
|
int |
getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this document.
|
int |
getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this document.
|
List<Integer> |
getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this document.
|
boolean |
hasReadTime()
The read timestamp at which the remove was observed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDocument()
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
string document = 1;com.google.protobuf.ByteString getDocumentBytes()
The resource name of the [Document][google.firestore.v1.Document] that has gone out of view.
string document = 1;List<Integer> getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;int getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;int getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;index - The index of the element to return.boolean hasReadTime()
The read timestamp at which the remove was observed. Greater or equal to the `commit_time` of the change/delete/remove.
.google.protobuf.Timestamp read_time = 4;com.google.protobuf.Timestamp getReadTime()
The read timestamp at which the remove was observed. Greater or equal to the `commit_time` of the change/delete/remove.
.google.protobuf.Timestamp read_time = 4;com.google.protobuf.TimestampOrBuilder getReadTimeOrBuilder()
The read timestamp at which the remove was observed. Greater or equal to the `commit_time` of the change/delete/remove.
.google.protobuf.Timestamp read_time = 4;Copyright © 2022 Google LLC. All rights reserved.