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