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 Google Cloud Key Management Service (KMS) 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 list of locations that matches the specified filter in the request.
|
java.lang.String |
getNextPageToken()
The standard List next-page token.
|
ListLocationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListLocationsResponse |
setLocations(java.util.List<Location> locations)
A list of locations that matches the specified filter in the request.
|
ListLocationsResponse |
setNextPageToken(java.lang.String nextPageToken)
The standard List next-page token.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic 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