Interface ExplainMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExplainMetrics, ExplainMetrics.Builder

public interface ExplainMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Aggregated stats from the execution of the query.
    Aggregated stats from the execution of the query.
    Planning phase information for the query.
    Planning phase information for the query.
    boolean
    Aggregated stats from the execution of the query.
    boolean
    Planning phase information for the query.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasPlanSummary

      boolean hasPlanSummary()
       Planning phase information for the query.
       
      .google.datastore.v1.PlanSummary plan_summary = 1;
      Returns:
      Whether the planSummary field is set.
    • getPlanSummary

      PlanSummary getPlanSummary()
       Planning phase information for the query.
       
      .google.datastore.v1.PlanSummary plan_summary = 1;
      Returns:
      The planSummary.
    • getPlanSummaryOrBuilder

      PlanSummaryOrBuilder getPlanSummaryOrBuilder()
       Planning phase information for the query.
       
      .google.datastore.v1.PlanSummary plan_summary = 1;
    • hasExecutionStats

      boolean hasExecutionStats()
       Aggregated stats from the execution of the query. Only present when
       [ExplainOptions.analyze][google.datastore.v1.ExplainOptions.analyze] is set
       to true.
       
      .google.datastore.v1.ExecutionStats execution_stats = 2;
      Returns:
      Whether the executionStats field is set.
    • getExecutionStats

      ExecutionStats getExecutionStats()
       Aggregated stats from the execution of the query. Only present when
       [ExplainOptions.analyze][google.datastore.v1.ExplainOptions.analyze] is set
       to true.
       
      .google.datastore.v1.ExecutionStats execution_stats = 2;
      Returns:
      The executionStats.
    • getExecutionStatsOrBuilder

      ExecutionStatsOrBuilder getExecutionStatsOrBuilder()
       Aggregated stats from the execution of the query. Only present when
       [ExplainOptions.analyze][google.datastore.v1.ExplainOptions.analyze] is set
       to true.
       
      .google.datastore.v1.ExecutionStats execution_stats = 2;