BigQuery API v2 (revision 86)
com.google.api.services.bigquery.model
Class TableSchema
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.TableSchema
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
public final class TableSchema
- extends GenericJson
Model definition for TableSchema.
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> |
TableSchema
public TableSchema()
getFields
public List<TableFieldSchema> getFields()
- Describes the fields in a table.
The value returned may be
null
.
setFields
public TableSchema setFields(List<TableFieldSchema> fields)
- Describes the fields in a table.
The value set may be
null
.