| Package | Description |
|---|---|
| com.google.api.services.games.model |
| 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.
|
Copyright © 2011–2020 Google. All rights reserved.