Uses of Class
io.envoyproxy.envoy.config.tap.v3.HttpGenericBodyMatch.Builder
Packages that use HttpGenericBodyMatch.Builder
-
Uses of HttpGenericBodyMatch.Builder in io.envoyproxy.envoy.config.tap.v3
Methods in io.envoyproxy.envoy.config.tap.v3 that return HttpGenericBodyMatch.BuilderModifier and TypeMethodDescriptionHttpGenericBodyMatch.Builder.addAllPatterns(Iterable<? extends HttpGenericBodyMatch.GenericTextMatch> values) List of patterns to match.HttpGenericBodyMatch.Builder.addPatterns(int index, HttpGenericBodyMatch.GenericTextMatch value) List of patterns to match.HttpGenericBodyMatch.Builder.addPatterns(int index, HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.HttpGenericBodyMatch.Builder.addPatterns(HttpGenericBodyMatch.GenericTextMatch value) List of patterns to match.HttpGenericBodyMatch.Builder.addPatterns(HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.HttpGenericBodyMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpGenericBodyMatch.Builder.clear()HttpGenericBodyMatch.Builder.clearBytesLimit()Limits search to specified number of bytes - default zero (no limit - match entire captured buffer).HttpGenericBodyMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HttpGenericBodyMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpGenericBodyMatch.Builder.clearPatterns()List of patterns to match.HttpGenericBodyMatch.Builder.clone()MatchPredicate.Builder.getHttpRequestGenericBodyMatchBuilder()HTTP request generic body match configuration.MatchPredicate.Builder.getHttpResponseGenericBodyMatchBuilder()HTTP response generic body match configuration.HttpGenericBodyMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpGenericBodyMatch.Builder.mergeFrom(com.google.protobuf.Message other) HttpGenericBodyMatch.Builder.mergeFrom(HttpGenericBodyMatch other) HttpGenericBodyMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HttpGenericBodyMatch.BuilderHttpGenericBodyMatch.newBuilder()static HttpGenericBodyMatch.BuilderHttpGenericBodyMatch.newBuilder(HttpGenericBodyMatch prototype) HttpGenericBodyMatch.newBuilderForType()protected HttpGenericBodyMatch.BuilderHttpGenericBodyMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpGenericBodyMatch.Builder.removePatterns(int index) List of patterns to match.HttpGenericBodyMatch.Builder.setBytesLimit(int value) Limits search to specified number of bytes - default zero (no limit - match entire captured buffer).HttpGenericBodyMatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpGenericBodyMatch.Builder.setPatterns(int index, HttpGenericBodyMatch.GenericTextMatch value) List of patterns to match.HttpGenericBodyMatch.Builder.setPatterns(int index, HttpGenericBodyMatch.GenericTextMatch.Builder builderForValue) List of patterns to match.HttpGenericBodyMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpGenericBodyMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HttpGenericBodyMatch.toBuilder()Methods in io.envoyproxy.envoy.config.tap.v3 with parameters of type HttpGenericBodyMatch.BuilderModifier and TypeMethodDescriptionMatchPredicate.Builder.setHttpRequestGenericBodyMatch(HttpGenericBodyMatch.Builder builderForValue) HTTP request generic body match configuration.MatchPredicate.Builder.setHttpResponseGenericBodyMatch(HttpGenericBodyMatch.Builder builderForValue) HTTP response generic body match configuration.