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