| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchData |
TurnBasedMatchData.clone() |
TurnBasedMatchData |
TurnBasedMatchData.encodeData(byte[] data)
The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the
URL_SAFE encoding option.
|
TurnBasedMatchData |
TurnBasedMatch.getData()
The data / game state for this match.
|
TurnBasedMatchData |
TurnBasedMatch.getPreviousMatchData()
The data / game state for the previous match; set for the first turn of rematches only.
|
TurnBasedMatchData |
TurnBasedMatchData.set(String fieldName,
Object value) |
TurnBasedMatchData |
TurnBasedMatchData.setData(String data)
The byte representation of the data (limited to 128 kB), as a Base64-encoded string with the
URL_SAFE encoding option.
|
TurnBasedMatchData |
TurnBasedMatchData.setDataAvailable(Boolean dataAvailable)
True if this match has data available but it wasn't returned in a list response; fetching the
match individually will retrieve this data.
|
TurnBasedMatchData |
TurnBasedMatchData.setKind(String kind)
Uniquely identifies the type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatch |
TurnBasedMatch.setData(TurnBasedMatchData data)
The data / game state for this match.
|
TurnBasedMatch |
TurnBasedMatch.setPreviousMatchData(TurnBasedMatchData previousMatchData)
The data / game state for the previous match; set for the first turn of rematches only.
|