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