Class Reports.QueryStats.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
mdg.engine.proto.Reports.QueryStats.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Reports.QueryStatsOrBuilder
Enclosing class:
Reports.QueryStats

public static final class Reports.QueryStats.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder> implements Reports.QueryStatsOrBuilder
Protobuf type mdg.engine.proto.QueryStats
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • getDefaultInstanceForType

      public Reports.QueryStats getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Reports.QueryStats build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Reports.QueryStats buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • setField

      public Reports.QueryStats.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • clearField

      public Reports.QueryStats.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • clearOneof

      public Reports.QueryStats.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • setRepeatedField

      public Reports.QueryStats.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • addRepeatedField

      public Reports.QueryStats.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • mergeFrom

      public Reports.QueryStats.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Reports.QueryStats.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • mergeFrom

      public Reports.QueryStats.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Reports.QueryStats.Builder>
      Throws:
      IOException
    • getPerClientNameCount

      public int getPerClientNameCount()
      Description copied from interface: Reports.QueryStatsOrBuilder
       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;
      Specified by:
      getPerClientNameCount in interface Reports.QueryStatsOrBuilder
    • containsPerClientName

      public boolean containsPerClientName(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;
      Specified by:
      containsPerClientName in interface Reports.QueryStatsOrBuilder
    • getPerClientName

      @Deprecated public Map<String,Reports.ClientNameStats> getPerClientName()
      Deprecated.
      Specified by:
      getPerClientName in interface Reports.QueryStatsOrBuilder
    • getPerClientNameMap

      public Map<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;
      Specified by:
      getPerClientNameMap in interface Reports.QueryStatsOrBuilder
    • getPerClientNameOrDefault

      public Reports.ClientNameStats getPerClientNameOrDefault(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;
      Specified by:
      getPerClientNameOrDefault in interface Reports.QueryStatsOrBuilder
    • getPerClientNameOrThrow

      public Reports.ClientNameStats getPerClientNameOrThrow(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;
      Specified by:
      getPerClientNameOrThrow in interface Reports.QueryStatsOrBuilder
    • clearPerClientName

      public Reports.QueryStats.Builder clearPerClientName()
    • removePerClientName

      public Reports.QueryStats.Builder removePerClientName(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;
    • getMutablePerClientName

      @Deprecated public Map<String,Reports.ClientNameStats> getMutablePerClientName()
      Deprecated.
      Use alternate mutation accessors instead.
    • putPerClientName

      public Reports.QueryStats.Builder putPerClientName(String key, Reports.ClientNameStats value)
       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;
    • putAllPerClientName

      public Reports.QueryStats.Builder putAllPerClientName(Map<String,Reports.ClientNameStats> values)
       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;
    • putPerClientNameBuilderIfAbsent

      public Reports.ClientNameStats.Builder putPerClientNameBuilderIfAbsent(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;
    • getQueryStatsWithContextList

      public List<Reports.ContextualizedQueryLatencyStats> getQueryStatsWithContextList()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
      Specified by:
      getQueryStatsWithContextList in interface Reports.QueryStatsOrBuilder
    • getQueryStatsWithContextCount

      public int getQueryStatsWithContextCount()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
      Specified by:
      getQueryStatsWithContextCount in interface Reports.QueryStatsOrBuilder
    • getQueryStatsWithContext

      public Reports.ContextualizedQueryLatencyStats getQueryStatsWithContext(int index)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
      Specified by:
      getQueryStatsWithContext in interface Reports.QueryStatsOrBuilder
    • setQueryStatsWithContext

      public Reports.QueryStats.Builder setQueryStatsWithContext(int index, Reports.ContextualizedQueryLatencyStats value)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • setQueryStatsWithContext

      public Reports.QueryStats.Builder setQueryStatsWithContext(int index, Reports.ContextualizedQueryLatencyStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addQueryStatsWithContext

      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addQueryStatsWithContext

      public Reports.QueryStats.Builder addQueryStatsWithContext(int index, Reports.ContextualizedQueryLatencyStats value)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addQueryStatsWithContext

      public Reports.QueryStats.Builder addQueryStatsWithContext(Reports.ContextualizedQueryLatencyStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addQueryStatsWithContext

      public Reports.QueryStats.Builder addQueryStatsWithContext(int index, Reports.ContextualizedQueryLatencyStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addAllQueryStatsWithContext

      public Reports.QueryStats.Builder addAllQueryStatsWithContext(Iterable<? extends Reports.ContextualizedQueryLatencyStats> values)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • clearQueryStatsWithContext

      public Reports.QueryStats.Builder clearQueryStatsWithContext()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • removeQueryStatsWithContext

      public Reports.QueryStats.Builder removeQueryStatsWithContext(int index)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • getQueryStatsWithContextBuilder

      public Reports.ContextualizedQueryLatencyStats.Builder getQueryStatsWithContextBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • getQueryStatsWithContextOrBuilder

      public Reports.ContextualizedQueryLatencyStatsOrBuilder getQueryStatsWithContextOrBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
      Specified by:
      getQueryStatsWithContextOrBuilder in interface Reports.QueryStatsOrBuilder
    • getQueryStatsWithContextOrBuilderList

      public List<? extends Reports.ContextualizedQueryLatencyStatsOrBuilder> getQueryStatsWithContextOrBuilderList()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
      Specified by:
      getQueryStatsWithContextOrBuilderList in interface Reports.QueryStatsOrBuilder
    • addQueryStatsWithContextBuilder

      public Reports.ContextualizedQueryLatencyStats.Builder addQueryStatsWithContextBuilder()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • addQueryStatsWithContextBuilder

      public Reports.ContextualizedQueryLatencyStats.Builder addQueryStatsWithContextBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • getQueryStatsWithContextBuilderList

      public List<Reports.ContextualizedQueryLatencyStats.Builder> getQueryStatsWithContextBuilderList()
      repeated .mdg.engine.proto.ContextualizedQueryLatencyStats query_stats_with_context = 4;
    • getPerTypeList

      public List<Reports.TypeStat> getPerTypeList()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
      Specified by:
      getPerTypeList in interface Reports.QueryStatsOrBuilder
    • getPerTypeCount

      public int getPerTypeCount()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
      Specified by:
      getPerTypeCount in interface Reports.QueryStatsOrBuilder
    • getPerType

      public Reports.TypeStat getPerType(int index)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
      Specified by:
      getPerType in interface Reports.QueryStatsOrBuilder
    • setPerType

      public Reports.QueryStats.Builder setPerType(int index, Reports.TypeStat value)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • setPerType

      public Reports.QueryStats.Builder setPerType(int index, Reports.TypeStat.Builder builderForValue)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addPerType

      public Reports.QueryStats.Builder addPerType(Reports.TypeStat value)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addPerType

      public Reports.QueryStats.Builder addPerType(int index, Reports.TypeStat value)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addPerType

      public Reports.QueryStats.Builder addPerType(Reports.TypeStat.Builder builderForValue)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addPerType

      public Reports.QueryStats.Builder addPerType(int index, Reports.TypeStat.Builder builderForValue)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addAllPerType

      public Reports.QueryStats.Builder addAllPerType(Iterable<? extends Reports.TypeStat> values)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • clearPerType

      public Reports.QueryStats.Builder clearPerType()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • removePerType

      public Reports.QueryStats.Builder removePerType(int index)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • getPerTypeBuilder

      public Reports.TypeStat.Builder getPerTypeBuilder(int index)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • getPerTypeOrBuilder

      public Reports.TypeStatOrBuilder getPerTypeOrBuilder(int index)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
      Specified by:
      getPerTypeOrBuilder in interface Reports.QueryStatsOrBuilder
    • getPerTypeOrBuilderList

      public List<? extends Reports.TypeStatOrBuilder> getPerTypeOrBuilderList()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
      Specified by:
      getPerTypeOrBuilderList in interface Reports.QueryStatsOrBuilder
    • addPerTypeBuilder

      public Reports.TypeStat.Builder addPerTypeBuilder()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • addPerTypeBuilder

      public Reports.TypeStat.Builder addPerTypeBuilder(int index)
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • getPerTypeBuilderList

      public List<Reports.TypeStat.Builder> getPerTypeBuilderList()
       deprecated; use type_stats_with_context instead
       
      repeated .mdg.engine.proto.TypeStat per_type = 2;
    • getPerTypeStatCount

      public int getPerTypeStatCount()
      Description copied from interface: Reports.QueryStatsOrBuilder
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
      Specified by:
      getPerTypeStatCount in interface Reports.QueryStatsOrBuilder
    • containsPerTypeStat

      public boolean containsPerTypeStat(String key)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
      Specified by:
      containsPerTypeStat in interface Reports.QueryStatsOrBuilder
    • getPerTypeStat

      @Deprecated public Map<String,Reports.TypeStat> getPerTypeStat()
      Deprecated.
      Use getPerTypeStatMap() instead.
      Specified by:
      getPerTypeStat in interface Reports.QueryStatsOrBuilder
    • getPerTypeStatMap

      public Map<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;
      Specified by:
      getPerTypeStatMap in interface Reports.QueryStatsOrBuilder
    • getPerTypeStatOrDefault

      public Reports.TypeStat getPerTypeStatOrDefault(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;
      Specified by:
      getPerTypeStatOrDefault in interface Reports.QueryStatsOrBuilder
    • getPerTypeStatOrThrow

      public Reports.TypeStat getPerTypeStatOrThrow(String key)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
      Specified by:
      getPerTypeStatOrThrow in interface Reports.QueryStatsOrBuilder
    • clearPerTypeStat

      public Reports.QueryStats.Builder clearPerTypeStat()
    • removePerTypeStat

      public Reports.QueryStats.Builder removePerTypeStat(String key)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
    • getMutablePerTypeStat

      @Deprecated public Map<String,Reports.TypeStat> getMutablePerTypeStat()
      Deprecated.
      Use alternate mutation accessors instead.
    • putPerTypeStat

      public Reports.QueryStats.Builder putPerTypeStat(String key, Reports.TypeStat value)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
    • putAllPerTypeStat

      public Reports.QueryStats.Builder putAllPerTypeStat(Map<String,Reports.TypeStat> values)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
    • putPerTypeStatBuilderIfAbsent

      public Reports.TypeStat.Builder putPerTypeStatBuilderIfAbsent(String key)
       Key is the parent type, e.g. "User" for User.email:String!
       
      map<string, .mdg.engine.proto.TypeStat> per_type_stat = 3;
    • getTypeStatsWithContextList

      public List<Reports.ContextualizedTypeStats> getTypeStatsWithContextList()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
      Specified by:
      getTypeStatsWithContextList in interface Reports.QueryStatsOrBuilder
    • getTypeStatsWithContextCount

      public int getTypeStatsWithContextCount()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
      Specified by:
      getTypeStatsWithContextCount in interface Reports.QueryStatsOrBuilder
    • getTypeStatsWithContext

      public Reports.ContextualizedTypeStats getTypeStatsWithContext(int index)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
      Specified by:
      getTypeStatsWithContext in interface Reports.QueryStatsOrBuilder
    • setTypeStatsWithContext

      public Reports.QueryStats.Builder setTypeStatsWithContext(int index, Reports.ContextualizedTypeStats value)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • setTypeStatsWithContext

      public Reports.QueryStats.Builder setTypeStatsWithContext(int index, Reports.ContextualizedTypeStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addTypeStatsWithContext

      public Reports.QueryStats.Builder addTypeStatsWithContext(Reports.ContextualizedTypeStats value)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addTypeStatsWithContext

      public Reports.QueryStats.Builder addTypeStatsWithContext(int index, Reports.ContextualizedTypeStats value)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addTypeStatsWithContext

      public Reports.QueryStats.Builder addTypeStatsWithContext(Reports.ContextualizedTypeStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addTypeStatsWithContext

      public Reports.QueryStats.Builder addTypeStatsWithContext(int index, Reports.ContextualizedTypeStats.Builder builderForValue)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addAllTypeStatsWithContext

      public Reports.QueryStats.Builder addAllTypeStatsWithContext(Iterable<? extends Reports.ContextualizedTypeStats> values)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • clearTypeStatsWithContext

      public Reports.QueryStats.Builder clearTypeStatsWithContext()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • removeTypeStatsWithContext

      public Reports.QueryStats.Builder removeTypeStatsWithContext(int index)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • getTypeStatsWithContextBuilder

      public Reports.ContextualizedTypeStats.Builder getTypeStatsWithContextBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • getTypeStatsWithContextOrBuilder

      public Reports.ContextualizedTypeStatsOrBuilder getTypeStatsWithContextOrBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
      Specified by:
      getTypeStatsWithContextOrBuilder in interface Reports.QueryStatsOrBuilder
    • getTypeStatsWithContextOrBuilderList

      public List<? extends Reports.ContextualizedTypeStatsOrBuilder> getTypeStatsWithContextOrBuilderList()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
      Specified by:
      getTypeStatsWithContextOrBuilderList in interface Reports.QueryStatsOrBuilder
    • addTypeStatsWithContextBuilder

      public Reports.ContextualizedTypeStats.Builder addTypeStatsWithContextBuilder()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • addTypeStatsWithContextBuilder

      public Reports.ContextualizedTypeStats.Builder addTypeStatsWithContextBuilder(int index)
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • getTypeStatsWithContextBuilderList

      public List<Reports.ContextualizedTypeStats.Builder> getTypeStatsWithContextBuilderList()
      repeated .mdg.engine.proto.ContextualizedTypeStats type_stats_with_context = 5;
    • setUnknownFields

      public final Reports.QueryStats.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>
    • mergeUnknownFields

      public final Reports.QueryStats.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Reports.QueryStats.Builder>