blob: 04c133e13b708a81e34b653b4680599fd77c084f [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">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#delete">delete(achievementId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080082<p class="firstline">Delete 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="#get">get(achievementId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080085<p class="firstline">Retrieves the metadata of the achievement configuration with the given ID.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#insert">insert(applicationId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080088<p class="firstline">Insert a new achievement configuration in this application.</p>
89<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070090 <code><a href="#list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080091<p class="firstline">Returns a list of the achievement configurations in this application.</p>
92<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code><a href="#update">update(achievementId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080097<p class="firstline">Update the metadata of the achievement configuration with the given ID.</p>
98<h3>Method Details</h3>
99<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700100 <code class="details" id="close">close()</code>
101 <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code class="details" id="delete">delete(achievementId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800106 <pre>Delete the achievement configuration with the given ID.
107
108Args:
109 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 x__xgafv: string, V1 error format.
111 Allowed values
112 1 - v1 error format
113 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800114</pre>
115</div>
116
117<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700118 <code class="details" id="get">get(achievementId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800119 <pre>Retrieves the metadata of the achievement configuration with the given ID.
120
121Args:
122 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700123 x__xgafv: string, V1 error format.
124 Allowed values
125 1 - v1 error format
126 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800127
128Returns:
129 An object of the form:
130
Dan O'Mearadd494642020-05-01 07:42:23 -0700131 { # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700132 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
133 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
134 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
136 &quot;pointValue&quot;: 42, # Point value for the achievement.
137 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700138 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700139 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
140 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
141 &quot;translations&quot;: [ # The locale strings.
142 { # A localized string resource.
143 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
144 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
145 &quot;value&quot;: &quot;A String&quot;, # The string value.
146 },
147 ],
148 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
149 },
150 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
151 &quot;translations&quot;: [ # The locale strings.
152 { # A localized string resource.
153 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
154 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
155 &quot;value&quot;: &quot;A String&quot;, # The string value.
156 },
157 ],
158 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
159 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700161 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
162 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
163 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700164 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
165 &quot;pointValue&quot;: 42, # Point value for the achievement.
166 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700167 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700168 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
169 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
170 &quot;translations&quot;: [ # The locale strings.
171 { # A localized string resource.
172 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
173 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
174 &quot;value&quot;: &quot;A String&quot;, # The string value.
175 },
176 ],
177 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
178 },
179 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
180 &quot;translations&quot;: [ # The locale strings.
181 { # A localized string resource.
182 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
183 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
184 &quot;value&quot;: &quot;A String&quot;, # The string value.
185 },
186 ],
187 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
188 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700189 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700190 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800191</div>
192
193<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700194 <code class="details" id="insert">insert(applicationId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800195 <pre>Insert a new achievement configuration in this application.
196
197Args:
198 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700199 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800200 The object takes the form of:
201
Dan O'Mearadd494642020-05-01 07:42:23 -0700202{ # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700203 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
204 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
205 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700206 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
207 &quot;pointValue&quot;: 42, # Point value for the achievement.
208 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700209 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700210 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
211 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
212 &quot;translations&quot;: [ # The locale strings.
213 { # A localized string resource.
214 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
215 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
216 &quot;value&quot;: &quot;A String&quot;, # The string value.
217 },
218 ],
219 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
220 },
221 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
222 &quot;translations&quot;: [ # The locale strings.
223 { # A localized string resource.
224 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
225 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
226 &quot;value&quot;: &quot;A String&quot;, # The string value.
227 },
228 ],
229 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
230 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700231 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700232 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
233 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
234 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700235 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
236 &quot;pointValue&quot;: 42, # Point value for the achievement.
237 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700238 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700239 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
240 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
241 &quot;translations&quot;: [ # The locale strings.
242 { # A localized string resource.
243 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
244 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
245 &quot;value&quot;: &quot;A String&quot;, # The string value.
246 },
247 ],
248 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
249 },
250 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
251 &quot;translations&quot;: [ # The locale strings.
252 { # A localized string resource.
253 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
254 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
255 &quot;value&quot;: &quot;A String&quot;, # The string value.
256 },
257 ],
258 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
259 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700260 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700261}
Craig Citroe633be12015-03-02 13:40:36 -0800262
Dan O'Mearadd494642020-05-01 07:42:23 -0700263 x__xgafv: string, V1 error format.
264 Allowed values
265 1 - v1 error format
266 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800267
268Returns:
269 An object of the form:
270
Dan O'Mearadd494642020-05-01 07:42:23 -0700271 { # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700272 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
273 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
274 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700275 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
276 &quot;pointValue&quot;: 42, # Point value for the achievement.
277 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700278 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700279 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
280 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
281 &quot;translations&quot;: [ # The locale strings.
282 { # A localized string resource.
283 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
284 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
285 &quot;value&quot;: &quot;A String&quot;, # The string value.
286 },
287 ],
288 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
289 },
290 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
291 &quot;translations&quot;: [ # The locale strings.
292 { # A localized string resource.
293 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
294 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
295 &quot;value&quot;: &quot;A String&quot;, # The string value.
296 },
297 ],
298 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
299 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700300 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700301 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
302 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
303 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700304 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
305 &quot;pointValue&quot;: 42, # Point value for the achievement.
306 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700307 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700308 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
309 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
310 &quot;translations&quot;: [ # The locale strings.
311 { # A localized string resource.
312 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
313 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
314 &quot;value&quot;: &quot;A String&quot;, # The string value.
315 },
316 ],
317 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
318 },
319 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
320 &quot;translations&quot;: [ # The locale strings.
321 { # A localized string resource.
322 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
323 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
324 &quot;value&quot;: &quot;A String&quot;, # The string value.
325 },
326 ],
327 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
328 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700329 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700330 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800331</div>
332
333<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700334 <code class="details" id="list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800335 <pre>Returns a list of the achievement configurations in this application.
336
337Args:
338 applicationId: string, The application ID from the Google Play developer console. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700339 maxResults: integer, The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified `maxResults`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700340 pageToken: string, The token returned by the previous request.
Dan O'Mearadd494642020-05-01 07:42:23 -0700341 x__xgafv: string, V1 error format.
342 Allowed values
343 1 - v1 error format
344 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800345
346Returns:
347 An object of the form:
348
Dan O'Mearadd494642020-05-01 07:42:23 -0700349 { # A ListConfigurations response.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700350 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationListResponse`.
Bu Sun Kim65020912020-05-20 12:08:20 -0700351 &quot;items&quot;: [ # The achievement configurations.
Dan O'Mearadd494642020-05-01 07:42:23 -0700352 { # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700353 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
354 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
355 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700356 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
357 &quot;pointValue&quot;: 42, # Point value for the achievement.
358 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700359 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700360 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
361 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
362 &quot;translations&quot;: [ # The locale strings.
363 { # A localized string resource.
364 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
365 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
366 &quot;value&quot;: &quot;A String&quot;, # The string value.
367 },
368 ],
369 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
370 },
371 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
372 &quot;translations&quot;: [ # The locale strings.
373 { # A localized string resource.
374 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
375 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
376 &quot;value&quot;: &quot;A String&quot;, # The string value.
377 },
378 ],
379 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
380 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700381 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700382 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
383 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
384 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700385 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
386 &quot;pointValue&quot;: 42, # Point value for the achievement.
387 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700388 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
390 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
391 &quot;translations&quot;: [ # The locale strings.
392 { # A localized string resource.
393 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
394 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
395 &quot;value&quot;: &quot;A String&quot;, # The string value.
396 },
397 ],
398 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
399 },
400 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
401 &quot;translations&quot;: [ # The locale strings.
402 { # A localized string resource.
403 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
404 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
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 string `gamesConfiguration#localizedStringBundle`.
409 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700410 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700411 },
Craig Citroe633be12015-03-02 13:40:36 -0800412 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700413 &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token for the next page of results.
Craig Citroe633be12015-03-02 13:40:36 -0800414 }</pre>
415</div>
416
417<div class="method">
418 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
419 <pre>Retrieves the next page of results.
420
421Args:
422 previous_request: The request for the previous page. (required)
423 previous_response: The response from the request for the previous page. (required)
424
425Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700426 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citroe633be12015-03-02 13:40:36 -0800427 page. Returns None if there are no more items in the collection.
428 </pre>
429</div>
430
431<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700432 <code class="details" id="update">update(achievementId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800433 <pre>Update the metadata of the achievement configuration with the given ID.
434
435Args:
436 achievementId: string, The ID of the achievement used by this method. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700437 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800438 The object takes the form of:
439
Dan O'Mearadd494642020-05-01 07:42:23 -0700440{ # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700441 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
442 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
443 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700444 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
445 &quot;pointValue&quot;: 42, # Point value for the achievement.
446 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700447 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700448 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
449 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
450 &quot;translations&quot;: [ # The locale strings.
451 { # A localized string resource.
452 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
453 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
454 &quot;value&quot;: &quot;A String&quot;, # The string value.
455 },
456 ],
457 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
458 },
459 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
460 &quot;translations&quot;: [ # The locale strings.
461 { # A localized string resource.
462 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
463 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
464 &quot;value&quot;: &quot;A String&quot;, # The string value.
465 },
466 ],
467 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
468 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700469 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700470 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
471 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
472 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700473 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
474 &quot;pointValue&quot;: 42, # Point value for the achievement.
475 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700476 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700477 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
478 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
479 &quot;translations&quot;: [ # The locale strings.
480 { # A localized string resource.
481 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
482 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
483 &quot;value&quot;: &quot;A String&quot;, # The string value.
484 },
485 ],
486 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
487 },
488 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
489 &quot;translations&quot;: [ # The locale strings.
490 { # A localized string resource.
491 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
492 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
493 &quot;value&quot;: &quot;A String&quot;, # The string value.
494 },
495 ],
496 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
497 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700498 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700499}
Craig Citroe633be12015-03-02 13:40:36 -0800500
Dan O'Mearadd494642020-05-01 07:42:23 -0700501 x__xgafv: string, V1 error format.
502 Allowed values
503 1 - v1 error format
504 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800505
506Returns:
507 An object of the form:
508
Dan O'Mearadd494642020-05-01 07:42:23 -0700509 { # An achievement configuration resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700510 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
511 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
512 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700513 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
514 &quot;pointValue&quot;: 42, # Point value for the achievement.
515 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700516 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700517 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
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;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
522 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
523 &quot;value&quot;: &quot;A String&quot;, # The string value.
524 },
525 ],
526 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
527 },
528 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
529 &quot;translations&quot;: [ # The locale strings.
530 { # A localized string resource.
531 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
532 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
533 &quot;value&quot;: &quot;A String&quot;, # The string value.
534 },
535 ],
536 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
537 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700538 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700539 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
540 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
541 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700542 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
543 &quot;pointValue&quot;: 42, # Point value for the achievement.
544 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700545 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700546 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
547 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
548 &quot;translations&quot;: [ # The locale strings.
549 { # A localized string resource.
550 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
551 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
552 &quot;value&quot;: &quot;A String&quot;, # The string value.
553 },
554 ],
555 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
556 },
557 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
558 &quot;translations&quot;: [ # The locale strings.
559 { # A localized string resource.
560 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
561 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
562 &quot;value&quot;: &quot;A String&quot;, # The string value.
563 },
564 ],
565 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
566 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700567 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700568 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800569</div>
570
571</body></html>