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.FieldMatchergetMatchers(int index)A list of matchers.intgetMatchersCount()A list of matchers.List<Matcher.MatcherList.FieldMatcher>getMatchersList()A list of matchers.Matcher.MatcherList.FieldMatcherOrBuildergetMatchersOrBuilder(int index)A list of matchers.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
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
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) = { ... }
-
-