Uses of Class
io.envoyproxy.envoy.extensions.filters.http.mcp.v3.ParserConfig
Packages that use ParserConfig
-
Uses of ParserConfig in io.envoyproxy.envoy.extensions.filters.http.mcp.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 that return ParserConfigModifier and TypeMethodDescriptionParserConfig.Builder.build()ParserConfig.Builder.buildPartial()static ParserConfigParserConfig.getDefaultInstance()ParserConfig.Builder.getDefaultInstanceForType()ParserConfig.getDefaultInstanceForType()Mcp.Builder.getParserConfig()Parser configuration, this provide the attribute extraction override.Mcp.getParserConfig()Parser configuration, this provide the attribute extraction override.McpOrBuilder.getParserConfig()Parser configuration, this provide the attribute extraction override.static ParserConfigParserConfig.parseDelimitedFrom(InputStream input) static ParserConfigParserConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParserConfigParserConfig.parseFrom(byte[] data) static ParserConfigParserConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParserConfigParserConfig.parseFrom(com.google.protobuf.ByteString data) static ParserConfigParserConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParserConfigParserConfig.parseFrom(com.google.protobuf.CodedInputStream input) static ParserConfigParserConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParserConfigParserConfig.parseFrom(InputStream input) static ParserConfigParserConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ParserConfigParserConfig.parseFrom(ByteBuffer data) static ParserConfigParserConfig.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 ParserConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ParserConfig>ParserConfig.getParserForType()static com.google.protobuf.Parser<ParserConfig>ParserConfig.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 with parameters of type ParserConfigModifier and TypeMethodDescriptionParserConfig.Builder.mergeFrom(ParserConfig other) Mcp.Builder.mergeParserConfig(ParserConfig value) Parser configuration, this provide the attribute extraction override.static ParserConfig.BuilderParserConfig.newBuilder(ParserConfig prototype) Mcp.Builder.setParserConfig(ParserConfig value) Parser configuration, this provide the attribute extraction override.