public final class PathRule extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
PathRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
PathRule | 
clone()  | 
List<String> | 
getPaths()
The list of path patterns to match. 
 | 
HttpRouteAction | 
getRouteAction()
In response to a matching path, the load balancer performs advanced routing actions like URL
 rewrites, header transformations, etc. 
 | 
String | 
getService()
The full or partial URL of the backend service resource to which traffic is directed if this
 rule is matched. 
 | 
HttpRedirectAction | 
getUrlRedirect()
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. 
 | 
PathRule | 
set(String fieldName,
   Object value)  | 
PathRule | 
setPaths(List<String> paths)
The list of path patterns to match. 
 | 
PathRule | 
setRouteAction(HttpRouteAction routeAction)
In response to a matching path, the load balancer performs advanced routing actions like URL
 rewrites, header transformations, etc. 
 | 
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 | 
setUrlRedirect(HttpRedirectAction urlRedirect)
When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getPaths()
null for nonepublic PathRule setPaths(List<String> paths)
paths - paths or null for nonepublic HttpRouteAction getRouteAction()
null for nonepublic PathRule setRouteAction(HttpRouteAction routeAction)
routeAction - routeAction or null for nonepublic String getService()
null for nonepublic PathRule setService(String service)
service - service or null for nonepublic HttpRedirectAction getUrlRedirect()
null for nonepublic PathRule setUrlRedirect(HttpRedirectAction urlRedirect)
urlRedirect - urlRedirect or null for nonepublic PathRule set(String fieldName, Object value)
set in class GenericJsonpublic PathRule clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.