target.apidocs.com.google.api.services.bigquery.class-use.Bigquery.Tables.Update.html Maven / Gradle / Ivy
Uses of Class com.google.api.services.bigquery.Bigquery.Tables.Update (BigQuery API v2-rev20240727-2.0.0)
Uses of Class
com.google.api.services.bigquery.Bigquery.Tables.Update
-
Packages that use Bigquery.Tables.Update
Package
Description
com.google.api.services.bigquery
-
-
Uses of Bigquery.Tables.Update in com.google.api.services.bigquery
Methods in com.google.api.services.bigquery that return Bigquery.Tables.Update
Modifier and Type
Method and Description
Bigquery.Tables.Update
Bigquery.Tables.Update.set(String parameterName,
Object value)
Bigquery.Tables.Update
Bigquery.Tables.Update.set$Xgafv(String $Xgafv)
Bigquery.Tables.Update
Bigquery.Tables.Update.setAccessToken(String accessToken)
Bigquery.Tables.Update
Bigquery.Tables.Update.setAlt(String alt)
Bigquery.Tables.Update
Bigquery.Tables.Update.setAutodetectSchema(Boolean autodetectSchema)
Optional.
Bigquery.Tables.Update
Bigquery.Tables.Update.setCallback(String callback)
Bigquery.Tables.Update
Bigquery.Tables.Update.setDatasetId(String datasetId)
Required.
Bigquery.Tables.Update
Bigquery.Tables.Update.setFields(String fields)
Bigquery.Tables.Update
Bigquery.Tables.Update.setKey(String key)
Bigquery.Tables.Update
Bigquery.Tables.Update.setOauthToken(String oauthToken)
Bigquery.Tables.Update
Bigquery.Tables.Update.setPrettyPrint(Boolean prettyPrint)
Bigquery.Tables.Update
Bigquery.Tables.Update.setProjectId(String projectId)
Required.
Bigquery.Tables.Update
Bigquery.Tables.Update.setQuotaUser(String quotaUser)
Bigquery.Tables.Update
Bigquery.Tables.Update.setTableId(String tableId)
Required.
Bigquery.Tables.Update
Bigquery.Tables.Update.setUploadProtocol(String uploadProtocol)
Bigquery.Tables.Update
Bigquery.Tables.Update.setUploadType(String uploadType)
Bigquery.Tables.Update
Bigquery.Tables.update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
Copyright © 2011–2024 Google. All rights reserved.