Uses of Class
io.envoyproxy.envoy.config.metrics.v3.TagSpecifier
Packages that use TagSpecifier
-
Uses of TagSpecifier in io.envoyproxy.envoy.config.metrics.v3
Fields in io.envoyproxy.envoy.config.metrics.v3 declared as TagSpecifierFields in io.envoyproxy.envoy.config.metrics.v3 with type parameters of type TagSpecifierModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<TagSpecifier> TagSpecifier.PARSER
private List
<TagSpecifier> StatsConfig.Builder.statsTags_
private List
<TagSpecifier> StatsConfig.statsTags_
private com.google.protobuf.RepeatedFieldBuilder
<TagSpecifier, TagSpecifier.Builder, TagSpecifierOrBuilder> StatsConfig.Builder.statsTagsBuilder_
Methods in io.envoyproxy.envoy.config.metrics.v3 that return TagSpecifierModifier and TypeMethodDescriptionTagSpecifier.Builder.build()
TagSpecifier.Builder.buildPartial()
static TagSpecifier
TagSpecifier.getDefaultInstance()
TagSpecifier.Builder.getDefaultInstanceForType()
TagSpecifier.getDefaultInstanceForType()
StatsConfig.Builder.getStatsTags
(int index) Each stat name is independently processed through these tag specifiers.StatsConfig.getStatsTags
(int index) Each stat name is independently processed through these tag specifiers.StatsConfigOrBuilder.getStatsTags
(int index) Each stat name is independently processed through these tag specifiers.static TagSpecifier
TagSpecifier.parseDelimitedFrom
(InputStream input) static TagSpecifier
TagSpecifier.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagSpecifier
TagSpecifier.parseFrom
(byte[] data) static TagSpecifier
TagSpecifier.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagSpecifier
TagSpecifier.parseFrom
(com.google.protobuf.ByteString data) static TagSpecifier
TagSpecifier.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagSpecifier
TagSpecifier.parseFrom
(com.google.protobuf.CodedInputStream input) static TagSpecifier
TagSpecifier.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagSpecifier
TagSpecifier.parseFrom
(InputStream input) static TagSpecifier
TagSpecifier.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TagSpecifier
TagSpecifier.parseFrom
(ByteBuffer data) static TagSpecifier
TagSpecifier.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type TagSpecifierModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<TagSpecifier> TagSpecifier.getParserForType()
private com.google.protobuf.RepeatedFieldBuilder
<TagSpecifier, TagSpecifier.Builder, TagSpecifierOrBuilder> StatsConfig.Builder.getStatsTagsFieldBuilder()
StatsConfig.Builder.getStatsTagsList()
Each stat name is independently processed through these tag specifiers.StatsConfig.getStatsTagsList()
Each stat name is independently processed through these tag specifiers.StatsConfigOrBuilder.getStatsTagsList()
Each stat name is independently 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 TagSpecifierModifier and TypeMethodDescriptionStatsConfig.Builder.addStatsTags
(int index, TagSpecifier value) Each stat name is independently processed through these tag specifiers.StatsConfig.Builder.addStatsTags
(TagSpecifier value) Each stat name is independently processed through these tag specifiers.private void
TagSpecifier.Builder.buildPartial0
(TagSpecifier result) private void
TagSpecifier.Builder.buildPartialOneofs
(TagSpecifier result) TagSpecifier.Builder.mergeFrom
(TagSpecifier other) static TagSpecifier.Builder
TagSpecifier.newBuilder
(TagSpecifier prototype) StatsConfig.Builder.setStatsTags
(int index, TagSpecifier value) Each stat name is independently processed through these tag specifiers.Method parameters in io.envoyproxy.envoy.config.metrics.v3 with type arguments of type TagSpecifierModifier and TypeMethodDescriptionStatsConfig.Builder.addAllStatsTags
(Iterable<? extends TagSpecifier> values) Each stat name is independently processed through these tag specifiers.