public static interface Matcher.MatcherListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Matcher.MatcherList.FieldMatcher |
getMatchers(int index)
A list of matchers.
|
int |
getMatchersCount()
A list of matchers.
|
List<Matcher.MatcherList.FieldMatcher> |
getMatchersList()
A list of matchers.
|
Matcher.MatcherList.FieldMatcherOrBuilder |
getMatchersOrBuilder(int index)
A list of matchers.
|
List<? extends Matcher.MatcherList.FieldMatcherOrBuilder> |
getMatchersOrBuilderList()
A list of matchers.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Matcher.MatcherList.FieldMatcher> getMatchersList()
A list of matchers. First match wins.
repeated .envoy.config.common.matcher.v4alpha.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }Matcher.MatcherList.FieldMatcher getMatchers(int index)
A list of matchers. First match wins.
repeated .envoy.config.common.matcher.v4alpha.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }int getMatchersCount()
A list of matchers. First match wins.
repeated .envoy.config.common.matcher.v4alpha.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }List<? extends Matcher.MatcherList.FieldMatcherOrBuilder> getMatchersOrBuilderList()
A list of matchers. First match wins.
repeated .envoy.config.common.matcher.v4alpha.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }Matcher.MatcherList.FieldMatcherOrBuilder getMatchersOrBuilder(int index)
A list of matchers. First match wins.
repeated .envoy.config.common.matcher.v4alpha.Matcher.MatcherList.FieldMatcher matchers = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.