public class Bigquery.Datasets.Get extends BigqueryRequest<Dataset>
com.google.api.client.util.GenericData.Flags
AbstractMap.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() |
String |
getDatasetId()
Dataset ID of the requested dataset
|
String |
getProjectId()
Project ID of the requested dataset
|
Bigquery.Datasets.Get |
set(String parameterName,
Object value) |
Bigquery.Datasets.Get |
setAlt(String alt)
Data format for the response.
|
Bigquery.Datasets.Get |
setDatasetId(String datasetId)
Dataset ID of the requested dataset
|
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)
Project ID of the requested dataset
|
Bigquery.Datasets.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Bigquery.Datasets.Get |
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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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
- Project ID of the requested datasetdatasetId
- 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>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Dataset>
IOException
public Bigquery.Datasets.Get setAlt(String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setFields(String fields)
BigqueryRequest
setFields
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setKey(String key)
BigqueryRequest
setKey
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setOauthToken(String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setPrettyPrint(Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setQuotaUser(String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<Dataset>
public Bigquery.Datasets.Get setUserIp(String userIp)
BigqueryRequest
setUserIp
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 Bigquery.Datasets.Get set(String parameterName, Object value)
set
in class BigqueryRequest<Dataset>
Copyright © 2011–2019 Google. All rights reserved.