public interface HeaderFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HeaderMatcher |
getHeader()
Only requests with a header which matches the specified HeaderMatcher will
pass the filter check.
|
HeaderMatcherOrBuilder |
getHeaderOrBuilder()
Only requests with a header which matches the specified HeaderMatcher will
pass the filter check.
|
boolean |
hasHeader()
Only requests with a header which matches the specified HeaderMatcher will
pass the filter check.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeader()
Only requests with a header which matches the specified HeaderMatcher will pass the filter check.
.envoy.config.route.v4alpha.HeaderMatcher header = 1 [(.validate.rules) = { ... }HeaderMatcher getHeader()
Only requests with a header which matches the specified HeaderMatcher will pass the filter check.
.envoy.config.route.v4alpha.HeaderMatcher header = 1 [(.validate.rules) = { ... }HeaderMatcherOrBuilder getHeaderOrBuilder()
Only requests with a header which matches the specified HeaderMatcher will pass the filter check.
.envoy.config.route.v4alpha.HeaderMatcher header = 1 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.