public class Bigquery.Tables.Update extends BigqueryRequest<Table>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutodetectSchema()
Optional.
|
String |
getDatasetId()
Required.
|
String |
getProjectId()
Required.
|
String |
getTableId()
Required.
|
Bigquery.Tables.Update |
set(String parameterName,
Object value) |
Bigquery.Tables.Update |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Tables.Update |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Tables.Update |
setAlt(String alt)
Data format for response.
|
Bigquery.Tables.Update |
setAutodetectSchema(Boolean autodetectSchema)
Optional.
|
Bigquery.Tables.Update |
setCallback(String callback)
JSONP
|
Bigquery.Tables.Update |
setDatasetId(String datasetId)
Required.
|
Bigquery.Tables.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tables.Update |
setKey(String key)
API key.
|
Bigquery.Tables.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tables.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tables.Update |
setProjectId(String projectId)
Required.
|
Bigquery.Tables.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Update |
setTableId(String tableId)
Required.
|
Bigquery.Tables.Update |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Tables.Update |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Update(String projectId, String datasetId, String tableId, Table content)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Bigquery.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must
be called to initialize this instance immediately after invoking the constructor.
projectId - Required. Project ID of the table to updatedatasetId - Required. Dataset ID of the table to updatetableId - Required. Table ID of the table to updatecontent - the Tablepublic Bigquery.Tables.Update set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Table>public Bigquery.Tables.Update setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Table>public Bigquery.Tables.Update setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Table>public Bigquery.Tables.Update setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Table>public Bigquery.Tables.Update setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Table>public Bigquery.Tables.Update setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Table>public Bigquery.Tables.Update setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Table>public Bigquery.Tables.Update setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Table>public Bigquery.Tables.Update setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Table>public Bigquery.Tables.Update setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Table>public Bigquery.Tables.Update setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Table>public String getProjectId()
public Bigquery.Tables.Update setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Tables.Update setDatasetId(String datasetId)
public String getTableId()
public Bigquery.Tables.Update setTableId(String tableId)
public Boolean getAutodetectSchema()
public Bigquery.Tables.Update setAutodetectSchema(Boolean autodetectSchema)
public Bigquery.Tables.Update set(String parameterName, Object value)
set in class BigqueryRequest<Table>Copyright © 2011–2025 Google. All rights reserved.