public static class UrlMapsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UrlMapsScopedList.Builder |
addAllUrlMaps(List<UrlMap> urlMaps)
A list of UrlMaps contained in this scope.
|
UrlMapsScopedList.Builder |
addUrlMaps(UrlMap urlMaps)
A list of UrlMaps contained in this scope.
|
UrlMapsScopedList |
build() |
UrlMapsScopedList.Builder |
clone() |
List<UrlMap> |
getUrlMapsList()
A list of UrlMaps contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
UrlMapsScopedList.Builder |
mergeFrom(UrlMapsScopedList other) |
UrlMapsScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of backend services when the list is empty.
|
public UrlMapsScopedList.Builder mergeFrom(UrlMapsScopedList other)
public UrlMapsScopedList.Builder addAllUrlMaps(List<UrlMap> urlMaps)
public UrlMapsScopedList.Builder addUrlMaps(UrlMap urlMaps)
public Warning getWarning()
public UrlMapsScopedList.Builder setWarning(Warning warning)
public UrlMapsScopedList build()
public UrlMapsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.