blob: 44ec000b4df22b2bc7205a41763e93f2b9d343f3 [file] [log] [blame]
Craig Citroe633be12015-03-02 13:40:36 -08001<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
75<h1><a href="gamesConfiguration_v1configuration.html">Google Play Game Services Publishing API</a> . <a href="gamesConfiguration_v1configuration.achievementConfigurations.html">achievementConfigurations</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#delete">delete(achievementId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080079<p class="firstline">Delete the achievement configuration with the given ID.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#get">get(achievementId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080082<p class="firstline">Retrieves the metadata of the achievement configuration with the given ID.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#insert">insert(applicationId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080085<p class="firstline">Insert a new achievement configuration in this application.</p>
86<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070087 <code><a href="#list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080088<p class="firstline">Returns a list of the achievement configurations in this application.</p>
89<p class="toc_element">
90 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
91<p class="firstline">Retrieves the next page of results.</p>
92<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code><a href="#update">update(achievementId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080094<p class="firstline">Update the metadata of the achievement configuration with the given ID.</p>
95<h3>Method Details</h3>
96<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070097 <code class="details" id="delete">delete(achievementId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -080098 <pre>Delete the achievement configuration with the given ID.
99
100Args:
101 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 x__xgafv: string, V1 error format.
103 Allowed values
104 1 - v1 error format
105 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800106</pre>
107</div>
108
109<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 <code class="details" id="get">get(achievementId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800111 <pre>Retrieves the metadata of the achievement configuration with the given ID.
112
113Args:
114 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -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
120Returns:
121 An object of the form:
122
Dan O'Mearadd494642020-05-01 07:42:23 -0700123 { # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700124 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
125 &quot;pointValue&quot;: 42, # Point value for the achievement.
126 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
127 &quot;translations&quot;: [ # The locale strings.
128 { # A localized string resource.
129 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
130 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
131 # string `gamesConfiguration#localizedString`.
132 &quot;value&quot;: &quot;A String&quot;, # The string value.
133 },
134 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700135 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700136 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700137 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700138 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700139 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700140 # string `gamesConfiguration#achievementConfigurationDetail`.
141 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
142 &quot;translations&quot;: [ # The locale strings.
143 { # A localized string resource.
144 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
145 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
146 # string `gamesConfiguration#localizedString`.
147 &quot;value&quot;: &quot;A String&quot;, # The string value.
148 },
149 ],
150 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
151 # string `gamesConfiguration#localizedStringBundle`.
152 },
153 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
154 },
155 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
156 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
157 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
158 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
159 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
160 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
161 &quot;pointValue&quot;: 42, # Point value for the achievement.
162 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
163 &quot;translations&quot;: [ # The locale strings.
164 { # A localized string resource.
165 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
166 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
167 # string `gamesConfiguration#localizedString`.
168 &quot;value&quot;: &quot;A String&quot;, # The string value.
169 },
170 ],
171 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
172 # string `gamesConfiguration#localizedStringBundle`.
173 },
174 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
175 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
176 # string `gamesConfiguration#achievementConfigurationDetail`.
177 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
178 &quot;translations&quot;: [ # The locale strings.
179 { # A localized string resource.
180 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
181 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
182 # string `gamesConfiguration#localizedString`.
183 &quot;value&quot;: &quot;A String&quot;, # The string value.
184 },
185 ],
186 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
187 # string `gamesConfiguration#localizedStringBundle`.
188 },
189 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
190 },
191 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
192 # string `gamesConfiguration#achievementConfiguration`.
193 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800194</div>
195
196<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700197 <code class="details" id="insert">insert(applicationId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800198 <pre>Insert a new achievement configuration in this application.
199
200Args:
201 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700202 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800203 The object takes the form of:
204
Dan O'Mearadd494642020-05-01 07:42:23 -0700205{ # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700206 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
207 &quot;pointValue&quot;: 42, # Point value for the achievement.
208 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
209 &quot;translations&quot;: [ # The locale strings.
210 { # A localized string resource.
211 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
212 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
213 # string `gamesConfiguration#localizedString`.
214 &quot;value&quot;: &quot;A String&quot;, # The string value.
215 },
216 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700217 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700218 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700219 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700220 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700221 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700222 # string `gamesConfiguration#achievementConfigurationDetail`.
223 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
224 &quot;translations&quot;: [ # The locale strings.
225 { # A localized string resource.
226 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
227 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
228 # string `gamesConfiguration#localizedString`.
229 &quot;value&quot;: &quot;A String&quot;, # The string value.
230 },
231 ],
232 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
233 # string `gamesConfiguration#localizedStringBundle`.
234 },
235 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
236 },
237 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
238 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
239 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
240 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
241 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
242 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
243 &quot;pointValue&quot;: 42, # Point value for the achievement.
244 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
245 &quot;translations&quot;: [ # The locale strings.
246 { # A localized string resource.
247 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
248 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
249 # string `gamesConfiguration#localizedString`.
250 &quot;value&quot;: &quot;A String&quot;, # The string value.
251 },
252 ],
253 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
254 # string `gamesConfiguration#localizedStringBundle`.
255 },
256 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
257 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
258 # string `gamesConfiguration#achievementConfigurationDetail`.
259 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
260 &quot;translations&quot;: [ # The locale strings.
261 { # A localized string resource.
262 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
263 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
264 # string `gamesConfiguration#localizedString`.
265 &quot;value&quot;: &quot;A String&quot;, # The string value.
266 },
267 ],
268 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
269 # string `gamesConfiguration#localizedStringBundle`.
270 },
271 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
272 },
273 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
274 # string `gamesConfiguration#achievementConfiguration`.
275}
Craig Citroe633be12015-03-02 13:40:36 -0800276
Dan O'Mearadd494642020-05-01 07:42:23 -0700277 x__xgafv: string, V1 error format.
278 Allowed values
279 1 - v1 error format
280 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800281
282Returns:
283 An object of the form:
284
Dan O'Mearadd494642020-05-01 07:42:23 -0700285 { # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700286 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
287 &quot;pointValue&quot;: 42, # Point value for the achievement.
288 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
289 &quot;translations&quot;: [ # The locale strings.
290 { # A localized string resource.
291 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
292 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
293 # string `gamesConfiguration#localizedString`.
294 &quot;value&quot;: &quot;A String&quot;, # The string value.
295 },
296 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700297 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700298 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700299 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700300 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700301 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700302 # string `gamesConfiguration#achievementConfigurationDetail`.
303 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
304 &quot;translations&quot;: [ # The locale strings.
305 { # A localized string resource.
306 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
307 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
308 # string `gamesConfiguration#localizedString`.
309 &quot;value&quot;: &quot;A String&quot;, # The string value.
310 },
311 ],
312 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
313 # string `gamesConfiguration#localizedStringBundle`.
314 },
315 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
316 },
317 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
318 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
319 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
320 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
321 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
322 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
323 &quot;pointValue&quot;: 42, # Point value for the achievement.
324 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
325 &quot;translations&quot;: [ # The locale strings.
326 { # A localized string resource.
327 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
328 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
329 # string `gamesConfiguration#localizedString`.
330 &quot;value&quot;: &quot;A String&quot;, # The string value.
331 },
332 ],
333 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
334 # string `gamesConfiguration#localizedStringBundle`.
335 },
336 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
337 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
338 # string `gamesConfiguration#achievementConfigurationDetail`.
339 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
340 &quot;translations&quot;: [ # The locale strings.
341 { # A localized string resource.
342 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
343 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
344 # string `gamesConfiguration#localizedString`.
345 &quot;value&quot;: &quot;A String&quot;, # The string value.
346 },
347 ],
348 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
349 # string `gamesConfiguration#localizedStringBundle`.
350 },
351 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
352 },
353 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
354 # string `gamesConfiguration#achievementConfiguration`.
355 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800356</div>
357
358<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700359 <code class="details" id="list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800360 <pre>Returns a list of the achievement configurations in this application.
361
362Args:
363 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700364 maxResults: integer, The maximum number of resource configurations to return in the response,
365used for paging. For any response, the actual number of resources returned
366may be less than the specified `maxResults`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700367 pageToken: string, The token returned by the previous request.
Dan O'Mearadd494642020-05-01 07:42:23 -0700368 x__xgafv: string, V1 error format.
369 Allowed values
370 1 - v1 error format
371 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800372
373Returns:
374 An object of the form:
375
Dan O'Mearadd494642020-05-01 07:42:23 -0700376 { # A ListConfigurations response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700377 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
378 # string `gamesConfiguration#achievementConfigurationListResponse`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700379 &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token for the next page of results.
Bu Sun Kim65020912020-05-20 12:08:20 -0700380 &quot;items&quot;: [ # The achievement configurations.
Dan O'Mearadd494642020-05-01 07:42:23 -0700381 { # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700382 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
383 &quot;pointValue&quot;: 42, # Point value for the achievement.
384 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
385 &quot;translations&quot;: [ # The locale strings.
386 { # A localized string resource.
387 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
388 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
389 # string `gamesConfiguration#localizedString`.
390 &quot;value&quot;: &quot;A String&quot;, # The string value.
391 },
392 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700393 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700394 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700395 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700396 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700397 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700398 # string `gamesConfiguration#achievementConfigurationDetail`.
399 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
400 &quot;translations&quot;: [ # The locale strings.
401 { # A localized string resource.
402 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
403 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
404 # string `gamesConfiguration#localizedString`.
405 &quot;value&quot;: &quot;A String&quot;, # The string value.
406 },
407 ],
408 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
409 # string `gamesConfiguration#localizedStringBundle`.
410 },
411 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Craig Citroe633be12015-03-02 13:40:36 -0800412 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700413 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
414 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
415 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
416 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
417 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
418 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
419 &quot;pointValue&quot;: 42, # Point value for the achievement.
420 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
421 &quot;translations&quot;: [ # The locale strings.
422 { # A localized string resource.
423 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
424 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
425 # string `gamesConfiguration#localizedString`.
426 &quot;value&quot;: &quot;A String&quot;, # The string value.
427 },
428 ],
429 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
430 # string `gamesConfiguration#localizedStringBundle`.
431 },
432 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
433 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
434 # string `gamesConfiguration#achievementConfigurationDetail`.
435 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
436 &quot;translations&quot;: [ # The locale strings.
437 { # A localized string resource.
438 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
439 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
440 # string `gamesConfiguration#localizedString`.
441 &quot;value&quot;: &quot;A String&quot;, # The string value.
442 },
443 ],
444 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
445 # string `gamesConfiguration#localizedStringBundle`.
446 },
447 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
448 },
449 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
450 # string `gamesConfiguration#achievementConfiguration`.
451 },
Craig Citroe633be12015-03-02 13:40:36 -0800452 ],
Craig Citroe633be12015-03-02 13:40:36 -0800453 }</pre>
454</div>
455
456<div class="method">
457 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
458 <pre>Retrieves the next page of results.
459
460Args:
461 previous_request: The request for the previous page. (required)
462 previous_response: The response from the request for the previous page. (required)
463
464Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700465 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citroe633be12015-03-02 13:40:36 -0800466 page. Returns None if there are no more items in the collection.
467 </pre>
468</div>
469
470<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700471 <code class="details" id="update">update(achievementId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800472 <pre>Update the metadata of the achievement configuration with the given ID.
473
474Args:
475 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700476 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800477 The object takes the form of:
478
Dan O'Mearadd494642020-05-01 07:42:23 -0700479{ # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700480 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
481 &quot;pointValue&quot;: 42, # Point value for the achievement.
482 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
483 &quot;translations&quot;: [ # The locale strings.
484 { # A localized string resource.
485 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
486 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
487 # string `gamesConfiguration#localizedString`.
488 &quot;value&quot;: &quot;A String&quot;, # The string value.
489 },
490 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700491 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700492 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700493 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700494 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700495 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700496 # string `gamesConfiguration#achievementConfigurationDetail`.
497 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
498 &quot;translations&quot;: [ # The locale strings.
499 { # A localized string resource.
500 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
501 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
502 # string `gamesConfiguration#localizedString`.
503 &quot;value&quot;: &quot;A String&quot;, # The string value.
504 },
505 ],
506 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
507 # string `gamesConfiguration#localizedStringBundle`.
508 },
509 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
510 },
511 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
512 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
513 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
514 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
515 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
516 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
517 &quot;pointValue&quot;: 42, # Point value for the achievement.
518 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
519 &quot;translations&quot;: [ # The locale strings.
520 { # A localized string resource.
521 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
522 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
523 # string `gamesConfiguration#localizedString`.
524 &quot;value&quot;: &quot;A String&quot;, # The string value.
525 },
526 ],
527 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
528 # string `gamesConfiguration#localizedStringBundle`.
529 },
530 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
531 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
532 # string `gamesConfiguration#achievementConfigurationDetail`.
533 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
534 &quot;translations&quot;: [ # The locale strings.
535 { # A localized string resource.
536 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
537 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
538 # string `gamesConfiguration#localizedString`.
539 &quot;value&quot;: &quot;A String&quot;, # The string value.
540 },
541 ],
542 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
543 # string `gamesConfiguration#localizedStringBundle`.
544 },
545 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
546 },
547 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
548 # string `gamesConfiguration#achievementConfiguration`.
549}
Craig Citroe633be12015-03-02 13:40:36 -0800550
Dan O'Mearadd494642020-05-01 07:42:23 -0700551 x__xgafv: string, V1 error format.
552 Allowed values
553 1 - v1 error format
554 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800555
556Returns:
557 An object of the form:
558
Dan O'Mearadd494642020-05-01 07:42:23 -0700559 { # An achievement configuration resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700560 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
561 &quot;pointValue&quot;: 42, # Point value for the achievement.
562 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
563 &quot;translations&quot;: [ # The locale strings.
564 { # A localized string resource.
565 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
566 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
567 # string `gamesConfiguration#localizedString`.
568 &quot;value&quot;: &quot;A String&quot;, # The string value.
569 },
570 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700571 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700572 # string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700573 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700574 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kim65020912020-05-20 12:08:20 -0700575 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700576 # string `gamesConfiguration#achievementConfigurationDetail`.
577 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
578 &quot;translations&quot;: [ # The locale strings.
579 { # A localized string resource.
580 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
581 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
582 # string `gamesConfiguration#localizedString`.
583 &quot;value&quot;: &quot;A String&quot;, # The string value.
584 },
585 ],
586 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
587 # string `gamesConfiguration#localizedStringBundle`.
588 },
589 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
590 },
591 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
592 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
593 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
594 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
595 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
596 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
597 &quot;pointValue&quot;: 42, # Point value for the achievement.
598 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
599 &quot;translations&quot;: [ # The locale strings.
600 { # A localized string resource.
601 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
602 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
603 # string `gamesConfiguration#localizedString`.
604 &quot;value&quot;: &quot;A String&quot;, # The string value.
605 },
606 ],
607 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
608 # string `gamesConfiguration#localizedStringBundle`.
609 },
610 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
611 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
612 # string `gamesConfiguration#achievementConfigurationDetail`.
613 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
614 &quot;translations&quot;: [ # The locale strings.
615 { # A localized string resource.
616 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
617 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
618 # string `gamesConfiguration#localizedString`.
619 &quot;value&quot;: &quot;A String&quot;, # The string value.
620 },
621 ],
622 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
623 # string `gamesConfiguration#localizedStringBundle`.
624 },
625 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
626 },
627 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed
628 # string `gamesConfiguration#achievementConfiguration`.
629 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800630</div>
631
632</body></html>