Uses of Class
com.google.cloud.firestore.QuerySnapshot
Packages that use QuerySnapshot
-
Uses of QuerySnapshot in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return QuerySnapshotModifier and TypeMethodDescriptionstatic QuerySnapshotQuerySnapshot.withChanges(Query query, com.google.cloud.Timestamp readTime, com.google.cloud.firestore.DocumentSet documentSet, List<DocumentChange> documentChanges) Creates a new QuerySnapshot representing a snapshot of a Query with changed documents.static QuerySnapshotQuerySnapshot.withDocuments(Query query, com.google.cloud.Timestamp readTime, List<QueryDocumentSnapshot> documents) Creates a new QuerySnapshot representing the results of a Query with added documents.Methods in com.google.cloud.firestore that return types with arguments of type QuerySnapshotModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ExplainResults<QuerySnapshot>>Query.explain(ExplainOptions options) Plans and optionally executes this query.com.google.api.core.ApiFuture<QuerySnapshot>Query.get()Executes the query and returns the results as QuerySnapshot.abstract com.google.api.core.ApiFuture<QuerySnapshot>Returns the result set from the provided query.Methods in com.google.cloud.firestore with parameters of type QuerySnapshotModifier and TypeMethodDescriptionFirestoreBundle.Builder.add(String queryName, QuerySnapshot querySnap) Adds a Firestore query snapshot to the bundle.Method parameters in com.google.cloud.firestore with type arguments of type QuerySnapshotModifier and TypeMethodDescriptionQuery.addSnapshotListener(EventListener<QuerySnapshot> listener) Starts listening to this query.Query.addSnapshotListener(Executor executor, EventListener<QuerySnapshot> listener) Starts listening to this query.