blob: 39ca069ea709ae14838d23af26dd381af8a06f39 [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;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700133 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700134 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700136 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700137 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
138 &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.
139 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700140 &quot;translations&quot;: [ # The locale strings.
141 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700142 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700143 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700144 &quot;value&quot;: &quot;A String&quot;, # The string value.
145 },
146 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700147 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700148 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700149 &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 Kimd059ad82020-07-22 17:02:09 -0700150 &quot;translations&quot;: [ # The locale strings.
151 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700152 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700153 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700154 &quot;value&quot;: &quot;A String&quot;, # The string value.
155 },
156 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700157 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700158 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700159 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 &quot;translations&quot;: [ # The locale strings.
161 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700162 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700163 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700164 &quot;value&quot;: &quot;A String&quot;, # The string value.
165 },
166 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700167 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700168 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700170 &quot;translations&quot;: [ # The locale strings.
171 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700172 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700173 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700174 &quot;value&quot;: &quot;A String&quot;, # The string value.
175 },
176 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700177 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700178 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700179 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700180 &quot;translations&quot;: [ # The locale strings.
181 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700182 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700183 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700184 &quot;value&quot;: &quot;A String&quot;, # The string value.
185 },
186 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700187 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700188 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700189 &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 Kimd059ad82020-07-22 17:02:09 -0700190 &quot;translations&quot;: [ # The locale strings.
191 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700192 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700194 &quot;value&quot;: &quot;A String&quot;, # The string value.
195 },
196 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700197 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700198 },
199 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700200 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700201 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700202 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700203 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700204 &quot;translations&quot;: [ # The locale strings.
205 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700206 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700207 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700208 &quot;value&quot;: &quot;A String&quot;, # The string value.
209 },
210 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700211 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700212 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700213 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
214 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700215 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700216 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700217 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
218 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
219 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
220 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
221 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
222 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
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;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).
225 &quot;translations&quot;: [ # The locale strings.
226 { # A localized string resource.
227 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
228 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
229 &quot;value&quot;: &quot;A String&quot;, # The string value.
230 },
231 ],
232 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
233 },
234 &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).
235 &quot;translations&quot;: [ # The locale strings.
236 { # A localized string resource.
237 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
238 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
239 &quot;value&quot;: &quot;A String&quot;, # The string value.
240 },
241 ],
242 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
243 },
244 &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).
245 &quot;translations&quot;: [ # The locale strings.
246 { # A localized string resource.
247 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
248 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
249 &quot;value&quot;: &quot;A String&quot;, # The string value.
250 },
251 ],
252 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
253 },
254 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
255 &quot;translations&quot;: [ # The locale strings.
256 { # A localized string resource.
257 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
258 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
259 &quot;value&quot;: &quot;A String&quot;, # The string value.
260 },
261 ],
262 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
263 },
264 &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).
265 &quot;translations&quot;: [ # The locale strings.
266 { # A localized string resource.
267 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
268 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
269 &quot;value&quot;: &quot;A String&quot;, # The string value.
270 },
271 ],
272 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
273 },
274 &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).
275 &quot;translations&quot;: [ # The locale strings.
276 { # A localized string resource.
277 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
278 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
279 &quot;value&quot;: &quot;A String&quot;, # The string value.
280 },
281 ],
282 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
283 },
284 },
285 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
286 },
287 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
288 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
289 &quot;translations&quot;: [ # The locale strings.
290 { # A localized string resource.
291 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
292 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
293 &quot;value&quot;: &quot;A String&quot;, # The string value.
294 },
295 ],
296 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
297 },
298 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
299 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
300 },
301 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
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;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700316 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700317 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700318 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700319 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700320 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
321 &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.
322 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700323 &quot;translations&quot;: [ # The locale strings.
324 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700325 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700326 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700327 &quot;value&quot;: &quot;A String&quot;, # The string value.
328 },
329 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700330 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700331 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700332 &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 Kimd059ad82020-07-22 17:02:09 -0700333 &quot;translations&quot;: [ # The locale strings.
334 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700335 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700336 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700337 &quot;value&quot;: &quot;A String&quot;, # The string value.
338 },
339 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700340 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700341 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700343 &quot;translations&quot;: [ # The locale strings.
344 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700346 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700347 &quot;value&quot;: &quot;A String&quot;, # The string value.
348 },
349 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700350 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700351 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700352 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700353 &quot;translations&quot;: [ # The locale strings.
354 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700355 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700356 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700357 &quot;value&quot;: &quot;A String&quot;, # The string value.
358 },
359 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700360 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700361 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700362 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700363 &quot;translations&quot;: [ # The locale strings.
364 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700365 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700366 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700367 &quot;value&quot;: &quot;A String&quot;, # The string value.
368 },
369 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700370 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700371 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700372 &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 Kimd059ad82020-07-22 17:02:09 -0700373 &quot;translations&quot;: [ # The locale strings.
374 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700375 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700376 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700377 &quot;value&quot;: &quot;A String&quot;, # The string value.
378 },
379 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700380 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700381 },
382 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700383 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700384 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700385 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700386 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700387 &quot;translations&quot;: [ # The locale strings.
388 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700390 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700391 &quot;value&quot;: &quot;A String&quot;, # The string value.
392 },
393 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700394 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700395 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700396 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
397 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700398 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700399 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700400 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
401 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
402 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
403 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
404 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
405 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
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;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).
408 &quot;translations&quot;: [ # The locale strings.
409 { # A localized string resource.
410 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
411 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
412 &quot;value&quot;: &quot;A String&quot;, # The string value.
413 },
414 ],
415 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
416 },
417 &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).
418 &quot;translations&quot;: [ # The locale strings.
419 { # A localized string resource.
420 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
421 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
422 &quot;value&quot;: &quot;A String&quot;, # The string value.
423 },
424 ],
425 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
426 },
427 &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).
428 &quot;translations&quot;: [ # The locale strings.
429 { # A localized string resource.
430 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
431 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
432 &quot;value&quot;: &quot;A String&quot;, # The string value.
433 },
434 ],
435 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
436 },
437 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
438 &quot;translations&quot;: [ # The locale strings.
439 { # A localized string resource.
440 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
441 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
442 &quot;value&quot;: &quot;A String&quot;, # The string value.
443 },
444 ],
445 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
446 },
447 &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).
448 &quot;translations&quot;: [ # The locale strings.
449 { # A localized string resource.
450 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
451 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
452 &quot;value&quot;: &quot;A String&quot;, # The string value.
453 },
454 ],
455 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
456 },
457 &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).
458 &quot;translations&quot;: [ # The locale strings.
459 { # A localized string resource.
460 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
461 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
462 &quot;value&quot;: &quot;A String&quot;, # The string value.
463 },
464 ],
465 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
466 },
467 },
468 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
469 },
470 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
471 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
472 &quot;translations&quot;: [ # The locale strings.
473 { # A localized string resource.
474 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
475 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
476 &quot;value&quot;: &quot;A String&quot;, # The string value.
477 },
478 ],
479 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
480 },
481 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
482 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
483 },
484 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
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;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700497 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700498 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700499 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700500 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700501 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
502 &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.
503 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700504 &quot;translations&quot;: [ # The locale strings.
505 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700506 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700507 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700508 &quot;value&quot;: &quot;A String&quot;, # The string value.
509 },
510 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700511 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700512 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700513 &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 Kimd059ad82020-07-22 17:02:09 -0700514 &quot;translations&quot;: [ # The locale strings.
515 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700516 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700517 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700518 &quot;value&quot;: &quot;A String&quot;, # The string value.
519 },
520 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700521 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700522 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700523 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700524 &quot;translations&quot;: [ # The locale strings.
525 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700526 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700527 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700528 &quot;value&quot;: &quot;A String&quot;, # The string value.
529 },
530 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700531 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700532 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700533 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700534 &quot;translations&quot;: [ # The locale strings.
535 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700536 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700537 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700538 &quot;value&quot;: &quot;A String&quot;, # The string value.
539 },
540 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700541 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700542 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700543 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700544 &quot;translations&quot;: [ # The locale strings.
545 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700546 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700547 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700548 &quot;value&quot;: &quot;A String&quot;, # The string value.
549 },
550 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700551 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700552 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700553 &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 Kimd059ad82020-07-22 17:02:09 -0700554 &quot;translations&quot;: [ # The locale strings.
555 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700556 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700557 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700558 &quot;value&quot;: &quot;A String&quot;, # The string value.
559 },
560 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700561 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700562 },
563 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700564 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700565 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700566 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700567 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700568 &quot;translations&quot;: [ # The locale strings.
569 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700570 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700571 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700572 &quot;value&quot;: &quot;A String&quot;, # The string value.
573 },
574 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700575 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700576 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700577 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
578 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700579 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700580 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700581 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
582 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
583 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
584 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
585 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
586 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
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;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).
589 &quot;translations&quot;: [ # The locale strings.
590 { # A localized string resource.
591 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
592 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
593 &quot;value&quot;: &quot;A String&quot;, # The string value.
594 },
595 ],
596 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
597 },
598 &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).
599 &quot;translations&quot;: [ # The locale strings.
600 { # A localized string resource.
601 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
602 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
603 &quot;value&quot;: &quot;A String&quot;, # The string value.
604 },
605 ],
606 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
607 },
608 &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).
609 &quot;translations&quot;: [ # The locale strings.
610 { # A localized string resource.
611 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
612 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
613 &quot;value&quot;: &quot;A String&quot;, # The string value.
614 },
615 ],
616 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
617 },
618 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
619 &quot;translations&quot;: [ # The locale strings.
620 { # A localized string resource.
621 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
622 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
623 &quot;value&quot;: &quot;A String&quot;, # The string value.
624 },
625 ],
626 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
627 },
628 &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).
629 &quot;translations&quot;: [ # The locale strings.
630 { # A localized string resource.
631 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
632 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
633 &quot;value&quot;: &quot;A String&quot;, # The string value.
634 },
635 ],
636 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
637 },
638 &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).
639 &quot;translations&quot;: [ # The locale strings.
640 { # A localized string resource.
641 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
642 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
643 &quot;value&quot;: &quot;A String&quot;, # The string value.
644 },
645 ],
646 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
647 },
648 },
649 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
650 },
651 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
652 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
653 &quot;translations&quot;: [ # The locale strings.
654 { # A localized string resource.
655 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
656 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
657 &quot;value&quot;: &quot;A String&quot;, # The string value.
658 },
659 ],
660 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
661 },
662 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
663 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
664 },
665 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
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 Kim4ed7d3f2020-05-27 12:20:54 -0700686 &quot;items&quot;: [ # The leaderboard configurations.
687 { # An leaderboard configuration resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700688 &quot;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700689 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700690 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700691 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700692 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700693 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
694 &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.
695 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700696 &quot;translations&quot;: [ # The locale strings.
697 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700698 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700699 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700700 &quot;value&quot;: &quot;A String&quot;, # The string value.
701 },
702 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700703 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700704 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700705 &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 Kimd059ad82020-07-22 17:02:09 -0700706 &quot;translations&quot;: [ # The locale strings.
707 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700708 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700709 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700710 &quot;value&quot;: &quot;A String&quot;, # The string value.
711 },
712 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700713 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700714 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700715 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700716 &quot;translations&quot;: [ # The locale strings.
717 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700718 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700719 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700720 &quot;value&quot;: &quot;A String&quot;, # The string value.
721 },
722 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700723 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700724 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700725 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700726 &quot;translations&quot;: [ # The locale strings.
727 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700728 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700729 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700730 &quot;value&quot;: &quot;A String&quot;, # The string value.
731 },
732 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700733 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700734 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700735 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700736 &quot;translations&quot;: [ # The locale strings.
737 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700738 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700739 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700740 &quot;value&quot;: &quot;A String&quot;, # The string value.
741 },
742 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700743 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700744 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700745 &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 Kimd059ad82020-07-22 17:02:09 -0700746 &quot;translations&quot;: [ # The locale strings.
747 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700748 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700749 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700750 &quot;value&quot;: &quot;A String&quot;, # The string value.
751 },
752 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700753 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700754 },
755 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700756 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700757 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700758 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700759 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700760 &quot;translations&quot;: [ # The locale strings.
761 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700762 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700763 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700764 &quot;value&quot;: &quot;A String&quot;, # The string value.
765 },
766 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700767 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700768 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700769 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
770 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700771 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700772 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700773 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
774 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
775 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
776 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
777 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
778 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
779 &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.
780 &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).
781 &quot;translations&quot;: [ # The locale strings.
782 { # A localized string resource.
783 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
784 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
785 &quot;value&quot;: &quot;A String&quot;, # The string value.
786 },
787 ],
788 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
789 },
790 &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).
791 &quot;translations&quot;: [ # The locale strings.
792 { # A localized string resource.
793 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
794 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
795 &quot;value&quot;: &quot;A String&quot;, # The string value.
796 },
797 ],
798 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
799 },
800 &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).
801 &quot;translations&quot;: [ # The locale strings.
802 { # A localized string resource.
803 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
804 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
805 &quot;value&quot;: &quot;A String&quot;, # The string value.
806 },
807 ],
808 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
809 },
810 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
811 &quot;translations&quot;: [ # The locale strings.
812 { # A localized string resource.
813 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
814 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
815 &quot;value&quot;: &quot;A String&quot;, # The string value.
816 },
817 ],
818 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
819 },
820 &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).
821 &quot;translations&quot;: [ # The locale strings.
822 { # A localized string resource.
823 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
824 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
825 &quot;value&quot;: &quot;A String&quot;, # The string value.
826 },
827 ],
828 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
829 },
830 &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).
831 &quot;translations&quot;: [ # The locale strings.
832 { # A localized string resource.
833 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
834 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
835 &quot;value&quot;: &quot;A String&quot;, # The string value.
836 },
837 ],
838 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
839 },
840 },
841 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
842 },
843 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
844 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
845 &quot;translations&quot;: [ # The locale strings.
846 { # A localized string resource.
847 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
848 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
849 &quot;value&quot;: &quot;A String&quot;, # The string value.
850 },
851 ],
852 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
853 },
854 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
855 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
856 },
857 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700858 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700859 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700860 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationListResponse`.
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;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700890 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700891 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700892 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700893 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700894 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
895 &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.
896 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700897 &quot;translations&quot;: [ # The locale strings.
898 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700899 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700900 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700901 &quot;value&quot;: &quot;A String&quot;, # The string value.
902 },
903 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700904 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700905 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700906 &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 Kimd059ad82020-07-22 17:02:09 -0700907 &quot;translations&quot;: [ # The locale strings.
908 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700909 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700910 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700911 &quot;value&quot;: &quot;A String&quot;, # The string value.
912 },
913 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700914 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700915 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700916 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700917 &quot;translations&quot;: [ # The locale strings.
918 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700919 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700920 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700921 &quot;value&quot;: &quot;A String&quot;, # The string value.
922 },
923 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700924 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700925 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700926 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700927 &quot;translations&quot;: [ # The locale strings.
928 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700929 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700930 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700931 &quot;value&quot;: &quot;A String&quot;, # The string value.
932 },
933 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700934 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700935 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700936 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700937 &quot;translations&quot;: [ # The locale strings.
938 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700939 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700940 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700941 &quot;value&quot;: &quot;A String&quot;, # The string value.
942 },
943 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700944 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700945 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700946 &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 Kimd059ad82020-07-22 17:02:09 -0700947 &quot;translations&quot;: [ # The locale strings.
948 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700949 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700950 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700951 &quot;value&quot;: &quot;A String&quot;, # The string value.
952 },
953 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700954 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700955 },
956 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700957 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700958 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700959 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700960 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700961 &quot;translations&quot;: [ # The locale strings.
962 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700963 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700964 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700965 &quot;value&quot;: &quot;A String&quot;, # The string value.
966 },
967 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700968 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700969 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700970 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
971 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700972 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700973 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700974 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
975 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
976 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
977 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
978 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
979 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
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;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).
982 &quot;translations&quot;: [ # The locale strings.
983 { # A localized string resource.
984 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
985 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
986 &quot;value&quot;: &quot;A String&quot;, # The string value.
987 },
988 ],
989 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
990 },
991 &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).
992 &quot;translations&quot;: [ # The locale strings.
993 { # A localized string resource.
994 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
995 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
996 &quot;value&quot;: &quot;A String&quot;, # The string value.
997 },
998 ],
999 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1000 },
1001 &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).
1002 &quot;translations&quot;: [ # The locale strings.
1003 { # A localized string resource.
1004 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1005 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1006 &quot;value&quot;: &quot;A String&quot;, # The string value.
1007 },
1008 ],
1009 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1010 },
1011 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
1012 &quot;translations&quot;: [ # The locale strings.
1013 { # A localized string resource.
1014 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1015 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1016 &quot;value&quot;: &quot;A String&quot;, # The string value.
1017 },
1018 ],
1019 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1020 },
1021 &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).
1022 &quot;translations&quot;: [ # The locale strings.
1023 { # A localized string resource.
1024 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1025 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1026 &quot;value&quot;: &quot;A String&quot;, # The string value.
1027 },
1028 ],
1029 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1030 },
1031 &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).
1032 &quot;translations&quot;: [ # The locale strings.
1033 { # A localized string resource.
1034 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1035 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1036 &quot;value&quot;: &quot;A String&quot;, # The string value.
1037 },
1038 ],
1039 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1040 },
1041 },
1042 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
1043 },
1044 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
1045 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
1046 &quot;translations&quot;: [ # The locale strings.
1047 { # A localized string resource.
1048 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1049 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1050 &quot;value&quot;: &quot;A String&quot;, # The string value.
1051 },
1052 ],
1053 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1054 },
1055 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
1056 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1057 },
1058 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
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;scoreOrder&quot;: &quot;A String&quot;,
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001071 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001072 &quot;published&quot;: { # A leaderboard configuration detail. # The read-only published data of the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001073 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001074 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001075 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
1076 &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.
1077 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001078 &quot;translations&quot;: [ # The locale strings.
1079 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001080 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001081 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001082 &quot;value&quot;: &quot;A String&quot;, # The string value.
1083 },
1084 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001085 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001086 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001087 &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 Kimd059ad82020-07-22 17:02:09 -07001088 &quot;translations&quot;: [ # The locale strings.
1089 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001090 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001091 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001092 &quot;value&quot;: &quot;A String&quot;, # The string value.
1093 },
1094 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001095 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001096 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001097 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001098 &quot;translations&quot;: [ # The locale strings.
1099 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001100 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001101 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001102 &quot;value&quot;: &quot;A String&quot;, # The string value.
1103 },
1104 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001105 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001106 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001107 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001108 &quot;translations&quot;: [ # The locale strings.
1109 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001110 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001111 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001112 &quot;value&quot;: &quot;A String&quot;, # The string value.
1113 },
1114 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001115 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001116 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001117 &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).
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001118 &quot;translations&quot;: [ # The locale strings.
1119 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001120 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001121 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001122 &quot;value&quot;: &quot;A String&quot;, # The string value.
1123 },
1124 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001125 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001126 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001127 &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 Kimd059ad82020-07-22 17:02:09 -07001128 &quot;translations&quot;: [ # The locale strings.
1129 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001130 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001131 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001132 &quot;value&quot;: &quot;A String&quot;, # The string value.
1133 },
1134 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001135 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001136 },
1137 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001138 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001139 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001140 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001141 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001142 &quot;translations&quot;: [ # The locale strings.
1143 { # A localized string resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001144 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001145 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001146 &quot;value&quot;: &quot;A String&quot;, # The string value.
1147 },
1148 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001149 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001150 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001151 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
1152 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001153 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001154 &quot;scoreMin&quot;: &quot;A String&quot;, # Minimum score that can be posted to this leaderboard.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001155 &quot;id&quot;: &quot;A String&quot;, # The ID of the leaderboard.
1156 &quot;scoreMax&quot;: &quot;A String&quot;, # Maximum score that can be posted to this leaderboard.
1157 &quot;draft&quot;: { # A leaderboard configuration detail. # The draft data of the leaderboard.
1158 &quot;scoreFormat&quot;: { # A number format resource. # The score formatting for the leaderboard.
1159 &quot;numDecimalPlaces&quot;: 42, # The number of decimal places for number. Only used for NUMERIC format type.
1160 &quot;numberFormatType&quot;: &quot;A String&quot;, # The formatting for the number.
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;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).
1163 &quot;translations&quot;: [ # The locale strings.
1164 { # A localized string resource.
1165 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1166 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1167 &quot;value&quot;: &quot;A String&quot;, # The string value.
1168 },
1169 ],
1170 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1171 },
1172 &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).
1173 &quot;translations&quot;: [ # The locale strings.
1174 { # A localized string resource.
1175 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1176 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1177 &quot;value&quot;: &quot;A String&quot;, # The string value.
1178 },
1179 ],
1180 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1181 },
1182 &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).
1183 &quot;translations&quot;: [ # The locale strings.
1184 { # A localized string resource.
1185 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1186 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1187 &quot;value&quot;: &quot;A String&quot;, # The string value.
1188 },
1189 ],
1190 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1191 },
1192 &quot;zero&quot;: { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic).
1193 &quot;translations&quot;: [ # The locale strings.
1194 { # A localized string resource.
1195 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1196 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1197 &quot;value&quot;: &quot;A String&quot;, # The string value.
1198 },
1199 ],
1200 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1201 },
1202 &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).
1203 &quot;translations&quot;: [ # The locale strings.
1204 { # A localized string resource.
1205 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1206 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1207 &quot;value&quot;: &quot;A String&quot;, # The string value.
1208 },
1209 ],
1210 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1211 },
1212 &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).
1213 &quot;translations&quot;: [ # The locale strings.
1214 { # A localized string resource.
1215 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1216 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1217 &quot;value&quot;: &quot;A String&quot;, # The string value.
1218 },
1219 ],
1220 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1221 },
1222 },
1223 &quot;currencyCode&quot;: &quot;A String&quot;, # The curreny code string. Only used for CURRENCY format type.
1224 },
1225 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`.
1226 &quot;name&quot;: { # A localized string bundle resource. # Localized strings for the leaderboard name.
1227 &quot;translations&quot;: [ # The locale strings.
1228 { # A localized string resource.
1229 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`.
1230 &quot;locale&quot;: &quot;A String&quot;, # The locale string.
1231 &quot;value&quot;: &quot;A String&quot;, # The string value.
1232 },
1233 ],
1234 &quot;kind&quot;: &quot;A String&quot;, # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`.
1235 },
1236 &quot;iconUrl&quot;: &quot;A String&quot;, # The icon url of this leaderboard. Writes to this field are ignored.
1237 &quot;sortRank&quot;: 42, # The sort rank of this leaderboard. Writes to this field are ignored.
1238 },
1239 &quot;token&quot;: &quot;A String&quot;, # The token for this resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001240 }</pre>
Craig Citroe633be12015-03-02 13:40:36 -08001241</div>
1242
1243</body></html>