public static class TargetPoolsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
TargetPoolsScopedList.Builder |
addAllTargetPools(List<TargetPool> targetPools)
A list of target pools contained in this scope.
|
TargetPoolsScopedList.Builder |
addTargetPools(TargetPool targetPools)
A list of target pools contained in this scope.
|
TargetPoolsScopedList |
build() |
TargetPoolsScopedList.Builder |
clone() |
List<TargetPool> |
getTargetPoolsList()
A list of target pools contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
TargetPoolsScopedList.Builder |
mergeFrom(TargetPoolsScopedList other) |
TargetPoolsScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of addresses when the list is empty.
|
public TargetPoolsScopedList.Builder mergeFrom(TargetPoolsScopedList other)
public List<TargetPool> getTargetPoolsList()
public TargetPoolsScopedList.Builder addAllTargetPools(List<TargetPool> targetPools)
public TargetPoolsScopedList.Builder addTargetPools(TargetPool targetPools)
public Warning getWarning()
public TargetPoolsScopedList.Builder setWarning(Warning warning)
public TargetPoolsScopedList build()
public TargetPoolsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.