public final class TableDataList
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TableDataList() |
Modifier and Type | Method and Description |
---|---|
TableDataList |
clone() |
String |
getEtag()
A hash of this page of results.
|
String |
getKind()
The resource type of the response.
|
String |
getPageToken()
A token used for paging results.
|
List<TableRow> |
getRows()
Rows of results.
|
Long |
getTotalRows()
The total number of rows in the complete table.
|
TableDataList |
set(String fieldName,
Object value) |
TableDataList |
setEtag(String etag)
A hash of this page of results.
|
TableDataList |
setKind(String kind)
The resource type of the response.
|
TableDataList |
setPageToken(String pageToken)
A token used for paging results.
|
TableDataList |
setRows(List<TableRow> rows)
Rows of results.
|
TableDataList |
setTotalRows(Long totalRows)
The total number of rows in the complete table.
|
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 String getEtag()
null
for nonepublic TableDataList setEtag(String etag)
etag
- etag or null
for nonepublic String getKind()
null
for nonepublic TableDataList setKind(String kind)
kind
- kind or null
for nonepublic String getPageToken()
null
for nonepublic TableDataList setPageToken(String pageToken)
pageToken
- pageToken or null
for nonepublic TableDataList setRows(List<TableRow> rows)
rows
- rows or null
for nonepublic Long getTotalRows()
null
for nonepublic TableDataList setTotalRows(Long totalRows)
totalRows
- totalRows or null
for nonepublic TableDataList set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TableDataList clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.