public interface DocumentDeleteOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDocument()
The resource name of the [Document][google.firestore.v1beta1.Document] that was deleted.
|
ByteString |
getDocumentBytes()
The resource name of the [Document][google.firestore.v1beta1.Document] that was deleted.
|
Timestamp |
getReadTime()
The read timestamp at which the delete was observed.
|
TimestampOrBuilder |
getReadTimeOrBuilder()
The read timestamp at which the delete was observed.
|
int |
getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this entity.
|
int |
getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this entity.
|
java.util.List<java.lang.Integer> |
getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this entity.
|
boolean |
hasReadTime()
The read timestamp at which the delete was observed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getDocument()
The resource name of the [Document][google.firestore.v1beta1.Document] that was deleted.
string document = 1;
ByteString getDocumentBytes()
The resource name of the [Document][google.firestore.v1beta1.Document] that was deleted.
string document = 1;
java.util.List<java.lang.Integer> getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
int getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
int getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
boolean hasReadTime()
The read timestamp at which the delete was observed. Greater or equal to the `commit_time` of the delete.
.google.protobuf.Timestamp read_time = 4;
Timestamp getReadTime()
The read timestamp at which the delete was observed. Greater or equal to the `commit_time` of the delete.
.google.protobuf.Timestamp read_time = 4;
TimestampOrBuilder getReadTimeOrBuilder()
The read timestamp at which the delete was observed. Greater or equal to the `commit_time` of the delete.
.google.protobuf.Timestamp read_time = 4;