public final class ListLocationsResponse
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 Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ListLocationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResponse |
clone() |
java.util.List<Location> |
getLocations()
A full list of GKE locations.
|
java.lang.String |
getNextPageToken()
Only return ListLocationsResponse that occur after the page_token.
|
ListLocationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListLocationsResponse |
setLocations(java.util.List<Location> locations)
A full list of GKE locations.
|
ListLocationsResponse |
setNextPageToken(java.lang.String nextPageToken)
Only return ListLocationsResponse that occur after the page_token.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<Location> getLocations()
null for nonepublic ListLocationsResponse setLocations(java.util.List<Location> locations)
locations - locations or null for nonepublic java.lang.String getNextPageToken()
null for nonepublic ListLocationsResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic ListLocationsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListLocationsResponse clone()
clone in class com.google.api.client.json.GenericJson