Uses of Class
io.envoyproxy.envoy.config.metrics.v3.TagSpecifier.Builder
Packages that use TagSpecifier.Builder
-
Uses of TagSpecifier.Builder in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type TagSpecifier.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<TagSpecifier, TagSpecifier.Builder, TagSpecifierOrBuilder> StatsConfig.Builder.statsTagsBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return TagSpecifier.BuilderModifier and TypeMethodDescriptionStatsConfig.Builder.addStatsTagsBuilder()
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder.addStatsTagsBuilder
(int index) Each stat name is independently processed through these tag specifiers.TagSpecifier.Builder.clear()
TagSpecifier.Builder.clearFixedValue()
Specifies a fixed tag value for the ``tag_name``.TagSpecifier.Builder.clearRegex()
Designates a tag to strip from the tag extracted name and provide as a named tag value for all statistics.TagSpecifier.Builder.clearTagName()
Attaches an identifier to the tag values to identify the tag being in the sink.TagSpecifier.Builder.clearTagValue()
StatsConfig.Builder.getStatsTagsBuilder
(int index) Each stat name is independently processed through these tag specifiers.TagSpecifier.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TagSpecifier.Builder.mergeFrom
(com.google.protobuf.Message other) TagSpecifier.Builder.mergeFrom
(TagSpecifier other) static TagSpecifier.Builder
TagSpecifier.newBuilder()
static TagSpecifier.Builder
TagSpecifier.newBuilder
(TagSpecifier prototype) TagSpecifier.newBuilderForType()
protected TagSpecifier.Builder
TagSpecifier.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) TagSpecifier.Builder.setFixedValue
(String value) Specifies a fixed tag value for the ``tag_name``.TagSpecifier.Builder.setFixedValueBytes
(com.google.protobuf.ByteString value) Specifies a fixed tag value for the ``tag_name``.Designates a tag to strip from the tag extracted name and provide as a named tag value for all statistics.TagSpecifier.Builder.setRegexBytes
(com.google.protobuf.ByteString value) Designates a tag to strip from the tag extracted name and provide as a named tag value for all statistics.TagSpecifier.Builder.setTagName
(String value) Attaches an identifier to the tag values to identify the tag being in the sink.TagSpecifier.Builder.setTagNameBytes
(com.google.protobuf.ByteString value) Attaches an identifier to the tag values to identify the tag being in the sink.TagSpecifier.toBuilder()
Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type TagSpecifier.BuilderModifier and TypeMethodDescriptionStatsConfig.Builder.getStatsTagsBuilderList()
Each stat name is independently processed through these tag specifiers.private com.google.protobuf.RepeatedFieldBuilder
<TagSpecifier, TagSpecifier.Builder, TagSpecifierOrBuilder> StatsConfig.Builder.internalGetStatsTagsFieldBuilder()
Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type TagSpecifier.BuilderModifier and TypeMethodDescriptionStatsConfig.Builder.addStatsTags
(int index, TagSpecifier.Builder builderForValue) Each stat name is independently processed through these tag specifiers.StatsConfig.Builder.addStatsTags
(TagSpecifier.Builder builderForValue) Each stat name is independently processed through these tag specifiers.StatsConfig.Builder.setStatsTags
(int index, TagSpecifier.Builder builderForValue) Each stat name is independently processed through these tag specifiers.