Uses of Class
io.envoyproxy.envoy.config.common.matcher.v3.Matcher.MatcherList.Builder
Packages that use Matcher.MatcherList.Builder
-
Uses of Matcher.MatcherList.Builder in io.envoyproxy.envoy.config.common.matcher.v3
Methods in io.envoyproxy.envoy.config.common.matcher.v3 that return Matcher.MatcherList.BuilderModifier and TypeMethodDescriptionMatcher.MatcherList.Builder.addAllMatchers(Iterable<? extends Matcher.MatcherList.FieldMatcher> values) A list of matchers.Matcher.MatcherList.Builder.addMatchers(int index, Matcher.MatcherList.FieldMatcher value) A list of matchers.Matcher.MatcherList.Builder.addMatchers(int index, Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.Matcher.MatcherList.Builder.addMatchers(Matcher.MatcherList.FieldMatcher value) A list of matchers.Matcher.MatcherList.Builder.addMatchers(Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.Matcher.MatcherList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Matcher.MatcherList.Builder.clear()Matcher.MatcherList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Matcher.MatcherList.Builder.clearMatchers()A list of matchers.Matcher.MatcherList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Matcher.MatcherList.Builder.clone()Matcher.Builder.getMatcherListBuilder()A linear list of matchers to evaluate.Matcher.MatcherList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Builder.mergeFrom(com.google.protobuf.Message other) Matcher.MatcherList.Builder.mergeFrom(Matcher.MatcherList other) Matcher.MatcherList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Matcher.MatcherList.BuilderMatcher.MatcherList.newBuilder()static Matcher.MatcherList.BuilderMatcher.MatcherList.newBuilder(Matcher.MatcherList prototype) Matcher.MatcherList.newBuilderForType()protected Matcher.MatcherList.BuilderMatcher.MatcherList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Matcher.MatcherList.Builder.removeMatchers(int index) A list of matchers.Matcher.MatcherList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Matcher.MatcherList.Builder.setMatchers(int index, Matcher.MatcherList.FieldMatcher value) A list of matchers.Matcher.MatcherList.Builder.setMatchers(int index, Matcher.MatcherList.FieldMatcher.Builder builderForValue) A list of matchers.Matcher.MatcherList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Matcher.MatcherList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Matcher.MatcherList.toBuilder()Methods in io.envoyproxy.envoy.config.common.matcher.v3 with parameters of type Matcher.MatcherList.BuilderModifier and TypeMethodDescriptionMatcher.Builder.setMatcherList(Matcher.MatcherList.Builder builderForValue) A linear list of matchers to evaluate.