blob: d2f94c7bb76894587a997029f22adf41eb0e81e9 [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">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080090 <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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800132 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
133 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
134 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
135 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
136 &quot;translations&quot;: [ # The locale strings.
137 { # A localized string resource.
138 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
139 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
140 &quot;value&quot;: &quot;A String&quot;, # The string value.
141 },
142 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800143 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800144 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
145 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
146 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
147 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
148 &quot;translations&quot;: [ # The locale strings.
149 { # A localized string resource.
150 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
151 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
152 &quot;value&quot;: &quot;A String&quot;, # The string value.
153 },
154 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800155 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800156 &quot;pointValue&quot;: 42, # Point value for the achievement.
157 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
158 },
159 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
160 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
161 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
162 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
163 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
164 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
165 &quot;translations&quot;: [ # The locale strings.
166 { # A localized string resource.
167 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
168 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
169 &quot;value&quot;: &quot;A String&quot;, # The string value.
170 },
171 ],
172 },
173 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
174 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
175 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
176 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
177 &quot;translations&quot;: [ # The locale strings.
178 { # A localized string resource.
179 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
180 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
181 &quot;value&quot;: &quot;A String&quot;, # The string value.
182 },
183 ],
184 },
185 &quot;pointValue&quot;: 42, # Point value for the achievement.
186 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
187 },
188 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
189 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
190}</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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800203 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800204 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800205 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800206 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800207 &quot;translations&quot;: [ # The locale strings.
208 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800209 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800210 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
211 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800212 },
213 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800214 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800215 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800216 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
217 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800218 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800219 &quot;translations&quot;: [ # The locale strings.
220 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800221 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800222 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
223 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800224 },
225 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700226 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800227 &quot;pointValue&quot;: 42, # Point value for the achievement.
228 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800229 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800230 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
231 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800232 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
233 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800234 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800235 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800236 &quot;translations&quot;: [ # The locale strings.
237 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800238 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800239 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
240 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800241 },
242 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800243 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800244 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800245 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
246 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800247 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800248 &quot;translations&quot;: [ # The locale strings.
249 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800250 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800251 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
252 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800253 },
254 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800255 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800256 &quot;pointValue&quot;: 42, # Point value for the achievement.
257 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800258 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800259 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800260 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800261}
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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800272 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
273 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
274 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
275 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
276 &quot;translations&quot;: [ # The locale strings.
277 { # A localized string resource.
278 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
279 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
280 &quot;value&quot;: &quot;A String&quot;, # The string value.
281 },
282 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800283 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800284 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
285 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
286 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
287 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
288 &quot;translations&quot;: [ # The locale strings.
289 { # A localized string resource.
290 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
291 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
292 &quot;value&quot;: &quot;A String&quot;, # The string value.
293 },
294 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800295 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800296 &quot;pointValue&quot;: 42, # Point value for the achievement.
297 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
298 },
299 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
300 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
301 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
302 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
303 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
304 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
305 &quot;translations&quot;: [ # The locale strings.
306 { # A localized string resource.
307 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
308 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
309 &quot;value&quot;: &quot;A String&quot;, # The string value.
310 },
311 ],
312 },
313 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
314 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
315 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
316 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
317 &quot;translations&quot;: [ # The locale strings.
318 { # A localized string resource.
319 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
320 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
321 &quot;value&quot;: &quot;A String&quot;, # The string value.
322 },
323 ],
324 },
325 &quot;pointValue&quot;: 42, # Point value for the achievement.
326 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
327 },
328 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
329 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
330}</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800331</div>
332
333<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 <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)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800339 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`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800340 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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800350 &quot;items&quot;: [ # The achievement configurations.
351 { # An achievement configuration resource.
352 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
353 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
354 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
355 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
356 &quot;translations&quot;: [ # The locale strings.
357 { # A localized string resource.
358 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
359 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
360 &quot;value&quot;: &quot;A String&quot;, # The string value.
361 },
362 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700363 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800364 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
365 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
366 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
367 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
368 &quot;translations&quot;: [ # The locale strings.
369 { # A localized string resource.
370 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
371 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
372 &quot;value&quot;: &quot;A String&quot;, # The string value.
373 },
374 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800375 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800376 &quot;pointValue&quot;: 42, # Point value for the achievement.
377 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800378 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800379 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
380 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
381 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
382 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
383 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
384 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
385 &quot;translations&quot;: [ # The locale strings.
386 { # A localized string resource.
387 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
388 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
389 &quot;value&quot;: &quot;A String&quot;, # The string value.
390 },
391 ],
392 },
393 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
394 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
395 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
396 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
397 &quot;translations&quot;: [ # The locale strings.
398 { # A localized string resource.
399 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
400 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
401 &quot;value&quot;: &quot;A String&quot;, # The string value.
402 },
403 ],
404 },
405 &quot;pointValue&quot;: 42, # Point value for the achievement.
406 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
407 },
408 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
409 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
410 },
411 ],
412 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationListResponse`.
413 &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token for the next page of results.
414}</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800415</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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800441 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800442 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800443 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800444 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800445 &quot;translations&quot;: [ # The locale strings.
446 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800447 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800448 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
449 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800450 },
451 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800452 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800453 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800454 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
455 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800456 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800457 &quot;translations&quot;: [ # The locale strings.
458 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800459 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800460 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
461 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800462 },
463 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700464 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800465 &quot;pointValue&quot;: 42, # Point value for the achievement.
466 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800467 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800468 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
469 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800470 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
471 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800472 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800473 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800474 &quot;translations&quot;: [ # The locale strings.
475 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800476 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800477 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
478 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800479 },
480 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800481 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800482 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800483 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
484 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800485 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800486 &quot;translations&quot;: [ # The locale strings.
487 { # A localized string resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800488 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800489 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
490 &quot;value&quot;: &quot;A String&quot;, # The string value.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800491 },
492 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800493 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800494 &quot;pointValue&quot;: 42, # Point value for the achievement.
495 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800496 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800497 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800498 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800499}
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.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800510 &quot;achievementType&quot;: &quot;A String&quot;, # The type of the achievement.
511 &quot;draft&quot;: { # An achievement configuration detail. # The draft data of the achievement.
512 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
513 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
514 &quot;translations&quot;: [ # The locale strings.
515 { # A localized string resource.
516 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
517 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
518 &quot;value&quot;: &quot;A String&quot;, # The string value.
519 },
520 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800521 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800522 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
523 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
524 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
525 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
526 &quot;translations&quot;: [ # The locale strings.
527 { # A localized string resource.
528 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
529 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
530 &quot;value&quot;: &quot;A String&quot;, # The string value.
531 },
532 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800533 },
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800534 &quot;pointValue&quot;: 42, # Point value for the achievement.
535 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
536 },
537 &quot;id&quot;: &quot;A String&quot;, # The ID of the achievement.
538 &quot;initialState&quot;: &quot;A String&quot;, # The initial state of the achievement.
539 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfiguration`.
540 &quot;published&quot;: { # An achievement configuration detail. # The read-only published data of the achievement.
541 &quot;description&quot;: { # A localized string bundle resource. # Localized strings for the achievement description.
542 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
543 &quot;translations&quot;: [ # The locale strings.
544 { # A localized string resource.
545 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
546 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
547 &quot;value&quot;: &quot;A String&quot;, # The string value.
548 },
549 ],
550 },
551 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this achievement. Writes to this field are ignored.
552 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#achievementConfigurationDetail`.
553 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the achievement name.
554 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
555 &quot;translations&quot;: [ # The locale strings.
556 { # A localized string resource.
557 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
558 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
559 &quot;value&quot;: &quot;A String&quot;, # The string value.
560 },
561 ],
562 },
563 &quot;pointValue&quot;: 42, # Point value for the achievement.
564 &quot;sortRank&quot;: 42, # The sort rank of this achievement. Writes to this field are ignored.
565 },
566 &quot;stepsToUnlock&quot;: 42, # Steps to unlock. Only applicable to incremental achievements.
567 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
568}</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800569</div>
570
571</body></html>