publicstaticfinalclass ExecutionStats.BuilderextendsGeneratedMessageV3.Builder<ExecutionStats.Builder>implementsExecutionStatsOrBuilder
Execution statistics for the query.
Protobuf type google.datastore.v1.ExecutionStats
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()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicExecutionStats.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicExecutionStatsbuild()
buildPartial()
publicExecutionStatsbuildPartial()
clear()
publicExecutionStats.Builderclear()
Overrides
clearDebugStats()
publicExecutionStats.BuilderclearDebugStats()
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;
clearExecutionDuration()
publicExecutionStats.BuilderclearExecutionDuration()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
clearField(Descriptors.FieldDescriptor field)
publicExecutionStats.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
publicExecutionStats.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clearReadOperations()
publicExecutionStats.BuilderclearReadOperations()
Total billable read operations.
int64 read_operations = 4;
clearResultsReturned()
publicExecutionStats.BuilderclearResultsReturned()
Total number of results returned, including documents, projections,
aggregation results, keys.
int64 results_returned = 1;
clone()
publicExecutionStats.Builderclone()
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.
|
getDebugStatsBuilder()
publicStruct.BuildergetDebugStatsBuilder()
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;
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()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getExecutionDuration()
publicDurationgetExecutionDuration()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns |
| Type |
Description |
Duration |
The executionDuration.
|
getExecutionDurationBuilder()
publicDuration.BuildergetExecutionDurationBuilder()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
getExecutionDurationOrBuilder()
publicDurationOrBuildergetExecutionDurationOrBuilder()
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
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.
|
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.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeDebugStats(Struct value)
publicExecutionStats.BuildermergeDebugStats(Structvalue)
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;
| Parameter |
| Name |
Description |
value |
Struct
|
mergeExecutionDuration(Duration value)
publicExecutionStats.BuildermergeExecutionDuration(Durationvalue)
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Parameter |
| Name |
Description |
value |
Duration
|
mergeFrom(ExecutionStats other)
publicExecutionStats.BuildermergeFrom(ExecutionStatsother)
publicExecutionStats.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicExecutionStats.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalExecutionStats.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setDebugStats(Struct value)
publicExecutionStats.BuildersetDebugStats(Structvalue)
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;
| Parameter |
| Name |
Description |
value |
Struct
|
setDebugStats(Struct.Builder builderForValue)
publicExecutionStats.BuildersetDebugStats(Struct.BuilderbuilderForValue)
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;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setExecutionDuration(Duration value)
publicExecutionStats.BuildersetExecutionDuration(Durationvalue)
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Parameter |
| Name |
Description |
value |
Duration
|
setExecutionDuration(Duration.Builder builderForValue)
publicExecutionStats.BuildersetExecutionDuration(Duration.BuilderbuilderForValue)
Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
publicExecutionStats.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setReadOperations(long value)
publicExecutionStats.BuildersetReadOperations(longvalue)
Total billable read operations.
int64 read_operations = 4;
| Parameter |
| Name |
Description |
value |
long
The readOperations to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicExecutionStats.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setResultsReturned(long value)
publicExecutionStats.BuildersetResultsReturned(longvalue)
Total number of results returned, including documents, projections,
aggregation results, keys.
int64 results_returned = 1;
| Parameter |
| Name |
Description |
value |
long
The resultsReturned to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalExecutionStats.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides