Uses of Class
io.envoyproxy.envoy.extensions.filters.http.mcp.v3.ParserConfig.Builder
Packages that use ParserConfig.Builder
-
Uses of ParserConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.mcp.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 that return ParserConfig.BuilderModifier and TypeMethodDescriptionParserConfig.Builder.addAllMethods(Iterable<? extends ParserConfig.MethodConfig> values) List of rules for classification and extraction.ParserConfig.Builder.addMethods(int index, ParserConfig.MethodConfig value) List of rules for classification and extraction.ParserConfig.Builder.addMethods(int index, ParserConfig.MethodConfig.Builder builderForValue) List of rules for classification and extraction.ParserConfig.Builder.addMethods(ParserConfig.MethodConfig value) List of rules for classification and extraction.ParserConfig.Builder.addMethods(ParserConfig.MethodConfig.Builder builderForValue) List of rules for classification and extraction.ParserConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ParserConfig.Builder.clear()ParserConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ParserConfig.Builder.clearGroupMetadataKey()The dynamic metadata key where the group name will be stored.ParserConfig.Builder.clearMethods()List of rules for classification and extraction.ParserConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ParserConfig.Builder.clone()Mcp.Builder.getParserConfigBuilder()Parser configuration, this provide the attribute extraction override.ParserConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ParserConfig.Builder.mergeFrom(com.google.protobuf.Message other) ParserConfig.Builder.mergeFrom(ParserConfig other) final ParserConfig.BuilderParserConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static ParserConfig.BuilderParserConfig.newBuilder()static ParserConfig.BuilderParserConfig.newBuilder(ParserConfig prototype) ParserConfig.newBuilderForType()protected ParserConfig.BuilderParserConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ParserConfig.Builder.removeMethods(int index) List of rules for classification and extraction.ParserConfig.Builder.setGroupMetadataKey(String value) The dynamic metadata key where the group name will be stored.ParserConfig.Builder.setGroupMetadataKeyBytes(com.google.protobuf.ByteString value) The dynamic metadata key where the group name will be stored.ParserConfig.Builder.setMethods(int index, ParserConfig.MethodConfig value) List of rules for classification and extraction.ParserConfig.Builder.setMethods(int index, ParserConfig.MethodConfig.Builder builderForValue) List of rules for classification and extraction.ParserConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ParserConfig.BuilderParserConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ParserConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.mcp.v3 with parameters of type ParserConfig.BuilderModifier and TypeMethodDescriptionMcp.Builder.setParserConfig(ParserConfig.Builder builderForValue) Parser configuration, this provide the attribute extraction override.