public static class NetworkEndpointGroupsScopedList.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
NetworkEndpointGroupsScopedList.Builder | 
addAllNetworkEndpointGroups(List<NetworkEndpointGroup> networkEndpointGroups)
[Output Only] The list of network endpoint groups that are contained in this scope. 
 | 
NetworkEndpointGroupsScopedList.Builder | 
addNetworkEndpointGroups(NetworkEndpointGroup networkEndpointGroups)
[Output Only] The list of network endpoint groups that are contained in this scope. 
 | 
NetworkEndpointGroupsScopedList | 
build()  | 
NetworkEndpointGroupsScopedList.Builder | 
clone()  | 
List<NetworkEndpointGroup> | 
getNetworkEndpointGroupsList()
[Output Only] The list of network endpoint groups that are contained in this scope. 
 | 
Warning | 
getWarning()
[Output Only] An informational warning that replaces the list of network endpoint groups when
 the list is empty. 
 | 
NetworkEndpointGroupsScopedList.Builder | 
mergeFrom(NetworkEndpointGroupsScopedList other)  | 
NetworkEndpointGroupsScopedList.Builder | 
setWarning(Warning warning)
[Output Only] An informational warning that replaces the list of network endpoint groups when
 the list is empty. 
 | 
public NetworkEndpointGroupsScopedList.Builder mergeFrom(NetworkEndpointGroupsScopedList other)
public List<NetworkEndpointGroup> getNetworkEndpointGroupsList()
public NetworkEndpointGroupsScopedList.Builder addAllNetworkEndpointGroups(List<NetworkEndpointGroup> networkEndpointGroups)
public NetworkEndpointGroupsScopedList.Builder addNetworkEndpointGroups(NetworkEndpointGroup networkEndpointGroups)
public Warning getWarning()
public NetworkEndpointGroupsScopedList.Builder setWarning(Warning warning)
public NetworkEndpointGroupsScopedList build()
public NetworkEndpointGroupsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.