Uses of Class
io.envoyproxy.envoy.config.metrics.v3.TagSpecifier
-
Packages that use TagSpecifier Package Description io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of TagSpecifier in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 that return TagSpecifier Modifier and Type Method Description TagSpecifierTagSpecifier.Builder. build()TagSpecifierTagSpecifier.Builder. buildPartial()static TagSpecifierTagSpecifier. getDefaultInstance()TagSpecifierTagSpecifier.Builder. getDefaultInstanceForType()TagSpecifierTagSpecifier. getDefaultInstanceForType()TagSpecifierStatsConfig.Builder. getStatsTags(int index)Each stat name is iteratively processed through these tag specifiers.TagSpecifierStatsConfig. getStatsTags(int index)Each stat name is iteratively processed through these tag specifiers.TagSpecifierStatsConfigOrBuilder. getStatsTags(int index)Each stat name is iteratively processed through these tag specifiers.static TagSpecifierTagSpecifier. parseDelimitedFrom(InputStream input)static TagSpecifierTagSpecifier. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagSpecifierTagSpecifier. parseFrom(byte[] data)static TagSpecifierTagSpecifier. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagSpecifierTagSpecifier. parseFrom(com.google.protobuf.ByteString data)static TagSpecifierTagSpecifier. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagSpecifierTagSpecifier. parseFrom(com.google.protobuf.CodedInputStream input)static TagSpecifierTagSpecifier. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagSpecifierTagSpecifier. parseFrom(InputStream input)static TagSpecifierTagSpecifier. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TagSpecifierTagSpecifier. parseFrom(ByteBuffer data)static TagSpecifierTagSpecifier. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type TagSpecifier Modifier and Type Method Description com.google.protobuf.Parser<TagSpecifier>TagSpecifier. getParserForType()List<TagSpecifier>StatsConfig.Builder. getStatsTagsList()Each stat name is iteratively processed through these tag specifiers.List<TagSpecifier>StatsConfig. getStatsTagsList()Each stat name is iteratively processed through these tag specifiers.List<TagSpecifier>StatsConfigOrBuilder. getStatsTagsList()Each stat name is iteratively processed through these tag specifiers.static com.google.protobuf.Parser<TagSpecifier>TagSpecifier. parser()Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type TagSpecifier Modifier and Type Method Description StatsConfig.BuilderStatsConfig.Builder. addStatsTags(int index, TagSpecifier value)Each stat name is iteratively processed through these tag specifiers.StatsConfig.BuilderStatsConfig.Builder. addStatsTags(TagSpecifier value)Each stat name is iteratively processed through these tag specifiers.TagSpecifier.BuilderTagSpecifier.Builder. mergeFrom(TagSpecifier other)static TagSpecifier.BuilderTagSpecifier. newBuilder(TagSpecifier prototype)StatsConfig.BuilderStatsConfig.Builder. setStatsTags(int index, TagSpecifier value)Each stat name is iteratively processed through these tag specifiers.Method parameters in io.envoyproxy.envoy.config.metrics.v3 with type arguments of type TagSpecifier Modifier and Type Method Description StatsConfig.BuilderStatsConfig.Builder. addAllStatsTags(Iterable<? extends TagSpecifier> values)Each stat name is iteratively processed through these tag specifiers.
-