public class Bigquery.Datasets.Get extends BigqueryRequest<Dataset>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String projectId,
String datasetId)
Returns the dataset specified by datasetID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Integer |
getAccessPolicyVersion()
Optional.
|
String |
getDatasetId()
Required.
|
String |
getDatasetView()
Optional.
|
String |
getProjectId()
Required.
|
Bigquery.Datasets.Get |
set(String parameterName,
Object value) |
Bigquery.Datasets.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Datasets.Get |
setAccessPolicyVersion(Integer accessPolicyVersion)
Optional.
|
Bigquery.Datasets.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Datasets.Get |
setAlt(String alt)
Data format for response.
|
Bigquery.Datasets.Get |
setCallback(String callback)
JSONP
|
Bigquery.Datasets.Get |
setDatasetId(String datasetId)
Required.
|
Bigquery.Datasets.Get |
setDatasetView(String datasetView)
Optional.
|
Bigquery.Datasets.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Datasets.Get |
setKey(String key)
API key.
|
Bigquery.Datasets.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Datasets.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Datasets.Get |
setProjectId(String projectId)
Required.
|
Bigquery.Datasets.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Datasets.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Datasets.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)
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 datasetdatasetId - Required. Dataset ID of the requested datasetpublic com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Dataset>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Dataset>IOExceptionpublic Bigquery.Datasets.Get set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Dataset>public Bigquery.Datasets.Get setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Dataset>public String getProjectId()
public Bigquery.Datasets.Get setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Datasets.Get setDatasetId(String datasetId)
public Integer getAccessPolicyVersion()
public Bigquery.Datasets.Get setAccessPolicyVersion(Integer accessPolicyVersion)
public String getDatasetView()
public Bigquery.Datasets.Get setDatasetView(String datasetView)
public Bigquery.Datasets.Get set(String parameterName, Object value)
set in class BigqueryRequest<Dataset>Copyright © 2011–2025 Google. All rights reserved.