public class Bigquery.Tables.Update extends BigqueryRequest<Table>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Bigquery.Tables.Update(String projectId,
String datasetId,
String tableId,
Table content)
Updates information in an existing table.
|
Modifier and Type | Method and Description |
---|---|
String |
getDatasetId()
Dataset ID of the table to update
|
String |
getProjectId()
Project ID of the table to update
|
String |
getTableId()
Table ID of the table to update
|
Bigquery.Tables.Update |
set(String parameterName,
Object value) |
Bigquery.Tables.Update |
setAlt(String alt)
Data format for the response.
|
Bigquery.Tables.Update |
setDatasetId(String datasetId)
Dataset ID of the table to update
|
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)
Project ID of the table to update
|
Bigquery.Tables.Update |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Update |
setTableId(String tableId)
Table ID of the table to update
|
Bigquery.Tables.Update |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Bigquery.Tables.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
- Project ID of the table to updatedatasetId
- Dataset ID of the table to updatetableId
- Table ID of the table to updatecontent
- the Table
public Bigquery.Tables.Update setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<Table>
public Bigquery.Tables.Update setUserIp(String userIp)
BigqueryRequest
setUserIp
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 Bigquery.Tables.Update set(String parameterName, Object value)
set
in class BigqueryRequest<Table>