Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
UrlMapTest |
UrlMapTest.clone() |
UrlMapTest |
UrlMapTest.set(java.lang.String fieldName,
java.lang.Object value) |
UrlMapTest |
UrlMapTest.setDescription(java.lang.String description)
Description of this test case.
|
UrlMapTest |
UrlMapTest.setHost(java.lang.String host)
Host portion of the URL.
|
UrlMapTest |
UrlMapTest.setPath(java.lang.String path)
Path portion of the URL.
|
UrlMapTest |
UrlMapTest.setService(java.lang.String service)
Expected BackendService resource the given URL should be mapped to.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UrlMapTest> |
UrlMap.getTests()
The list of expected URL mappings.
|
Modifier and Type | Method and Description |
---|---|
UrlMap |
UrlMap.setTests(java.util.List<UrlMapTest> tests)
The list of expected URL mappings.
|