public class Bigquery.Tables.Get extends BigqueryRequest<Table>
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 tableId)
Gets the specified table resource by table 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 |
getSelectedFields()
List of table schema fields to return (comma-separated).
|
String |
getTableId()
Required.
|
String |
getView()
Optional.
|
Bigquery.Tables.Get |
set(String parameterName,
Object value) |
Bigquery.Tables.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Bigquery.Tables.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Bigquery.Tables.Get |
setAlt(String alt)
Data format for response.
|
Bigquery.Tables.Get |
setCallback(String callback)
JSONP
|
Bigquery.Tables.Get |
setDatasetId(String datasetId)
Required.
|
Bigquery.Tables.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tables.Get |
setKey(String key)
API key.
|
Bigquery.Tables.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tables.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tables.Get |
setProjectId(String projectId)
Required.
|
Bigquery.Tables.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Get |
setSelectedFields(String selectedFields)
List of table schema fields to return (comma-separated).
|
Bigquery.Tables.Get |
setTableId(String tableId)
Required.
|
Bigquery.Tables.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Bigquery.Tables.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Bigquery.Tables.Get |
setView(String view)
Optional.
|
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 tableId)
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 tabledatasetId - Required. Dataset ID of the requested tabletableId - Required. Table ID of the requested tablepublic com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Table>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Table>IOExceptionpublic Bigquery.Tables.Get set$Xgafv(String $Xgafv)
BigqueryRequestset$Xgafv in class BigqueryRequest<Table>public Bigquery.Tables.Get setAccessToken(String accessToken)
BigqueryRequestsetAccessToken in class BigqueryRequest<Table>public Bigquery.Tables.Get setAlt(String alt)
BigqueryRequestsetAlt in class BigqueryRequest<Table>public Bigquery.Tables.Get setCallback(String callback)
BigqueryRequestsetCallback in class BigqueryRequest<Table>public Bigquery.Tables.Get setFields(String fields)
BigqueryRequestsetFields in class BigqueryRequest<Table>public Bigquery.Tables.Get setKey(String key)
BigqueryRequestsetKey in class BigqueryRequest<Table>public Bigquery.Tables.Get setOauthToken(String oauthToken)
BigqueryRequestsetOauthToken in class BigqueryRequest<Table>public Bigquery.Tables.Get setPrettyPrint(Boolean prettyPrint)
BigqueryRequestsetPrettyPrint in class BigqueryRequest<Table>public Bigquery.Tables.Get setQuotaUser(String quotaUser)
BigqueryRequestsetQuotaUser in class BigqueryRequest<Table>public Bigquery.Tables.Get setUploadType(String uploadType)
BigqueryRequestsetUploadType in class BigqueryRequest<Table>public Bigquery.Tables.Get setUploadProtocol(String uploadProtocol)
BigqueryRequestsetUploadProtocol in class BigqueryRequest<Table>public String getProjectId()
public Bigquery.Tables.Get setProjectId(String projectId)
public String getDatasetId()
public Bigquery.Tables.Get setDatasetId(String datasetId)
public String getTableId()
public Bigquery.Tables.Get setTableId(String tableId)
public String getSelectedFields()
public Bigquery.Tables.Get setSelectedFields(String selectedFields)
public String getView()
public Bigquery.Tables.Get setView(String view)
public Bigquery.Tables.Get set(String parameterName, Object value)
set in class BigqueryRequest<Table>Copyright © 2011–2025 Google. All rights reserved.