public static class UrlMapTest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UrlMapTest |
build() |
UrlMapTest.Builder |
clone() |
String |
getDescription()
Description of this test case.
|
String |
getHost()
Host portion of the URL.
|
String |
getPath()
Path portion of the URL.
|
String |
getService()
Expected BackendService resource the given URL should be mapped to.
|
UrlMapTest.Builder |
mergeFrom(UrlMapTest other) |
UrlMapTest.Builder |
setDescription(String description)
Description of this test case.
|
UrlMapTest.Builder |
setHost(String host)
Host portion of the URL.
|
UrlMapTest.Builder |
setPath(String path)
Path portion of the URL.
|
UrlMapTest.Builder |
setService(String service)
Expected BackendService resource the given URL should be mapped to.
|
public UrlMapTest.Builder mergeFrom(UrlMapTest other)
public String getDescription()
public UrlMapTest.Builder setDescription(String description)
public String getHost()
public UrlMapTest.Builder setHost(String host)
public String getPath()
public UrlMapTest.Builder setPath(String path)
public String getService()
public UrlMapTest.Builder setService(String service)
public UrlMapTest build()
public UrlMapTest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.