public interface PathMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StringMatcher |
getPath()
The `path` must match the URL path portion of the :path header.
|
StringMatcherOrBuilder |
getPathOrBuilder()
The `path` must match the URL path portion of the :path header.
|
PathMatcher.RuleCase |
getRuleCase() |
boolean |
hasPath()
The `path` must match the URL path portion of the :path header.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPath()
The `path` must match the URL path portion of the :path header. The query and fragment string (if present) are removed in the URL path portion. For example, the path */data* will match the *:path* header */data#fragment?param=value*.
.envoy.type.matcher.v4alpha.StringMatcher path = 1 [(.validate.rules) = { ... }StringMatcher getPath()
The `path` must match the URL path portion of the :path header. The query and fragment string (if present) are removed in the URL path portion. For example, the path */data* will match the *:path* header */data#fragment?param=value*.
.envoy.type.matcher.v4alpha.StringMatcher path = 1 [(.validate.rules) = { ... }StringMatcherOrBuilder getPathOrBuilder()
The `path` must match the URL path portion of the :path header. The query and fragment string (if present) are removed in the URL path portion. For example, the path */data* will match the *:path* header */data#fragment?param=value*.
.envoy.type.matcher.v4alpha.StringMatcher path = 1 [(.validate.rules) = { ... }PathMatcher.RuleCase getRuleCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.