public interface ListenResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDocumentChange()
public abstract DocumentChange getDocumentChange()
A Document has changed.
.google.firestore.v1.DocumentChange document_change = 3;
Type | Description |
DocumentChange | The documentChange. |
getDocumentChangeOrBuilder()
public abstract DocumentChangeOrBuilder getDocumentChangeOrBuilder()
A Document has changed.
.google.firestore.v1.DocumentChange document_change = 3;
Type | Description |
DocumentChangeOrBuilder |
getDocumentDelete()
public abstract DocumentDelete getDocumentDelete()
A Document has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;
Type | Description |
DocumentDelete | The documentDelete. |
getDocumentDeleteOrBuilder()
public abstract DocumentDeleteOrBuilder getDocumentDeleteOrBuilder()
A Document has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;
Type | Description |
DocumentDeleteOrBuilder |
getDocumentRemove()
public abstract DocumentRemove getDocumentRemove()
A Document has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6;
Type | Description |
DocumentRemove | The documentRemove. |
getDocumentRemoveOrBuilder()
public abstract DocumentRemoveOrBuilder getDocumentRemoveOrBuilder()
A Document has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6;
Type | Description |
DocumentRemoveOrBuilder |
getFilter()
public abstract ExistenceFilter getFilter()
A filter to apply to the set of documents previously returned for the given target. Returned when documents may have been removed from the given target, but the exact documents are unknown.
.google.firestore.v1.ExistenceFilter filter = 5;
Type | Description |
ExistenceFilter | The filter. |
getFilterOrBuilder()
public abstract ExistenceFilterOrBuilder getFilterOrBuilder()
A filter to apply to the set of documents previously returned for the given target. Returned when documents may have been removed from the given target, but the exact documents are unknown.
.google.firestore.v1.ExistenceFilter filter = 5;
Type | Description |
ExistenceFilterOrBuilder |
getResponseTypeCase()
public abstract ListenResponse.ResponseTypeCase getResponseTypeCase()
Type | Description |
ListenResponse.ResponseTypeCase |
getTargetChange()
public abstract TargetChange getTargetChange()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;
Type | Description |
TargetChange | The targetChange. |
getTargetChangeOrBuilder()
public abstract TargetChangeOrBuilder getTargetChangeOrBuilder()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;
Type | Description |
TargetChangeOrBuilder |
hasDocumentChange()
public abstract boolean hasDocumentChange()
A Document has changed.
.google.firestore.v1.DocumentChange document_change = 3;
Type | Description |
boolean | Whether the documentChange field is set. |
hasDocumentDelete()
public abstract boolean hasDocumentDelete()
A Document has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;
Type | Description |
boolean | Whether the documentDelete field is set. |
hasDocumentRemove()
public abstract boolean hasDocumentRemove()
A Document has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6;
Type | Description |
boolean | Whether the documentRemove field is set. |
hasFilter()
public abstract boolean hasFilter()
A filter to apply to the set of documents previously returned for the given target. Returned when documents may have been removed from the given target, but the exact documents are unknown.
.google.firestore.v1.ExistenceFilter filter = 5;
Type | Description |
boolean | Whether the filter field is set. |
hasTargetChange()
public abstract boolean hasTargetChange()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;
Type | Description |
boolean | Whether the targetChange field is set. |