public static final class DocumentRemove.Builder extends GeneratedMessageV3.Builder<DocumentRemove.Builder> implements DocumentRemoveOrBuilder
A Document has been removed from the view of the targets. Sent if the document is no longer relevant to a target and is out of view. Can be sent instead of a DocumentDelete or a DocumentChange if the server can not send the new value of the document. Multiple DocumentRemove messages may be returned for the same logical write or delete, if multiple targets are affected.
Protobuf type google.firestore.v1.DocumentRemove
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DocumentRemove.BuilderImplements
DocumentRemoveOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllRemovedTargetIds(Iterable<? extends Integer> values)
public DocumentRemove.Builder addAllRemovedTargetIds(Iterable<? extends Integer> values)
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Name | Description |
values | Iterable<? extends java.lang.Integer> The removedTargetIds to add. |
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
addRemovedTargetIds(int value)
public DocumentRemove.Builder addRemovedTargetIds(int value)
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Name | Description |
value | int The removedTargetIds to add. |
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DocumentRemove.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DocumentRemove.Builder |
build()
public DocumentRemove build()
Type | Description |
DocumentRemove |
buildPartial()
public DocumentRemove buildPartial()
Type | Description |
DocumentRemove |
clear()
public DocumentRemove.Builder clear()
Type | Description |
DocumentRemove.Builder |
clearDocument()
public DocumentRemove.Builder clearDocument()
The resource name of the Document that has gone out of view.
string document = 1;
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DocumentRemove.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DocumentRemove.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DocumentRemove.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DocumentRemove.Builder |
clearReadTime()
public DocumentRemove.Builder clearReadTime()
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;
Type | Description |
DocumentRemove.Builder |
clearRemovedTargetIds()
public DocumentRemove.Builder clearRemovedTargetIds()
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
clone()
public DocumentRemove.Builder clone()
Type | Description |
DocumentRemove.Builder |
getDefaultInstanceForType()
public DocumentRemove getDefaultInstanceForType()
Type | Description |
DocumentRemove |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDocument()
public String getDocument()
The resource name of the Document that has gone out of view.
string document = 1;
Type | Description |
String | The document. |
getDocumentBytes()
public ByteString getDocumentBytes()
The resource name of the Document that has gone out of view.
string document = 1;
Type | Description |
ByteString | The bytes for document. |
getReadTime()
public 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;
Type | Description |
Timestamp | The readTime. |
getReadTimeBuilder()
public Timestamp.Builder getReadTimeBuilder()
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;
Type | Description |
Builder |
getReadTimeOrBuilder()
public 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;
Type | Description |
TimestampOrBuilder |
getRemovedTargetIds(int index)
public int getRemovedTargetIds(int index)
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Name | Description |
index | int The index of the element to return. |
Type | Description |
int | The removedTargetIds at the given index. |
getRemovedTargetIdsCount()
public int getRemovedTargetIdsCount()
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Type | Description |
int | The count of removedTargetIds. |
getRemovedTargetIdsList()
public List<Integer> getRemovedTargetIdsList()
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Type | Description |
List<Integer> | A list containing the removedTargetIds. |
hasReadTime()
public 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;
Type | Description |
boolean | Whether the readTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(DocumentRemove other)
public DocumentRemove.Builder mergeFrom(DocumentRemove other)
Name | Description |
other | DocumentRemove |
Type | Description |
DocumentRemove.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DocumentRemove.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentRemove.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DocumentRemove.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DocumentRemove.Builder |
mergeReadTime(Timestamp value)
public DocumentRemove.Builder mergeReadTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
DocumentRemove.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DocumentRemove.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DocumentRemove.Builder |
setDocument(String value)
public DocumentRemove.Builder setDocument(String value)
The resource name of the Document that has gone out of view.
string document = 1;
Name | Description |
value | String The document to set. |
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
setDocumentBytes(ByteString value)
public DocumentRemove.Builder setDocumentBytes(ByteString value)
The resource name of the Document that has gone out of view.
string document = 1;
Name | Description |
value | ByteString The bytes for document to set. |
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DocumentRemove.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DocumentRemove.Builder |
setReadTime(Timestamp value)
public DocumentRemove.Builder setReadTime(Timestamp value)
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;
Name | Description |
value | Timestamp |
Type | Description |
DocumentRemove.Builder |
setReadTime(Timestamp.Builder builderForValue)
public DocumentRemove.Builder setReadTime(Timestamp.Builder builderForValue)
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;
Name | Description |
builderForValue | Builder |
Type | Description |
DocumentRemove.Builder |
setRemovedTargetIds(int index, int value)
public DocumentRemove.Builder setRemovedTargetIds(int index, int value)
A set of target IDs for targets that previously matched this document.
repeated int32 removed_target_ids = 2;
Name | Description |
index | int The index to set the value at. |
value | int The removedTargetIds to set. |
Type | Description |
DocumentRemove.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DocumentRemove.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DocumentRemove.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DocumentRemove.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DocumentRemove.Builder |