Package com.google.firestore.v1
Interface ListenResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListenResponse,ListenResponse.Builder
public interface ListenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA [Document][google.firestore.v1.Document] has changed.A [Document][google.firestore.v1.Document] has changed.A [Document][google.firestore.v1.Document] has been deleted.A [Document][google.firestore.v1.Document] has been deleted.A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).A filter to apply to the set of documents previously returned for the given target.A filter to apply to the set of documents previously returned for the given target.Targets have changed.Targets have changed.booleanA [Document][google.firestore.v1.Document] has changed.booleanA [Document][google.firestore.v1.Document] has been deleted.booleanA [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).booleanA filter to apply to the set of documents previously returned for the given target.booleanTargets have changed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTargetChange
boolean hasTargetChange()Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;- Returns:
- Whether the targetChange field is set.
-
getTargetChange
TargetChange getTargetChange()Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;- Returns:
- The targetChange.
-
getTargetChangeOrBuilder
TargetChangeOrBuilder getTargetChangeOrBuilder()Targets have changed.
.google.firestore.v1.TargetChange target_change = 2; -
hasDocumentChange
boolean hasDocumentChange()A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3;- Returns:
- Whether the documentChange field is set.
-
getDocumentChange
DocumentChange getDocumentChange()A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3;- Returns:
- The documentChange.
-
getDocumentChangeOrBuilder
DocumentChangeOrBuilder getDocumentChangeOrBuilder()A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3; -
hasDocumentDelete
boolean hasDocumentDelete()A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;- Returns:
- Whether the documentDelete field is set.
-
getDocumentDelete
DocumentDelete getDocumentDelete()A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;- Returns:
- The documentDelete.
-
getDocumentDeleteOrBuilder
DocumentDeleteOrBuilder getDocumentDeleteOrBuilder()A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4; -
hasDocumentRemove
boolean hasDocumentRemove()A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6;- Returns:
- Whether the documentRemove field is set.
-
getDocumentRemove
DocumentRemove getDocumentRemove()A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6;- Returns:
- The documentRemove.
-
getDocumentRemoveOrBuilder
DocumentRemoveOrBuilder getDocumentRemoveOrBuilder()A [Document][google.firestore.v1.Document] has been removed from a target (because it is no longer relevant to that target).
.google.firestore.v1.DocumentRemove document_remove = 6; -
hasFilter
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;- Returns:
- Whether the filter field is set.
-
getFilter
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;- Returns:
- The filter.
-
getFilterOrBuilder
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; -
getResponseTypeCase
ListenResponse.ResponseTypeCase getResponseTypeCase()
-