Uses of Class
com.google.cloud.firestore.ExplainOptions
Packages that use ExplainOptions
-
Uses of ExplainOptions in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return ExplainOptionsMethods in com.google.cloud.firestore with parameters of type ExplainOptionsModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<ExplainResults<AggregateQuerySnapshot>>AggregateQuery.explain(ExplainOptions options) Plans and optionally executes this query.com.google.api.core.ApiFuture<ExplainResults<QuerySnapshot>>Query.explain(ExplainOptions options) Plans and optionally executes this query.com.google.api.core.ApiFuture<ExplainResults<SnapshotType>>StreamableQuery.explain(ExplainOptions options) Plans and optionally executes this query.com.google.api.core.ApiFuture<ExplainResults<VectorQuerySnapshot>>VectorQuery.explain(ExplainOptions options) Plans and optionally executes this VectorQuery.com.google.api.core.ApiFuture<ExplainMetrics>Query.explainStream(ExplainOptions options, com.google.api.gax.rpc.ApiStreamObserver<DocumentSnapshot> documentObserver) Executes the query, streams the results as a StreamObserver of DocumentSnapshots, and returns an ApiFuture that will be resolved with the associatedExplainMetrics.protected RunQueryRequest.BuilderQuery.toRunQueryRequestBuilder(com.google.protobuf.ByteString transactionId, com.google.cloud.Timestamp readTime, ExplainOptions explainOptions) protected RunQueryRequest.BuilderVectorQuery.toRunQueryRequestBuilder(com.google.protobuf.ByteString transactionId, com.google.cloud.Timestamp readTime, ExplainOptions explainOptions)