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 PathMatcherOrBuilderPermission.Builder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPermission. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPermissionOrBuilder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipal.Builder. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipal. getUrlPathOrBuilder()A URL path on the incoming HTTP request.PathMatcherOrBuilderPrincipalOrBuilder. 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 classPathMatcherSpecifies the way to match a path on HTTP request.static classPathMatcher.BuilderSpecifies the way to match a path on HTTP request.
-