public final class InstanceTemplateList
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 |
InstanceTemplateList.Warning
[Output Only] Informational warning message.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
InstanceTemplateList() |
Modifier and Type | Method and Description |
---|---|
InstanceTemplateList |
clone() |
String |
getId()
[Output Only] Unique identifier for the resource; defined by the server.
|
List<InstanceTemplate> |
getItems()
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.
|
InstanceTemplateList.Warning |
getWarning()
[Output Only] Informational warning message.
|
InstanceTemplateList |
set(String fieldName,
Object value) |
InstanceTemplateList |
setId(String id)
[Output Only] Unique identifier for the resource; defined by the server.
|
InstanceTemplateList |
setItems(List<InstanceTemplate> items)
A list of InstanceTemplate resources.
|
InstanceTemplateList |
setKind(String kind)
[Output Only] The resource type, which is always compute#instanceTemplatesListResponse for
instance template lists.
|
InstanceTemplateList |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
InstanceTemplateList |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
InstanceTemplateList |
setWarning(InstanceTemplateList.Warning warning)
[Output Only] Informational warning message.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getId()
null
for nonepublic InstanceTemplateList setId(String id)
id
- id or null
for nonepublic List<InstanceTemplate> getItems()
null
for nonepublic InstanceTemplateList setItems(List<InstanceTemplate> items)
items
- items or null
for nonepublic String getKind()
null
for nonepublic InstanceTemplateList setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic InstanceTemplateList setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic String getSelfLink()
null
for nonepublic InstanceTemplateList setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic InstanceTemplateList.Warning getWarning()
null
for nonepublic InstanceTemplateList setWarning(InstanceTemplateList.Warning warning)
warning
- warning or null
for nonepublic InstanceTemplateList set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public InstanceTemplateList clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.