Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher
-
Packages that use PathMatcher Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.matcher.v3 io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of PathMatcher in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type PathMatcher 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 PathMatcher Modifier and Type Method Description PathMatcherPermission.Builder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPermission. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPermissionOrBuilder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipal.Builder. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipal. getUrlPath()A URL path on the incoming HTTP request.PathMatcherPrincipalOrBuilder. getUrlPath()A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type PathMatcher 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.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PathMatcher Modifier and Type Method Description Permission.BuilderPermission.Builder. mergeUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Principal.BuilderPrincipal.Builder. mergeUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Permission.BuilderPermission.Builder. setUrlPath(PathMatcher value)A URL path on the incoming HTTP request.Principal.BuilderPrincipal.Builder. setUrlPath(PathMatcher value)A URL path on the incoming HTTP request. -
Uses of PathMatcher in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as PathMatcher Modifier and Type Field Description private static PathMatcherPathMatcher. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type PathMatcher Modifier and Type Field Description private static com.google.protobuf.Parser<PathMatcher>PathMatcher. PARSERMethods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher Modifier and Type Method Description PathMatcherPathMatcher.Builder. build()PathMatcherPathMatcher.Builder. buildPartial()static PathMatcherPathMatcher. getDefaultInstance()PathMatcherPathMatcher.Builder. getDefaultInstanceForType()PathMatcherPathMatcher. getDefaultInstanceForType()static PathMatcherPathMatcher. parseDelimitedFrom(java.io.InputStream input)static PathMatcherPathMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(byte[] data)static PathMatcherPathMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input)static PathMatcherPathMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(java.io.InputStream input)static PathMatcherPathMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(java.nio.ByteBuffer data)static PathMatcherPathMatcher. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type PathMatcher Modifier and Type Method Description com.google.protobuf.Parser<PathMatcher>PathMatcher. getParserForType()static com.google.protobuf.Parser<PathMatcher>PathMatcher. parser()Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type PathMatcher Modifier and Type Method Description private voidPathMatcher.Builder. buildPartial0(PathMatcher result)private voidPathMatcher.Builder. buildPartialOneofs(PathMatcher result)PathMatcher.BuilderPathMatcher.Builder. mergeFrom(PathMatcher other)static PathMatcher.BuilderPathMatcher. newBuilder(PathMatcher prototype) -
Uses of PathMatcher in io.grpc.xds
Methods in io.grpc.xds with parameters of type PathMatcher Modifier and Type Method Description private static GrpcAuthorizationEngine.PathMatcherRbacFilter. parsePathMatcher(PathMatcher proto)
-