Package com.google.cloud.firestore
Class ExplainOptions.Builder
java.lang.Object
com.google.cloud.firestore.ExplainOptions.Builder
- Enclosing class:
- ExplainOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExplainOptionsbuild()abstract ExplainOptions.BuildersetAnalyze(boolean enabled) Sets whether analyzing the query is enabled.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setAnalyze
Sets whether analyzing the query is enabled. If true, the query will be executed and execution statistics will be returned as part of the [ExplainResults]ExplainResults. -
build
-