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