public class Bigquery.Tabledata.InsertAll extends BigqueryRequest<TableDataInsertAllResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
InsertAll(String projectId,
String datasetId,
String tableId,
TableDataInsertAllRequest content)
Streams data into BigQuery one record at a time without needing to run a load job.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, 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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected InsertAll(String projectId, String datasetId, String tableId, TableDataInsertAllRequest 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 destination.datasetId
- Required. Dataset ID of the destination.tableId
- Required. Table ID of the destination.content
- the TableDataInsertAllRequest
public Bigquery.Tabledata.InsertAll set$Xgafv(String $Xgafv)
BigqueryRequest
set$Xgafv
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setAccessToken(String accessToken)
BigqueryRequest
setAccessToken
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setCallback(String callback)
BigqueryRequest
setCallback
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setUploadType(String uploadType)
BigqueryRequest
setUploadType
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setUploadProtocol(String uploadProtocol)
BigqueryRequest
setUploadProtocol
in class BigqueryRequest<TableDataInsertAllResponse>
public String getProjectId()
public Bigquery.Tabledata.InsertAll setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Tabledata.InsertAll setDatasetId(String datasetId)
public String getTableId()
public Bigquery.Tabledata.InsertAll setTableId(String tableId)
public Bigquery.Tabledata.InsertAll set(String parameterName, Object value)
set
in class BigqueryRequest<TableDataInsertAllResponse>
Copyright © 2011–2024 Google. All rights reserved.