Uses of Class
com.google.cloud.firestore.VectorQuerySnapshot
Packages that use VectorQuerySnapshot
-
Uses of VectorQuerySnapshot in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return VectorQuerySnapshotModifier and TypeMethodDescriptionstatic VectorQuerySnapshotVectorQuerySnapshot.withDocuments(VectorQuery query, com.google.cloud.Timestamp readTime, List<QueryDocumentSnapshot> documents) Creates a new VectorQuerySnapshot representing the results of a VectorQuery with added documents.Methods in com.google.cloud.firestore that return types with arguments of type VectorQuerySnapshotModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ExplainResults<VectorQuerySnapshot>>VectorQuery.explain(ExplainOptions options) Plans and optionally executes this VectorQuery.com.google.api.core.ApiFuture<VectorQuerySnapshot>VectorQuery.get()Executes the query and returns the results asQuerySnapshot.