blob: 69d61563d4e783998c0812c594dc0721ad77d058 [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">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#delete">delete(leaderboardId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080082<p class="firstline">Delete 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="#get">get(leaderboardId, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080085<p class="firstline">Retrieves the metadata of the leaderboard configuration with the given ID.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#insert">insert(applicationId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080088<p class="firstline">Insert a new leaderboard configuration in this application.</p>
89<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090 <code><a href="#list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080091<p class="firstline">Returns a list of the leaderboard configurations in this application.</p>
92<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070096 <code><a href="#update">update(leaderboardId, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080097<p class="firstline">Update the metadata of the leaderboard configuration with the given ID.</p>
98<h3>Method Details</h3>
99<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700100 <code class="details" id="close">close()</code>
101 <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code class="details" id="delete">delete(leaderboardId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800106 <pre>Delete the leaderboard configuration with the given ID.
107
108Args:
109 leaderboardId: string, The ID of the leaderboard. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 x__xgafv: string, V1 error format.
111 Allowed values
112 1 - v1 error format
113 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800114</pre>
115</div>
116
117<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700118 <code class="details" id="get">get(leaderboardId, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800119 <pre>Retrieves the metadata of the leaderboard configuration with the given ID.
120
121Args:
122 leaderboardId: string, The ID of the leaderboard. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700123 x__xgafv: string, V1 error format.
124 Allowed values
125 1 - v1 error format
126 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800127
128Returns:
129 An object of the form:
130
Dan O'Mearadd494642020-05-01 07:42:23 -0700131 { # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700132 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700133 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700134 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700135 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700136 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700137 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700138 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700139 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700140 &quot;translations&quot;: [ # The locale strings.
141 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700142 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700143 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700144 &quot;value&quot;: &quot;A String&quot;, # The string value.
145 },
146 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700147 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700148 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
149 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700150 &quot;translations&quot;: [ # The locale strings.
151 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700152 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700154 &quot;value&quot;: &quot;A String&quot;, # The string value.
155 },
156 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700157 },
158 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700159 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700160 &quot;translations&quot;: [ # The locale strings.
161 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700162 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700163 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700164 &quot;value&quot;: &quot;A String&quot;, # The string value.
165 },
166 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700167 },
168 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700169 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700170 &quot;translations&quot;: [ # The locale strings.
171 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700172 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700173 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700174 &quot;value&quot;: &quot;A String&quot;, # The string value.
175 },
176 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700177 },
178 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700179 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700180 &quot;translations&quot;: [ # The locale strings.
181 { # A localized string resource.
182 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
183 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
184 &quot;value&quot;: &quot;A String&quot;, # The string value.
185 },
186 ],
187 },
188 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
189 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
190 &quot;translations&quot;: [ # The locale strings.
191 { # A localized string resource.
192 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
193 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
194 &quot;value&quot;: &quot;A String&quot;, # The string value.
195 },
196 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700197 },
198 },
199 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700200 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
201 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700202 },
203 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
204 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700205 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700206 &quot;translations&quot;: [ # The locale strings.
207 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700208 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700209 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700210 &quot;value&quot;: &quot;A String&quot;, # The string value.
211 },
212 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700213 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700214 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
215 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700216 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
217 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
218 &quot;scoreOrder&quot;: &quot;A String&quot;,
219 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
220 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
221 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
222 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
223 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
224 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
225 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
226 &quot;translations&quot;: [ # The locale strings.
227 { # A localized string resource.
228 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
229 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
230 &quot;value&quot;: &quot;A String&quot;, # The string value.
231 },
232 ],
233 },
234 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
235 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
236 &quot;translations&quot;: [ # The locale strings.
237 { # A localized string resource.
238 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
239 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
240 &quot;value&quot;: &quot;A String&quot;, # The string value.
241 },
242 ],
243 },
244 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
245 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
246 &quot;translations&quot;: [ # The locale strings.
247 { # A localized string resource.
248 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
249 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
250 &quot;value&quot;: &quot;A String&quot;, # The string value.
251 },
252 ],
253 },
254 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
255 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
256 &quot;translations&quot;: [ # The locale strings.
257 { # A localized string resource.
258 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
259 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
260 &quot;value&quot;: &quot;A String&quot;, # The string value.
261 },
262 ],
263 },
264 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
265 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
266 &quot;translations&quot;: [ # The locale strings.
267 { # A localized string resource.
268 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
269 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
270 &quot;value&quot;: &quot;A String&quot;, # The string value.
271 },
272 ],
273 },
274 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
275 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
276 &quot;translations&quot;: [ # The locale strings.
277 { # A localized string resource.
278 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
279 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
280 &quot;value&quot;: &quot;A String&quot;, # The string value.
281 },
282 ],
283 },
284 },
285 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
286 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
287 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
288 },
289 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
290 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
291 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
292 &quot;translations&quot;: [ # The locale strings.
293 { # A localized string resource.
294 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
295 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
296 &quot;value&quot;: &quot;A String&quot;, # The string value.
297 },
298 ],
299 },
300 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
301 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700302 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800303</div>
304
305<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700306 <code class="details" id="insert">insert(applicationId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800307 <pre>Insert a new leaderboard configuration in this application.
308
309Args:
310 applicationId: string, The application ID from the Google Play developer console. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700311 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800312 The object takes the form of:
313
Dan O'Mearadd494642020-05-01 07:42:23 -0700314{ # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700315 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700316 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700317 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700318 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700319 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700320 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700321 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700322 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700323 &quot;translations&quot;: [ # The locale strings.
324 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700325 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700326 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700327 &quot;value&quot;: &quot;A String&quot;, # The string value.
328 },
329 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700330 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700331 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
332 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700333 &quot;translations&quot;: [ # The locale strings.
334 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700335 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700336 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700337 &quot;value&quot;: &quot;A String&quot;, # The string value.
338 },
339 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700340 },
341 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700342 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700343 &quot;translations&quot;: [ # The locale strings.
344 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700346 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700347 &quot;value&quot;: &quot;A String&quot;, # The string value.
348 },
349 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700350 },
351 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700352 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700353 &quot;translations&quot;: [ # The locale strings.
354 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700355 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700356 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700357 &quot;value&quot;: &quot;A String&quot;, # The string value.
358 },
359 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700360 },
361 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700362 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700363 &quot;translations&quot;: [ # The locale strings.
364 { # A localized string resource.
365 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
366 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
367 &quot;value&quot;: &quot;A String&quot;, # The string value.
368 },
369 ],
370 },
371 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
372 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
373 &quot;translations&quot;: [ # The locale strings.
374 { # A localized string resource.
375 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
376 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
377 &quot;value&quot;: &quot;A String&quot;, # The string value.
378 },
379 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700380 },
381 },
382 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700383 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
384 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700385 },
386 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
387 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700388 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;translations&quot;: [ # The locale strings.
390 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700391 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700392 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700393 &quot;value&quot;: &quot;A String&quot;, # The string value.
394 },
395 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700396 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700397 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
398 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700399 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
400 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
401 &quot;scoreOrder&quot;: &quot;A String&quot;,
402 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
403 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
404 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
405 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
406 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
407 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
408 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
409 &quot;translations&quot;: [ # The locale strings.
410 { # A localized string resource.
411 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
412 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
413 &quot;value&quot;: &quot;A String&quot;, # The string value.
414 },
415 ],
416 },
417 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
418 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
419 &quot;translations&quot;: [ # The locale strings.
420 { # A localized string resource.
421 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
422 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
423 &quot;value&quot;: &quot;A String&quot;, # The string value.
424 },
425 ],
426 },
427 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
428 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
429 &quot;translations&quot;: [ # The locale strings.
430 { # A localized string resource.
431 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
432 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
433 &quot;value&quot;: &quot;A String&quot;, # The string value.
434 },
435 ],
436 },
437 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
438 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
439 &quot;translations&quot;: [ # The locale strings.
440 { # A localized string resource.
441 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
442 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
443 &quot;value&quot;: &quot;A String&quot;, # The string value.
444 },
445 ],
446 },
447 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
448 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
449 &quot;translations&quot;: [ # The locale strings.
450 { # A localized string resource.
451 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
452 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
453 &quot;value&quot;: &quot;A String&quot;, # The string value.
454 },
455 ],
456 },
457 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
458 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
459 &quot;translations&quot;: [ # The locale strings.
460 { # A localized string resource.
461 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
462 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
463 &quot;value&quot;: &quot;A String&quot;, # The string value.
464 },
465 ],
466 },
467 },
468 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
469 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
470 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
471 },
472 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
473 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
474 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
475 &quot;translations&quot;: [ # The locale strings.
476 { # A localized string resource.
477 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
478 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
479 &quot;value&quot;: &quot;A String&quot;, # The string value.
480 },
481 ],
482 },
483 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
484 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700485 }
Craig Citroe633be12015-03-02 13:40:36 -0800486
Dan O'Mearadd494642020-05-01 07:42:23 -0700487 x__xgafv: string, V1 error format.
488 Allowed values
489 1 - v1 error format
490 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800491
492Returns:
493 An object of the form:
494
Dan O'Mearadd494642020-05-01 07:42:23 -0700495 { # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700496 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700497 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700498 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700499 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700500 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700501 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700502 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700503 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700504 &quot;translations&quot;: [ # The locale strings.
505 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700506 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700507 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700508 &quot;value&quot;: &quot;A String&quot;, # The string value.
509 },
510 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700511 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700512 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
513 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700514 &quot;translations&quot;: [ # The locale strings.
515 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700516 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700517 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700518 &quot;value&quot;: &quot;A String&quot;, # The string value.
519 },
520 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700521 },
522 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700523 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700524 &quot;translations&quot;: [ # The locale strings.
525 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700526 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700527 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700528 &quot;value&quot;: &quot;A String&quot;, # The string value.
529 },
530 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700531 },
532 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700533 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700534 &quot;translations&quot;: [ # The locale strings.
535 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700536 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700537 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700538 &quot;value&quot;: &quot;A String&quot;, # The string value.
539 },
540 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700541 },
542 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700543 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700544 &quot;translations&quot;: [ # The locale strings.
545 { # A localized string resource.
546 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
547 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
548 &quot;value&quot;: &quot;A String&quot;, # The string value.
549 },
550 ],
551 },
552 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
553 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
554 &quot;translations&quot;: [ # The locale strings.
555 { # A localized string resource.
556 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
557 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
558 &quot;value&quot;: &quot;A String&quot;, # The string value.
559 },
560 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700561 },
562 },
563 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700564 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
565 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700566 },
567 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
568 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700569 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700570 &quot;translations&quot;: [ # The locale strings.
571 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700572 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700573 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700574 &quot;value&quot;: &quot;A String&quot;, # The string value.
575 },
576 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700577 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700578 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
579 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700580 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
581 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
582 &quot;scoreOrder&quot;: &quot;A String&quot;,
583 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
584 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
585 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
586 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
587 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
588 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
589 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
590 &quot;translations&quot;: [ # The locale strings.
591 { # A localized string resource.
592 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
593 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
594 &quot;value&quot;: &quot;A String&quot;, # The string value.
595 },
596 ],
597 },
598 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
599 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
600 &quot;translations&quot;: [ # The locale strings.
601 { # A localized string resource.
602 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
603 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
604 &quot;value&quot;: &quot;A String&quot;, # The string value.
605 },
606 ],
607 },
608 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
609 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
610 &quot;translations&quot;: [ # The locale strings.
611 { # A localized string resource.
612 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
613 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
614 &quot;value&quot;: &quot;A String&quot;, # The string value.
615 },
616 ],
617 },
618 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
619 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
620 &quot;translations&quot;: [ # The locale strings.
621 { # A localized string resource.
622 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
623 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
624 &quot;value&quot;: &quot;A String&quot;, # The string value.
625 },
626 ],
627 },
628 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
629 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
630 &quot;translations&quot;: [ # The locale strings.
631 { # A localized string resource.
632 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
633 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
634 &quot;value&quot;: &quot;A String&quot;, # The string value.
635 },
636 ],
637 },
638 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
639 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
640 &quot;translations&quot;: [ # The locale strings.
641 { # A localized string resource.
642 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
643 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
644 &quot;value&quot;: &quot;A String&quot;, # The string value.
645 },
646 ],
647 },
648 },
649 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
650 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
651 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
652 },
653 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
654 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
655 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
656 &quot;translations&quot;: [ # The locale strings.
657 { # A localized string resource.
658 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
659 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
660 &quot;value&quot;: &quot;A String&quot;, # The string value.
661 },
662 ],
663 },
664 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
665 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700666 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -0800667</div>
668
669<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700670 <code class="details" id="list">list(applicationId, maxResults=None, pageToken=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800671 <pre>Returns a list of the leaderboard configurations in this application.
672
673Args:
674 applicationId: string, The application ID from the Google Play developer console. (required)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700675 maxResults: integer, The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified `maxResults`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700676 pageToken: string, The token returned by the previous request.
Dan O'Mearadd494642020-05-01 07:42:23 -0700677 x__xgafv: string, V1 error format.
678 Allowed values
679 1 - v1 error format
680 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800681
682Returns:
683 An object of the form:
684
Dan O'Mearadd494642020-05-01 07:42:23 -0700685 { # A ListConfigurations response.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700686 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationListResponse`.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700687 &quot;items&quot;: [ # The leaderboard configurations.
688 { # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700689 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700690 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700691 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700692 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700693 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700694 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700695 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700696 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700697 &quot;translations&quot;: [ # The locale strings.
698 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700699 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700700 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700701 &quot;value&quot;: &quot;A String&quot;, # The string value.
702 },
703 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700704 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700705 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
706 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700707 &quot;translations&quot;: [ # The locale strings.
708 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700709 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700710 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700711 &quot;value&quot;: &quot;A String&quot;, # The string value.
712 },
713 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700714 },
715 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700716 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700717 &quot;translations&quot;: [ # The locale strings.
718 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700719 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700720 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700721 &quot;value&quot;: &quot;A String&quot;, # The string value.
722 },
723 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700724 },
725 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700726 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700727 &quot;translations&quot;: [ # The locale strings.
728 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700729 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700730 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700731 &quot;value&quot;: &quot;A String&quot;, # The string value.
732 },
733 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700734 },
735 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700736 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700737 &quot;translations&quot;: [ # The locale strings.
738 { # A localized string resource.
739 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
740 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
741 &quot;value&quot;: &quot;A String&quot;, # The string value.
742 },
743 ],
744 },
745 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
746 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
747 &quot;translations&quot;: [ # The locale strings.
748 { # A localized string resource.
749 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
750 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
751 &quot;value&quot;: &quot;A String&quot;, # The string value.
752 },
753 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700754 },
755 },
756 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700757 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
758 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700759 },
760 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
761 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700762 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700763 &quot;translations&quot;: [ # The locale strings.
764 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700765 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700766 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700767 &quot;value&quot;: &quot;A String&quot;, # The string value.
768 },
769 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700770 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700771 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
772 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700773 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
774 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
775 &quot;scoreOrder&quot;: &quot;A String&quot;,
776 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
777 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
778 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
779 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
780 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
781 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
782 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
783 &quot;translations&quot;: [ # The locale strings.
784 { # A localized string resource.
785 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
786 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
787 &quot;value&quot;: &quot;A String&quot;, # The string value.
788 },
789 ],
790 },
791 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
792 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
793 &quot;translations&quot;: [ # The locale strings.
794 { # A localized string resource.
795 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
796 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
797 &quot;value&quot;: &quot;A String&quot;, # The string value.
798 },
799 ],
800 },
801 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
802 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
803 &quot;translations&quot;: [ # The locale strings.
804 { # A localized string resource.
805 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
806 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
807 &quot;value&quot;: &quot;A String&quot;, # The string value.
808 },
809 ],
810 },
811 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
812 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
813 &quot;translations&quot;: [ # The locale strings.
814 { # A localized string resource.
815 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
816 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
817 &quot;value&quot;: &quot;A String&quot;, # The string value.
818 },
819 ],
820 },
821 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
822 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
823 &quot;translations&quot;: [ # The locale strings.
824 { # A localized string resource.
825 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
826 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
827 &quot;value&quot;: &quot;A String&quot;, # The string value.
828 },
829 ],
830 },
831 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
832 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
833 &quot;translations&quot;: [ # The locale strings.
834 { # A localized string resource.
835 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
836 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
837 &quot;value&quot;: &quot;A String&quot;, # The string value.
838 },
839 ],
840 },
841 },
842 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
843 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
844 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
845 },
846 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
847 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
848 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
849 &quot;translations&quot;: [ # The locale strings.
850 { # A localized string resource.
851 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
852 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
853 &quot;value&quot;: &quot;A String&quot;, # The string value.
854 },
855 ],
856 },
857 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
858 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700859 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700860 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700861 &quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token for the next page of results.
Craig Citroe633be12015-03-02 13:40:36 -0800862 }</pre>
863</div>
864
865<div class="method">
866 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
867 <pre>Retrieves the next page of results.
868
869Args:
870 previous_request: The request for the previous page. (required)
871 previous_response: The response from the request for the previous page. (required)
872
873Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700874 A request object that you can call &#x27;execute()&#x27; on to request the next
Craig Citroe633be12015-03-02 13:40:36 -0800875 page. Returns None if there are no more items in the collection.
876 </pre>
877</div>
878
879<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700880 <code class="details" id="update">update(leaderboardId, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800881 <pre>Update the metadata of the leaderboard configuration with the given ID.
882
883Args:
884 leaderboardId: string, The ID of the leaderboard. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700885 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800886 The object takes the form of:
887
Dan O'Mearadd494642020-05-01 07:42:23 -0700888{ # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700889 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700890 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700891 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700892 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700893 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700894 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700895 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700896 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700897 &quot;translations&quot;: [ # The locale strings.
898 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700899 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700900 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700901 &quot;value&quot;: &quot;A String&quot;, # The string value.
902 },
903 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700904 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700905 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
906 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700907 &quot;translations&quot;: [ # The locale strings.
908 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700909 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700910 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700911 &quot;value&quot;: &quot;A String&quot;, # The string value.
912 },
913 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700914 },
915 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700916 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700917 &quot;translations&quot;: [ # The locale strings.
918 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700919 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700920 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700921 &quot;value&quot;: &quot;A String&quot;, # The string value.
922 },
923 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700924 },
925 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700926 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700927 &quot;translations&quot;: [ # The locale strings.
928 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700929 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700930 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700931 &quot;value&quot;: &quot;A String&quot;, # The string value.
932 },
933 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700934 },
935 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700936 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700937 &quot;translations&quot;: [ # The locale strings.
938 { # A localized string resource.
939 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
940 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
941 &quot;value&quot;: &quot;A String&quot;, # The string value.
942 },
943 ],
944 },
945 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
946 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
947 &quot;translations&quot;: [ # The locale strings.
948 { # A localized string resource.
949 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
950 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
951 &quot;value&quot;: &quot;A String&quot;, # The string value.
952 },
953 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700954 },
955 },
956 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700957 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
958 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700959 },
960 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
961 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700962 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700963 &quot;translations&quot;: [ # The locale strings.
964 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700965 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700966 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700967 &quot;value&quot;: &quot;A String&quot;, # The string value.
968 },
969 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700970 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700971 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
972 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700973 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
974 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
975 &quot;scoreOrder&quot;: &quot;A String&quot;,
976 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
977 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
978 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
979 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
980 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
981 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
982 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
983 &quot;translations&quot;: [ # The locale strings.
984 { # A localized string resource.
985 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
986 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
987 &quot;value&quot;: &quot;A String&quot;, # The string value.
988 },
989 ],
990 },
991 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
992 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
993 &quot;translations&quot;: [ # The locale strings.
994 { # A localized string resource.
995 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
996 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
997 &quot;value&quot;: &quot;A String&quot;, # The string value.
998 },
999 ],
1000 },
1001 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
1002 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1003 &quot;translations&quot;: [ # The locale strings.
1004 { # A localized string resource.
1005 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1006 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1007 &quot;value&quot;: &quot;A String&quot;, # The string value.
1008 },
1009 ],
1010 },
1011 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
1012 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1013 &quot;translations&quot;: [ # The locale strings.
1014 { # A localized string resource.
1015 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1016 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1017 &quot;value&quot;: &quot;A String&quot;, # The string value.
1018 },
1019 ],
1020 },
1021 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
1022 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1023 &quot;translations&quot;: [ # The locale strings.
1024 { # A localized string resource.
1025 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1026 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1027 &quot;value&quot;: &quot;A String&quot;, # The string value.
1028 },
1029 ],
1030 },
1031 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
1032 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1033 &quot;translations&quot;: [ # The locale strings.
1034 { # A localized string resource.
1035 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1036 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1037 &quot;value&quot;: &quot;A String&quot;, # The string value.
1038 },
1039 ],
1040 },
1041 },
1042 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
1043 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
1044 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
1045 },
1046 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
1047 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
1048 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1049 &quot;translations&quot;: [ # The locale strings.
1050 { # A localized string resource.
1051 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1052 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1053 &quot;value&quot;: &quot;A String&quot;, # The string value.
1054 },
1055 ],
1056 },
1057 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1058 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001059 }
Craig Citroe633be12015-03-02 13:40:36 -08001060
Dan O'Mearadd494642020-05-01 07:42:23 -07001061 x__xgafv: string, V1 error format.
1062 Allowed values
1063 1 - v1 error format
1064 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -08001065
1066Returns:
1067 An object of the form:
1068
Dan O'Mearadd494642020-05-01 07:42:23 -07001069 { # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001070 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001071 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001072 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001073 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001074 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001075 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001076 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001077 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001078 &quot;translations&quot;: [ # The locale strings.
1079 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001080 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001081 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001082 &quot;value&quot;: &quot;A String&quot;, # The string value.
1083 },
1084 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001085 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001086 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
1087 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001088 &quot;translations&quot;: [ # The locale strings.
1089 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001090 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001091 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001092 &quot;value&quot;: &quot;A String&quot;, # The string value.
1093 },
1094 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001095 },
1096 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001097 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001098 &quot;translations&quot;: [ # The locale strings.
1099 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001100 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001101 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001102 &quot;value&quot;: &quot;A String&quot;, # The string value.
1103 },
1104 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001105 },
1106 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001107 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001108 &quot;translations&quot;: [ # The locale strings.
1109 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001110 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001111 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001112 &quot;value&quot;: &quot;A String&quot;, # The string value.
1113 },
1114 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001115 },
1116 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001117 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001118 &quot;translations&quot;: [ # The locale strings.
1119 { # A localized string resource.
1120 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1121 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1122 &quot;value&quot;: &quot;A String&quot;, # The string value.
1123 },
1124 ],
1125 },
1126 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
1127 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1128 &quot;translations&quot;: [ # The locale strings.
1129 { # A localized string resource.
1130 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1131 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1132 &quot;value&quot;: &quot;A String&quot;, # The string value.
1133 },
1134 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001135 },
1136 },
1137 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001138 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
1139 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001140 },
1141 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
1142 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001143 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001144 &quot;translations&quot;: [ # The locale strings.
1145 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001146 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001147 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001148 &quot;value&quot;: &quot;A String&quot;, # The string value.
1149 },
1150 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001151 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001152 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1153 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001154 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
1155 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
1156 &quot;scoreOrder&quot;: &quot;A String&quot;,
1157 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
1158 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
1159 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
1160 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
1161 &quot;suffix&quot;: { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources.
1162 &quot;many&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;large&quot; numbers (as with numbers ending 11-99 in Maltese).
1163 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1164 &quot;translations&quot;: [ # The locale strings.
1165 { # A localized string resource.
1166 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1167 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1168 &quot;value&quot;: &quot;A String&quot;, # The string value.
1169 },
1170 ],
1171 },
1172 &quot;two&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).
1173 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1174 &quot;translations&quot;: [ # The locale strings.
1175 { # A localized string resource.
1176 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1177 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1178 &quot;value&quot;: &quot;A String&quot;, # The string value.
1179 },
1180 ],
1181 },
1182 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
1183 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1184 &quot;translations&quot;: [ # The locale strings.
1185 { # A localized string resource.
1186 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1187 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1188 &quot;value&quot;: &quot;A String&quot;, # The string value.
1189 },
1190 ],
1191 },
1192 &quot;one&quot;: { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).
1193 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1194 &quot;translations&quot;: [ # The locale strings.
1195 { # A localized string resource.
1196 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1197 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1198 &quot;value&quot;: &quot;A String&quot;, # The string value.
1199 },
1200 ],
1201 },
1202 &quot;few&quot;: { # A localized string bundle resource. # When the language requires special treatment of &quot;small&quot; numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).
1203 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1204 &quot;translations&quot;: [ # The locale strings.
1205 { # A localized string resource.
1206 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1207 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1208 &quot;value&quot;: &quot;A String&quot;, # The string value.
1209 },
1210 ],
1211 },
1212 &quot;other&quot;: { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).
1213 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1214 &quot;translations&quot;: [ # The locale strings.
1215 { # A localized string resource.
1216 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1217 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1218 &quot;value&quot;: &quot;A String&quot;, # The string value.
1219 },
1220 ],
1221 },
1222 },
1223 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
1224 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
1225 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
1226 },
1227 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
1228 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
1229 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1230 &quot;translations&quot;: [ # The locale strings.
1231 { # A localized string resource.
1232 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1233 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1234 &quot;value&quot;: &quot;A String&quot;, # The string value.
1235 },
1236 ],
1237 },
1238 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1239 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001240 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -08001241</div>
1242
1243</body></html>