Interface ExplainMetricsOrBuilder (3.20.0)

public interface ExplainMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExecutionStats()

public abstract ExecutionStats getExecutionStats()

Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.

.google.firestore.v1.ExecutionStats execution_stats = 2;

Returns
TypeDescription
ExecutionStats

The executionStats.

getExecutionStatsOrBuilder()

public abstract ExecutionStatsOrBuilder getExecutionStatsOrBuilder()

Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.

.google.firestore.v1.ExecutionStats execution_stats = 2;

Returns
TypeDescription
ExecutionStatsOrBuilder

getPlanSummary()

public abstract PlanSummary getPlanSummary()

Planning phase information for the query.

.google.firestore.v1.PlanSummary plan_summary = 1;

Returns
TypeDescription
PlanSummary

The planSummary.

getPlanSummaryOrBuilder()

public abstract PlanSummaryOrBuilder getPlanSummaryOrBuilder()

Planning phase information for the query.

.google.firestore.v1.PlanSummary plan_summary = 1;

Returns
TypeDescription
PlanSummaryOrBuilder

hasExecutionStats()

public abstract boolean hasExecutionStats()

Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.

.google.firestore.v1.ExecutionStats execution_stats = 2;

Returns
TypeDescription
boolean

Whether the executionStats field is set.

hasPlanSummary()

public abstract boolean hasPlanSummary()

Planning phase information for the query.

.google.firestore.v1.PlanSummary plan_summary = 1;

Returns
TypeDescription
boolean

Whether the planSummary field is set.