public final class ListRoutinesResponse
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 BigQuery 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 |
|---|
ListRoutinesResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListRoutinesResponse |
clone() |
java.lang.String |
getNextPageToken()
A token to request the next page of results.
|
java.util.List<Routine> |
getRoutines()
Routines in the requested dataset.
|
ListRoutinesResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListRoutinesResponse |
setNextPageToken(java.lang.String nextPageToken)
A token to request the next page of results.
|
ListRoutinesResponse |
setRoutines(java.util.List<Routine> routines)
Routines in the requested dataset.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getNextPageToken()
null for nonepublic ListRoutinesResponse setNextPageToken(java.lang.String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic java.util.List<Routine> getRoutines()
null for nonepublic ListRoutinesResponse setRoutines(java.util.List<Routine> routines)
routines - routines or null for nonepublic ListRoutinesResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListRoutinesResponse clone()
clone in class com.google.api.client.json.GenericJson