public abstract class PredictionRequest<T> extends AbstractGoogleJsonClientRequest<T>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PredictionRequest(Prediction client,
String method,
String uriTemplate,
Object content,
Class<T> responseClass) |
Modifier and Type | Method and Description |
---|---|
Prediction |
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.
|
PredictionRequest<T> |
set(String parameterName,
Object value) |
PredictionRequest<T> |
setAlt(String alt)
Data format for the response.
|
PredictionRequest<T> |
setDisableGZipContent(boolean disableGZipContent) |
PredictionRequest<T> |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
PredictionRequest<T> |
setKey(String key)
API key.
|
PredictionRequest<T> |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
PredictionRequest<T> |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
PredictionRequest<T> |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
PredictionRequest<T> |
setRequestHeaders(HttpHeaders headers) |
PredictionRequest<T> |
setUserIp(String userIp)
IP address of the site where the request originates.
|
getJsonContent, newExceptionOnError, queue
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
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
public PredictionRequest(Prediction 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 intopublic String getAlt()
public PredictionRequest<T> setAlt(String alt)
public String getFields()
public PredictionRequest<T> setFields(String fields)
public String getKey()
public PredictionRequest<T> setKey(String key)
public String getOauthToken()
public PredictionRequest<T> setOauthToken(String oauthToken)
public Boolean getPrettyPrint()
public PredictionRequest<T> setPrettyPrint(Boolean prettyPrint)
public String getQuotaUser()
public PredictionRequest<T> setQuotaUser(String quotaUser)
public String getUserIp()
public PredictionRequest<T> setUserIp(String userIp)
public final Prediction getAbstractGoogleClient()
getAbstractGoogleClient
in class AbstractGoogleJsonClientRequest<T>
public PredictionRequest<T> setDisableGZipContent(boolean disableGZipContent)
setDisableGZipContent
in class AbstractGoogleJsonClientRequest<T>
public PredictionRequest<T> setRequestHeaders(HttpHeaders headers)
setRequestHeaders
in class AbstractGoogleJsonClientRequest<T>
public PredictionRequest<T> set(String parameterName, Object value)
set
in class AbstractGoogleJsonClientRequest<T>