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