Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
PathRule |
PathRule.clone() |
PathRule |
PathRule.set(java.lang.String fieldName,
java.lang.Object value) |
PathRule |
PathRule.setPaths(java.util.List<java.lang.String> paths)
The list of path patterns to match.
|
PathRule |
PathRule.setService(java.lang.String service)
The URL of the BackendService resource if this rule is matched.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PathRule> |
PathMatcher.getPathRules()
The list of path rules.
|
Modifier and Type | Method and Description |
---|---|
PathMatcher |
PathMatcher.setPathRules(java.util.List<PathRule> pathRules)
The list of path rules.
|