BigQuery API v2 (revision 86)
com.google.api.services.bigquery.model
Class TableCell
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.bigquery.model.TableCell
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
public final class TableCell
- extends GenericJson
Represents a single cell in the result set. Users of the java client can detect whether their
value result is null by calling 'com.google.api.client.util.Data.isNull(cell.getV())'.
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:
http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
- Author:
- Google, Inc.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
TableCell
public TableCell()
getV
public Object getV()
- The value returned may be
null
.
setV
public TableCell setV(Object v)
- The value set may be
null
.