public class Bigquery.Routines.Get extends BigqueryRequest<Routine>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String projectId,
String datasetId,
String routineId)
Gets the specified routine resource by routine ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getDatasetId()
Required.
|
String |
getProjectId()
Required.
|
String |
getReadMask()
If set, only the Routine fields in the field mask are returned in the response.
|
String |
getRoutineId()
Required.
|
Bigquery.Routines.Get |
set(String parameterName,
Object value) |
Bigquery.Routines.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Routines.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Routines.Get |
setAlt(String alt)
Data format for response.
|
Bigquery.Routines.Get |
setCallback(String callback)
JSONP
|
Bigquery.Routines.Get |
setDatasetId(String datasetId)
Required.
|
Bigquery.Routines.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Routines.Get |
setKey(String key)
API key.
|
Bigquery.Routines.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Routines.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Routines.Get |
setProjectId(String projectId)
Required.
|
Bigquery.Routines.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Routines.Get |
setReadMask(String readMask)
If set, only the Routine fields in the field mask are returned in the response.
|
Bigquery.Routines.Get |
setRoutineId(String routineId)
Required.
|
Bigquery.Routines.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Routines.Get |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(String projectId, String datasetId, String routineId)
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 requested routinedatasetId - Required. Dataset ID of the requested routineroutineId - Required. Routine ID of the requested routinepublic com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Routine>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Routine>IOExceptionpublic Bigquery.Routines.Get set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Routine>public Bigquery.Routines.Get setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Routine>public Bigquery.Routines.Get setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Routine>public Bigquery.Routines.Get setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Routine>public Bigquery.Routines.Get setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Routine>public Bigquery.Routines.Get setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Routine>public Bigquery.Routines.Get setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Routine>public Bigquery.Routines.Get setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Routine>public Bigquery.Routines.Get setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Routine>public Bigquery.Routines.Get setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Routine>public Bigquery.Routines.Get setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Routine>public String getProjectId()
public Bigquery.Routines.Get setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Routines.Get setDatasetId(String datasetId)
public String getRoutineId()
public Bigquery.Routines.Get setRoutineId(String routineId)
public String getReadMask()
public Bigquery.Routines.Get setReadMask(String readMask)
public Bigquery.Routines.Get set(String parameterName, Object value)
set in class BigqueryRequest<Routine>Copyright © 2011–2025 Google. All rights reserved.