public class Bigquery.Tabledata.InsertAll extends BigqueryRequest<TableDataInsertAllResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
Dataset ID of the destination table.
|
String |
getProjectId()
Project ID of the destination table.
|
String |
getTableId()
Table ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
set(String parameterName,
Object value) |
Bigquery.Tabledata.InsertAll |
setAlt(String alt)
Data format for the response.
|
Bigquery.Tabledata.InsertAll |
setDatasetId(String datasetId)
Dataset ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tabledata.InsertAll |
setKey(String key)
API key.
|
Bigquery.Tabledata.InsertAll |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tabledata.InsertAll |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tabledata.InsertAll |
setProjectId(String projectId)
Project ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Tabledata.InsertAll |
setTableId(String tableId)
Table ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, 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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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 - Project ID of the destination table.datasetId - Dataset ID of the destination table.tableId - Table ID of the destination table.content - the TableDataInsertAllRequestpublic Bigquery.Tabledata.InsertAll setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<TableDataInsertAllResponse>public Bigquery.Tabledata.InsertAll setUserIp(String userIp)
BigqueryRequestsetUserIp 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–2018 Google. All rights reserved.