public static class VpnTunnelAggregatedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
VpnTunnelAggregatedList |
build() |
VpnTunnelAggregatedList.Builder |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
Map<String,VpnTunnelsScopedList> |
getItemsMap()
A list of VpnTunnelsScopedList resources.
|
String |
getKind()
[Output Only] Type of resource.
|
String |
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
Warning |
getWarning()
[Output Only] Informational warning message.
|
VpnTunnelAggregatedList.Builder |
mergeFrom(VpnTunnelAggregatedList other) |
VpnTunnelAggregatedList.Builder |
putAllItems(Map<String,VpnTunnelsScopedList> items)
A list of VpnTunnelsScopedList resources.
|
VpnTunnelAggregatedList.Builder |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
VpnTunnelAggregatedList.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
VpnTunnelAggregatedList.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
VpnTunnelAggregatedList.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
VpnTunnelAggregatedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning message.
|
public VpnTunnelAggregatedList.Builder mergeFrom(VpnTunnelAggregatedList other)
public String getId()
public VpnTunnelAggregatedList.Builder setId(String id)
public Map<String,VpnTunnelsScopedList> getItemsMap()
public VpnTunnelAggregatedList.Builder putAllItems(Map<String,VpnTunnelsScopedList> items)
public String getKind()
public VpnTunnelAggregatedList.Builder setKind(String kind)
public String getNextPageToken()
public VpnTunnelAggregatedList.Builder setNextPageToken(String nextPageToken)
public String getSelfLink()
public VpnTunnelAggregatedList.Builder setSelfLink(String selfLink)
public Warning getWarning()
public VpnTunnelAggregatedList.Builder setWarning(Warning warning)
public VpnTunnelAggregatedList build()
public VpnTunnelAggregatedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.