public class Games.Applications.Played extends GamesRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Played()
Indicate that the the currently authenticated user is playing your application.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBuiltinGameId()
Override used only by built-in games in Play Games application.
|
Games.Applications.Played |
set(java.lang.String parameterName,
java.lang.Object value) |
Games.Applications.Played |
setAlt(java.lang.String alt)
Data format for the response.
|
Games.Applications.Played |
setBuiltinGameId(java.lang.String builtinGameId)
Override used only by built-in games in Play Games application.
|
Games.Applications.Played |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Games.Applications.Played |
setKey(java.lang.String key)
API key.
|
Games.Applications.Played |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Games.Applications.Played |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Games.Applications.Played |
setQuotaUser(java.lang.String quotaUser)
An opaque string that represents a user for quota purposes.
|
Games.Applications.Played |
setUserIp(java.lang.String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
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
protected Played()
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.
public Games.Applications.Played setAlt(java.lang.String alt)
GamesRequest
setAlt
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setFields(java.lang.String fields)
GamesRequest
setFields
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setKey(java.lang.String key)
GamesRequest
setKey
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setOauthToken(java.lang.String oauthToken)
GamesRequest
setOauthToken
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setPrettyPrint(java.lang.Boolean prettyPrint)
GamesRequest
setPrettyPrint
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setQuotaUser(java.lang.String quotaUser)
GamesRequest
setQuotaUser
in class GamesRequest<java.lang.Void>
public Games.Applications.Played setUserIp(java.lang.String userIp)
GamesRequest
setUserIp
in class GamesRequest<java.lang.Void>
public java.lang.String getBuiltinGameId()
public Games.Applications.Played setBuiltinGameId(java.lang.String builtinGameId)
public Games.Applications.Played set(java.lang.String parameterName, java.lang.Object value)
set
in class GamesRequest<java.lang.Void>