public class Bigquery.Tabledata.List extends BigqueryRequest<TableDataList>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Bigquery.Tabledata.List(java.lang.String projectId,
java.lang.String datasetId,
java.lang.String tableId)
Retrieves table data from a specified set of rows.
|
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 table to read
|
java.lang.Long |
getMaxResults()
Maximum number of results to return
|
java.lang.String |
getPageToken()
Page token, returned by a previous call, identifying the result set
|
java.lang.String |
getProjectId()
Project ID of the table to read
|
java.math.BigInteger |
getStartIndex()
Zero-based index of the starting row to read
|
java.lang.String |
getTableId()
Table ID of the table to read
|
Bigquery.Tabledata.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Bigquery.Tabledata.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Bigquery.Tabledata.List |
setDatasetId(java.lang.String datasetId)
Dataset ID of the table to read
|
Bigquery.Tabledata.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Bigquery.Tabledata.List |
setKey(java.lang.String key)
API key.
|
Bigquery.Tabledata.List |
setMaxResults(java.lang.Long maxResults)
Maximum number of results to return
|
Bigquery.Tabledata.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Bigquery.Tabledata.List |
setPageToken(java.lang.String pageToken)
Page token, returned by a previous call, identifying the result set
|
Bigquery.Tabledata.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Bigquery.Tabledata.List |
setProjectId(java.lang.String projectId)
Project ID of the table to read
|
Bigquery.Tabledata.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Bigquery.Tabledata.List |
setStartIndex(java.math.BigInteger startIndex)
Zero-based index of the starting row to read
|
Bigquery.Tabledata.List |
setTableId(java.lang.String tableId)
Table ID of the table to read
|
Bigquery.Tabledata.List |
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.Tabledata.List(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 table to readdatasetId
- Dataset ID of the table to readtableId
- Table ID of the table to readpublic com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<TableDataList>
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<TableDataList>
java.io.IOException
public Bigquery.Tabledata.List setAlt(java.lang.String alt)
BigqueryRequest
setAlt
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setFields(java.lang.String fields)
BigqueryRequest
setFields
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setKey(java.lang.String key)
BigqueryRequest
setKey
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setOauthToken(java.lang.String oauthToken)
BigqueryRequest
setOauthToken
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setPrettyPrint(java.lang.Boolean prettyPrint)
BigqueryRequest
setPrettyPrint
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setQuotaUser(java.lang.String quotaUser)
BigqueryRequest
setQuotaUser
in class BigqueryRequest<TableDataList>
public Bigquery.Tabledata.List setUserIp(java.lang.String userIp)
BigqueryRequest
setUserIp
in class BigqueryRequest<TableDataList>
public java.lang.String getProjectId()
public Bigquery.Tabledata.List setProjectId(java.lang.String projectId)
public java.lang.String getDatasetId()
public Bigquery.Tabledata.List setDatasetId(java.lang.String datasetId)
public java.lang.String getTableId()
public Bigquery.Tabledata.List setTableId(java.lang.String tableId)
public java.lang.Long getMaxResults()
public Bigquery.Tabledata.List setMaxResults(java.lang.Long maxResults)
public java.lang.String getPageToken()
public Bigquery.Tabledata.List setPageToken(java.lang.String pageToken)
public java.math.BigInteger getStartIndex()
public Bigquery.Tabledata.List setStartIndex(java.math.BigInteger startIndex)
public Bigquery.Tabledata.List set(java.lang.String parameterName, java.lang.Object value)
set
in class BigqueryRequest<TableDataList>