Class ExplainOptions.Builder

java.lang.Object
com.google.cloud.firestore.ExplainOptions.Builder
Enclosing class:
ExplainOptions

public abstract static class ExplainOptions.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • setAnalyze

      public abstract ExplainOptions.Builder setAnalyze(boolean enabled)
      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

      public abstract ExplainOptions build()