Interface ListenResponseOrBuilder (3.1.0)

public interface ListenResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocumentChange()

public abstract DocumentChange getDocumentChange()

A Document has changed.

.google.firestore.v1.DocumentChange document_change = 3;

Returns
TypeDescription
DocumentChange

The documentChange.

getDocumentChangeOrBuilder()

public abstract DocumentChangeOrBuilder getDocumentChangeOrBuilder()

A Document has changed.

.google.firestore.v1.DocumentChange document_change = 3;

Returns
TypeDescription
DocumentChangeOrBuilder

getDocumentDelete()

public abstract DocumentDelete getDocumentDelete()

A Document has been deleted.

.google.firestore.v1.DocumentDelete document_delete = 4;

Returns
TypeDescription
DocumentDelete

The documentDelete.

getDocumentDeleteOrBuilder()

public abstract DocumentDeleteOrBuilder getDocumentDeleteOrBuilder()

A Document has been deleted.

.google.firestore.v1.DocumentDelete document_delete = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ExistenceFilterOrBuilder

getResponseTypeCase()

public abstract ListenResponse.ResponseTypeCase getResponseTypeCase()
Returns
TypeDescription
ListenResponse.ResponseTypeCase

getTargetChange()

public abstract TargetChange getTargetChange()

Targets have changed.

.google.firestore.v1.TargetChange target_change = 2;

Returns
TypeDescription
TargetChange

The targetChange.

getTargetChangeOrBuilder()

public abstract TargetChangeOrBuilder getTargetChangeOrBuilder()

Targets have changed.

.google.firestore.v1.TargetChange target_change = 2;

Returns
TypeDescription
TargetChangeOrBuilder

hasDocumentChange()

public abstract boolean hasDocumentChange()

A Document has changed.

.google.firestore.v1.DocumentChange document_change = 3;

Returns
TypeDescription
boolean

Whether the documentChange field is set.

hasDocumentDelete()

public abstract boolean hasDocumentDelete()

A Document has been deleted.

.google.firestore.v1.DocumentDelete document_delete = 4;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the filter field is set.

hasTargetChange()

public abstract boolean hasTargetChange()

Targets have changed.

.google.firestore.v1.TargetChange target_change = 2;

Returns
TypeDescription
boolean

Whether the targetChange field is set.