public final class NodeTemplateAggregatedList extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
| Modifier and Type | Class and Description | 
|---|---|
| static class  | NodeTemplateAggregatedList.Warning[Output Only] Informational warning message. | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| NodeTemplateAggregatedList() | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeTemplateAggregatedList | clone() | 
| String | getId()[Output Only] Unique identifier for the resource; defined by the server. | 
| Map<String,NodeTemplatesScopedList> | getItems()A list of NodeTemplatesScopedList resources. | 
| String | getKind()[Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated 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. | 
| List<String> | getUnreachables()[Output Only] Unreachable resources. | 
| NodeTemplateAggregatedList.Warning | getWarning()[Output Only] Informational warning message. | 
| NodeTemplateAggregatedList | set(String fieldName,
   Object value) | 
| NodeTemplateAggregatedList | setId(String id)[Output Only] Unique identifier for the resource; defined by the server. | 
| NodeTemplateAggregatedList | setItems(Map<String,NodeTemplatesScopedList> items)A list of NodeTemplatesScopedList resources. | 
| NodeTemplateAggregatedList | setKind(String kind)[Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated lists
 of node templates. | 
| NodeTemplateAggregatedList | setNextPageToken(String nextPageToken)[Output Only] This token allows you to get the next page of results for list requests. | 
| NodeTemplateAggregatedList | setSelfLink(String selfLink)[Output Only] Server-defined URL for this resource. | 
| NodeTemplateAggregatedList | setUnreachables(List<String> unreachables)[Output Only] Unreachable resources. | 
| NodeTemplateAggregatedList | setWarning(NodeTemplateAggregatedList.Warning warning)[Output Only] Informational warning message. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getId()
null for nonepublic NodeTemplateAggregatedList setId(String id)
id - id or null for nonepublic Map<String,NodeTemplatesScopedList> getItems()
null for nonepublic NodeTemplateAggregatedList setItems(Map<String,NodeTemplatesScopedList> items)
items - items or null for nonepublic String getKind()
null for nonepublic NodeTemplateAggregatedList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic NodeTemplateAggregatedList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic NodeTemplateAggregatedList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic List<String> getUnreachables()
null for nonepublic NodeTemplateAggregatedList setUnreachables(List<String> unreachables)
unreachables - unreachables or null for nonepublic NodeTemplateAggregatedList.Warning getWarning()
null for nonepublic NodeTemplateAggregatedList setWarning(NodeTemplateAggregatedList.Warning warning)
warning - warning or null for nonepublic NodeTemplateAggregatedList set(String fieldName, Object value)
set in class GenericJsonpublic NodeTemplateAggregatedList clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.