public final class SnapshotsScopedList
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 |
SnapshotsScopedList.Warning
[Output Only] Informational warning which replaces the list of snapshots when the list is empty.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SnapshotsScopedList() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotsScopedList |
clone() |
List<Snapshot> |
getSnapshots()
[Output Only] A list of snapshots contained in this scope.
|
SnapshotsScopedList.Warning |
getWarning()
[Output Only] Informational warning which replaces the list of snapshots when the list is
empty.
|
SnapshotsScopedList |
set(String fieldName,
Object value) |
SnapshotsScopedList |
setSnapshots(List<Snapshot> snapshots)
[Output Only] A list of snapshots contained in this scope.
|
SnapshotsScopedList |
setWarning(SnapshotsScopedList.Warning warning)
[Output Only] Informational warning which replaces the list of snapshots when the 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<Snapshot> getSnapshots()
null for nonepublic SnapshotsScopedList setSnapshots(List<Snapshot> snapshots)
snapshots - snapshots or null for nonepublic SnapshotsScopedList.Warning getWarning()
null for nonepublic SnapshotsScopedList setWarning(SnapshotsScopedList.Warning warning)
warning - warning or null for nonepublic SnapshotsScopedList set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SnapshotsScopedList clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.