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