Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher
Packages that use PathMatcher
Package
Description
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 PathMatcherModifier and TypeFieldDescriptionprivate 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 PathMatcherModifier and TypeMethodDescriptionPermission.Builder.getUrlPath()
A URL path on the incoming HTTP request.Permission.getUrlPath()
A URL path on the incoming HTTP request.PermissionOrBuilder.getUrlPath()
A URL path on the incoming HTTP request.Principal.Builder.getUrlPath()
A URL path on the incoming HTTP request.Principal.getUrlPath()
A URL path on the incoming HTTP request.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 PathMatcherModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Permission.Builder.internalGetUrlPathFieldBuilder()
A URL path on the incoming HTTP request.private com.google.protobuf.SingleFieldBuilder
<PathMatcher, PathMatcher.Builder, PathMatcherOrBuilder> Principal.Builder.internalGetUrlPathFieldBuilder()
A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 with parameters of type PathMatcherModifier and TypeMethodDescriptionPermission.Builder.mergeUrlPath
(PathMatcher value) A URL path on the incoming HTTP request.Principal.Builder.mergeUrlPath
(PathMatcher value) A URL path on the incoming HTTP request.Permission.Builder.setUrlPath
(PathMatcher value) A URL path on the incoming HTTP request.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 PathMatcherFields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type PathMatcherModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<PathMatcher> PathMatcher.PARSER
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcherModifier and TypeMethodDescriptionPathMatcher.Builder.build()
PathMatcher.Builder.buildPartial()
static PathMatcher
PathMatcher.getDefaultInstance()
PathMatcher.Builder.getDefaultInstanceForType()
PathMatcher.getDefaultInstanceForType()
static PathMatcher
PathMatcher.parseDelimitedFrom
(InputStream input) static PathMatcher
PathMatcher.parseDelimitedFrom
(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
(InputStream input) static PathMatcher
PathMatcher.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PathMatcher
PathMatcher.parseFrom
(ByteBuffer data) static PathMatcher
PathMatcher.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type PathMatcherModifier and TypeMethodDescriptioncom.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 PathMatcherModifier and TypeMethodDescriptionprivate void
PathMatcher.Builder.buildPartial0
(PathMatcher result) private void
PathMatcher.Builder.buildPartialOneofs
(PathMatcher result) 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 PathMatcherModifier and TypeMethodDescriptionprivate static GrpcAuthorizationEngine.PathMatcher
RbacFilter.parsePathMatcher
(PathMatcher proto)