public interface ListenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentChange |
getDocumentChange()
A [Document][google.firestore.v1.Document] has changed.
|
DocumentChangeOrBuilder |
getDocumentChangeOrBuilder()
A [Document][google.firestore.v1.Document] has changed.
|
DocumentDelete |
getDocumentDelete()
A [Document][google.firestore.v1.Document] has been deleted.
|
DocumentDeleteOrBuilder |
getDocumentDeleteOrBuilder()
A [Document][google.firestore.v1.Document] has been deleted.
|
DocumentRemove |
getDocumentRemove()
A [Document][google.firestore.v1.Document] has been removed from a target
(because it is no longer relevant to that target).
|
DocumentRemoveOrBuilder |
getDocumentRemoveOrBuilder()
A [Document][google.firestore.v1.Document] has been removed from a target
(because it is no longer relevant to that target).
|
ExistenceFilter |
getFilter()
A filter to apply to the set of documents previously returned for the
given target.
|
ExistenceFilterOrBuilder |
getFilterOrBuilder()
A filter to apply to the set of documents previously returned for the
given target.
|
ListenResponse.ResponseTypeCase |
getResponseTypeCase() |
TargetChange |
getTargetChange()
Targets have changed.
|
TargetChangeOrBuilder |
getTargetChangeOrBuilder()
Targets have changed.
|
boolean |
hasDocumentChange()
A [Document][google.firestore.v1.Document] has changed.
|
boolean |
hasDocumentDelete()
A [Document][google.firestore.v1.Document] has been deleted.
|
boolean |
hasDocumentRemove()
A [Document][google.firestore.v1.Document] has been removed from a target
(because it is no longer relevant to that target).
|
boolean |
hasFilter()
A filter to apply to the set of documents previously returned for the
given target.
|
boolean |
hasTargetChange()
Targets have changed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTargetChange()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;TargetChange getTargetChange()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;TargetChangeOrBuilder getTargetChangeOrBuilder()
Targets have changed.
.google.firestore.v1.TargetChange target_change = 2;boolean hasDocumentChange()
A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3;DocumentChange getDocumentChange()
A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3;DocumentChangeOrBuilder getDocumentChangeOrBuilder()
A [Document][google.firestore.v1.Document] has changed.
.google.firestore.v1.DocumentChange document_change = 3;boolean hasDocumentDelete()
A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;DocumentDelete getDocumentDelete()
A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;DocumentDeleteOrBuilder getDocumentDeleteOrBuilder()
A [Document][google.firestore.v1.Document] has been deleted.
.google.firestore.v1.DocumentDelete document_delete = 4;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;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;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;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;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;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;ListenResponse.ResponseTypeCase getResponseTypeCase()
Copyright © 2023 Google LLC. All rights reserved.