public class Games.Applications.Get extends GamesRequest<Application>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Games.Applications.Get(java.lang.String applicationId)
Retrieves the metadata of the application with the given ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.String |
getApplicationId()
The application ID from the Google Play developer console.
|
java.lang.Long |
getConsistencyToken()
The last-seen mutation timestamp.
|
java.lang.String |
getLanguage()
The preferred language to use for strings returned by this method.
|
java.lang.String |
getPlatformType()
Restrict application details returned to the specific platform.
|
Games.Applications.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Games.Applications.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Games.Applications.Get |
setApplicationId(java.lang.String applicationId)
The application ID from the Google Play developer console.
|
Games.Applications.Get |
setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
Games.Applications.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Games.Applications.Get |
setKey(java.lang.String key)
API key.
|
Games.Applications.Get |
setLanguage(java.lang.String language)
The preferred language to use for strings returned by this method.
|
Games.Applications.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Games.Applications.Get |
setPlatformType(java.lang.String platformType)
Restrict application details returned to the specific platform.
|
Games.Applications.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Games.Applications.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Games.Applications.Get |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Games.Applications.Get(java.lang.String applicationId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Games.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
applicationId - The application ID from the Google Play developer console.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Application>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Application>java.io.IOExceptionpublic Games.Applications.Get setAlt(java.lang.String alt)
GamesRequestsetAlt in class GamesRequest<Application>public Games.Applications.Get setFields(java.lang.String fields)
GamesRequestsetFields in class GamesRequest<Application>public Games.Applications.Get setKey(java.lang.String key)
GamesRequestsetKey in class GamesRequest<Application>public Games.Applications.Get setOauthToken(java.lang.String oauthToken)
GamesRequestsetOauthToken in class GamesRequest<Application>public Games.Applications.Get setPrettyPrint(java.lang.Boolean prettyPrint)
GamesRequestsetPrettyPrint in class GamesRequest<Application>public Games.Applications.Get setQuotaUser(java.lang.String quotaUser)
GamesRequestsetQuotaUser in class GamesRequest<Application>public Games.Applications.Get setUserIp(java.lang.String userIp)
GamesRequestsetUserIp in class GamesRequest<Application>public java.lang.String getApplicationId()
public Games.Applications.Get setApplicationId(java.lang.String applicationId)
public java.lang.Long getConsistencyToken()
public Games.Applications.Get setConsistencyToken(java.lang.Long consistencyToken)
public java.lang.String getLanguage()
public Games.Applications.Get setLanguage(java.lang.String language)
public java.lang.String getPlatformType()
public Games.Applications.Get setPlatformType(java.lang.String platformType)
public Games.Applications.Get set(java.lang.String parameterName, java.lang.Object value)
set in class GamesRequest<Application>