public class Bigquery.Tabledata.InsertAll extends BigqueryRequest<TableDataInsertAllResponse>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Bigquery.Tabledata.InsertAll(java.lang.String projectId,
java.lang.String datasetId,
java.lang.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 |
---|---|
java.lang.String |
getDatasetId()
Dataset ID of the destination table.
|
java.lang.String |
getProjectId()
Project ID of the destination table.
|
java.lang.String |
getTableId()
Table ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
set(java.lang.String parameterName,
java.lang.Object value) |
Bigquery.Tabledata.InsertAll |
setAlt(java.lang.String alt)
Data format for the response.
|
Bigquery.Tabledata.InsertAll |
setDatasetId(java.lang.String datasetId)
Dataset ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tabledata.InsertAll |
setKey(java.lang.String key)
API key.
|
Bigquery.Tabledata.InsertAll |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tabledata.InsertAll |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tabledata.InsertAll |
setProjectId(java.lang.String projectId)
Project ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tabledata.InsertAll |
setTableId(java.lang.String tableId)
Table ID of the destination table.
|
Bigquery.Tabledata.InsertAll |
setUserIp(java.lang.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
protected Bigquery.Tabledata.InsertAll(java.lang.String projectId, java.lang.String datasetId, java.lang.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 TableDataInsertAllRequest
public Bigquery.Tabledata.InsertAll setAlt(java.lang.String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setFields(java.lang.String fields)
BigqueryRequest
setFields
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setKey(java.lang.String key)
BigqueryRequest
setKey
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setOauthToken(java.lang.String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setPrettyPrint(java.lang.Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setQuotaUser(java.lang.String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<TableDataInsertAllResponse>
public Bigquery.Tabledata.InsertAll setUserIp(java.lang.String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<TableDataInsertAllResponse>
public java.lang.String getProjectId()
public Bigquery.Tabledata.InsertAll setProjectId(java.lang.String projectId)
public java.lang.String getDatasetId()
public Bigquery.Tabledata.InsertAll setDatasetId(java.lang.String datasetId)
public java.lang.String getTableId()
public Bigquery.Tabledata.InsertAll setTableId(java.lang.String tableId)
public Bigquery.Tabledata.InsertAll set(java.lang.String parameterName, java.lang.Object value)
set
in class BigqueryRequest<TableDataInsertAllResponse>