publicfinalclass ExecutionStatsextendsGeneratedMessageV3implementsExecutionStatsOrBuilder
Execution statistics for the query.
Protobuf type google.datastore.v1.ExecutionStats
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
DEBUG_STATS_FIELD_NUMBER
publicstaticfinalintDEBUG_STATS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
EXECUTION_DURATION_FIELD_NUMBER
publicstaticfinalintEXECUTION_DURATION_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
READ_OPERATIONS_FIELD_NUMBER
publicstaticfinalintREAD_OPERATIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RESULTS_RETURNED_FIELD_NUMBER
publicstaticfinalintRESULTS_RETURNED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticExecutionStatsgetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticExecutionStats.BuildernewBuilder()
newBuilder(ExecutionStats prototype)
publicstaticExecutionStats.BuildernewBuilder(ExecutionStatsprototype)
publicstaticExecutionStatsparseDelimitedFrom(InputStreaminput)
publicstaticExecutionStatsparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticExecutionStatsparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionStatsparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticExecutionStatsparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionStatsparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionStatsparseFrom(CodedInputStreaminput)
publicstaticExecutionStatsparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticExecutionStatsparseFrom(InputStreaminput)
publicstaticExecutionStatsparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticExecutionStatsparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticExecutionStatsparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<ExecutionStats>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDebugStats()
publicStructgetDebugStats()
Debugging statistics from the execution of the query. Note that the
debugging stats are subject to change as Firestore evolves. It could
include:
{
"indexes_entries_scanned": "1000",
"documents_scanned": "20",
"billing_details" : {
"documents_billable": "20",
"index_entries_billable": "1000",
"min_query_cost": "0"
}
}
.google.protobuf.Struct debug_stats = 5;
| Returns |
| Type |
Description |
Struct |
The debugStats.
|
getDebugStatsOrBuilder()
publicStructOrBuildergetDebugStatsOrBuilder()
Debugging statistics from the execution of the query. Note that the
debugging stats are subject to change as Firestore evolves. It could
include:
{
"indexes_entries_scanned": "1000",
"documents_scanned": "20",
"billing_details" : {
"documents_billable": "20",
"index_entries_billable": "1000",
"min_query_cost": "0"
}
}
.google.protobuf.Struct debug_stats = 5;
getDefaultInstanceForType()
publicExecutionStatsgetDefaultInstanceForType()
getExecutionDuration()
publicDurationgetExecutionDuration()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns |
| Type |
Description |
Duration |
The executionDuration.
|
getExecutionDurationOrBuilder()
publicDurationOrBuildergetExecutionDurationOrBuilder()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
getParserForType()
publicParser<ExecutionStats>getParserForType()
Overrides
getReadOperations()
publiclonggetReadOperations()
Total billable read operations.
int64 read_operations = 4;
| Returns |
| Type |
Description |
long |
The readOperations.
|
getResultsReturned()
publiclonggetResultsReturned()
Total number of results returned, including documents, projections,
aggregation results, keys.
int64 results_returned = 1;
| Returns |
| Type |
Description |
long |
The resultsReturned.
|
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasDebugStats()
publicbooleanhasDebugStats()
Debugging statistics from the execution of the query. Note that the
debugging stats are subject to change as Firestore evolves. It could
include:
{
"indexes_entries_scanned": "1000",
"documents_scanned": "20",
"billing_details" : {
"documents_billable": "20",
"index_entries_billable": "1000",
"min_query_cost": "0"
}
}
.google.protobuf.Struct debug_stats = 5;
| Returns |
| Type |
Description |
boolean |
Whether the debugStats field is set.
|
hasExecutionDuration()
publicbooleanhasExecutionDuration()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns |
| Type |
Description |
boolean |
Whether the executionDuration field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicExecutionStats.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedExecutionStats.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicExecutionStats.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides