| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| UrlRewrite | UrlRewrite. clone() | 
| UrlRewrite | HttpRouteAction. getUrlRewrite()The spec to modify the URL of the request, prior to forwarding the request to the matched
 service. | 
| UrlRewrite | UrlRewrite. set(String fieldName,
   Object value) | 
| UrlRewrite | UrlRewrite. setHostRewrite(String hostRewrite)Prior to forwarding the request to the selected service, the request's host header is replaced
 with contents of hostRewrite. | 
| UrlRewrite | UrlRewrite. setPathPrefixRewrite(String pathPrefixRewrite)Prior to forwarding the request to the selected backend service, the matching portion of the
 request's path is replaced by pathPrefixRewrite. | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpRouteAction | HttpRouteAction. setUrlRewrite(UrlRewrite urlRewrite)The spec to modify the URL of the request, prior to forwarding the request to the matched
 service. | 
Copyright © 2011–2021 Google. All rights reserved.