public static interface Reports.StatsReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLegacyPerQueryImplicitOperationName(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
boolean |
containsPerQuery(java.lang.String key)
Maps from query descriptor to QueryStats.
|
com.google.protobuf.Timestamp |
getEndTime()
End of the period of which stats are collected.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
End of the period of which stats are collected.
|
Reports.ReportHeader |
getHeader()
required
|
Reports.ReportHeaderOrBuilder |
getHeaderOrBuilder()
required
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getLegacyPerQueryImplicitOperationName()
Deprecated.
|
int |
getLegacyPerQueryImplicitOperationNameCount()
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getLegacyPerQueryImplicitOperationNameMap()
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.QueryStats |
getLegacyPerQueryImplicitOperationNameOrDefault(java.lang.String key,
Reports.QueryStats defaultValue)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.QueryStats |
getLegacyPerQueryImplicitOperationNameOrThrow(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name
in the key of this map, and the server had to parse it out (after a
re-signing operation which is no longer performed).
|
Reports.MemStats |
getMemStats()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
Reports.MemStatsOrBuilder |
getMemStatsOrBuilder()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getPerQuery()
Deprecated.
|
int |
getPerQueryCount()
Maps from query descriptor to QueryStats.
|
java.util.Map<java.lang.String,Reports.QueryStats> |
getPerQueryMap()
Maps from query descriptor to QueryStats.
|
Reports.QueryStats |
getPerQueryOrDefault(java.lang.String key,
Reports.QueryStats defaultValue)
Maps from query descriptor to QueryStats.
|
Reports.QueryStats |
getPerQueryOrThrow(java.lang.String key)
Maps from query descriptor to QueryStats.
|
long |
getRealtimeDuration()
Only used to interpret mem_stats and time_stats; not generated from
FullTracesReports.
|
com.google.protobuf.Timestamp |
getStartTime()
Beginning of the period over which stats are collected.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Beginning of the period over which stats are collected.
|
Reports.TimeStats |
getTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3; |
Reports.TimeStatsOrBuilder |
getTimeStatsOrBuilder()
.mdg.engine.proto.TimeStats time_stats = 3; |
Reports.Type |
getType(int index)
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
int |
getTypeCount()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
java.util.List<Reports.Type> |
getTypeList()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
Reports.TypeOrBuilder |
getTypeOrBuilder(int index)
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
java.util.List<? extends Reports.TypeOrBuilder> |
getTypeOrBuilderList()
Deprecated: it was useful in Optics where we had access to the whole schema
but has not been ever used in Engine.
|
boolean |
hasEndTime()
End of the period of which stats are collected.
|
boolean |
hasHeader()
required
|
boolean |
hasMemStats()
These fields are about properties of the engineproxy and are not generated
from FullTracesReports.
|
boolean |
hasStartTime()
Beginning of the period over which stats are collected.
|
boolean |
hasTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
required
.mdg.engine.proto.ReportHeader header = 1;Reports.ReportHeader getHeader()
required
.mdg.engine.proto.ReportHeader header = 1;Reports.ReportHeaderOrBuilder getHeaderOrBuilder()
required
.mdg.engine.proto.ReportHeader header = 1;boolean hasMemStats()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;Reports.MemStats getMemStats()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;Reports.MemStatsOrBuilder getMemStatsOrBuilder()
These fields are about properties of the engineproxy and are not generated from FullTracesReports.
.mdg.engine.proto.MemStats mem_stats = 2;boolean hasTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3;Reports.TimeStats getTimeStats()
.mdg.engine.proto.TimeStats time_stats = 3;Reports.TimeStatsOrBuilder getTimeStatsOrBuilder()
.mdg.engine.proto.TimeStats time_stats = 3;boolean hasStartTime()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;com.google.protobuf.Timestamp getStartTime()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Beginning of the period over which stats are collected.
.google.protobuf.Timestamp start_time = 8;boolean hasEndTime()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;com.google.protobuf.Timestamp getEndTime()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End of the period of which stats are collected.
.google.protobuf.Timestamp end_time = 9;long getRealtimeDuration()
Only used to interpret mem_stats and time_stats; not generated from FullTracesReports.
uint64 realtime_duration = 10;int getPerQueryCount()
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;boolean containsPerQuery(java.lang.String key)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;@Deprecated java.util.Map<java.lang.String,Reports.QueryStats> getPerQuery()
getPerQueryMap() instead.java.util.Map<java.lang.String,Reports.QueryStats> getPerQueryMap()
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;Reports.QueryStats getPerQueryOrDefault(java.lang.String key, Reports.QueryStats defaultValue)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;Reports.QueryStats getPerQueryOrThrow(java.lang.String key)
Maps from query descriptor to QueryStats. Required unless legacy_per_query_missing_operation_name is set. The keys are strings of the form `# operationName\nsignature` (literal hash and space), with operationName - if there is no operation name.
map<string, .mdg.engine.proto.QueryStats> per_query = 14;int getLegacyPerQueryImplicitOperationNameCount()
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;boolean containsLegacyPerQueryImplicitOperationName(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;@Deprecated java.util.Map<java.lang.String,Reports.QueryStats> getLegacyPerQueryImplicitOperationName()
getLegacyPerQueryImplicitOperationNameMap() instead.java.util.Map<java.lang.String,Reports.QueryStats> getLegacyPerQueryImplicitOperationNameMap()
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;Reports.QueryStats getLegacyPerQueryImplicitOperationNameOrDefault(java.lang.String key, Reports.QueryStats defaultValue)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;Reports.QueryStats getLegacyPerQueryImplicitOperationNameOrThrow(java.lang.String key)
Older agents (Go engineproxy) didn't explicitly include the operation name in the key of this map, and the server had to parse it out (after a re-signing operation which is no longer performed). The key here is just the query signature. Deprecated.
map<string, .mdg.engine.proto.QueryStats> legacy_per_query_implicit_operation_name = 12;java.util.List<Reports.Type> getTypeList()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;Reports.Type getType(int index)
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;int getTypeCount()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;java.util.List<? extends Reports.TypeOrBuilder> getTypeOrBuilderList()
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;Reports.TypeOrBuilder getTypeOrBuilder(int index)
Deprecated: it was useful in Optics where we had access to the whole schema but has not been ever used in Engine. apollo-engine-reporting will not send it.
repeated .mdg.engine.proto.Type type = 13;