public class Bigquery.Routines.List extends BigqueryRequest<ListRoutinesResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(String projectId,
String datasetId)
Lists all routines in the specified dataset.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getDatasetId()
Required.
|
String |
getFilter()
If set, then only the Routines matching this filter are returned.
|
Long |
getMaxResults()
The maximum number of results to return in a single response page.
|
String |
getPageToken()
Page token, returned by a previous call, to request the next page of results
|
String |
getProjectId()
Required.
|
String |
getReadMask()
If set, then only the Routine fields in the field mask, as well as project_id, dataset_id and
routine_id, are returned in the response.
|
Bigquery.Routines.List |
set(String parameterName,
Object value) |
Bigquery.Routines.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Routines.List |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Routines.List |
setAlt(String alt)
Data format for response.
|
Bigquery.Routines.List |
setCallback(String callback)
JSONP
|
Bigquery.Routines.List |
setDatasetId(String datasetId)
Required.
|
Bigquery.Routines.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Routines.List |
setFilter(String filter)
If set, then only the Routines matching this filter are returned.
|
Bigquery.Routines.List |
setKey(String key)
API key.
|
Bigquery.Routines.List |
setMaxResults(Long maxResults)
The maximum number of results to return in a single response page.
|
Bigquery.Routines.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Routines.List |
setPageToken(String pageToken)
Page token, returned by a previous call, to request the next page of results
|
Bigquery.Routines.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Routines.List |
setProjectId(String projectId)
Required.
|
Bigquery.Routines.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Routines.List |
setReadMask(String readMask)
If set, then only the Routine fields in the field mask, as well as project_id, dataset_id
and routine_id, are returned in the response.
|
Bigquery.Routines.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Routines.List |
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 List(String projectId, String datasetId)
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 routines to listdatasetId - Required. Dataset ID of the routines to listpublic com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRoutinesResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListRoutinesResponse>IOExceptionpublic Bigquery.Routines.List set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<ListRoutinesResponse>public Bigquery.Routines.List setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<ListRoutinesResponse>public String getProjectId()
public Bigquery.Routines.List setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Routines.List setDatasetId(String datasetId)
public String getFilter()
public Bigquery.Routines.List setFilter(String filter)
public Long getMaxResults()
public Bigquery.Routines.List setMaxResults(Long maxResults)
public String getPageToken()
public Bigquery.Routines.List setPageToken(String pageToken)
public String getReadMask()
public Bigquery.Routines.List setReadMask(String readMask)
public Bigquery.Routines.List set(String parameterName, Object value)
set in class BigqueryRequest<ListRoutinesResponse>Copyright © 2011–2025 Google. All rights reserved.