public final class DocumentChange extends GeneratedMessageV3 implements DocumentChangeOrBuilder
A Document has changed. May be the result of multiple writes, including deletes, that ultimately resulted in a new value for the Document. Multiple DocumentChange messages may be returned for the same logical change, if multiple targets are affected.
Protobuf type google.firestore.v1.DocumentChange
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DocumentChangeImplements
DocumentChangeOrBuilderStatic Fields
DOCUMENT_FIELD_NUMBER
public static final int DOCUMENT_FIELD_NUMBER
Type | Description |
int |
REMOVED_TARGET_IDS_FIELD_NUMBER
public static final int REMOVED_TARGET_IDS_FIELD_NUMBER
Type | Description |
int |
TARGET_IDS_FIELD_NUMBER
public static final int TARGET_IDS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DocumentChange getDefaultInstance()
Type | Description |
DocumentChange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DocumentChange.Builder newBuilder()
Type | Description |
DocumentChange.Builder |
newBuilder(DocumentChange prototype)
public static DocumentChange.Builder newBuilder(DocumentChange prototype)
Name | Description |
prototype | DocumentChange |
Type | Description |
DocumentChange.Builder |
parseDelimitedFrom(InputStream input)
public static DocumentChange parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DocumentChange parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DocumentChange parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DocumentChange parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DocumentChange parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DocumentChange parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DocumentChange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DocumentChange |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DocumentChange> parser()
Type | Description |
Parser<DocumentChange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public DocumentChange getDefaultInstanceForType()
Type | Description |
DocumentChange |
getDocument()
public Document getDocument()
The new state of the Document.
If mask
is set, contains only fields that were updated or added.
.google.firestore.v1.Document document = 1;
Type | Description |
Document | The document. |
getDocumentOrBuilder()
public DocumentOrBuilder getDocumentOrBuilder()
The new state of the Document.
If mask
is set, contains only fields that were updated or added.
.google.firestore.v1.Document document = 1;
Type | Description |
DocumentOrBuilder |
getParserForType()
public Parser<DocumentChange> getParserForType()
Type | Description |
Parser<DocumentChange> |
getRemovedTargetIds(int index)
public int getRemovedTargetIds(int index)
A set of target IDs for targets that no longer match this document.
repeated int32 removed_target_ids = 6;
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 no longer match this document.
repeated int32 removed_target_ids = 6;
Type | Description |
int | The count of removedTargetIds. |
getRemovedTargetIdsList()
public List<Integer> getRemovedTargetIdsList()
A set of target IDs for targets that no longer match this document.
repeated int32 removed_target_ids = 6;
Type | Description |
List<Integer> | A list containing the removedTargetIds. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTargetIds(int index)
public int getTargetIds(int index)
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
Name | Description |
index | int The index of the element to return. |
Type | Description |
int | The targetIds at the given index. |
getTargetIdsCount()
public int getTargetIdsCount()
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
Type | Description |
int | The count of targetIds. |
getTargetIdsList()
public List<Integer> getTargetIdsList()
A set of target IDs of targets that match this document.
repeated int32 target_ids = 5;
Type | Description |
List<Integer> | A list containing the targetIds. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasDocument()
public boolean hasDocument()
The new state of the Document.
If mask
is set, contains only fields that were updated or added.
.google.firestore.v1.Document document = 1;
Type | Description |
boolean | Whether the document field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public DocumentChange.Builder newBuilderForType()
Type | Description |
DocumentChange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DocumentChange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DocumentChange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DocumentChange.Builder toBuilder()
Type | Description |
DocumentChange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |