blob: a79cfd76ec08d9ff8592c35cf5660294c4546cbc [file] [log] [blame]
Craig Citro065b5302014-08-14 00:47:23 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim65020912020-05-20 12:08:20 -070075<h1><a href="gamesManagement_v1management.html">Google Play Game Management</a> . <a href="gamesManagement_v1management.events.html">events</a></h1>
Craig Citro065b5302014-08-14 00:47:23 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070078 <code><a href="#reset">reset(eventId, x__xgafv=None)</a></code></p>
79<p class="firstline">Resets all player progress on the event with the given ID for the currently</p>
Craig Citro065b5302014-08-14 00:47:23 -070080<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#resetAll">resetAll(x__xgafv=None)</a></code></p>
82<p class="firstline">Resets all player progress on all events for the currently authenticated</p>
Craig Citroe633be12015-03-02 13:40:36 -080083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#resetAllForAllPlayers">resetAllForAllPlayers(x__xgafv=None)</a></code></p>
85<p class="firstline">Resets all draft events for all players. This method is only available to</p>
Craig Citro065b5302014-08-14 00:47:23 -070086<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070087 <code><a href="#resetForAllPlayers">resetForAllPlayers(eventId, x__xgafv=None)</a></code></p>
88<p class="firstline">Resets the event with the given ID for all players. This method is only</p>
Craig Citroe633be12015-03-02 13:40:36 -080089<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070090 <code><a href="#resetMultipleForAllPlayers">resetMultipleForAllPlayers(body=None, x__xgafv=None)</a></code></p>
91<p class="firstline">Resets events with the given IDs for all players. This method is only</p>
Craig Citro065b5302014-08-14 00:47:23 -070092<h3>Method Details</h3>
93<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070094 <code class="details" id="reset">reset(eventId, x__xgafv=None)</code>
95 <pre>Resets all player progress on the event with the given ID for the currently
96authenticated player. This method is only accessible to whitelisted tester
97accounts for your application.
Craig Citro065b5302014-08-14 00:47:23 -070098
99Args:
100 eventId: string, The ID of the event. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700101 x__xgafv: string, V1 error format.
102 Allowed values
103 1 - v1 error format
104 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700105</pre>
106</div>
107
108<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700109 <code class="details" id="resetAll">resetAll(x__xgafv=None)</code>
110 <pre>Resets all player progress on all events for the currently authenticated
111player. This method is only accessible to whitelisted tester accounts for
112your application.
Craig Citroe633be12015-03-02 13:40:36 -0800113
114Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700115 x__xgafv: string, V1 error format.
116 Allowed values
117 1 - v1 error format
118 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800119</pre>
120</div>
121
122<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700123 <code class="details" id="resetAllForAllPlayers">resetAllForAllPlayers(x__xgafv=None)</code>
124 <pre>Resets all draft events for all players. This method is only available to
125user accounts for your developer console.
Craig Citro065b5302014-08-14 00:47:23 -0700126
127Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700128 x__xgafv: string, V1 error format.
129 Allowed values
130 1 - v1 error format
131 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700132</pre>
133</div>
134
135<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700136 <code class="details" id="resetForAllPlayers">resetForAllPlayers(eventId, x__xgafv=None)</code>
137 <pre>Resets the event with the given ID for all players. This method is only
138available to user accounts for your developer console. Only draft events
139can be reset.
Craig Citro065b5302014-08-14 00:47:23 -0700140
141Args:
142 eventId: string, The ID of the event. (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700143 x__xgafv: string, V1 error format.
144 Allowed values
145 1 - v1 error format
146 2 - v2 error format
Craig Citro065b5302014-08-14 00:47:23 -0700147</pre>
148</div>
149
Craig Citroe633be12015-03-02 13:40:36 -0800150<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700151 <code class="details" id="resetMultipleForAllPlayers">resetMultipleForAllPlayers(body=None, x__xgafv=None)</code>
152 <pre>Resets events with the given IDs for all players. This method is only
153available to user accounts for your developer console. Only draft events
154may be reset.
Craig Citroe633be12015-03-02 13:40:36 -0800155
156Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700157 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800158 The object takes the form of:
159
Bu Sun Kim65020912020-05-20 12:08:20 -0700160{ # Multiple events reset all request.
161 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
162 # string `gamesManagement#eventsResetMultipleForAllRequest`.
163 &quot;event_ids&quot;: [ # The IDs of events to reset.
164 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800165 ],
Craig Citroe633be12015-03-02 13:40:36 -0800166 }
167
Bu Sun Kim65020912020-05-20 12:08:20 -0700168 x__xgafv: string, V1 error format.
169 Allowed values
170 1 - v1 error format
171 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800172</pre>
173</div>
174
Craig Citro065b5302014-08-14 00:47:23 -0700175</body></html>