public interface ExtensionWithMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TypedExtensionConfig |
getExtensionConfig()
The underlying extension config.
|
TypedExtensionConfigOrBuilder |
getExtensionConfigOrBuilder()
The underlying extension config.
|
Matcher |
getMatcher()
The associated matcher.
|
MatcherOrBuilder |
getMatcherOrBuilder()
The associated matcher.
|
boolean |
hasExtensionConfig()
The underlying extension config.
|
boolean |
hasMatcher()
The associated matcher.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatcher()
The associated matcher.
.envoy.config.common.matcher.v4alpha.Matcher matcher = 1 [(.validate.rules) = { ... }Matcher getMatcher()
The associated matcher.
.envoy.config.common.matcher.v4alpha.Matcher matcher = 1 [(.validate.rules) = { ... }MatcherOrBuilder getMatcherOrBuilder()
The associated matcher.
.envoy.config.common.matcher.v4alpha.Matcher matcher = 1 [(.validate.rules) = { ... }boolean hasExtensionConfig()
The underlying extension config.
.envoy.config.core.v4alpha.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }TypedExtensionConfig getExtensionConfig()
The underlying extension config.
.envoy.config.core.v4alpha.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }TypedExtensionConfigOrBuilder getExtensionConfigOrBuilder()
The underlying extension config.
.envoy.config.core.v4alpha.TypedExtensionConfig extension_config = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.