Send feedback
Class ExplainMetrics (2.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.19.0 keyboard_arrow_down
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 )
Overrides
toBuilder()
public ExplainMetrics . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]