public interface DocumentDeleteOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDocument()
The resource name of the [Document][google.firestore.v1.Document] that was
deleted.
|
com.google.protobuf.ByteString |
getDocumentBytes()
The resource name of the [Document][google.firestore.v1.Document] that was
deleted.
|
com.google.protobuf.Timestamp |
getReadTime()
The read timestamp at which the delete was observed.
|
com.google.protobuf.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.
|
List<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
String getDocument()
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
string document = 1;
com.google.protobuf.ByteString getDocumentBytes()
The resource name of the [Document][google.firestore.v1.Document] that was deleted.
string document = 1;
List<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;
index
- The index of the element to return.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;
com.google.protobuf.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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.