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