Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Tag.Builder
Packages that use Config.Tag.Builder
-
Uses of Config.Tag.Builder in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.Tag.BuilderModifier and TypeMethodDescriptionConfig.Tag.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.Stat.Builder.addTagsBuilder()The tags for the stat.Config.Stat.Builder.addTagsBuilder(int index) The tags for the stat.Config.Tag.Builder.clear()Config.Tag.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.Tag.Builder.clearName()The name of the tag.Config.Tag.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.Tag.Builder.clearValueFormat()The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.Config.Tag.Builder.clone()Config.Stat.Builder.getTagsBuilder(int index) The tags for the stat.Config.Tag.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.Tag.Builder.mergeFrom(com.google.protobuf.Message other) Config.Tag.Builder.mergeFrom(Config.Tag other) final Config.Tag.BuilderConfig.Tag.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.Tag.BuilderConfig.Tag.newBuilder()static Config.Tag.BuilderConfig.Tag.newBuilder(Config.Tag prototype) Config.Tag.newBuilderForType()protected Config.Tag.BuilderConfig.Tag.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) The name of the tag.Config.Tag.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the tag.Config.Tag.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Config.Tag.BuilderConfig.Tag.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Config.Tag.Builder.setValueFormat(String value) The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.Config.Tag.Builder.setValueFormatBytes(com.google.protobuf.ByteString value) The value of the tag, using :ref:`command operators <config_access_log_command_operators>`.Config.Tag.toBuilder()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return types with arguments of type Config.Tag.BuilderModifier and TypeMethodDescriptionConfig.Stat.Builder.getTagsBuilderList()The tags for the stat.Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.Tag.BuilderModifier and TypeMethodDescriptionConfig.Stat.Builder.addTags(int index, Config.Tag.Builder builderForValue) The tags for the stat.Config.Stat.Builder.addTags(Config.Tag.Builder builderForValue) The tags for the stat.Config.Stat.Builder.setTags(int index, Config.Tag.Builder builderForValue) The tags for the stat.