Uses of Class
io.envoyproxy.envoy.type.matcher.v3.PathMatcher.Builder
-
Packages that use PathMatcher.Builder Package Description io.envoyproxy.envoy.config.rbac.v3 io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of PathMatcher.Builder in io.envoyproxy.envoy.config.rbac.v3
Fields in io.envoyproxy.envoy.config.rbac.v3 with type parameters of type PathMatcher.Builder 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.Builder Modifier and Type Method Description PathMatcher.BuilderPermission.Builder. getUrlPathBuilder()A URL path on the incoming HTTP request.PathMatcher.BuilderPrincipal.Builder. getUrlPathBuilder()A URL path on the incoming HTTP request.Methods in io.envoyproxy.envoy.config.rbac.v3 that return types with arguments of type PathMatcher.Builder 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.Builder Modifier and Type Method Description Permission.BuilderPermission.Builder. setUrlPath(PathMatcher.Builder builderForValue)A URL path on the incoming HTTP request.Principal.BuilderPrincipal.Builder. setUrlPath(PathMatcher.Builder builderForValue)A URL path on the incoming HTTP request. -
Uses of PathMatcher.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return PathMatcher.Builder Modifier and Type Method Description PathMatcher.BuilderPathMatcher.Builder. clear()PathMatcher.BuilderPathMatcher.Builder. clearPath()The ``path`` must match the URL path portion of the :path header.PathMatcher.BuilderPathMatcher.Builder. clearRule()PathMatcher.BuilderPathMatcher.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PathMatcher.BuilderPathMatcher.Builder. mergeFrom(com.google.protobuf.Message other)PathMatcher.BuilderPathMatcher.Builder. mergeFrom(PathMatcher other)PathMatcher.BuilderPathMatcher.Builder. mergePath(StringMatcher value)The ``path`` must match the URL path portion of the :path header.static PathMatcher.BuilderPathMatcher. newBuilder()static PathMatcher.BuilderPathMatcher. newBuilder(PathMatcher prototype)PathMatcher.BuilderPathMatcher. newBuilderForType()protected PathMatcher.BuilderPathMatcher. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)PathMatcher.BuilderPathMatcher.Builder. setPath(StringMatcher value)The ``path`` must match the URL path portion of the :path header.PathMatcher.BuilderPathMatcher.Builder. setPath(StringMatcher.Builder builderForValue)The ``path`` must match the URL path portion of the :path header.PathMatcher.BuilderPathMatcher. toBuilder()
-