|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<String,Object> com.google.api.client.util.GenericData com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T> com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T> com.google.api.services.bigquery.BigqueryRequest<T>
public abstract class BigqueryRequest<T>
Bigquery request.
Upgrade warning: this class now extends AbstractGoogleJsonClientRequest
, whereas in prior
version 1.8 it extended JsonHttpRequest
.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Constructor Summary | |
---|---|
BigqueryRequest(Bigquery client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass)
|
Method Summary | |
---|---|
Bigquery |
getAbstractGoogleClient()
|
String |
getAlt()
Data format for the response. |
String |
getFields()
Selector specifying which fields to include in a partial response. |
String |
getKey()
API key. |
String |
getOauthToken()
OAuth 2.0 token for the current user. |
Boolean |
getPrettyPrint()
Returns response with indentations and line breaks. |
String |
getQuotaUser()
Available to use for quota purposes for server-side applications. |
String |
getUserIp()
IP address of the site where the request originates. |
BigqueryRequest<T> |
setAlt(String alt)
Data format for the response. |
BigqueryRequest<T> |
setDisableGZipContent(boolean disableGZipContent)
|
BigqueryRequest<T> |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
BigqueryRequest<T> |
setKey(String key)
API key. |
BigqueryRequest<T> |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. |
BigqueryRequest<T> |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. |
BigqueryRequest<T> |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications. |
BigqueryRequest<T> |
setRequestHeaders(HttpHeaders headers)
|
BigqueryRequest<T> |
setUserIp(String userIp)
IP address of the site where the request originates. |
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest |
---|
getJsonContent, newExceptionOnError, queue |
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest |
---|
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue |
Methods inherited from class com.google.api.client.util.GenericData |
---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BigqueryRequest(Bigquery client, String method, String uriTemplate, Object content, Class<T> responseClass)
client
- Google clientmethod
- HTTP MethoduriTemplate
- URI template for the path relative to the base URL. If it starts with a "/"
the base path from the base URL will be stripped out. The URI template can also be a
full URL. URI template expansion is done using
UriTemplate.expand(String, String, Object, boolean)
content
- A POJO that can be serialized into JSON or null
for noneresponseClass
- response class to parse intoMethod Detail |
---|
public String getAlt()
public BigqueryRequest<T> setAlt(String alt)
public String getFields()
public BigqueryRequest<T> setFields(String fields)
public String getKey()
public BigqueryRequest<T> setKey(String key)
public String getOauthToken()
public BigqueryRequest<T> setOauthToken(String oauthToken)
public Boolean getPrettyPrint()
public BigqueryRequest<T> setPrettyPrint(Boolean prettyPrint)
public String getQuotaUser()
public BigqueryRequest<T> setQuotaUser(String quotaUser)
public String getUserIp()
public BigqueryRequest<T> setUserIp(String userIp)
public final Bigquery getAbstractGoogleClient()
getAbstractGoogleClient
in class AbstractGoogleJsonClientRequest<T>
public BigqueryRequest<T> setDisableGZipContent(boolean disableGZipContent)
setDisableGZipContent
in class AbstractGoogleJsonClientRequest<T>
public BigqueryRequest<T> setRequestHeaders(HttpHeaders headers)
setRequestHeaders
in class AbstractGoogleJsonClientRequest<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |