Package com.google.datastore.v1
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 TypeMethodDescriptionAggregated 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.booleanAggregated stats from the execution of the query.booleanPlanning phase information for the query.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-