public static final class ExplainMetrics.Builder extends GeneratedMessageV3.Builder<ExplainMetrics.Builder> implements ExplainMetricsOrBuilder
Explain metrics for the query.
Protobuf type google.firestore.v1.ExplainMetrics
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExplainMetrics.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ExplainMetrics build()
buildPartial()
public ExplainMetrics buildPartial()
clear()
public ExplainMetrics.Builder clear()
Overrides
clearExecutionStats()
public ExplainMetrics.Builder clearExecutionStats()
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.firestore.v1.ExecutionStats execution_stats = 2;
clearField(Descriptors.FieldDescriptor field)
public ExplainMetrics.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ExplainMetrics.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearPlanSummary()
public ExplainMetrics.Builder clearPlanSummary()
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
clone()
public ExplainMetrics.Builder clone()
Overrides
getDefaultInstanceForType()
public ExplainMetrics getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getExecutionStats()
public 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;
getExecutionStatsBuilder()
public ExecutionStats.Builder getExecutionStatsBuilder()
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.firestore.v1.ExecutionStats execution_stats = 2;
getExecutionStatsOrBuilder()
public 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;
getPlanSummary()
public PlanSummary getPlanSummary()
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
getPlanSummaryBuilder()
public PlanSummary.Builder getPlanSummaryBuilder()
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
getPlanSummaryOrBuilder()
public PlanSummaryOrBuilder getPlanSummaryOrBuilder()
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
hasExecutionStats()
public 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 |
Type |
Description |
boolean |
Whether the executionStats field is set.
|
hasPlanSummary()
public boolean hasPlanSummary()
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
Returns |
Type |
Description |
boolean |
Whether the planSummary field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeExecutionStats(ExecutionStats value)
public ExplainMetrics.Builder mergeExecutionStats(ExecutionStats value)
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.firestore.v1.ExecutionStats execution_stats = 2;
mergeFrom(ExplainMetrics other)
public ExplainMetrics.Builder mergeFrom(ExplainMetrics other)
public ExplainMetrics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ExplainMetrics.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergePlanSummary(PlanSummary value)
public ExplainMetrics.Builder mergePlanSummary(PlanSummary value)
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExplainMetrics.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setExecutionStats(ExecutionStats value)
public ExplainMetrics.Builder setExecutionStats(ExecutionStats value)
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.firestore.v1.ExecutionStats execution_stats = 2;
setExecutionStats(ExecutionStats.Builder builderForValue)
public ExplainMetrics.Builder setExecutionStats(ExecutionStats.Builder builderForValue)
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.firestore.v1.ExecutionStats execution_stats = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public ExplainMetrics.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setPlanSummary(PlanSummary value)
public ExplainMetrics.Builder setPlanSummary(PlanSummary value)
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
setPlanSummary(PlanSummary.Builder builderForValue)
public ExplainMetrics.Builder setPlanSummary(PlanSummary.Builder builderForValue)
Planning phase information for the query.
.google.firestore.v1.PlanSummary plan_summary = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExplainMetrics.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ExplainMetrics.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides