public final class DatasetList
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
| Modifier and Type | Class and Description |
|---|---|
static class |
DatasetList.Datasets
A dataset resource with only a subset of fields, to be returned in a list of datasets.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DatasetList() |
| Modifier and Type | Method and Description |
|---|---|
DatasetList |
clone() |
List<DatasetList.Datasets> |
getDatasets()
An array of the dataset resources in the project.
|
String |
getEtag()
Output only.
|
String |
getKind()
Output only.
|
String |
getNextPageToken()
A token that can be used to request the next results page.
|
List<String> |
getUnreachable()
A list of skipped locations that were unreachable.
|
DatasetList |
set(String fieldName,
Object value) |
DatasetList |
setDatasets(List<DatasetList.Datasets> datasets)
An array of the dataset resources in the project.
|
DatasetList |
setEtag(String etag)
Output only.
|
DatasetList |
setKind(String kind)
Output only.
|
DatasetList |
setNextPageToken(String nextPageToken)
A token that can be used to request the next results page.
|
DatasetList |
setUnreachable(List<String> unreachable)
A list of skipped locations that were unreachable.
|
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<DatasetList.Datasets> getDatasets()
null for nonepublic DatasetList setDatasets(List<DatasetList.Datasets> datasets)
datasets - datasets or null for nonepublic String getEtag()
null for nonepublic DatasetList setEtag(String etag)
etag - etag or null for nonepublic String getKind()
null for nonepublic DatasetList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic DatasetList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<String> getUnreachable()
null for nonepublic DatasetList setUnreachable(List<String> unreachable)
unreachable - unreachable or null for nonepublic DatasetList set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic DatasetList clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.