Uses of Interface
io.envoyproxy.envoy.type.matcher.v3.PathMatcherOrBuilder
-
Packages that use PathMatcherOrBuilder Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of PathMatcherOrBuilder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type PathMatcherOrBuilder Modifier and Type Field Description private 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 PathMatcherOrBuilder Modifier and Type Method Description PathMatcherOrBuilder
Permission.Builder. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.PathMatcherOrBuilder
Permission. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.PathMatcherOrBuilder
PermissionOrBuilder. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.PathMatcherOrBuilder
Principal.Builder. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.PathMatcherOrBuilder
Principal. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.PathMatcherOrBuilder
PrincipalOrBuilder. getUrlPathOrBuilder()
A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type PathMatcherOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<PathMatcher,PathMatcher.Builder,PathMatcherOrBuilder>
Permission.Builder. getUrlPathFieldBuilder()
A URL path on the incoming HTTP request.private com.google.protobuf.SingleFieldBuilder<PathMatcher,PathMatcher.Builder,PathMatcherOrBuilder>
Principal.Builder. getUrlPathFieldBuilder()
A URL path on the incoming HTTP request. -
Uses of PathMatcherOrBuilder in io.envoyproxy.envoy.type.matcher.v3
Classes in io.envoyproxy.envoy.type.matcher.v3 that implement PathMatcherOrBuilder Modifier and Type Class Description class
PathMatcher
Specifies the way to match a path on HTTP request.static class
PathMatcher.Builder
Specifies the way to match a path on HTTP request.
-