BigQuery API v2 (revision 86)



Uses of Class
com.google.api.services.bigquery.Bigquery.Tables.Insert

Packages that use Bigquery.Tables.Insert
com.google.api.services.bigquery   
 

Uses of Bigquery.Tables.Insert in com.google.api.services.bigquery
 

Methods in com.google.api.services.bigquery that return Bigquery.Tables.Insert
 Bigquery.Tables.Insert Bigquery.Tables.insert(String projectId, String datasetId, Table content)
          Creates a new, empty table in the dataset.
 Bigquery.Tables.Insert Bigquery.Tables.Insert.set(String parameterName, Object value)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setAlt(String alt)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setDatasetId(String datasetId)
          Dataset ID of the new table
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setFields(String fields)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setKey(String key)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setOauthToken(String oauthToken)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setPrettyPrint(Boolean prettyPrint)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setProjectId(String projectId)
          Project ID of the new table
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setQuotaUser(String quotaUser)
           
 Bigquery.Tables.Insert Bigquery.Tables.Insert.setUserIp(String userIp)