public final class ExplainMetrics extends GeneratedMessageV3 implements ExplainMetricsOrBuilder
Explain metrics for the query.
Protobuf type google.datastore.v1.ExplainMetrics
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EXECUTION_STATS_FIELD_NUMBER
public static final int EXECUTION_STATS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PLAN_SUMMARY_FIELD_NUMBER
public static final int PLAN_SUMMARY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ExplainMetrics getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ExplainMetrics.Builder newBuilder()
newBuilder(ExplainMetrics prototype)
public static ExplainMetrics.Builder newBuilder(ExplainMetrics prototype)
public static ExplainMetrics parseDelimitedFrom(InputStream input)
public static ExplainMetrics parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ExplainMetrics parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExplainMetrics parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ExplainMetrics parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExplainMetrics parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExplainMetrics parseFrom(CodedInputStream input)
public static ExplainMetrics parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExplainMetrics parseFrom(InputStream input)
public static ExplainMetrics parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ExplainMetrics parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ExplainMetrics parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ExplainMetrics> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ExplainMetrics getDefaultInstanceForType()
getExecutionStats()
public ExecutionStats getExecutionStats()
Aggregated stats from the execution of the query. Only present when
ExplainOptions.analyze is set
to true.
.google.datastore.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.datastore.v1.ExecutionStats execution_stats = 2;
getParserForType()
public Parser<ExplainMetrics> getParserForType()
Overrides
getPlanSummary()
public PlanSummary getPlanSummary()
Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
getPlanSummaryOrBuilder()
public PlanSummaryOrBuilder getPlanSummaryOrBuilder()
Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasExecutionStats()
public boolean hasExecutionStats()
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()
public boolean hasPlanSummary()
Planning phase information for the query.
.google.datastore.v1.PlanSummary plan_summary = 1;
Returns |
Type |
Description |
boolean |
Whether the planSummary field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ExplainMetrics.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ExplainMetrics.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ExplainMetrics.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides