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