public static interface Matcher.OnMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
getAction()
Protocol-specific action to take.
|
TypedExtensionConfigOrBuilder |
getActionOrBuilder()
Protocol-specific action to take.
|
Matcher |
getMatcher()
Nested matcher to evaluate.
|
MatcherOrBuilder |
getMatcherOrBuilder()
Nested matcher to evaluate.
|
Matcher.OnMatch.OnMatchCase |
getOnMatchCase() |
boolean |
hasAction()
Protocol-specific action to take.
|
boolean |
hasMatcher()
Nested matcher to evaluate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatcher()
Nested matcher to evaluate. If the nested matcher does not match and does not specify on_no_match, then this matcher is considered not to have matched, even if a predicate at this level or above returned true.
.envoy.config.common.matcher.v3.Matcher matcher = 1;Matcher getMatcher()
Nested matcher to evaluate. If the nested matcher does not match and does not specify on_no_match, then this matcher is considered not to have matched, even if a predicate at this level or above returned true.
.envoy.config.common.matcher.v3.Matcher matcher = 1;MatcherOrBuilder getMatcherOrBuilder()
Nested matcher to evaluate. If the nested matcher does not match and does not specify on_no_match, then this matcher is considered not to have matched, even if a predicate at this level or above returned true.
.envoy.config.common.matcher.v3.Matcher matcher = 1;boolean hasAction()
Protocol-specific action to take.
.envoy.config.core.v3.TypedExtensionConfig action = 2;TypedExtensionConfig getAction()
Protocol-specific action to take.
.envoy.config.core.v3.TypedExtensionConfig action = 2;TypedExtensionConfigOrBuilder getActionOrBuilder()
Protocol-specific action to take.
.envoy.config.core.v3.TypedExtensionConfig action = 2;Matcher.OnMatch.OnMatchCase getOnMatchCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.