| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| PathRule | PathRule. clone() | 
| PathRule | PathRule. set(String fieldName,
   Object value) | 
| PathRule | PathRule. setPaths(List<String> paths)The list of path patterns to match. | 
| PathRule | PathRule. setRouteAction(HttpRouteAction routeAction)In response to a matching path, the load balancer performs advanced routing actions like URL
 rewrites, header transformations, etc. | 
| PathRule | PathRule. setService(String service)The full or partial URL of the backend service resource to which traffic is directed if this
 rule is matched. | 
| PathRule | PathRule. setUrlRedirect(HttpRedirectAction urlRedirect)When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PathRule> | PathMatcher. getPathRules()The list of path rules. | 
| Modifier and Type | Method and Description | 
|---|---|
| PathMatcher | PathMatcher. setPathRules(List<PathRule> pathRules)The list of path rules. | 
Copyright © 2011–2021 Google. All rights reserved.