public static class SubnetworksScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SubnetworksScopedList.Builder |
addAllSubnetworks(List<Subnetwork> subnetworks)
A list of subnetworks contained in this scope.
|
SubnetworksScopedList.Builder |
addSubnetworks(Subnetwork subnetworks)
A list of subnetworks contained in this scope.
|
SubnetworksScopedList |
build() |
SubnetworksScopedList.Builder |
clone() |
List<Subnetwork> |
getSubnetworksList()
A list of subnetworks contained in this scope.
|
Warning |
getWarning()
An informational warning that appears when the list of addresses is empty.
|
SubnetworksScopedList.Builder |
mergeFrom(SubnetworksScopedList other) |
SubnetworksScopedList.Builder |
setWarning(Warning warning)
An informational warning that appears when the list of addresses is empty.
|
public SubnetworksScopedList.Builder mergeFrom(SubnetworksScopedList other)
public List<Subnetwork> getSubnetworksList()
public SubnetworksScopedList.Builder addAllSubnetworks(List<Subnetwork> subnetworks)
public SubnetworksScopedList.Builder addSubnetworks(Subnetwork subnetworks)
public Warning getWarning()
public SubnetworksScopedList.Builder setWarning(Warning warning)
public SubnetworksScopedList build()
public SubnetworksScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.