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