public final class ListRuntimesResponse 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 Notebooks API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ListRuntimesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRuntimesResponse |
clone() |
String |
getNextPageToken()
Page token that can be used to continue listing from the last result in the next list call.
|
List<Runtime> |
getRuntimes()
A list of returned Runtimes.
|
List<String> |
getUnreachable()
Locations that could not be reached.
|
ListRuntimesResponse |
set(String fieldName,
Object value) |
ListRuntimesResponse |
setNextPageToken(String nextPageToken)
Page token that can be used to continue listing from the last result in the next list call.
|
ListRuntimesResponse |
setRuntimes(List<Runtime> runtimes)
A list of returned Runtimes.
|
ListRuntimesResponse |
setUnreachable(List<String> unreachable)
Locations that could not be reached.
|
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 getNextPageToken()
null for nonepublic ListRuntimesResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<Runtime> getRuntimes()
null for nonepublic ListRuntimesResponse setRuntimes(List<Runtime> runtimes)
runtimes - runtimes or null for nonepublic List<String> getUnreachable()
null for nonepublic ListRuntimesResponse setUnreachable(List<String> unreachable)
unreachable - unreachable or null for nonepublic ListRuntimesResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListRuntimesResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.