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