public final class InstanceTemplateAggregatedList
extends com.google.api.client.json.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 |
InstanceTemplateAggregatedList.Warning
[Output Only] Informational warning message.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstanceTemplateAggregatedList() |
| Modifier and Type | Method and Description |
|---|---|
InstanceTemplateAggregatedList |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
Map<String,InstanceTemplatesScopedList> |
getItems()
A list of InstanceTemplatesScopedList resources.
|
String |
getKind()
Type of resource.
|
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.
|
InstanceTemplateAggregatedList.Warning |
getWarning()
[Output Only] Informational warning message.
|
InstanceTemplateAggregatedList |
set(String fieldName,
Object value) |
InstanceTemplateAggregatedList |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
InstanceTemplateAggregatedList |
setItems(Map<String,InstanceTemplatesScopedList> items)
A list of InstanceTemplatesScopedList resources.
|
InstanceTemplateAggregatedList |
setKind(String kind)
Type of resource.
|
InstanceTemplateAggregatedList |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
InstanceTemplateAggregatedList |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
InstanceTemplateAggregatedList |
setWarning(InstanceTemplateAggregatedList.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 InstanceTemplateAggregatedList setId(String id)
id - id or null for nonepublic Map<String,InstanceTemplatesScopedList> getItems()
null for nonepublic InstanceTemplateAggregatedList setItems(Map<String,InstanceTemplatesScopedList> items)
items - items or null for nonepublic String getKind()
null for nonepublic InstanceTemplateAggregatedList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic InstanceTemplateAggregatedList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic InstanceTemplateAggregatedList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic InstanceTemplateAggregatedList.Warning getWarning()
null for nonepublic InstanceTemplateAggregatedList setWarning(InstanceTemplateAggregatedList.Warning warning)
warning - warning or null for nonepublic InstanceTemplateAggregatedList set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InstanceTemplateAggregatedList clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.