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