| 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(java.lang.String fieldName,
java.lang.Object value) |
TurnBasedMatch |
TurnBasedMatch.setApplicationId(java.lang.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(java.lang.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(java.lang.String inviterId)
The ID of the participant that invited the user to the match.
|
TurnBasedMatch |
TurnBasedMatch.setKind(java.lang.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(java.lang.String matchId)
Globally unique ID for a turn-based match.
|
TurnBasedMatch |
TurnBasedMatch.setMatchNumber(java.lang.Integer matchNumber)
The number of the match in a chain of rematches.
|
TurnBasedMatch |
TurnBasedMatch.setMatchVersion(java.lang.Integer matchVersion)
The version of this match: an increasing counter, used to avoid out-of-date updates to the
match.
|
TurnBasedMatch |
TurnBasedMatch.setParticipants(java.util.List<TurnBasedMatchParticipant> participants)
The participants involved in the match, along with their statuses.
|
TurnBasedMatch |
TurnBasedMatch.setPendingParticipantId(java.lang.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(java.lang.String rematchId)
The ID of a rematch of this match.
|
TurnBasedMatch |
TurnBasedMatch.setResults(java.util.List<ParticipantResult> results)
The results reported for this match.
|
TurnBasedMatch |
TurnBasedMatch.setStatus(java.lang.String status)
The status of the match.
|
TurnBasedMatch |
TurnBasedMatch.setUserMatchStatus(java.lang.String userMatchStatus)
The status of the current user in the match.
|
TurnBasedMatch |
TurnBasedMatch.setVariant(java.lang.Integer variant)
The variant / mode of the application being played; can be any integer value, or left blank.
|
TurnBasedMatch |
TurnBasedMatch.setWithParticipantId(java.lang.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 |
|---|---|
java.util.List<TurnBasedMatch> |
TurnBasedMatchSync.getItems()
The matches.
|
java.util.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(java.util.List<TurnBasedMatch> items)
The matches.
|
TurnBasedMatchList |
TurnBasedMatchList.setItems(java.util.List<TurnBasedMatch> items)
The matches.
|