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 PathMatcher
Permission.Builder. getUrlPath()
A URL path on the incoming HTTP request.PathMatcher
Permission. getUrlPath()
A URL path on the incoming HTTP request.PathMatcher
PermissionOrBuilder. getUrlPath()
A URL path on the incoming HTTP request.PathMatcher
Principal.Builder. getUrlPath()
A URL path on the incoming HTTP request.PathMatcher
Principal. getUrlPath()
A URL path on the incoming HTTP request.PathMatcher
PrincipalOrBuilder. 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.Builder
Permission.Builder. mergeUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.Principal.Builder
Principal.Builder. mergeUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.Permission.Builder
Permission.Builder. setUrlPath(PathMatcher value)
A URL path on the incoming HTTP request.Principal.Builder
Principal.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 PathMatcher
PathMatcher. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher Modifier and Type Method Description PathMatcher
PathMatcher.Builder. build()
PathMatcher
PathMatcher.Builder. buildPartial()
static PathMatcher
PathMatcher. getDefaultInstance()
PathMatcher
PathMatcher.Builder. getDefaultInstanceForType()
PathMatcher
PathMatcher. getDefaultInstanceForType()
static PathMatcher
PathMatcher. parseDelimitedFrom(java.io.InputStream input)
static PathMatcher
PathMatcher. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(byte[] data)
static PathMatcher
PathMatcher. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.ByteString data)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.CodedInputStream input)
static PathMatcher
PathMatcher. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(java.io.InputStream input)
static PathMatcher
PathMatcher. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathMatcher
PathMatcher. parseFrom(java.nio.ByteBuffer data)
static PathMatcher
PathMatcher. 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 void
PathMatcher.Builder. buildPartial0(PathMatcher result)
private void
PathMatcher.Builder. buildPartialOneofs(PathMatcher result)
PathMatcher.Builder
PathMatcher.Builder. mergeFrom(PathMatcher other)
static PathMatcher.Builder
PathMatcher. 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.PathMatcher
RbacFilter. parsePathMatcher(PathMatcher proto)
-