public class Bigquery.Routines.Update extends BigqueryRequest<Routine>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>USER_AGENT_SUFFIX| Modifier | Constructor and Description |
|---|---|
protected |
Update(String projectId,
String datasetId,
String routineId,
Routine content)
Updates information in an existing routine.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
Dataset ID of the routine to update
|
String |
getProjectId()
Project ID of the routine to update
|
String |
getRoutineId()
Routine ID of the routine to update
|
Bigquery.Routines.Update |
set(String parameterName,
Object value) |
Bigquery.Routines.Update |
setAlt(String alt)
Data format for the response.
|
Bigquery.Routines.Update |
setDatasetId(String datasetId)
Dataset ID of the routine to update
|
Bigquery.Routines.Update |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Routines.Update |
setKey(String key)
API key.
|
Bigquery.Routines.Update |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Routines.Update |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Routines.Update |
setProjectId(String projectId)
Project ID of the routine to update
|
Bigquery.Routines.Update |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Routines.Update |
setRoutineId(String routineId)
Routine ID of the routine to update
|
Bigquery.Routines.Update |
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, 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 Update(String projectId, String datasetId, String routineId, 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 - Project ID of the routine to updatedatasetId - Dataset ID of the routine to updateroutineId - Routine ID of the routine to updatecontent - the Routinepublic Bigquery.Routines.Update setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Routine>public Bigquery.Routines.Update setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Routine>public Bigquery.Routines.Update setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Routine>public Bigquery.Routines.Update setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Routine>public Bigquery.Routines.Update setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Routine>public Bigquery.Routines.Update setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Routine>public Bigquery.Routines.Update setUserIp(String userIp)
BigqueryRequestsetUserIp in class BigqueryRequest<Routine>public String getProjectId()
public Bigquery.Routines.Update setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Routines.Update setDatasetId(String datasetId)
public String getRoutineId()
public Bigquery.Routines.Update setRoutineId(String routineId)
public Bigquery.Routines.Update set(String parameterName, Object value)
set in class BigqueryRequest<Routine>Copyright © 2011–2019 Google. All rights reserved.