Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Builder
Packages that use Config.Builder
-
Uses of Config.Builder in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.BuilderModifier and TypeMethodDescriptionConfig.Builder.addAllCounters(Iterable<? extends Config.Counter> values) The counters this logger will emit.Config.Builder.addAllHistograms(Iterable<? extends Config.Histogram> values) The histograms this logger will emit.Config.Builder.addCounters(int index, Config.Counter value) The counters this logger will emit.Config.Builder.addCounters(int index, Config.Counter.Builder builderForValue) The counters this logger will emit.Config.Builder.addCounters(Config.Counter value) The counters this logger will emit.Config.Builder.addCounters(Config.Counter.Builder builderForValue) The counters this logger will emit.Config.Builder.addHistograms(int index, Config.Histogram value) The histograms this logger will emit.Config.Builder.addHistograms(int index, Config.Histogram.Builder builderForValue) The histograms this logger will emit.Config.Builder.addHistograms(Config.Histogram value) The histograms this logger will emit.Config.Builder.addHistograms(Config.Histogram.Builder builderForValue) The histograms this logger will emit.Config.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Builder.clear()Config.Builder.clearCounters()The counters this logger will emit.Config.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Builder.clearHistograms()The histograms this logger will emit.Config.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Builder.clearStatPrefix()The stat prefix for the generated stats.Config.Builder.clone()Config.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Builder.mergeFrom(com.google.protobuf.Message other) final Config.BuilderConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.BuilderConfig.newBuilder()static Config.BuilderConfig.newBuilder(Config prototype) Config.newBuilderForType()protected Config.BuilderConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.Builder.removeCounters(int index) The counters this logger will emit.Config.Builder.removeHistograms(int index) The histograms this logger will emit.Config.Builder.setCounters(int index, Config.Counter value) The counters this logger will emit.Config.Builder.setCounters(int index, Config.Counter.Builder builderForValue) The counters this logger will emit.Config.Builder.setHistograms(int index, Config.Histogram value) The histograms this logger will emit.Config.Builder.setHistograms(int index, Config.Histogram.Builder builderForValue) The histograms this logger will emit.Config.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Config.Builder.setStatPrefix(String value) The stat prefix for the generated stats.Config.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) The stat prefix for the generated stats.final Config.BuilderConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.toBuilder()