Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
PathRule |
PathRule.clone() |
PathRule |
PathRule.set(String fieldName,
Object value) |
PathRule |
PathRule.setPaths(List<String> paths)
The list of path patterns to match.
|
PathRule |
PathRule.setService(String service)
The full or partial URL of the backend service resource to which traffic is directed if this
rule is matched.
|
Modifier and Type | Method and Description |
---|---|
List<PathRule> |
PathMatcher.getPathRules()
The list of path rules.
|
Modifier and Type | Method and Description |
---|---|
PathMatcher |
PathMatcher.setPathRules(List<PathRule> pathRules)
The list of path rules.
|
Copyright © 2011–2019 Google. All rights reserved.