public interface MatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Matcher.MatcherList |
getMatcherList()
A linear list of matchers to evaluate.
|
Matcher.MatcherListOrBuilder |
getMatcherListOrBuilder()
A linear list of matchers to evaluate.
|
Matcher.MatcherTree |
getMatcherTree()
A match tree to evaluate.
|
Matcher.MatcherTreeOrBuilder |
getMatcherTreeOrBuilder()
A match tree to evaluate.
|
Matcher.MatcherTypeCase |
getMatcherTypeCase() |
Matcher.OnMatch |
getOnNoMatch()
Optional OnMatch to use if the matcher failed.
|
Matcher.OnMatchOrBuilder |
getOnNoMatchOrBuilder()
Optional OnMatch to use if the matcher failed.
|
boolean |
hasMatcherList()
A linear list of matchers to evaluate.
|
boolean |
hasMatcherTree()
A match tree to evaluate.
|
boolean |
hasOnNoMatch()
Optional OnMatch to use if the matcher failed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatcherList()
A linear list of matchers to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList matcher_list = 1;Matcher.MatcherList getMatcherList()
A linear list of matchers to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList matcher_list = 1;Matcher.MatcherListOrBuilder getMatcherListOrBuilder()
A linear list of matchers to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherList matcher_list = 1;boolean hasMatcherTree()
A match tree to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherTree matcher_tree = 2;Matcher.MatcherTree getMatcherTree()
A match tree to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherTree matcher_tree = 2;Matcher.MatcherTreeOrBuilder getMatcherTreeOrBuilder()
A match tree to evaluate.
.envoy.config.common.matcher.v4alpha.Matcher.MatcherTree matcher_tree = 2;boolean hasOnNoMatch()
Optional OnMatch to use if the matcher failed. If specified, the OnMatch is used, and the matcher is considered to have matched. If not specified, the matcher is considered not to have matched.
.envoy.config.common.matcher.v4alpha.Matcher.OnMatch on_no_match = 3;Matcher.OnMatch getOnNoMatch()
Optional OnMatch to use if the matcher failed. If specified, the OnMatch is used, and the matcher is considered to have matched. If not specified, the matcher is considered not to have matched.
.envoy.config.common.matcher.v4alpha.Matcher.OnMatch on_no_match = 3;Matcher.OnMatchOrBuilder getOnNoMatchOrBuilder()
Optional OnMatch to use if the matcher failed. If specified, the OnMatch is used, and the matcher is considered to have matched. If not specified, the matcher is considered not to have matched.
.envoy.config.common.matcher.v4alpha.Matcher.OnMatch on_no_match = 3;Matcher.MatcherTypeCase getMatcherTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.