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 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;