Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Counter
Packages that use Config.Counter
-
Uses of Config.Counter in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.CounterModifier and TypeMethodDescriptionConfig.Counter.Builder.build()Config.Counter.Builder.buildPartial()Config.Builder.getCounters(int index) The counters this logger will emit.Config.getCounters(int index) The counters this logger will emit.ConfigOrBuilder.getCounters(int index) The counters this logger will emit.static Config.CounterConfig.Counter.getDefaultInstance()Config.Counter.Builder.getDefaultInstanceForType()Config.Counter.getDefaultInstanceForType()static Config.CounterConfig.Counter.parseDelimitedFrom(InputStream input) static Config.CounterConfig.Counter.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.CounterConfig.Counter.parseFrom(byte[] data) static Config.CounterConfig.Counter.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.CounterConfig.Counter.parseFrom(com.google.protobuf.ByteString data) static Config.CounterConfig.Counter.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.CounterConfig.Counter.parseFrom(com.google.protobuf.CodedInputStream input) static Config.CounterConfig.Counter.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.CounterConfig.Counter.parseFrom(InputStream input) static Config.CounterConfig.Counter.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.CounterConfig.Counter.parseFrom(ByteBuffer data) static Config.CounterConfig.Counter.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return types with arguments of type Config.CounterModifier and TypeMethodDescriptionConfig.Builder.getCountersList()The counters this logger will emit.Config.getCountersList()The counters this logger will emit.ConfigOrBuilder.getCountersList()The counters this logger will emit.com.google.protobuf.Parser<Config.Counter>Config.Counter.getParserForType()static com.google.protobuf.Parser<Config.Counter>Config.Counter.parser()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.CounterModifier and TypeMethodDescriptionConfig.Builder.addCounters(int index, Config.Counter value) The counters this logger will emit.Config.Builder.addCounters(Config.Counter value) The counters this logger will emit.Config.Counter.Builder.mergeFrom(Config.Counter other) static Config.Counter.BuilderConfig.Counter.newBuilder(Config.Counter prototype) Config.Builder.setCounters(int index, Config.Counter value) The counters this logger will emit.Method parameters in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with type arguments of type Config.CounterModifier and TypeMethodDescriptionConfig.Builder.addAllCounters(Iterable<? extends Config.Counter> values) The counters this logger will emit.