BigQuery API v2 (revision 76)



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

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

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

Methods in com.google.api.services.bigquery that return Bigquery.Tables.Get
 Bigquery.Tables.Get Bigquery.Tables.get(String projectId, String datasetId, String tableId)
          Gets the specified table resource by table ID.
 Bigquery.Tables.Get Bigquery.Tables.Get.setAlt(String alt)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setDatasetId(String datasetId)
          Dataset ID of the requested table
 Bigquery.Tables.Get Bigquery.Tables.Get.setFields(String fields)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setKey(String key)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setOauthToken(String oauthToken)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setPrettyPrint(Boolean prettyPrint)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setProjectId(String projectId)
          Project ID of the requested table
 Bigquery.Tables.Get Bigquery.Tables.Get.setQuotaUser(String quotaUser)
           
 Bigquery.Tables.Get Bigquery.Tables.Get.setTableId(String tableId)
          Table ID of the requested table
 Bigquery.Tables.Get Bigquery.Tables.Get.setUserIp(String userIp)