public static class TargetHttpProxiesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
TargetHttpProxiesScopedList.Builder |
addAllTargetHttpProxies(List<TargetHttpProxy> targetHttpProxies)
A list of TargetHttpProxies contained in this scope.
|
TargetHttpProxiesScopedList.Builder |
addTargetHttpProxies(TargetHttpProxy targetHttpProxies)
A list of TargetHttpProxies contained in this scope.
|
TargetHttpProxiesScopedList |
build() |
TargetHttpProxiesScopedList.Builder |
clone() |
List<TargetHttpProxy> |
getTargetHttpProxiesList()
A list of TargetHttpProxies contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
TargetHttpProxiesScopedList.Builder |
mergeFrom(TargetHttpProxiesScopedList other) |
TargetHttpProxiesScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of backend services when the list is empty.
|
public TargetHttpProxiesScopedList.Builder mergeFrom(TargetHttpProxiesScopedList other)
public List<TargetHttpProxy> getTargetHttpProxiesList()
public TargetHttpProxiesScopedList.Builder addAllTargetHttpProxies(List<TargetHttpProxy> targetHttpProxies)
public TargetHttpProxiesScopedList.Builder addTargetHttpProxies(TargetHttpProxy targetHttpProxies)
public Warning getWarning()
public TargetHttpProxiesScopedList.Builder setWarning(Warning warning)
public TargetHttpProxiesScopedList build()
public TargetHttpProxiesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.