| Package | Description |
|---|---|
| com.google.api.services.games | |
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Games.TurnBasedMatches.TakeTurn |
Games.TurnBasedMatches.takeTurn(java.lang.String matchId,
TurnBasedMatchTurn content)
Commit the results of a player turn.
|
| Constructor and Description |
|---|
Games.TurnBasedMatches.TakeTurn(java.lang.String matchId,
TurnBasedMatchTurn content)
Commit the results of a player turn.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchTurn |
TurnBasedMatchTurn.clone() |
TurnBasedMatchTurn |
TurnBasedMatchTurn.set(java.lang.String fieldName,
java.lang.Object value) |
TurnBasedMatchTurn |
TurnBasedMatchTurn.setData(TurnBasedMatchDataRequest data)
The shared game state data after the turn is over.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setMatchVersion(java.lang.Integer matchVersion)
The version of this match: an increasing counter, used to avoid out-of-date updates to the
match.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setPendingParticipantId(java.lang.String pendingParticipantId)
The ID of the participant who should take their turn next.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setResults(java.util.List<ParticipantResult> results)
The match results for the participants in the match.
|