BigQuery API v2 (revision 88)



Uses of Class
com.google.api.services.bigquery.model.TableSchema

Packages that use TableSchema
com.google.api.services.bigquery.model   
 

Uses of TableSchema in com.google.api.services.bigquery.model
 

Methods in com.google.api.services.bigquery.model that return TableSchema
 TableSchema TableSchema.clone()
           
 TableSchema Table.getSchema()
          [Optional] Describes the schema of this table.
 TableSchema JobConfigurationLoad.getSchema()
          [Optional] The schema for the destination table.
 TableSchema GetQueryResultsResponse.getSchema()
          The schema of the results.
 TableSchema QueryResponse.getSchema()
          The schema of the results.
 TableSchema TableSchema.set(String fieldName, Object value)
           
 TableSchema TableSchema.setFields(List<TableFieldSchema> fields)
          Describes the fields in a table.
 

Methods in com.google.api.services.bigquery.model with parameters of type TableSchema
 Table Table.setSchema(TableSchema schema)
          [Optional] Describes the schema of this table.
 JobConfigurationLoad JobConfigurationLoad.setSchema(TableSchema schema)
          [Optional] The schema for the destination table.
 GetQueryResultsResponse GetQueryResultsResponse.setSchema(TableSchema schema)
          The schema of the results.
 QueryResponse QueryResponse.setSchema(TableSchema schema)
          The schema of the results.