public class Bigquery.Tables.Patch extends BigqueryRequest<Table>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Patch(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.Patch |
set(String parameterName,
Object value) |
Bigquery.Tables.Patch |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Tables.Patch |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Tables.Patch |
setAlt(String alt)
Data format for response.
|
Bigquery.Tables.Patch |
setAutodetectSchema(Boolean autodetectSchema)
Optional.
|
Bigquery.Tables.Patch |
setCallback(String callback)
JSONP
|
Bigquery.Tables.Patch |
setDatasetId(String datasetId)
Required.
|
Bigquery.Tables.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tables.Patch |
setKey(String key)
API key.
|
Bigquery.Tables.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tables.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tables.Patch |
setProjectId(String projectId)
Required.
|
Bigquery.Tables.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Patch |
setTableId(String tableId)
Required.
|
Bigquery.Tables.Patch |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Tables.Patch |
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 Patch(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.Patch set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Table>public Bigquery.Tables.Patch setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Table>public Bigquery.Tables.Patch setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Table>public Bigquery.Tables.Patch setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Table>public Bigquery.Tables.Patch setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Table>public Bigquery.Tables.Patch setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Table>public Bigquery.Tables.Patch setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Table>public Bigquery.Tables.Patch setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Table>public Bigquery.Tables.Patch setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Table>public Bigquery.Tables.Patch setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Table>public Bigquery.Tables.Patch setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Table>public String getProjectId()
public Bigquery.Tables.Patch setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Tables.Patch setDatasetId(String datasetId)
public String getTableId()
public Bigquery.Tables.Patch setTableId(String tableId)
public Boolean getAutodetectSchema()
public Bigquery.Tables.Patch setAutodetectSchema(Boolean autodetectSchema)
public Bigquery.Tables.Patch set(String parameterName, Object value)
set in class BigqueryRequest<Table>Copyright © 2011–2025 Google. All rights reserved.