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.PARSERprivate 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 TagSpecifierTagSpecifier.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 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 TagSpecifierModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TagSpecifier> TagSpecifier.getParserForType()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.private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier, TagSpecifier.Builder, TagSpecifierOrBuilder> StatsConfig.Builder.internalGetStatsTagsFieldBuilder()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 voidTagSpecifier.Builder.buildPartial0(TagSpecifier result) private voidTagSpecifier.Builder.buildPartialOneofs(TagSpecifier result) TagSpecifier.Builder.mergeFrom(TagSpecifier other) static TagSpecifier.BuilderTagSpecifier.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.