| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatch |
TurnBasedMatch.clone() |
TurnBasedMatch |
TurnBasedMatchRematch.getPreviousMatch()
The old match that the rematch was created from; will be updated such that the rematchId field
will point at the new match.
|
TurnBasedMatch |
TurnBasedMatchRematch.getRematch()
The newly created match; a rematch of the old match with the same participants.
|
TurnBasedMatch |
TurnBasedMatch.set(String fieldName,
Object value) |
TurnBasedMatch |
TurnBasedMatch.setApplicationId(String applicationId)
The ID of the application being played.
|
TurnBasedMatch |
TurnBasedMatch.setAutoMatchingCriteria(TurnBasedAutoMatchingCriteria autoMatchingCriteria)
Criteria for auto-matching players into this match.
|
TurnBasedMatch |
TurnBasedMatch.setCreationDetails(TurnBasedMatchModification creationDetails)
Details about the match creation.
|
TurnBasedMatch |
TurnBasedMatch.setData(TurnBasedMatchData data)
The data / game state for this match.
|
TurnBasedMatch |
TurnBasedMatch.setDescription(String description)
This short description is generated by our servers based on turn state and is localized and
worded relative to the player requesting the match.
|
TurnBasedMatch |
TurnBasedMatch.setInviterId(String inviterId)
The ID of the participant that invited the user to the match.
|
TurnBasedMatch |
TurnBasedMatch.setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatch |
TurnBasedMatch.setLastUpdateDetails(TurnBasedMatchModification lastUpdateDetails)
Details about the last update to the match.
|
TurnBasedMatch |
TurnBasedMatch.setMatchId(String matchId)
Globally unique ID for a turn-based match.
|
TurnBasedMatch |
TurnBasedMatch.setMatchNumber(Integer matchNumber)
The number of the match in a chain of rematches.
|
TurnBasedMatch |
TurnBasedMatch.setMatchVersion(Integer matchVersion)
The version of this match: an increasing counter, used to avoid out-of-date updates to the
match.
|
TurnBasedMatch |
TurnBasedMatch.setParticipants(List<TurnBasedMatchParticipant> participants)
The participants involved in the match, along with their statuses.
|
TurnBasedMatch |
TurnBasedMatch.setPendingParticipantId(String pendingParticipantId)
The ID of the participant that is taking a turn.
|
TurnBasedMatch |
TurnBasedMatch.setPreviousMatchData(TurnBasedMatchData previousMatchData)
The data / game state for the previous match; set for the first turn of rematches only.
|
TurnBasedMatch |
TurnBasedMatch.setRematchId(String rematchId)
The ID of a rematch of this match.
|
TurnBasedMatch |
TurnBasedMatch.setResults(List<ParticipantResult> results)
The results reported for this match.
|
TurnBasedMatch |
TurnBasedMatch.setStatus(String status)
The status of the match.
|
TurnBasedMatch |
TurnBasedMatch.setUserMatchStatus(String userMatchStatus)
The status of the current user in the match.
|
TurnBasedMatch |
TurnBasedMatch.setVariant(Integer variant)
The variant / mode of the application being played; can be any integer value, or left blank.
|
TurnBasedMatch |
TurnBasedMatch.setWithParticipantId(String withParticipantId)
The ID of another participant in the match that can be used when describing the participants
the user is playing with.
|
| Modifier and Type | Method and Description |
|---|---|
List<TurnBasedMatch> |
TurnBasedMatchSync.getItems()
The matches.
|
List<TurnBasedMatch> |
TurnBasedMatchList.getItems()
The matches.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchRematch |
TurnBasedMatchRematch.setPreviousMatch(TurnBasedMatch previousMatch)
The old match that the rematch was created from; will be updated such that the rematchId field
will point at the new match.
|
TurnBasedMatchRematch |
TurnBasedMatchRematch.setRematch(TurnBasedMatch rematch)
The newly created match; a rematch of the old match with the same participants.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchSync |
TurnBasedMatchSync.setItems(List<TurnBasedMatch> items)
The matches.
|
TurnBasedMatchList |
TurnBasedMatchList.setItems(List<TurnBasedMatch> items)
The matches.
|
Copyright © 2011–2020 Google. All rights reserved.