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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Matcher.MatcherList.FieldMatcher
getMatchers(int index)
A list of matchers.int
getMatchersCount()
A list of matchers.java.util.List<Matcher.MatcherList.FieldMatcher>
getMatchersList()
A list of matchers.Matcher.MatcherList.FieldMatcherOrBuilder
getMatchersOrBuilder(int index)
A list of matchers.java.util.List<? extends Matcher.MatcherList.FieldMatcherOrBuilder>
getMatchersOrBuilderList()
A list of matchers.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMatchersList
java.util.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
Matcher.MatcherList.FieldMatcher getMatchers(int index)
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
java.util.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
Matcher.MatcherList.FieldMatcherOrBuilder getMatchersOrBuilder(int index)
A list of matchers. First match wins.
repeated .xds.type.matcher.v3.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }
-
-