public final class NodeTemplatesScopedList 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  | NodeTemplatesScopedList.Warning[Output Only] An informational warning that appears when the node templates list is empty. | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| NodeTemplatesScopedList() | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeTemplatesScopedList | clone() | 
| List<NodeTemplate> | getNodeTemplates()[Output Only] A list of node templates contained in this scope. | 
| NodeTemplatesScopedList.Warning | getWarning()[Output Only] An informational warning that appears when the node templates list is empty. | 
| NodeTemplatesScopedList | set(String fieldName,
   Object value) | 
| NodeTemplatesScopedList | setNodeTemplates(List<NodeTemplate> nodeTemplates)[Output Only] A list of node templates contained in this scope. | 
| NodeTemplatesScopedList | setWarning(NodeTemplatesScopedList.Warning warning)[Output Only] An informational warning that appears when the node templates list is empty. | 
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 List<NodeTemplate> getNodeTemplates()
null for nonepublic NodeTemplatesScopedList setNodeTemplates(List<NodeTemplate> nodeTemplates)
nodeTemplates - nodeTemplates or null for nonepublic NodeTemplatesScopedList.Warning getWarning()
null for nonepublic NodeTemplatesScopedList setWarning(NodeTemplatesScopedList.Warning warning)
warning - warning or null for nonepublic NodeTemplatesScopedList set(String fieldName, Object value)
set in class GenericJsonpublic NodeTemplatesScopedList clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.