Interface ExplainMetricsOrBuilder (2.32.3)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ExplainMetricsOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getExecutionStats()
publicabstractExecutionStatsgetExecutionStats()Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
.google.datastore.v1.ExecutionStats execution_stats = 2;
| Returns | |
|---|---|
| Type | Description |
ExecutionStats |
The executionStats. |
getExecutionStatsOrBuilder()
publicabstractExecutionStatsOrBuildergetExecutionStatsOrBuilder()Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
.google.datastore.v1.ExecutionStats execution_stats = 2;
| Returns | |
|---|---|
| Type | Description |
ExecutionStatsOrBuilder |
|
getPlanSummary()
publicabstractPlanSummarygetPlanSummary()Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
| Returns | |
|---|---|
| Type | Description |
PlanSummary |
The planSummary. |
getPlanSummaryOrBuilder()
publicabstractPlanSummaryOrBuildergetPlanSummaryOrBuilder()Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
| Returns | |
|---|---|
| Type | Description |
PlanSummaryOrBuilder |
|
hasExecutionStats()
publicabstractbooleanhasExecutionStats()Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
.google.datastore.v1.ExecutionStats execution_stats = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the executionStats field is set. |
hasPlanSummary()
publicabstractbooleanhasPlanSummary()Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the planSummary field is set. |