Index: discovery/googleapis/gamesManagement__v1management.json |
diff --git a/discovery/googleapis/gamesManagement__v1management.json b/discovery/googleapis/gamesManagement__v1management.json |
index 5816f7ec9f358912e9de7116c328727b9159e7c1..83db54fb6f722f1c5973c5bfe069f26232ba0e93 100644 |
--- a/discovery/googleapis/gamesManagement__v1management.json |
+++ b/discovery/googleapis/gamesManagement__v1management.json |
@@ -18,7 +18,7 @@ |
"description": "The Management API for Google Play Game Services.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/games/services", |
- "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/x8CnK19Ndg5iWRWLYO9YWdv4nv8\"", |
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/ALEOgTRjwoG6Pt_odEoBpzX-DtI\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -146,7 +146,7 @@ |
] |
}, |
"resetMultipleForAllPlayers": { |
- "description": "Resets the achievement with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft achievements may be reset.", |
+ "description": "Resets achievements with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft achievements may be reset.", |
"httpMethod": "POST", |
"id": "gamesManagement.achievements.resetMultipleForAllPlayers", |
"path": "achievements/resetMultipleForAllPlayers", |
@@ -171,7 +171,7 @@ |
], |
"parameters": { |
"applicationId": { |
- "description": "The application being requested.", |
+ "description": "The application ID from the Google Play developer console.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -204,7 +204,7 @@ |
"events": { |
"methods": { |
"reset": { |
- "description": "Reset all player progress on the event for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All resources that use the event will also be reset.", |
+ "description": "Resets all player progress on the event with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player that use the event will also be reset.", |
"httpMethod": "POST", |
"id": "gamesManagement.events.reset", |
"parameterOrder": [ |
@@ -225,7 +225,7 @@ |
] |
}, |
"resetAll": { |
- "description": "Reset all player progress on all unpublished events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All resources that use the events will also be reset.", |
+ "description": "Resets all player progress on all events for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application. All quests for this player will also be reset.", |
"httpMethod": "POST", |
"id": "gamesManagement.events.resetAll", |
"path": "events/reset", |
@@ -234,8 +234,18 @@ |
"https://www.googleapis.com/auth/plus.login" |
] |
}, |
+ "resetAllForAllPlayers": { |
+ "description": "Resets all draft events for all players. This method is only available to user accounts for your developer console. All quests that use any of these events will also be reset.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.events.resetAllForAllPlayers", |
+ "path": "events/resetAllForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
"resetForAllPlayers": { |
- "description": "Reset all player progress on the event for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. All resources that use the event will also be reset.", |
+ "description": "Resets the event with the given ID for all players. This method is only available to user accounts for your developer console. Only draft events can be reset. All quests that use the event will also be reset.", |
"httpMethod": "POST", |
"id": "gamesManagement.events.resetForAllPlayers", |
"parameterOrder": [ |
@@ -254,6 +264,19 @@ |
"https://www.googleapis.com/auth/games", |
"https://www.googleapis.com/auth/plus.login" |
] |
+ }, |
+ "resetMultipleForAllPlayers": { |
+ "description": "Resets events with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft events may be reset. All quests that use any of the events will also be reset.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.events.resetMultipleForAllPlayers", |
+ "path": "events/resetMultipleForAllPlayers", |
+ "request": { |
+ "$ref": "EventsResetMultipleForAllRequest" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
} |
} |
}, |
@@ -269,7 +292,7 @@ |
], |
"parameters": { |
"applicationId": { |
- "description": "The application being requested.", |
+ "description": "The application ID from the Google Play developer console.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -297,7 +320,7 @@ |
], |
"parameters": { |
"applicationId": { |
- "description": "The application being requested.", |
+ "description": "The application ID from the Google Play developer console.", |
"location": "path", |
"required": true, |
"type": "string" |
@@ -320,7 +343,7 @@ |
"quests": { |
"methods": { |
"reset": { |
- "description": "Reset all player progress on the quest for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
+ "description": "Resets all player progress on the quest with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
"httpMethod": "POST", |
"id": "gamesManagement.quests.reset", |
"parameterOrder": [ |
@@ -339,6 +362,60 @@ |
"https://www.googleapis.com/auth/games", |
"https://www.googleapis.com/auth/plus.login" |
] |
+ }, |
+ "resetAll": { |
+ "description": "Resets all player progress on all quests for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.quests.resetAll", |
+ "path": "quests/reset", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
+ "resetAllForAllPlayers": { |
+ "description": "Resets all draft quests for all players. This method is only available to user accounts for your developer console.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.quests.resetAllForAllPlayers", |
+ "path": "quests/resetAllForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
+ "resetForAllPlayers": { |
+ "description": "Resets all player progress on the quest with the given ID for all players. This method is only available to user accounts for your developer console. Only draft quests can be reset.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.quests.resetForAllPlayers", |
+ "parameterOrder": [ |
+ "questId" |
+ ], |
+ "parameters": { |
+ "questId": { |
+ "description": "The ID of the quest.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "quests/{questId}/resetForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
+ "resetMultipleForAllPlayers": { |
+ "description": "Resets quests with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft quests may be reset.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.quests.resetMultipleForAllPlayers", |
+ "path": "quests/resetMultipleForAllPlayers", |
+ "request": { |
+ "$ref": "QuestsResetMultipleForAllRequest" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
} |
} |
}, |
@@ -353,13 +430,23 @@ |
"https://www.googleapis.com/auth/games", |
"https://www.googleapis.com/auth/plus.login" |
] |
+ }, |
+ "resetForAllPlayers": { |
+ "description": "Deletes rooms where the only room participants are from whitelisted tester accounts for your application. This method is only available to user accounts for your developer console.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.rooms.resetForAllPlayers", |
+ "path": "rooms/resetForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
} |
} |
}, |
"scores": { |
"methods": { |
"reset": { |
- "description": "Reset scores for the specified leaderboard for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
+ "description": "Resets scores for the leaderboard with the given ID for the currently authenticated player. This method is only accessible to whitelisted tester accounts for your application.", |
"httpMethod": "POST", |
"id": "gamesManagement.scores.reset", |
"parameterOrder": [ |
@@ -382,8 +469,31 @@ |
"https://www.googleapis.com/auth/plus.login" |
] |
}, |
+ "resetAll": { |
+ "description": "Resets all scores for all leaderboards for the currently authenticated players. This method is only accessible to whitelisted tester accounts for your application.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.scores.resetAll", |
+ "path": "scores/reset", |
+ "response": { |
+ "$ref": "PlayerScoreResetAllResponse" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
+ "resetAllForAllPlayers": { |
+ "description": "Resets scores for all draft leaderboards for all players. This method is only available to user accounts for your developer console.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.scores.resetAllForAllPlayers", |
+ "path": "scores/resetAllForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
+ }, |
"resetForAllPlayers": { |
- "description": "Reset scores for the specified leaderboard for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.", |
+ "description": "Resets scores for the leaderboard with the given ID for all players. This method is only available to user accounts for your developer console. Only draft leaderboards can be reset.", |
"httpMethod": "POST", |
"id": "gamesManagement.scores.resetForAllPlayers", |
"parameterOrder": [ |
@@ -402,6 +512,19 @@ |
"https://www.googleapis.com/auth/games", |
"https://www.googleapis.com/auth/plus.login" |
] |
+ }, |
+ "resetMultipleForAllPlayers": { |
+ "description": "Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.scores.resetMultipleForAllPlayers", |
+ "path": "scores/resetMultipleForAllPlayers", |
+ "request": { |
+ "$ref": "ScoresResetMultipleForAllRequest" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
} |
} |
}, |
@@ -416,11 +539,21 @@ |
"https://www.googleapis.com/auth/games", |
"https://www.googleapis.com/auth/plus.login" |
] |
+ }, |
+ "resetForAllPlayers": { |
+ "description": "Deletes turn-based matches where the only match participants are from whitelisted tester accounts for your application. This method is only available to user accounts for your developer console.", |
+ "httpMethod": "POST", |
+ "id": "gamesManagement.turnBasedMatches.resetForAllPlayers", |
+ "path": "turnbasedmatches/resetForAllPlayers", |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/games", |
+ "https://www.googleapis.com/auth/plus.login" |
+ ] |
} |
} |
} |
}, |
- "revision": "20141005", |
+ "revision": "20141027", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AchievementResetAllResponse": { |
@@ -485,6 +618,25 @@ |
}, |
"type": "object" |
}, |
+ "EventsResetMultipleForAllRequest": { |
+ "description": "This is a JSON template for multiple events reset all request.", |
+ "id": "EventsResetMultipleForAllRequest", |
+ "properties": { |
+ "event_ids": { |
+ "description": "The IDs of events to reset.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ }, |
+ "kind": { |
+ "default": "gamesManagement#eventsResetMultipleForAllRequest", |
+ "description": "Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#eventsResetMultipleForAllRequest.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"GamesPlayedResource": { |
"description": "This is a JSON template for metadata about a player playing a game with the currently authenticated user.", |
"id": "GamesPlayedResource", |
@@ -642,10 +794,33 @@ |
}, |
"type": "object" |
}, |
+ "PlayerScoreResetAllResponse": { |
+ "description": "This is a JSON template for a list of leaderboard reset resources.", |
+ "id": "PlayerScoreResetAllResponse", |
+ "properties": { |
+ "kind": { |
+ "default": "gamesManagement#playerScoreResetAllResponse", |
+ "description": "Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#playerScoreResetResponse.", |
+ "type": "string" |
+ }, |
+ "results": { |
+ "description": "The leaderboard reset results.", |
+ "items": { |
+ "$ref": "PlayerScoreResetResponse" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"PlayerScoreResetResponse": { |
"description": "This is a JSON template for a list of reset leaderboard entry resources.", |
"id": "PlayerScoreResetResponse", |
"properties": { |
+ "definitionId": { |
+ "description": "The ID of an leaderboard for which player state has been updated.", |
+ "type": "string" |
+ }, |
"kind": { |
"default": "gamesManagement#playerScoreResetResponse", |
"description": "Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#playerScoreResetResponse.", |
@@ -660,6 +835,44 @@ |
} |
}, |
"type": "object" |
+ }, |
+ "QuestsResetMultipleForAllRequest": { |
+ "description": "This is a JSON template for multiple quests reset all request.", |
+ "id": "QuestsResetMultipleForAllRequest", |
+ "properties": { |
+ "kind": { |
+ "default": "gamesManagement#questsResetMultipleForAllRequest", |
+ "description": "Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#questsResetMultipleForAllRequest.", |
+ "type": "string" |
+ }, |
+ "quest_ids": { |
+ "description": "The IDs of quests to reset.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "ScoresResetMultipleForAllRequest": { |
+ "description": "This is a JSON template for multiple scores reset all request.", |
+ "id": "ScoresResetMultipleForAllRequest", |
+ "properties": { |
+ "kind": { |
+ "default": "gamesManagement#scoresResetMultipleForAllRequest", |
+ "description": "Uniquely identifies the type of this resource. Value is always the fixed string gamesManagement#scoresResetMultipleForAllRequest.", |
+ "type": "string" |
+ }, |
+ "leaderboard_ids": { |
+ "description": "The IDs of leaderboards to reset.", |
+ "items": { |
+ "type": "string" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
} |
}, |
"servicePath": "games/v1management/", |