Uses of Class
io.envoyproxy.envoy.extensions.access_loggers.stats.v3.Config.Tag
Packages that use Config.Tag
-
Uses of Config.Tag in io.envoyproxy.envoy.extensions.access_loggers.stats.v3
Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 that return Config.TagModifier and TypeMethodDescriptionConfig.Tag.Builder.build()Config.Tag.Builder.buildPartial()static Config.TagConfig.Tag.getDefaultInstance()Config.Tag.Builder.getDefaultInstanceForType()Config.Tag.getDefaultInstanceForType()Config.Stat.Builder.getTags(int index) The tags for the stat.Config.Stat.getTags(int index) The tags for the stat.Config.StatOrBuilder.getTags(int index) The tags for the stat.static Config.TagConfig.Tag.parseDelimitedFrom(InputStream input) static Config.TagConfig.Tag.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.TagConfig.Tag.parseFrom(byte[] data) static Config.TagConfig.Tag.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.TagConfig.Tag.parseFrom(com.google.protobuf.ByteString data) static Config.TagConfig.Tag.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.TagConfig.Tag.parseFrom(com.google.protobuf.CodedInputStream input) static Config.TagConfig.Tag.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.TagConfig.Tag.parseFrom(InputStream input) static Config.TagConfig.Tag.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Config.TagConfig.Tag.parseFrom(ByteBuffer data) static Config.TagConfig.Tag.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.TagModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Config.Tag>Config.Tag.getParserForType()Config.Stat.Builder.getTagsList()The tags for the stat.Config.Stat.getTagsList()The tags for the stat.Config.StatOrBuilder.getTagsList()The tags for the stat.static com.google.protobuf.Parser<Config.Tag>Config.Tag.parser()Methods in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with parameters of type Config.TagModifier and TypeMethodDescriptionConfig.Stat.Builder.addTags(int index, Config.Tag value) The tags for the stat.Config.Stat.Builder.addTags(Config.Tag value) The tags for the stat.Config.Tag.Builder.mergeFrom(Config.Tag other) static Config.Tag.BuilderConfig.Tag.newBuilder(Config.Tag prototype) Config.Stat.Builder.setTags(int index, Config.Tag value) The tags for the stat.Method parameters in io.envoyproxy.envoy.extensions.access_loggers.stats.v3 with type arguments of type Config.TagModifier and TypeMethodDescriptionConfig.Stat.Builder.addAllTags(Iterable<? extends Config.Tag> values) The tags for the stat.