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