blob: 965118c429ad558ab78502fe70f2d94dc33f1334 [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.leaderboardConfigurations.html">leaderboardConfigurations</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(leaderboardId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080079<p class="firstline">Delete the leaderboard 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(leaderboardId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080082<p class="firstline">Retrieves the metadata of the leaderboard 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 leaderboard configuration in this application.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -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 leaderboard 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(leaderboardId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080094<p class="firstline">Update the metadata of the leaderboard 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(leaderboardId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -080098 <pre>Delete the leaderboard configuration with the given ID.
99
100Args:
101 leaderboardId: string, The ID of the leaderboard. (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(leaderboardId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800111 <pre>Retrieves the metadata of the leaderboard configuration with the given ID.
112
113Args:
114 leaderboardId: string, The ID of the leaderboard. (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 leaderboard configuration resource.
124 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
125 # string `gamesConfiguration#leaderboardConfiguration`.
126 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800127 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
128 "token": "A String", # The token for this resource.
129 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -0700130 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
131 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800132 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700133 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
134 # same &lt;a
135 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
136 # plural rules&lt;/a&gt; as all Android string resources.
137 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
138 # numbers ending 11-99 in Maltese).
139 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
140 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800141 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700142 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800143 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700144 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
145 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800146 "value": "A String", # The string value.
147 },
148 ],
149 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700150 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
151 # in Welsh, or 102 in Slovenian).
152 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
153 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800154 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700155 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800156 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700157 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
158 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800159 "value": "A String", # The string value.
160 },
161 ],
162 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700163 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
164 # the number 1 in English and most other languages; in Russian, any number
165 # ending in 1 but not ending in 11 is in this class).
166 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
167 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800168 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700169 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800170 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700171 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
172 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800173 "value": "A String", # The string value.
174 },
175 ],
176 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700177 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
178 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
179 # Polish).
180 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
181 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800182 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700183 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800184 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700185 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
186 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800187 "value": "A String", # The string value.
188 },
189 ],
190 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700191 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
192 # Arabic).
193 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
194 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800195 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700196 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800197 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700198 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
199 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800200 "value": "A String", # The string value.
201 },
202 ],
203 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700204 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
205 # (as with all numbers in Chinese, or 42 in English).
206 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
207 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800208 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700209 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800210 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700211 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
212 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800213 "value": "A String", # The string value.
214 },
215 ],
216 },
217 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700218 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
219 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800220 },
221 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700222 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
223 # string `gamesConfiguration#leaderboardConfigurationDetail`.
224 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
225 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
226 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800227 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700228 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800229 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700230 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
231 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800232 "value": "A String", # The string value.
233 },
234 ],
235 },
236 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
237 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700238 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
239 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800240 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700241 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
242 # same &lt;a
243 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
244 # plural rules&lt;/a&gt; as all Android string resources.
245 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
246 # numbers ending 11-99 in Maltese).
247 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
248 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800249 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700250 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800251 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700252 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
253 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800254 "value": "A String", # The string value.
255 },
256 ],
257 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700258 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
259 # in Welsh, or 102 in Slovenian).
260 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
261 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800262 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700263 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800264 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700265 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
266 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800267 "value": "A String", # The string value.
268 },
269 ],
270 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700271 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
272 # the number 1 in English and most other languages; in Russian, any number
273 # ending in 1 but not ending in 11 is in this class).
274 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
275 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800276 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700277 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800278 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700279 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
280 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800281 "value": "A String", # The string value.
282 },
283 ],
284 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700285 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
286 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
287 # Polish).
288 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
289 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800290 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700291 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800292 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700293 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
294 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800295 "value": "A String", # The string value.
296 },
297 ],
298 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700299 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
300 # Arabic).
301 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
302 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800303 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700304 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800305 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700306 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
307 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800308 "value": "A String", # The string value.
309 },
310 ],
311 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700312 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
313 # (as with all numbers in Chinese, or 42 in English).
314 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
315 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800316 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700317 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800318 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700319 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
320 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800321 "value": "A String", # The string value.
322 },
323 ],
324 },
325 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700326 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
327 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800328 },
329 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700330 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
331 # string `gamesConfiguration#leaderboardConfigurationDetail`.
332 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
333 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
334 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800335 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700336 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800337 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700338 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
339 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800340 "value": "A String", # The string value.
341 },
342 ],
343 },
344 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
345 },
346 "id": "A String", # The ID of the leaderboard.
347 }</pre>
348</div>
349
350<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700351 <code class="details" id="insert">insert(applicationId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800352 <pre>Insert a new leaderboard configuration in this application.
353
354Args:
355 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700356 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800357 The object takes the form of:
358
Dan O'Mearadd494642020-05-01 07:42:23 -0700359{ # An leaderboard configuration resource.
360 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
361 # string `gamesConfiguration#leaderboardConfiguration`.
362 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800363 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
364 "token": "A String", # The token for this resource.
365 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -0700366 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
367 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800368 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700369 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
370 # same &lt;a
371 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
372 # plural rules&lt;/a&gt; as all Android string resources.
373 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
374 # numbers ending 11-99 in Maltese).
375 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
376 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800377 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700378 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800379 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700380 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
381 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800382 "value": "A String", # The string value.
383 },
384 ],
385 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700386 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
387 # in Welsh, or 102 in Slovenian).
388 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
389 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800390 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700391 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800392 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700393 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
394 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800395 "value": "A String", # The string value.
396 },
397 ],
398 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700399 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
400 # the number 1 in English and most other languages; in Russian, any number
401 # ending in 1 but not ending in 11 is in this class).
402 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
403 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800404 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700405 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800406 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700407 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
408 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800409 "value": "A String", # The string value.
410 },
411 ],
412 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700413 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
414 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
415 # Polish).
416 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
417 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800418 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700419 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800420 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700421 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
422 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800423 "value": "A String", # The string value.
424 },
425 ],
426 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700427 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
428 # Arabic).
429 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
430 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800431 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700432 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800433 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700434 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
435 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800436 "value": "A String", # The string value.
437 },
438 ],
439 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700440 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
441 # (as with all numbers in Chinese, or 42 in English).
442 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
443 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800444 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700445 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800446 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700447 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
448 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800449 "value": "A String", # The string value.
450 },
451 ],
452 },
453 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700454 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
455 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800456 },
457 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700458 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
459 # string `gamesConfiguration#leaderboardConfigurationDetail`.
460 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
461 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
462 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800463 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700464 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800465 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700466 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
467 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800468 "value": "A String", # The string value.
469 },
470 ],
471 },
472 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
473 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700474 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
475 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800476 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700477 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
478 # same &lt;a
479 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
480 # plural rules&lt;/a&gt; as all Android string resources.
481 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
482 # numbers ending 11-99 in Maltese).
483 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
484 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800485 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700486 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800487 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700488 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
489 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800490 "value": "A String", # The string value.
491 },
492 ],
493 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700494 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
495 # in Welsh, or 102 in Slovenian).
496 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
497 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800498 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700499 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800500 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700501 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
502 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800503 "value": "A String", # The string value.
504 },
505 ],
506 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700507 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
508 # the number 1 in English and most other languages; in Russian, any number
509 # ending in 1 but not ending in 11 is in this class).
510 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
511 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800512 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700513 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800514 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700515 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
516 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800517 "value": "A String", # The string value.
518 },
519 ],
520 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700521 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
522 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
523 # Polish).
524 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
525 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800526 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700527 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800528 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700529 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
530 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800531 "value": "A String", # The string value.
532 },
533 ],
534 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700535 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
536 # Arabic).
537 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
538 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800539 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700540 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800541 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700542 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
543 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800544 "value": "A String", # The string value.
545 },
546 ],
547 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700548 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
549 # (as with all numbers in Chinese, or 42 in English).
550 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
551 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800552 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700553 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800554 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700555 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
556 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800557 "value": "A String", # The string value.
558 },
559 ],
560 },
561 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700562 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
563 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800564 },
565 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700566 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
567 # string `gamesConfiguration#leaderboardConfigurationDetail`.
568 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
569 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
570 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800571 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700572 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800573 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700574 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
575 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800576 "value": "A String", # The string value.
577 },
578 ],
579 },
580 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
581 },
582 "id": "A String", # The ID of the leaderboard.
583 }
584
Dan O'Mearadd494642020-05-01 07:42:23 -0700585 x__xgafv: string, V1 error format.
586 Allowed values
587 1 - v1 error format
588 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800589
590Returns:
591 An object of the form:
592
Dan O'Mearadd494642020-05-01 07:42:23 -0700593 { # An leaderboard configuration resource.
594 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
595 # string `gamesConfiguration#leaderboardConfiguration`.
596 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800597 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
598 "token": "A String", # The token for this resource.
599 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -0700600 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
601 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800602 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700603 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
604 # same &lt;a
605 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
606 # plural rules&lt;/a&gt; as all Android string resources.
607 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
608 # numbers ending 11-99 in Maltese).
609 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
610 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800611 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700612 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800613 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700614 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
615 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800616 "value": "A String", # The string value.
617 },
618 ],
619 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700620 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
621 # in Welsh, or 102 in Slovenian).
622 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
623 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800624 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700625 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800626 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700627 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
628 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800629 "value": "A String", # The string value.
630 },
631 ],
632 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700633 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
634 # the number 1 in English and most other languages; in Russian, any number
635 # ending in 1 but not ending in 11 is in this class).
636 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
637 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800638 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700639 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800640 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700641 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
642 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800643 "value": "A String", # The string value.
644 },
645 ],
646 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700647 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
648 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
649 # Polish).
650 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
651 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800652 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700653 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800654 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700655 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
656 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800657 "value": "A String", # The string value.
658 },
659 ],
660 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700661 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
662 # Arabic).
663 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
664 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800665 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700666 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800667 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700668 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
669 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800670 "value": "A String", # The string value.
671 },
672 ],
673 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700674 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
675 # (as with all numbers in Chinese, or 42 in English).
676 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
677 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800678 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700679 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800680 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700681 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
682 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800683 "value": "A String", # The string value.
684 },
685 ],
686 },
687 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700688 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
689 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800690 },
691 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700692 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
693 # string `gamesConfiguration#leaderboardConfigurationDetail`.
694 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
695 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
696 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800697 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700698 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800699 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700700 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
701 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800702 "value": "A String", # The string value.
703 },
704 ],
705 },
706 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
707 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700708 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
709 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800710 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700711 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
712 # same &lt;a
713 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
714 # plural rules&lt;/a&gt; as all Android string resources.
715 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
716 # numbers ending 11-99 in Maltese).
717 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
718 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800719 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700720 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800721 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700722 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
723 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800724 "value": "A String", # The string value.
725 },
726 ],
727 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700728 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
729 # in Welsh, or 102 in Slovenian).
730 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
731 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800732 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700733 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800734 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700735 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
736 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800737 "value": "A String", # The string value.
738 },
739 ],
740 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700741 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
742 # the number 1 in English and most other languages; in Russian, any number
743 # ending in 1 but not ending in 11 is in this class).
744 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
745 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800746 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700747 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800748 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700749 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
750 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800751 "value": "A String", # The string value.
752 },
753 ],
754 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700755 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
756 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
757 # Polish).
758 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
759 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800760 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700761 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800762 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700763 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
764 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800765 "value": "A String", # The string value.
766 },
767 ],
768 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700769 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
770 # Arabic).
771 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
772 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800773 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700774 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800775 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700776 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
777 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800778 "value": "A String", # The string value.
779 },
780 ],
781 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700782 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
783 # (as with all numbers in Chinese, or 42 in English).
784 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
785 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800786 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700787 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800788 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700789 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
790 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800791 "value": "A String", # The string value.
792 },
793 ],
794 },
795 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700796 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
797 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800798 },
799 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700800 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
801 # string `gamesConfiguration#leaderboardConfigurationDetail`.
802 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
803 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
804 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800805 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700806 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800807 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700808 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
809 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800810 "value": "A String", # The string value.
811 },
812 ],
813 },
814 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
815 },
816 "id": "A String", # The ID of the leaderboard.
817 }</pre>
818</div>
819
820<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700821 <code class="details" id="list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800822 <pre>Returns a list of the leaderboard configurations in this application.
823
824Args:
825 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700826 maxResults: integer, The maximum number of resource configurations to return in the response,
827used for paging. For any response, the actual number of resources returned
828may be less than the specified `maxResults`.
Craig Citroe633be12015-03-02 13:40:36 -0800829 pageToken: string, The token returned by the previous request.
Dan O'Mearadd494642020-05-01 07:42:23 -0700830 x__xgafv: string, V1 error format.
831 Allowed values
832 1 - v1 error format
833 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800834
835Returns:
836 An object of the form:
837
Dan O'Mearadd494642020-05-01 07:42:23 -0700838 { # A ListConfigurations response.
Craig Citroe633be12015-03-02 13:40:36 -0800839 "nextPageToken": "A String", # The pagination token for the next page of results.
840 "items": [ # The leaderboard configurations.
Dan O'Mearadd494642020-05-01 07:42:23 -0700841 { # An leaderboard configuration resource.
842 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
843 # string `gamesConfiguration#leaderboardConfiguration`.
844 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -0800845 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
846 "token": "A String", # The token for this resource.
847 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -0700848 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
849 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800850 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700851 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
852 # same &lt;a
853 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
854 # plural rules&lt;/a&gt; as all Android string resources.
855 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
856 # numbers ending 11-99 in Maltese).
857 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
858 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800859 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700860 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800861 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700862 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
863 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800864 "value": "A String", # The string value.
865 },
866 ],
867 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700868 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
869 # in Welsh, or 102 in Slovenian).
870 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
871 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800872 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700873 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800874 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700875 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
876 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800877 "value": "A String", # The string value.
878 },
879 ],
880 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700881 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
882 # the number 1 in English and most other languages; in Russian, any number
883 # ending in 1 but not ending in 11 is in this class).
884 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
885 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800886 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700887 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800888 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700889 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
890 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800891 "value": "A String", # The string value.
892 },
893 ],
894 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700895 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
896 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
897 # Polish).
898 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
899 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800900 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700901 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800902 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700903 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
904 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800905 "value": "A String", # The string value.
906 },
907 ],
908 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700909 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
910 # Arabic).
911 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
912 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800913 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700914 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800915 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700916 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
917 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800918 "value": "A String", # The string value.
919 },
920 ],
921 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700922 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
923 # (as with all numbers in Chinese, or 42 in English).
924 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
925 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800926 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700927 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800928 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700929 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
930 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800931 "value": "A String", # The string value.
932 },
933 ],
934 },
935 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700936 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
937 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -0800938 },
939 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -0700940 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
941 # string `gamesConfiguration#leaderboardConfigurationDetail`.
942 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
943 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
944 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800945 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700946 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800947 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700948 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
949 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800950 "value": "A String", # The string value.
951 },
952 ],
953 },
954 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
955 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700956 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
957 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -0800958 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -0700959 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
960 # same &lt;a
961 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
962 # plural rules&lt;/a&gt; as all Android string resources.
963 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
964 # numbers ending 11-99 in Maltese).
965 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
966 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800967 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700968 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800969 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700970 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
971 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800972 "value": "A String", # The string value.
973 },
974 ],
975 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700976 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
977 # in Welsh, or 102 in Slovenian).
978 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
979 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800980 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700981 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800982 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700983 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
984 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800985 "value": "A String", # The string value.
986 },
987 ],
988 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700989 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
990 # the number 1 in English and most other languages; in Russian, any number
991 # ending in 1 but not ending in 11 is in this class).
992 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
993 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -0800994 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -0700995 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -0800996 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -0700997 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
998 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -0800999 "value": "A String", # The string value.
1000 },
1001 ],
1002 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001003 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
1004 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
1005 # Polish).
1006 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1007 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001008 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001009 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001010 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001011 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1012 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001013 "value": "A String", # The string value.
1014 },
1015 ],
1016 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001017 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
1018 # Arabic).
1019 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1020 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001021 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001022 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001023 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001024 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1025 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001026 "value": "A String", # The string value.
1027 },
1028 ],
1029 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001030 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
1031 # (as with all numbers in Chinese, or 42 in English).
1032 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1033 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001034 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001035 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001036 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001037 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1038 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001039 "value": "A String", # The string value.
1040 },
1041 ],
1042 },
1043 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001044 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
1045 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -08001046 },
1047 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -07001048 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1049 # string `gamesConfiguration#leaderboardConfigurationDetail`.
1050 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
1051 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1052 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001053 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001054 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001055 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001056 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1057 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001058 "value": "A String", # The string value.
1059 },
1060 ],
1061 },
1062 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1063 },
1064 "id": "A String", # The ID of the leaderboard.
1065 },
1066 ],
Dan O'Mearadd494642020-05-01 07:42:23 -07001067 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1068 # string
1069 # `gamesConfiguration#leaderboardConfigurationListResponse`.
Craig Citroe633be12015-03-02 13:40:36 -08001070 }</pre>
1071</div>
1072
1073<div class="method">
1074 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1075 <pre>Retrieves the next page of results.
1076
1077Args:
1078 previous_request: The request for the previous page. (required)
1079 previous_response: The response from the request for the previous page. (required)
1080
1081Returns:
1082 A request object that you can call 'execute()' on to request the next
1083 page. Returns None if there are no more items in the collection.
1084 </pre>
1085</div>
1086
1087<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -07001088 <code class="details" id="update">update(leaderboardId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -08001089 <pre>Update the metadata of the leaderboard configuration with the given ID.
1090
1091Args:
1092 leaderboardId: string, The ID of the leaderboard. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -07001093 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -08001094 The object takes the form of:
1095
Dan O'Mearadd494642020-05-01 07:42:23 -07001096{ # An leaderboard configuration resource.
1097 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1098 # string `gamesConfiguration#leaderboardConfiguration`.
1099 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -08001100 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
1101 "token": "A String", # The token for this resource.
1102 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -07001103 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
1104 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -08001105 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -07001106 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
1107 # same &lt;a
1108 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
1109 # plural rules&lt;/a&gt; as all Android string resources.
1110 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
1111 # numbers ending 11-99 in Maltese).
1112 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1113 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001114 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001115 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001116 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001117 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1118 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001119 "value": "A String", # The string value.
1120 },
1121 ],
1122 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001123 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
1124 # in Welsh, or 102 in Slovenian).
1125 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1126 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001127 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001128 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001129 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001130 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1131 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001132 "value": "A String", # The string value.
1133 },
1134 ],
1135 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001136 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
1137 # the number 1 in English and most other languages; in Russian, any number
1138 # ending in 1 but not ending in 11 is in this class).
1139 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1140 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001141 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001142 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001143 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001144 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1145 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001146 "value": "A String", # The string value.
1147 },
1148 ],
1149 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001150 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
1151 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
1152 # Polish).
1153 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1154 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001155 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001156 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001157 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001158 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1159 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001160 "value": "A String", # The string value.
1161 },
1162 ],
1163 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001164 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
1165 # Arabic).
1166 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1167 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001168 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001169 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001170 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001171 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1172 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001173 "value": "A String", # The string value.
1174 },
1175 ],
1176 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001177 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
1178 # (as with all numbers in Chinese, or 42 in English).
1179 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1180 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001181 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001182 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001183 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001184 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1185 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001186 "value": "A String", # The string value.
1187 },
1188 ],
1189 },
1190 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001191 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
1192 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -08001193 },
1194 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -07001195 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1196 # string `gamesConfiguration#leaderboardConfigurationDetail`.
1197 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
1198 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1199 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001200 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001201 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001202 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001203 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1204 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001205 "value": "A String", # The string value.
1206 },
1207 ],
1208 },
1209 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1210 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001211 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
1212 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -08001213 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -07001214 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
1215 # same &lt;a
1216 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
1217 # plural rules&lt;/a&gt; as all Android string resources.
1218 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
1219 # numbers ending 11-99 in Maltese).
1220 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1221 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001222 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001223 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001224 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001225 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1226 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001227 "value": "A String", # The string value.
1228 },
1229 ],
1230 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001231 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
1232 # in Welsh, or 102 in Slovenian).
1233 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1234 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001235 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001236 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001237 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001238 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1239 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001240 "value": "A String", # The string value.
1241 },
1242 ],
1243 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001244 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
1245 # the number 1 in English and most other languages; in Russian, any number
1246 # ending in 1 but not ending in 11 is in this class).
1247 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1248 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001249 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001250 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001251 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001252 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1253 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001254 "value": "A String", # The string value.
1255 },
1256 ],
1257 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001258 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
1259 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
1260 # Polish).
1261 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1262 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001263 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001264 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001265 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001266 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1267 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001268 "value": "A String", # The string value.
1269 },
1270 ],
1271 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001272 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
1273 # Arabic).
1274 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1275 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001276 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001277 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001278 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001279 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1280 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001281 "value": "A String", # The string value.
1282 },
1283 ],
1284 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001285 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
1286 # (as with all numbers in Chinese, or 42 in English).
1287 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1288 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001289 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001290 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001291 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001292 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1293 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001294 "value": "A String", # The string value.
1295 },
1296 ],
1297 },
1298 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001299 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
1300 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -08001301 },
1302 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -07001303 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1304 # string `gamesConfiguration#leaderboardConfigurationDetail`.
1305 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
1306 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1307 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001308 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001309 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001310 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001311 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1312 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001313 "value": "A String", # The string value.
1314 },
1315 ],
1316 },
1317 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1318 },
1319 "id": "A String", # The ID of the leaderboard.
1320 }
1321
Dan O'Mearadd494642020-05-01 07:42:23 -07001322 x__xgafv: string, V1 error format.
1323 Allowed values
1324 1 - v1 error format
1325 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -08001326
1327Returns:
1328 An object of the form:
1329
Dan O'Mearadd494642020-05-01 07:42:23 -07001330 { # An leaderboard configuration resource.
1331 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1332 # string `gamesConfiguration#leaderboardConfiguration`.
1333 "scoreOrder": "A String",
Craig Citroe633be12015-03-02 13:40:36 -08001334 "scoreMin": "A String", # Minimum score that can be posted to this leaderboard.
1335 "token": "A String", # The token for this resource.
1336 "scoreMax": "A String", # Maximum score that can be posted to this leaderboard.
Dan O'Mearadd494642020-05-01 07:42:23 -07001337 "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
1338 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -08001339 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -07001340 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
1341 # same &lt;a
1342 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
1343 # plural rules&lt;/a&gt; as all Android string resources.
1344 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
1345 # numbers ending 11-99 in Maltese).
1346 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1347 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001348 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001349 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001350 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001351 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1352 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001353 "value": "A String", # The string value.
1354 },
1355 ],
1356 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001357 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
1358 # in Welsh, or 102 in Slovenian).
1359 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1360 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001361 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001362 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001363 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001364 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1365 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001366 "value": "A String", # The string value.
1367 },
1368 ],
1369 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001370 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
1371 # the number 1 in English and most other languages; in Russian, any number
1372 # ending in 1 but not ending in 11 is in this class).
1373 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1374 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001375 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001376 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001377 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001378 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1379 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001380 "value": "A String", # The string value.
1381 },
1382 ],
1383 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001384 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
1385 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
1386 # Polish).
1387 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1388 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001389 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001390 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001391 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001392 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1393 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001394 "value": "A String", # The string value.
1395 },
1396 ],
1397 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001398 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
1399 # Arabic).
1400 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1401 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001402 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001403 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001404 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001405 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1406 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001407 "value": "A String", # The string value.
1408 },
1409 ],
1410 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001411 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
1412 # (as with all numbers in Chinese, or 42 in English).
1413 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1414 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001415 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001416 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001417 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001418 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1419 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001420 "value": "A String", # The string value.
1421 },
1422 ],
1423 },
1424 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001425 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
1426 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -08001427 },
1428 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -07001429 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1430 # string `gamesConfiguration#leaderboardConfigurationDetail`.
1431 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
1432 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1433 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001434 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001435 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001436 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001437 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1438 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001439 "value": "A String", # The string value.
1440 },
1441 ],
1442 },
1443 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1444 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001445 "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard.
1446 "scoreFormat": { # A number format resource. # The score formatting for the leaderboard.
Craig Citroe633be12015-03-02 13:40:36 -08001447 "numberFormatType": "A String", # The formatting for the number.
Dan O'Mearadd494642020-05-01 07:42:23 -07001448 "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the
1449 # same &lt;a
1450 # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"&gt;
1451 # plural rules&lt;/a&gt; as all Android string resources.
1452 "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with
1453 # numbers ending 11-99 in Maltese).
1454 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1455 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001456 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001457 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001458 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001459 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1460 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001461 "value": "A String", # The string value.
1462 },
1463 ],
1464 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001465 "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2
1466 # in Welsh, or 102 in Slovenian).
1467 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1468 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001469 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001470 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001471 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001472 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1473 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001474 "value": "A String", # The string value.
1475 },
1476 ],
1477 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001478 "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with
1479 # the number 1 in English and most other languages; in Russian, any number
1480 # ending in 1 but not ending in 11 is in this class).
1481 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1482 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001483 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001484 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001485 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001486 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1487 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001488 "value": "A String", # The string value.
1489 },
1490 ],
1491 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001492 "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2,
1493 # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in
1494 # Polish).
1495 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1496 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001497 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001498 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001499 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001500 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1501 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001502 "value": "A String", # The string value.
1503 },
1504 ],
1505 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001506 "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in
1507 # Arabic).
1508 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1509 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001510 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001511 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001512 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001513 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1514 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001515 "value": "A String", # The string value.
1516 },
1517 ],
1518 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001519 "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity
1520 # (as with all numbers in Chinese, or 42 in English).
1521 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1522 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001523 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001524 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001525 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001526 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1527 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001528 "value": "A String", # The string value.
1529 },
1530 ],
1531 },
1532 },
Dan O'Mearadd494642020-05-01 07:42:23 -07001533 "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type.
1534 "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type.
Craig Citroe633be12015-03-02 13:40:36 -08001535 },
1536 "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored.
Dan O'Mearadd494642020-05-01 07:42:23 -07001537 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1538 # string `gamesConfiguration#leaderboardConfigurationDetail`.
1539 "name": { # A localized string bundle resource. # Localized strings for the leaderboard name.
1540 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1541 # string `gamesConfiguration#localizedStringBundle`.
Craig Citroe633be12015-03-02 13:40:36 -08001542 "translations": [ # The locale strings.
Dan O'Mearadd494642020-05-01 07:42:23 -07001543 { # A localized string resource.
Craig Citroe633be12015-03-02 13:40:36 -08001544 "locale": "A String", # The locale string.
Dan O'Mearadd494642020-05-01 07:42:23 -07001545 "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed
1546 # string `gamesConfiguration#localizedString`.
Craig Citroe633be12015-03-02 13:40:36 -08001547 "value": "A String", # The string value.
1548 },
1549 ],
1550 },
1551 "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1552 },
1553 "id": "A String", # The ID of the leaderboard.
1554 }</pre>
1555</div>
1556
1557</body></html>