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