Modifier and Type | Method and Description |
---|---|
PathRule.Builder |
addAllPaths(List<String> paths)
The list of path patterns to match.
|
PathRule.Builder |
addPaths(String paths)
The list of path patterns to match.
|
PathRule |
build() |
PathRule.Builder |
clone() |
List<String> |
getPathsList()
The list of path patterns to match.
|
String |
getService()
The full or partial URL of the backend service resource to which traffic is directed if this
rule is matched.
|
PathRule.Builder |
mergeFrom(PathRule other) |
PathRule.Builder |
setService(String service)
The full or partial URL of the backend service resource to which traffic is directed if this
rule is matched.
|
public PathRule.Builder mergeFrom(PathRule other)
public List<String> getPathsList()
public PathRule.Builder addAllPaths(List<String> paths)
public PathRule.Builder addPaths(String paths)
public String getService()
public PathRule.Builder setService(String service)
public PathRule build()
public PathRule.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.