public static class PathMatcher.Builder extends Object
Modifier and Type | Method and Description |
---|---|
PathMatcher.Builder |
addAllPathRules(List<PathRule> pathRules)
The list of path rules.
|
PathMatcher.Builder |
addPathRules(PathRule pathRules)
The list of path rules.
|
PathMatcher |
build() |
PathMatcher.Builder |
clone() |
String |
getDefaultService()
The full or partial URL to the BackendService resource.
|
String |
getDescription()
An optional description of this resource.
|
String |
getName()
The name to which this PathMatcher is referred by the HostRule.
|
List<PathRule> |
getPathRulesList()
The list of path rules.
|
PathMatcher.Builder |
mergeFrom(PathMatcher other) |
PathMatcher.Builder |
setDefaultService(String defaultService)
The full or partial URL to the BackendService resource.
|
PathMatcher.Builder |
setDescription(String description)
An optional description of this resource.
|
PathMatcher.Builder |
setName(String name)
The name to which this PathMatcher is referred by the HostRule.
|
public PathMatcher.Builder mergeFrom(PathMatcher other)
public String getDefaultService()
public PathMatcher.Builder setDefaultService(String defaultService)
public String getDescription()
public PathMatcher.Builder setDescription(String description)
public String getName()
public PathMatcher.Builder setName(String name)
public List<PathRule> getPathRulesList()
public PathMatcher.Builder addAllPathRules(List<PathRule> pathRules)
public PathMatcher.Builder addPathRules(PathRule pathRules)
public PathMatcher build()
public PathMatcher.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.