Package com.github.xds.type.matcher.v3
Interface Matcher.MatcherListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Matcher.MatcherList
,Matcher.MatcherList.Builder
- Enclosing class:
Matcher
public static interface Matcher.MatcherListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMatchers
(int index) A list of matchers.int
A list of matchers.A list of matchers.getMatchersOrBuilder
(int index) A list of matchers.List
<? extends Matcher.MatcherList.FieldMatcherOrBuilder> A list of matchers.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMatchersList
List<Matcher.MatcherList.FieldMatcher> getMatchersList()A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-
getMatchers
A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-
getMatchersCount
int getMatchersCount()A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-
getMatchersOrBuilderList
List<? extends Matcher.MatcherList.FieldMatcherOrBuilder> getMatchersOrBuilderList()A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-
getMatchersOrBuilder
A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-