Uses of Class
io.envoyproxy.envoy.extensions.filters.http.mcp.v3.ParserConfig.AttributeExtractionRule
Packages that use ParserConfig.AttributeExtractionRule
-
Uses of ParserConfig.AttributeExtractionRule in io.envoyproxy.envoy.extensions.filters.http.mcp.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 that return ParserConfig.AttributeExtractionRuleModifier and TypeMethodDescriptionParserConfig.AttributeExtractionRule.Builder.build()ParserConfig.AttributeExtractionRule.Builder.buildPartial()ParserConfig.AttributeExtractionRule.getDefaultInstance()ParserConfig.AttributeExtractionRule.Builder.getDefaultInstanceForType()ParserConfig.AttributeExtractionRule.getDefaultInstanceForType()ParserConfig.MethodConfig.Builder.getExtractionRules(int index) Attributes to extract for this method.ParserConfig.MethodConfig.getExtractionRules(int index) Attributes to extract for this method.ParserConfig.MethodConfigOrBuilder.getExtractionRules(int index) Attributes to extract for this method.ParserConfig.AttributeExtractionRule.parseDelimitedFrom(InputStream input) ParserConfig.AttributeExtractionRule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.AttributeExtractionRule.parseFrom(byte[] data) ParserConfig.AttributeExtractionRule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.AttributeExtractionRule.parseFrom(com.google.protobuf.ByteString data) ParserConfig.AttributeExtractionRule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.AttributeExtractionRule.parseFrom(com.google.protobuf.CodedInputStream input) ParserConfig.AttributeExtractionRule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.AttributeExtractionRule.parseFrom(InputStream input) ParserConfig.AttributeExtractionRule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.AttributeExtractionRule.parseFrom(ByteBuffer data) ParserConfig.AttributeExtractionRule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 that return types with arguments of type ParserConfig.AttributeExtractionRuleModifier and TypeMethodDescriptionParserConfig.MethodConfig.Builder.getExtractionRulesList()Attributes to extract for this method.ParserConfig.MethodConfig.getExtractionRulesList()Attributes to extract for this method.ParserConfig.MethodConfigOrBuilder.getExtractionRulesList()Attributes to extract for this method.com.google.protobuf.Parser<ParserConfig.AttributeExtractionRule>ParserConfig.AttributeExtractionRule.getParserForType()static com.google.protobuf.Parser<ParserConfig.AttributeExtractionRule>ParserConfig.AttributeExtractionRule.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 with parameters of type ParserConfig.AttributeExtractionRuleModifier and TypeMethodDescriptionParserConfig.MethodConfig.Builder.addExtractionRules(int index, ParserConfig.AttributeExtractionRule value) Attributes to extract for this method.ParserConfig.MethodConfig.Builder.addExtractionRules(ParserConfig.AttributeExtractionRule value) Attributes to extract for this method.ParserConfig.AttributeExtractionRule.Builder.mergeFrom(ParserConfig.AttributeExtractionRule other) ParserConfig.AttributeExtractionRule.newBuilder(ParserConfig.AttributeExtractionRule prototype) ParserConfig.MethodConfig.Builder.setExtractionRules(int index, ParserConfig.AttributeExtractionRule value) Attributes to extract for this method.Method parameters in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 with type arguments of type ParserConfig.AttributeExtractionRuleModifier and TypeMethodDescriptionParserConfig.MethodConfig.Builder.addAllExtractionRules(Iterable<? extends ParserConfig.AttributeExtractionRule> values) Attributes to extract for this method.