public interface DocumentDeleteOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocument()
public abstract String getDocument()
The resource name of the Document that was deleted.
string document = 1;
Returns | |
---|---|
Type | Description |
String | The document. |
getDocumentBytes()
public abstract ByteString getDocumentBytes()
The resource name of the Document that was deleted.
string document = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for document. |
getReadTime()
public abstract 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;
Returns | |
---|---|
Type | Description |
Timestamp | The readTime. |
getReadTimeOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getRemovedTargetIds(int index)
public abstract int getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
int | The removedTargetIds at the given index. |
getRemovedTargetIdsCount()
public abstract int getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
Returns | |
---|---|
Type | Description |
int | The count of removedTargetIds. |
getRemovedTargetIdsList()
public abstract List<Integer> getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this entity.
repeated int32 removed_target_ids = 6;
Returns | |
---|---|
Type | Description |
List<Integer> | A list containing the removedTargetIds. |
hasReadTime()
public abstract 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;
Returns | |
---|---|
Type | Description |
boolean | Whether the readTime field is set. |