Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher.Builder
Packages that use PathMatcher.Builder
-
Uses of PathMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type PathMatcher.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Permission.Builder.urlPathBuilder_
private com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Principal.Builder.urlPathBuilder_
Methods in io.envoyproxy.envoy.config.rbac.v3 that return PathMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.getUrlPathBuilder()
A URL path on the incoming HTTP request.Principal.Builder.getUrlPathBuilder()
A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type PathMatcher.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Permission.Builder.internalGetUrlPathFieldBuilder()
A URL path on the incoming HTTP request.private com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Principal.Builder.internalGetUrlPathFieldBuilder()
A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PathMatcher.BuilderModifier and TypeMethodDescriptionPermission.Builder.setUrlPath
(PathMatcher.Builder builderForValue) A URL path on the incoming HTTP request.Principal.Builder.setUrlPath
(PathMatcher.Builder builderForValue) A URL path on the incoming HTTP request. -
Uses of PathMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher.BuilderModifier and TypeMethodDescriptionPathMatcher.Builder.clear()
PathMatcher.Builder.clearPath()
The ``path`` must match the URL path portion of the :path header.PathMatcher.Builder.clearRule()
PathMatcher.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PathMatcher.Builder.mergeFrom
(com.google.protobuf.Message other) PathMatcher.Builder.mergeFrom
(PathMatcher other) PathMatcher.Builder.mergePath
(StringMatcher value) The ``path`` must match the URL path portion of the :path header.static PathMatcher.Builder
PathMatcher.newBuilder()
static PathMatcher.Builder
PathMatcher.newBuilder
(PathMatcher prototype) PathMatcher.newBuilderForType()
protected PathMatcher.Builder
PathMatcher.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) PathMatcher.Builder.setPath
(StringMatcher value) The ``path`` must match the URL path portion of the :path header.PathMatcher.Builder.setPath
(StringMatcher.Builder builderForValue) The ``path`` must match the URL path portion of the :path header.PathMatcher.toBuilder()