public static interface Reports.QueryStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPerClientName(java.lang.String key)
Either per_client_name (for back-compat) or query_stats_with_context must be specified.
|
boolean |
containsPerTypeStat(java.lang.String key)
Key is the parent type, e.g.
|
java.util.Map<java.lang.String,Reports.ClientNameStats> |
getPerClientName()
Deprecated.
|
int |
getPerClientNameCount()
Either per_client_name (for back-compat) or query_stats_with_context must be specified.
|
java.util.Map<java.lang.String,Reports.ClientNameStats> |
getPerClientNameMap()
Either per_client_name (for back-compat) or query_stats_with_context must be specified.
|
Reports.ClientNameStats |
getPerClientNameOrDefault(java.lang.String key,
Reports.ClientNameStats defaultValue)
Either per_client_name (for back-compat) or query_stats_with_context must be specified.
|
Reports.ClientNameStats |
getPerClientNameOrThrow(java.lang.String key)
Either per_client_name (for back-compat) or query_stats_with_context must be specified.
|
Reports.TypeStat |
getPerType(int index)
deprecated; use type_stats_with_context instead
|
int |
getPerTypeCount()
deprecated; use type_stats_with_context instead
|
java.util.List<Reports.TypeStat> |
getPerTypeList()
deprecated; use type_stats_with_context instead
|
Reports.TypeStatOrBuilder |
getPerTypeOrBuilder(int index)
deprecated; use type_stats_with_context instead
|
java.util.List<? extends Reports.TypeStatOrBuilder> |
getPerTypeOrBuilderList()
deprecated; use type_stats_with_context instead
|
java.util.Map<java.lang.String,Reports.TypeStat> |
getPerTypeStat()
Deprecated.
|
int |
getPerTypeStatCount()
Key is the parent type, e.g.
|
java.util.Map<java.lang.String,Reports.TypeStat> |
getPerTypeStatMap()
Key is the parent type, e.g.
|
Reports.TypeStat |
getPerTypeStatOrDefault(java.lang.String key,
Reports.TypeStat defaultValue)
Key is the parent type, e.g.
|
Reports.TypeStat |
getPerTypeStatOrThrow(java.lang.String key)
Key is the parent type, e.g.
|
Reports.ContextualizedQueryLatencyStats |
getQueryStatsWithContext(int index)
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4; |
int |
getQueryStatsWithContextCount()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4; |
java.util.List<Reports.ContextualizedQueryLatencyStats> |
getQueryStatsWithContextList()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4; |
Reports.ContextualizedQueryLatencyStatsOrBuilder |
getQueryStatsWithContextOrBuilder(int index)
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4; |
java.util.List<? extends Reports.ContextualizedQueryLatencyStatsOrBuilder> |
getQueryStatsWithContextOrBuilderList()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4; |
Reports.ContextualizedTypeStats |
getTypeStatsWithContext(int index)
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5; |
int |
getTypeStatsWithContextCount()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5; |
java.util.List<Reports.ContextualizedTypeStats> |
getTypeStatsWithContextList()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5; |
Reports.ContextualizedTypeStatsOrBuilder |
getTypeStatsWithContextOrBuilder(int index)
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5; |
java.util.List<? extends Reports.ContextualizedTypeStatsOrBuilder> |
getTypeStatsWithContextOrBuilderList()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPerClientNameCount()
Either per_client_name (for back-compat) or query_stats_with_context must be specified. If both are specified, then query_stats_with_context will be used and per_client_name will be ignored. Although the fields in ClientNameStats mention things "per-version," the information in the "per-version" fields will only ever be over the default version, the empty String: "", if arrived at via the FullTracesAggregator.
map<string, .mdg.engine.proto.ClientNameStats> per_client_name = 1;boolean containsPerClientName(java.lang.String key)
Either per_client_name (for back-compat) or query_stats_with_context must be specified. If both are specified, then query_stats_with_context will be used and per_client_name will be ignored. Although the fields in ClientNameStats mention things "per-version," the information in the "per-version" fields will only ever be over the default version, the empty String: "", if arrived at via the FullTracesAggregator.
map<string, .mdg.engine.proto.ClientNameStats> per_client_name = 1;@Deprecated java.util.Map<java.lang.String,Reports.ClientNameStats> getPerClientName()
getPerClientNameMap() instead.java.util.Map<java.lang.String,Reports.ClientNameStats> getPerClientNameMap()
Either per_client_name (for back-compat) or query_stats_with_context must be specified. If both are specified, then query_stats_with_context will be used and per_client_name will be ignored. Although the fields in ClientNameStats mention things "per-version," the information in the "per-version" fields will only ever be over the default version, the empty String: "", if arrived at via the FullTracesAggregator.
map<string, .mdg.engine.proto.ClientNameStats> per_client_name = 1;Reports.ClientNameStats getPerClientNameOrDefault(java.lang.String key, Reports.ClientNameStats defaultValue)
Either per_client_name (for back-compat) or query_stats_with_context must be specified. If both are specified, then query_stats_with_context will be used and per_client_name will be ignored. Although the fields in ClientNameStats mention things "per-version," the information in the "per-version" fields will only ever be over the default version, the empty String: "", if arrived at via the FullTracesAggregator.
map<string, .mdg.engine.proto.ClientNameStats> per_client_name = 1;Reports.ClientNameStats getPerClientNameOrThrow(java.lang.String key)
Either per_client_name (for back-compat) or query_stats_with_context must be specified. If both are specified, then query_stats_with_context will be used and per_client_name will be ignored. Although the fields in ClientNameStats mention things "per-version," the information in the "per-version" fields will only ever be over the default version, the empty String: "", if arrived at via the FullTracesAggregator.
map<string, .mdg.engine.proto.ClientNameStats> per_client_name = 1;java.util.List<Reports.ContextualizedQueryLatencyStats> getQueryStatsWithContextList()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;Reports.ContextualizedQueryLatencyStats getQueryStatsWithContext(int index)
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;int getQueryStatsWithContextCount()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;java.util.List<? extends Reports.ContextualizedQueryLatencyStatsOrBuilder> getQueryStatsWithContextOrBuilderList()
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;Reports.ContextualizedQueryLatencyStatsOrBuilder getQueryStatsWithContextOrBuilder(int index)
repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;java.util.List<Reports.TypeStat> getPerTypeList()
deprecated; use type_stats_with_context instead
repeated .mdg.engine.proto.TypeStat per_type = 2;Reports.TypeStat getPerType(int index)
deprecated; use type_stats_with_context instead
repeated .mdg.engine.proto.TypeStat per_type = 2;int getPerTypeCount()
deprecated; use type_stats_with_context instead
repeated .mdg.engine.proto.TypeStat per_type = 2;java.util.List<? extends Reports.TypeStatOrBuilder> getPerTypeOrBuilderList()
deprecated; use type_stats_with_context instead
repeated .mdg.engine.proto.TypeStat per_type = 2;Reports.TypeStatOrBuilder getPerTypeOrBuilder(int index)
deprecated; use type_stats_with_context instead
repeated .mdg.engine.proto.TypeStat per_type = 2;int getPerTypeStatCount()
Key is the parent type, e.g. "User" for User.email:String!
map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;boolean containsPerTypeStat(java.lang.String key)
Key is the parent type, e.g. "User" for User.email:String!
map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;@Deprecated java.util.Map<java.lang.String,Reports.TypeStat> getPerTypeStat()
getPerTypeStatMap() instead.java.util.Map<java.lang.String,Reports.TypeStat> getPerTypeStatMap()
Key is the parent type, e.g. "User" for User.email:String!
map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;Reports.TypeStat getPerTypeStatOrDefault(java.lang.String key, Reports.TypeStat defaultValue)
Key is the parent type, e.g. "User" for User.email:String!
map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;Reports.TypeStat getPerTypeStatOrThrow(java.lang.String key)
Key is the parent type, e.g. "User" for User.email:String!
map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;java.util.List<Reports.ContextualizedTypeStats> getTypeStatsWithContextList()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;Reports.ContextualizedTypeStats getTypeStatsWithContext(int index)
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;int getTypeStatsWithContextCount()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;java.util.List<? extends Reports.ContextualizedTypeStatsOrBuilder> getTypeStatsWithContextOrBuilderList()
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;Reports.ContextualizedTypeStatsOrBuilder getTypeStatsWithContextOrBuilder(int index)
repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;