public static interface Reports.FullTracesReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTracesPerQuery(java.lang.String key)
key is statsReportKey (# operationName\nsignature) Note that the nested
traces will *not* have a signature or details.operationName (because the
key is adequate).
|
Reports.ReportHeader |
getHeader()
.mdg.engine.proto.ReportHeader header = 1; |
Reports.ReportHeaderOrBuilder |
getHeaderOrBuilder()
.mdg.engine.proto.ReportHeader header = 1; |
java.util.Map<java.lang.String,Reports.Traces> |
getTracesPerQuery()
Deprecated.
|
int |
getTracesPerQueryCount()
key is statsReportKey (# operationName\nsignature) Note that the nested
traces will *not* have a signature or details.operationName (because the
key is adequate).
|
java.util.Map<java.lang.String,Reports.Traces> |
getTracesPerQueryMap()
key is statsReportKey (# operationName\nsignature) Note that the nested
traces will *not* have a signature or details.operationName (because the
key is adequate).
|
Reports.Traces |
getTracesPerQueryOrDefault(java.lang.String key,
Reports.Traces defaultValue)
key is statsReportKey (# operationName\nsignature) Note that the nested
traces will *not* have a signature or details.operationName (because the
key is adequate).
|
Reports.Traces |
getTracesPerQueryOrThrow(java.lang.String key)
key is statsReportKey (# operationName\nsignature) Note that the nested
traces will *not* have a signature or details.operationName (because the
key is adequate).
|
boolean |
hasHeader()
.mdg.engine.proto.ReportHeader header = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
.mdg.engine.proto.ReportHeader header = 1;Reports.ReportHeader getHeader()
.mdg.engine.proto.ReportHeader header = 1;Reports.ReportHeaderOrBuilder getHeaderOrBuilder()
.mdg.engine.proto.ReportHeader header = 1;int getTracesPerQueryCount()
key is statsReportKey (# operationName\nsignature) Note that the nested traces will *not* have a signature or details.operationName (because the key is adequate). We also assume that traces don't have legacy_per_query_implicit_operation_name, and we don't require them to have details.raw_query (which would consume a lot of space and has privacy/data access issues, and isn't currently exposed by our app anyway).
map<string, .mdg.engine.proto.Traces> traces_per_query = 5;boolean containsTracesPerQuery(java.lang.String key)
key is statsReportKey (# operationName\nsignature) Note that the nested traces will *not* have a signature or details.operationName (because the key is adequate). We also assume that traces don't have legacy_per_query_implicit_operation_name, and we don't require them to have details.raw_query (which would consume a lot of space and has privacy/data access issues, and isn't currently exposed by our app anyway).
map<string, .mdg.engine.proto.Traces> traces_per_query = 5;@Deprecated java.util.Map<java.lang.String,Reports.Traces> getTracesPerQuery()
getTracesPerQueryMap() instead.java.util.Map<java.lang.String,Reports.Traces> getTracesPerQueryMap()
key is statsReportKey (# operationName\nsignature) Note that the nested traces will *not* have a signature or details.operationName (because the key is adequate). We also assume that traces don't have legacy_per_query_implicit_operation_name, and we don't require them to have details.raw_query (which would consume a lot of space and has privacy/data access issues, and isn't currently exposed by our app anyway).
map<string, .mdg.engine.proto.Traces> traces_per_query = 5;Reports.Traces getTracesPerQueryOrDefault(java.lang.String key, Reports.Traces defaultValue)
key is statsReportKey (# operationName\nsignature) Note that the nested traces will *not* have a signature or details.operationName (because the key is adequate). We also assume that traces don't have legacy_per_query_implicit_operation_name, and we don't require them to have details.raw_query (which would consume a lot of space and has privacy/data access issues, and isn't currently exposed by our app anyway).
map<string, .mdg.engine.proto.Traces> traces_per_query = 5;Reports.Traces getTracesPerQueryOrThrow(java.lang.String key)
key is statsReportKey (# operationName\nsignature) Note that the nested traces will *not* have a signature or details.operationName (because the key is adequate). We also assume that traces don't have legacy_per_query_implicit_operation_name, and we don't require them to have details.raw_query (which would consume a lot of space and has privacy/data access issues, and isn't currently exposed by our app anyway).
map<string, .mdg.engine.proto.Traces> traces_per_query = 5;