Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
PathMatcher |
PathMatcher.clone() |
PathMatcher |
PathMatcher.set(String fieldName,
Object value) |
PathMatcher |
PathMatcher.setDefaultService(String defaultService)
The full or partial URL to the BackendService resource.
|
PathMatcher |
PathMatcher.setDescription(String description)
An optional description of this resource.
|
PathMatcher |
PathMatcher.setName(String name)
The name to which this PathMatcher is referred by the HostRule.
|
PathMatcher |
PathMatcher.setPathRules(List<PathRule> pathRules)
The list of path rules.
|
Modifier and Type | Method and Description |
---|---|
List<PathMatcher> |
UrlMap.getPathMatchers()
The list of named PathMatchers to use against the URL.
|
Modifier and Type | Method and Description |
---|---|
UrlMap |
UrlMap.setPathMatchers(List<PathMatcher> pathMatchers)
The list of named PathMatchers to use against the URL.
|
Copyright © 2011–2019 Google. All rights reserved.