public static class ProjectsGetXpnResources.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ProjectsGetXpnResources.Builder |
addAllResources(List<XpnResourceId> resources)
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
|
ProjectsGetXpnResources.Builder |
addResources(XpnResourceId resources)
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
|
ProjectsGetXpnResources |
build() |
ProjectsGetXpnResources.Builder |
clone() |
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.
|
List<XpnResourceId> |
getResourcesList()
Service resources (a.k.a service projects) attached to this project as their shared VPC host.
|
ProjectsGetXpnResources.Builder |
mergeFrom(ProjectsGetXpnResources other) |
ProjectsGetXpnResources.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
ProjectsGetXpnResources.Builder |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
public ProjectsGetXpnResources.Builder mergeFrom(ProjectsGetXpnResources other)
public String getKind()
public ProjectsGetXpnResources.Builder setKind(String kind)
public String getNextPageToken()
public ProjectsGetXpnResources.Builder setNextPageToken(String nextPageToken)
public List<XpnResourceId> getResourcesList()
public ProjectsGetXpnResources.Builder addAllResources(List<XpnResourceId> resources)
public ProjectsGetXpnResources.Builder addResources(XpnResourceId resources)
public ProjectsGetXpnResources build()
public ProjectsGetXpnResources.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.