Package mdg.engine.proto
Interface Reports.ContextualizedQueryLatencyStatsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reports.ContextualizedQueryLatencyStats,Reports.ContextualizedQueryLatencyStats.Builder
- Enclosing class:
- Reports
public static interface Reports.ContextualizedQueryLatencyStatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.mdg.engine.proto.StatsContext context = 2;.mdg.engine.proto.StatsContext context = 2;.mdg.engine.proto.QueryLatencyStats query_latency_stats = 1;.mdg.engine.proto.QueryLatencyStats query_latency_stats = 1;boolean.mdg.engine.proto.StatsContext context = 2;boolean.mdg.engine.proto.QueryLatencyStats query_latency_stats = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasQueryLatencyStats
boolean hasQueryLatencyStats().mdg.engine.proto.QueryLatencyStats query_latency_stats = 1;- Returns:
- Whether the queryLatencyStats field is set.
-
getQueryLatencyStats
Reports.QueryLatencyStats getQueryLatencyStats().mdg.engine.proto.QueryLatencyStats query_latency_stats = 1;- Returns:
- The queryLatencyStats.
-
getQueryLatencyStatsOrBuilder
Reports.QueryLatencyStatsOrBuilder getQueryLatencyStatsOrBuilder().mdg.engine.proto.QueryLatencyStats query_latency_stats = 1; -
hasContext
boolean hasContext().mdg.engine.proto.StatsContext context = 2;- Returns:
- Whether the context field is set.
-
getContext
Reports.StatsContext getContext().mdg.engine.proto.StatsContext context = 2;- Returns:
- The context.
-
getContextOrBuilder
Reports.StatsContextOrBuilder getContextOrBuilder().mdg.engine.proto.StatsContext context = 2;
-