public final class ListEnvironmentsResponse 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 |
|---|
ListEnvironmentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResponse |
clone() |
List<Environment> |
getEnvironments()
A list of returned environments.
|
String |
getNextPageToken()
A page token that can be used to continue listing from the last result in the next list call.
|
List<String> |
getUnreachable()
Locations that could not be reached.
|
ListEnvironmentsResponse |
set(String fieldName,
Object value) |
ListEnvironmentsResponse |
setEnvironments(List<Environment> environments)
A list of returned environments.
|
ListEnvironmentsResponse |
setNextPageToken(String nextPageToken)
A page token that can be used to continue listing from the last result in the next list call.
|
ListEnvironmentsResponse |
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 List<Environment> getEnvironments()
null for nonepublic ListEnvironmentsResponse setEnvironments(List<Environment> environments)
environments - environments or null for nonepublic String getNextPageToken()
null for nonepublic ListEnvironmentsResponse setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<String> getUnreachable()
null for nonepublic ListEnvironmentsResponse setUnreachable(List<String> unreachable)
unreachable - unreachable or null for nonepublic ListEnvironmentsResponse set(String fieldName, Object value)
set in class GenericJsonpublic ListEnvironmentsResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.