Interface ConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Config, Config.Builder

public interface ConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStatPrefix

      String getStatPrefix()
       The stat prefix for the generated stats.
       
      string stat_prefix = 1 [(.validate.rules) = { ... }
      Returns:
      The statPrefix.
    • getStatPrefixBytes

      com.google.protobuf.ByteString getStatPrefixBytes()
       The stat prefix for the generated stats.
       
      string stat_prefix = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for statPrefix.
    • getHistogramsList

      List<Config.Histogram> getHistogramsList()
       The histograms this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3;
    • getHistograms

      Config.Histogram getHistograms(int index)
       The histograms this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3;
    • getHistogramsCount

      int getHistogramsCount()
       The histograms this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3;
    • getHistogramsOrBuilderList

      List<? extends Config.HistogramOrBuilder> getHistogramsOrBuilderList()
       The histograms this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3;
    • getHistogramsOrBuilder

      Config.HistogramOrBuilder getHistogramsOrBuilder(int index)
       The histograms this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Histogram histograms = 3;
    • getCountersList

      List<Config.Counter> getCountersList()
       The counters this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;
    • getCounters

      Config.Counter getCounters(int index)
       The counters this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;
    • getCountersCount

      int getCountersCount()
       The counters this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;
    • getCountersOrBuilderList

      List<? extends Config.CounterOrBuilder> getCountersOrBuilderList()
       The counters this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;
    • getCountersOrBuilder

      Config.CounterOrBuilder getCountersOrBuilder(int index)
       The counters this logger will emit.
       
      repeated .envoy.extensions.access_loggers.stats.v3.Config.Counter counters = 4;