| Package | Description |
|---|---|
| com.google.api.services.games |
| Modifier and Type | Method and Description |
|---|---|
Games.Scores.Submit |
Games.Scores.Submit.set(java.lang.String parameterName,
java.lang.Object value) |
Games.Scores.Submit |
Games.Scores.Submit.setAlt(java.lang.String alt) |
Games.Scores.Submit |
Games.Scores.Submit.setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
Games.Scores.Submit |
Games.Scores.Submit.setFields(java.lang.String fields) |
Games.Scores.Submit |
Games.Scores.Submit.setKey(java.lang.String key) |
Games.Scores.Submit |
Games.Scores.Submit.setLanguage(java.lang.String language)
The preferred language to use for strings returned by this method.
|
Games.Scores.Submit |
Games.Scores.Submit.setLeaderboardId(java.lang.String leaderboardId)
The ID of the leaderboard.
|
Games.Scores.Submit |
Games.Scores.Submit.setOauthToken(java.lang.String oauthToken) |
Games.Scores.Submit |
Games.Scores.Submit.setPrettyPrint(java.lang.Boolean prettyPrint) |
Games.Scores.Submit |
Games.Scores.Submit.setQuotaUser(java.lang.String quotaUser) |
Games.Scores.Submit |
Games.Scores.Submit.setScore(java.lang.Long score)
The score you're submitting.
|
Games.Scores.Submit |
Games.Scores.Submit.setScoreTag(java.lang.String scoreTag)
Additional information about the score you're submitting.
|
Games.Scores.Submit |
Games.Scores.Submit.setUserIp(java.lang.String userIp) |
Games.Scores.Submit |
Games.Scores.submit(java.lang.String leaderboardId,
java.lang.Long score)
Submits a score to the specified leaderboard.
|