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