Uses of Class
io.envoyproxy.envoy.type.matcher.PathMatcher
-
Packages that use PathMatcher Package Description io.envoyproxy.envoy.config.rbac.v2 io.envoyproxy.envoy.type.matcher -
-
Uses of PathMatcher in io.envoyproxy.envoy.config.rbac.v2
Methods in io.envoyproxy.envoy.config.rbac.v2 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.v2 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
Methods in io.envoyproxy.envoy.type.matcher 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(InputStream input)static PathMatcherPathMatcher. parseDelimitedFrom(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(InputStream input)static PathMatcherPathMatcher. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PathMatcherPathMatcher. parseFrom(ByteBuffer data)static PathMatcherPathMatcher. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.type.matcher 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 with parameters of type PathMatcher Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. mergeFrom(PathMatcher other)static PathMatcher.BuilderPathMatcher. newBuilder(PathMatcher prototype)
-