Uses of Class
io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatch.GenericTextMatch.Builder
Packages that use HttpGenericBodyMatch.GenericTextMatch.Builder
-
Uses of HttpGenericBodyMatch.GenericTextMatch.Builder in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return HttpGenericBodyMatch.GenericTextMatch.BuilderModifier and TypeMethodDescriptionHttpGenericBodyMatch.Builder.addPatternsBuilder()List of patterns to match.HttpGenericBodyMatch.Builder.addPatternsBuilder(int index) List of patterns to match.HttpGenericBodyMatch.GenericTextMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpGenericBodyMatch.GenericTextMatch.Builder.clear()HttpGenericBodyMatch.GenericTextMatch.Builder.clearBinaryMatch()Sequence of bytes to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpGenericBodyMatch.GenericTextMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpGenericBodyMatch.GenericTextMatch.Builder.clearRule()HttpGenericBodyMatch.GenericTextMatch.Builder.clearStringMatch()Text string to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.Builder.clone()HttpGenericBodyMatch.Builder.getPatternsBuilder(int index) List of patterns to match.HttpGenericBodyMatch.GenericTextMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpGenericBodyMatch.GenericTextMatch.Builder.mergeFrom(com.google.protobuf.Message other) HttpGenericBodyMatch.GenericTextMatch.Builder.mergeFrom(HttpGenericBodyMatch.GenericTextMatch other) HttpGenericBodyMatch.GenericTextMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpGenericBodyMatch.GenericTextMatch.newBuilder()HttpGenericBodyMatch.GenericTextMatch.newBuilder(HttpGenericBodyMatch.GenericTextMatch prototype) HttpGenericBodyMatch.GenericTextMatch.newBuilderForType()HttpGenericBodyMatch.GenericTextMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpGenericBodyMatch.GenericTextMatch.Builder.setBinaryMatch(com.google.protobuf.ByteString value) Sequence of bytes to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpGenericBodyMatch.GenericTextMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpGenericBodyMatch.GenericTextMatch.Builder.setStringMatch(String value) Text string to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.Builder.setStringMatchBytes(com.google.protobuf.ByteString value) Text string to be located in HTTP body.HttpGenericBodyMatch.GenericTextMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpGenericBodyMatch.GenericTextMatch.toBuilder()Methods in io.envoyproxy.envoy.config.tap.v3 that return types with arguments of type HttpGenericBodyMatch.GenericTextMatch.BuilderModifier and TypeMethodDescriptionHttpGenericBodyMatch.Builder.getPatternsBuilderList()List of patterns to match.Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type HttpGenericBodyMatch.GenericTextMatch.BuilderModifier and TypeMethodDescriptionHttpGenericBodyMatch.Builder.addPatterns(int index, HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.HttpGenericBodyMatch.Builder.addPatterns(HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.HttpGenericBodyMatch.Builder.setPatterns(int index, HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.