Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Stat.Builder
Packages that use Config.Stat.Builder
-
Uses of Config.Stat.Builder in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.Stat.BuilderModifier and TypeMethodDescriptionConfig.Stat.Builder.addAllTags(Iterable<? extends Config.Tag> values) The tags for the stat.Config.Stat.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Stat.Builder.addTags(int index, Config.Tag value) The tags for the stat.Config.Stat.Builder.addTags(int index, Config.Tag.Builder builderForValue) The tags for the stat.Config.Stat.Builder.addTags(Config.Tag value) The tags for the stat.Config.Stat.Builder.addTags(Config.Tag.Builder builderForValue) The tags for the stat.Config.Stat.Builder.clear()Config.Stat.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Stat.Builder.clearName()The name of the stat.Config.Stat.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Stat.Builder.clearTags()The tags for the stat.Config.Stat.Builder.clone()Config.Counter.Builder.getStatBuilder()The name and tags of this counter.Config.Histogram.Builder.getStatBuilder()The name and tags of this histogram.Config.Stat.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Stat.Builder.mergeFrom(com.google.protobuf.Message other) Config.Stat.Builder.mergeFrom(Config.Stat other) final Config.Stat.BuilderConfig.Stat.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.Stat.BuilderConfig.Stat.newBuilder()static Config.Stat.BuilderConfig.Stat.newBuilder(Config.Stat prototype) Config.Stat.newBuilderForType()protected Config.Stat.BuilderConfig.Stat.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.Stat.Builder.removeTags(int index) The tags for the stat.The name of the stat.Config.Stat.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the stat.Config.Stat.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Config.Stat.Builder.setTags(int index, Config.Tag value) The tags for the stat.Config.Stat.Builder.setTags(int index, Config.Tag.Builder builderForValue) The tags for the stat.final Config.Stat.BuilderConfig.Stat.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.Stat.toBuilder()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.Stat.BuilderModifier and TypeMethodDescriptionConfig.Counter.Builder.setStat(Config.Stat.Builder builderForValue) The name and tags of this counter.Config.Histogram.Builder.setStat(Config.Stat.Builder builderForValue) The name and tags of this histogram.