target.apidocs.com.google.api.services.bigquery.BigqueryRequest.html Maven / Gradle / Ivy
BigqueryRequest (BigQuery API v2-rev20190423-1.28.0)
com.google.api.services.bigquery
Class BigqueryRequest<T>
- 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>
-
- Direct Known Subclasses:
- Bigquery.Datasets.Delete, Bigquery.Datasets.Get, Bigquery.Datasets.Insert, Bigquery.Datasets.List, Bigquery.Datasets.Patch, Bigquery.Datasets.Update, Bigquery.Jobs.Cancel, Bigquery.Jobs.Get, Bigquery.Jobs.GetQueryResults, Bigquery.Jobs.Insert, Bigquery.Jobs.List, Bigquery.Jobs.Query, Bigquery.Models.Delete, Bigquery.Models.Get, Bigquery.Models.List, Bigquery.Models.Patch, Bigquery.Projects.GetServiceAccount, Bigquery.Projects.List, Bigquery.Tabledata.InsertAll, Bigquery.Tabledata.List, Bigquery.Tables.Delete, Bigquery.Tables.Get, Bigquery.Tables.Insert, Bigquery.Tables.List, Bigquery.Tables.Patch, Bigquery.Tables.Update
public abstract class BigqueryRequest<T>
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
Bigquery request.
- Since:
- 1.3
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
BigqueryRequest(Bigquery client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass)
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
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()
An opaque string that represents a user for quota purposes.
String
getUserIp()
Deprecated.
BigqueryRequest<T>
set(String parameterName,
Object value)
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)
An opaque string that represents a user for quota purposes.
BigqueryRequest<T>
setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
BigqueryRequest<T>
setUserIp(String userIp)
Deprecated.
-
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, checkRequiredParameter, 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, 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
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
BigqueryRequest
public BigqueryRequest(Bigquery client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass)
- Parameters:
client
- Google client
method
- HTTP Method
uriTemplate
- 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 none
responseClass
- response class to parse into
-
Method Detail
-
getAlt
public String getAlt()
Data format for the response. [default: json]
-
setAlt
public BigqueryRequest<T> setAlt(String alt)
Data format for the response.
-
getFields
public String getFields()
Selector specifying which fields to include in a partial response.
-
setFields
public BigqueryRequest<T> setFields(String fields)
Selector specifying which fields to include in a partial response.
-
getKey
public String getKey()
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
-
setKey
public BigqueryRequest<T> setKey(String key)
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
-
getOauthToken
public String getOauthToken()
OAuth 2.0 token for the current user.
-
setOauthToken
public BigqueryRequest<T> setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
-
getPrettyPrint
public Boolean getPrettyPrint()
Returns response with indentations and line breaks. [default: true]
-
setPrettyPrint
public BigqueryRequest<T> setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
-
getQuotaUser
public String getQuotaUser()
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
-
setQuotaUser
public BigqueryRequest<T> setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
-
getUserIp
public String getUserIp()
Deprecated. Please use quotaUser instead.
-
setUserIp
public BigqueryRequest<T> setUserIp(String userIp)
Deprecated. Please use quotaUser instead.
-
getAbstractGoogleClient
public final Bigquery getAbstractGoogleClient()
- Overrides:
getAbstractGoogleClient
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
setDisableGZipContent
public BigqueryRequest<T> setDisableGZipContent(boolean disableGZipContent)
- Overrides:
setDisableGZipContent
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
setRequestHeaders
public BigqueryRequest<T> setRequestHeaders(com.google.api.client.http.HttpHeaders headers)
- Overrides:
setRequestHeaders
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
set
public BigqueryRequest<T> set(String parameterName,
Object value)
- Overrides:
set
in class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
Copyright © 2011–2019 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy