public class Bigquery.Routines.List extends BigqueryRequest<ListRoutinesResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
List(String projectId,
String datasetId)
Lists all routines in the specified dataset.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
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 |
setAlt(String alt)
Data format for the response.
|
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)
An opaque string that represents a user for quota purposes.
|
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 |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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 HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<ListRoutinesResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<ListRoutinesResponse>
IOException
public Bigquery.Routines.List setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<ListRoutinesResponse>
public Bigquery.Routines.List setUserIp(String userIp)
BigqueryRequest
setUserIp
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–2022 Google. All rights reserved.