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
Model definition for DatasetListDatasets.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.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()
A hash value of the results page.
|
String |
getKind()
The list type.
|
String |
getNextPageToken()
A token that can be used to request the next results page.
|
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)
A hash value of the results page.
|
DatasetList |
setKind(String kind)
The list type.
|
DatasetList |
setNextPageToken(String nextPageToken)
A token that can be used to request the next results page.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 DatasetList set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DatasetList clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.