Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Counter.Builder
Packages that use Config.Counter.Builder
-
Uses of Config.Counter.Builder in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.Counter.BuilderModifier and TypeMethodDescriptionConfig.Builder.addCountersBuilder()The counters this logger will emit.Config.Builder.addCountersBuilder(int index) The counters this logger will emit.Config.Counter.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Counter.Builder.clear()Config.Counter.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Counter.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Counter.Builder.clearStat()The name and tags of this counter.Config.Counter.Builder.clearValueFixed()A fixed value to add to this counter.Config.Counter.Builder.clearValueFormat()The format string for the value to add to this counter, using :ref:`command operators <config_access_log_command_operators>`.Config.Counter.Builder.clone()Config.Builder.getCountersBuilder(int index) The counters this logger will emit.Config.Counter.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Counter.Builder.mergeFrom(com.google.protobuf.Message other) Config.Counter.Builder.mergeFrom(Config.Counter other) Config.Counter.Builder.mergeStat(Config.Stat value) The name and tags of this counter.final Config.Counter.BuilderConfig.Counter.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.Counter.Builder.mergeValueFixed(com.google.protobuf.UInt64Value value) A fixed value to add to this counter.static Config.Counter.BuilderConfig.Counter.newBuilder()static Config.Counter.BuilderConfig.Counter.newBuilder(Config.Counter prototype) Config.Counter.newBuilderForType()protected Config.Counter.BuilderConfig.Counter.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.Counter.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Counter.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Config.Counter.Builder.setStat(Config.Stat value) The name and tags of this counter.Config.Counter.Builder.setStat(Config.Stat.Builder builderForValue) The name and tags of this counter.final Config.Counter.BuilderConfig.Counter.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.Counter.Builder.setValueFixed(com.google.protobuf.UInt64Value value) A fixed value to add to this counter.Config.Counter.Builder.setValueFixed(com.google.protobuf.UInt64Value.Builder builderForValue) A fixed value to add to this counter.Config.Counter.Builder.setValueFormat(String value) The format string for the value to add to this counter, using :ref:`command operators <config_access_log_command_operators>`.Config.Counter.Builder.setValueFormatBytes(com.google.protobuf.ByteString value) The format string for the value to add to this counter, using :ref:`command operators <config_access_log_command_operators>`.Config.Counter.toBuilder()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return types with arguments of type Config.Counter.BuilderModifier and TypeMethodDescriptionConfig.Builder.getCountersBuilderList()The counters this logger will emit.Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.Counter.BuilderModifier and TypeMethodDescriptionConfig.Builder.addCounters(int index, Config.Counter.Builder builderForValue) The counters this logger will emit.Config.Builder.addCounters(Config.Counter.Builder builderForValue) The counters this logger will emit.Config.Builder.setCounters(int index, Config.Counter.Builder builderForValue) The counters this logger will emit.