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