public class Games.Applications.Played extends GamesRequest<java.lang.Void>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Games.Applications.Played()
Indicate that the the currently authenticated user is playing your application.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getConsistencyToken()
The last-seen mutation timestamp.
|
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 |
setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
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)
Available to use for quota purposes for server-side applications.
|
Games.Applications.Played |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Games.Applications.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)
GamesRequestsetAlt in class GamesRequest<java.lang.Void>public Games.Applications.Played setFields(java.lang.String fields)
GamesRequestsetFields in class GamesRequest<java.lang.Void>public Games.Applications.Played setKey(java.lang.String key)
GamesRequestsetKey in class GamesRequest<java.lang.Void>public Games.Applications.Played setOauthToken(java.lang.String oauthToken)
GamesRequestsetOauthToken in class GamesRequest<java.lang.Void>public Games.Applications.Played setPrettyPrint(java.lang.Boolean prettyPrint)
GamesRequestsetPrettyPrint in class GamesRequest<java.lang.Void>public Games.Applications.Played setQuotaUser(java.lang.String quotaUser)
GamesRequestsetQuotaUser in class GamesRequest<java.lang.Void>public Games.Applications.Played setUserIp(java.lang.String userIp)
GamesRequestsetUserIp in class GamesRequest<java.lang.Void>public java.lang.Long getConsistencyToken()
public Games.Applications.Played setConsistencyToken(java.lang.Long consistencyToken)
public Games.Applications.Played set(java.lang.String parameterName, java.lang.Object value)
set in class GamesRequest<java.lang.Void>