| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| PathMatcher | PathMatcher. clone() | 
| PathMatcher | PathMatcher. set(String fieldName,
   Object value) | 
| PathMatcher | PathMatcher. setDefaultRouteAction(HttpRouteAction defaultRouteAction)defaultRouteAction takes effect when none of the  pathRules or routeRules match. | 
| PathMatcher | PathMatcher. setDefaultService(String defaultService)The full or partial URL to the BackendService resource. | 
| PathMatcher | PathMatcher. setDefaultUrlRedirect(HttpRedirectAction defaultUrlRedirect)When none of the specified pathRules or routeRules match, the request is redirected to a URL
 specified by defaultUrlRedirect. | 
| PathMatcher | PathMatcher. setDescription(String description)An optional description of this resource. | 
| PathMatcher | PathMatcher. setHeaderAction(HttpHeaderAction headerAction)Specifies changes to request and response headers that need to take effect for the selected
 backendService. | 
| PathMatcher | PathMatcher. setName(String name)The name to which this PathMatcher is referred by the HostRule. | 
| PathMatcher | PathMatcher. setPathRules(List<PathRule> pathRules)The list of path rules. | 
| PathMatcher | PathMatcher. setRouteRules(List<HttpRouteRule> routeRules)The list of HTTP route rules. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PathMatcher> | UrlMap. getPathMatchers()The list of named PathMatchers to use against the URL. | 
| Modifier and Type | Method and Description | 
|---|---|
| UrlMap | UrlMap. setPathMatchers(List<PathMatcher> pathMatchers)The list of named PathMatchers to use against the URL. | 
Copyright © 2011–2021 Google. All rights reserved.