public class Bigquery.Tables.Get extends BigqueryRequest<Table>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Bigquery.Tables.Get(java.lang.String projectId,
java.lang.String datasetId,
java.lang.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() |
java.lang.String |
getDatasetId()
Dataset ID of the requested table
|
java.lang.String |
getProjectId()
Project ID of the requested table
|
java.lang.String |
getTableId()
Table ID of the requested table
|
Bigquery.Tables.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Bigquery.Tables.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Bigquery.Tables.Get |
setDatasetId(java.lang.String datasetId)
Dataset ID of the requested table
|
Bigquery.Tables.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tables.Get |
setKey(java.lang.String key)
API key.
|
Bigquery.Tables.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tables.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tables.Get |
setProjectId(java.lang.String projectId)
Project ID of the requested table
|
Bigquery.Tables.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tables.Get |
setTableId(java.lang.String tableId)
Table ID of the requested table
|
Bigquery.Tables.Get |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
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
protected Bigquery.Tables.Get(java.lang.String projectId, java.lang.String datasetId, java.lang.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
- Project ID of the requested tabledatasetId
- Dataset ID of the requested tabletableId
- Table ID of the requested tablepublic com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Table>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Table>
java.io.IOException
public Bigquery.Tables.Get setAlt(java.lang.String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setFields(java.lang.String fields)
BigqueryRequest
setFields
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setKey(java.lang.String key)
BigqueryRequest
setKey
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setOauthToken(java.lang.String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setPrettyPrint(java.lang.Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setQuotaUser(java.lang.String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<Table>
public Bigquery.Tables.Get setUserIp(java.lang.String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<Table>
public java.lang.String getProjectId()
public Bigquery.Tables.Get setProjectId(java.lang.String projectId)
public java.lang.String getDatasetId()
public Bigquery.Tables.Get setDatasetId(java.lang.String datasetId)
public java.lang.String getTableId()
public Bigquery.Tables.Get setTableId(java.lang.String tableId)
public Bigquery.Tables.Get set(java.lang.String parameterName, java.lang.Object value)
set
in class BigqueryRequest<Table>