Uses of Class
com.github.xds.type.matcher.v3.Matcher.MatcherList.Builder
Packages that use Matcher.MatcherList.Builder
-
Uses of Matcher.MatcherList.Builder in com.github.xds.type.matcher.v3
Fields in com.github.xds.type.matcher.v3 with type parameters of type Matcher.MatcherList.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList, Matcher.MatcherList.Builder, Matcher.MatcherListOrBuilder> Matcher.Builder.matcherListBuilder_Methods in com.github.xds.type.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.clear()Matcher.MatcherList.Builder.clearMatchers()A list of matchers.Matcher.Builder.getMatcherListBuilder()A linear list of matchers to evaluate.Matcher.MatcherList.Builder.mergeFrom(Matcher.MatcherList other) Matcher.MatcherList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Matcher.MatcherList.Builder.mergeFrom(com.google.protobuf.Message other) 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.AbstractMessage.BuilderParent parent) Matcher.MatcherList.Builder.removeMatchers(int index) A list of matchers.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.toBuilder()Methods in com.github.xds.type.matcher.v3 that return types with arguments of type Matcher.MatcherList.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<Matcher.MatcherList, Matcher.MatcherList.Builder, Matcher.MatcherListOrBuilder> Matcher.Builder.internalGetMatcherListFieldBuilder()A linear list of matchers to evaluate.Methods in com.github.xds.type.matcher.v3 with parameters of type Matcher.MatcherList.BuilderModifier and TypeMethodDescriptionMatcher.Builder.setMatcherList(Matcher.MatcherList.Builder builderForValue) A linear list of matchers to evaluate.