Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
| 75 | <h1><a href="gamesConfiguration_v1configuration.html">Google Play Game Services Publishing API</a> . <a href="gamesConfiguration_v1configuration.leaderboardConfigurations.html">leaderboardConfigurations</a></h1> |
| 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 78 | <code><a href="#delete">delete(leaderboardId, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 79 | <p class="firstline">Delete the leaderboard configuration with the given ID.</p> |
| 80 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 81 | <code><a href="#get">get(leaderboardId, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 82 | <p class="firstline">Retrieves the metadata of the leaderboard configuration with the given ID.</p> |
| 83 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 84 | <code><a href="#insert">insert(applicationId, body=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 85 | <p class="firstline">Insert a new leaderboard configuration in this application.</p> |
| 86 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 87 | <code><a href="#list">list(applicationId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 88 | <p class="firstline">Returns a list of the leaderboard configurations in this application.</p> |
| 89 | <p class="toc_element"> |
| 90 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 91 | <p class="firstline">Retrieves the next page of results.</p> |
| 92 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 93 | <code><a href="#update">update(leaderboardId, body=None, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 94 | <p class="firstline">Update the metadata of the leaderboard configuration with the given ID.</p> |
| 95 | <h3>Method Details</h3> |
| 96 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 97 | <code class="details" id="delete">delete(leaderboardId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 98 | <pre>Delete the leaderboard configuration with the given ID. |
| 99 | |
| 100 | Args: |
| 101 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 102 | x__xgafv: string, V1 error format. |
| 103 | Allowed values |
| 104 | 1 - v1 error format |
| 105 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 106 | </pre> |
| 107 | </div> |
| 108 | |
| 109 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 110 | <code class="details" id="get">get(leaderboardId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 111 | <pre>Retrieves the metadata of the leaderboard configuration with the given ID. |
| 112 | |
| 113 | Args: |
| 114 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 115 | x__xgafv: string, V1 error format. |
| 116 | Allowed values |
| 117 | 1 - v1 error format |
| 118 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 119 | |
| 120 | Returns: |
| 121 | An object of the form: |
| 122 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 123 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 124 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 125 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 126 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 127 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 128 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 129 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 130 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 131 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 132 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 133 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 134 | # same <a |
| 135 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 136 | # plural rules</a> as all Android string resources. |
| 137 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 138 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 139 | # Polish). |
| 140 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 141 | # string `gamesConfiguration#localizedStringBundle`. |
| 142 | "translations": [ # The locale strings. |
| 143 | { # A localized string resource. |
| 144 | "locale": "A String", # The locale string. |
| 145 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 146 | # string `gamesConfiguration#localizedString`. |
| 147 | "value": "A String", # The string value. |
| 148 | }, |
| 149 | ], |
| 150 | }, |
| 151 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 152 | # Arabic). |
| 153 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 154 | # string `gamesConfiguration#localizedStringBundle`. |
| 155 | "translations": [ # The locale strings. |
| 156 | { # A localized string resource. |
| 157 | "locale": "A String", # The locale string. |
| 158 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 159 | # string `gamesConfiguration#localizedString`. |
| 160 | "value": "A String", # The string value. |
| 161 | }, |
| 162 | ], |
| 163 | }, |
| 164 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 165 | # (as with all numbers in Chinese, or 42 in English). |
| 166 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 167 | # string `gamesConfiguration#localizedStringBundle`. |
| 168 | "translations": [ # The locale strings. |
| 169 | { # A localized string resource. |
| 170 | "locale": "A String", # The locale string. |
| 171 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 172 | # string `gamesConfiguration#localizedString`. |
| 173 | "value": "A String", # The string value. |
| 174 | }, |
| 175 | ], |
| 176 | }, |
| 177 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 178 | # in Welsh, or 102 in Slovenian). |
| 179 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 180 | # string `gamesConfiguration#localizedStringBundle`. |
| 181 | "translations": [ # The locale strings. |
| 182 | { # A localized string resource. |
| 183 | "locale": "A String", # The locale string. |
| 184 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 185 | # string `gamesConfiguration#localizedString`. |
| 186 | "value": "A String", # The string value. |
| 187 | }, |
| 188 | ], |
| 189 | }, |
| 190 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 191 | # the number 1 in English and most other languages; in Russian, any number |
| 192 | # ending in 1 but not ending in 11 is in this class). |
| 193 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 194 | # string `gamesConfiguration#localizedStringBundle`. |
| 195 | "translations": [ # The locale strings. |
| 196 | { # A localized string resource. |
| 197 | "locale": "A String", # The locale string. |
| 198 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 199 | # string `gamesConfiguration#localizedString`. |
| 200 | "value": "A String", # The string value. |
| 201 | }, |
| 202 | ], |
| 203 | }, |
| 204 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 205 | # numbers ending 11-99 in Maltese). |
| 206 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 207 | # string `gamesConfiguration#localizedStringBundle`. |
| 208 | "translations": [ # The locale strings. |
| 209 | { # A localized string resource. |
| 210 | "locale": "A String", # The locale string. |
| 211 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 212 | # string `gamesConfiguration#localizedString`. |
| 213 | "value": "A String", # The string value. |
| 214 | }, |
| 215 | ], |
| 216 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 217 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 218 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 219 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 220 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 221 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 222 | # string `gamesConfiguration#localizedStringBundle`. |
| 223 | "translations": [ # The locale strings. |
| 224 | { # A localized string resource. |
| 225 | "locale": "A String", # The locale string. |
| 226 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 227 | # string `gamesConfiguration#localizedString`. |
| 228 | "value": "A String", # The string value. |
| 229 | }, |
| 230 | ], |
| 231 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 232 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 233 | "scoreOrder": "A String", |
| 234 | "id": "A String", # The ID of the leaderboard. |
| 235 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 236 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 237 | "token": "A String", # The token for this resource. |
| 238 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 239 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 240 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 241 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 242 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 243 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 244 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 245 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 246 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 247 | # same <a |
| 248 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 249 | # plural rules</a> as all Android string resources. |
| 250 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 251 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 252 | # Polish). |
| 253 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 254 | # string `gamesConfiguration#localizedStringBundle`. |
| 255 | "translations": [ # The locale strings. |
| 256 | { # A localized string resource. |
| 257 | "locale": "A String", # The locale string. |
| 258 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 259 | # string `gamesConfiguration#localizedString`. |
| 260 | "value": "A String", # The string value. |
| 261 | }, |
| 262 | ], |
| 263 | }, |
| 264 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 265 | # Arabic). |
| 266 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 267 | # string `gamesConfiguration#localizedStringBundle`. |
| 268 | "translations": [ # The locale strings. |
| 269 | { # A localized string resource. |
| 270 | "locale": "A String", # The locale string. |
| 271 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 272 | # string `gamesConfiguration#localizedString`. |
| 273 | "value": "A String", # The string value. |
| 274 | }, |
| 275 | ], |
| 276 | }, |
| 277 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 278 | # (as with all numbers in Chinese, or 42 in English). |
| 279 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 280 | # string `gamesConfiguration#localizedStringBundle`. |
| 281 | "translations": [ # The locale strings. |
| 282 | { # A localized string resource. |
| 283 | "locale": "A String", # The locale string. |
| 284 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 285 | # string `gamesConfiguration#localizedString`. |
| 286 | "value": "A String", # The string value. |
| 287 | }, |
| 288 | ], |
| 289 | }, |
| 290 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 291 | # in Welsh, or 102 in Slovenian). |
| 292 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 293 | # string `gamesConfiguration#localizedStringBundle`. |
| 294 | "translations": [ # The locale strings. |
| 295 | { # A localized string resource. |
| 296 | "locale": "A String", # The locale string. |
| 297 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 298 | # string `gamesConfiguration#localizedString`. |
| 299 | "value": "A String", # The string value. |
| 300 | }, |
| 301 | ], |
| 302 | }, |
| 303 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 304 | # the number 1 in English and most other languages; in Russian, any number |
| 305 | # ending in 1 but not ending in 11 is in this class). |
| 306 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 307 | # string `gamesConfiguration#localizedStringBundle`. |
| 308 | "translations": [ # The locale strings. |
| 309 | { # A localized string resource. |
| 310 | "locale": "A String", # The locale string. |
| 311 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 312 | # string `gamesConfiguration#localizedString`. |
| 313 | "value": "A String", # The string value. |
| 314 | }, |
| 315 | ], |
| 316 | }, |
| 317 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 318 | # numbers ending 11-99 in Maltese). |
| 319 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 320 | # string `gamesConfiguration#localizedStringBundle`. |
| 321 | "translations": [ # The locale strings. |
| 322 | { # A localized string resource. |
| 323 | "locale": "A String", # The locale string. |
| 324 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 325 | # string `gamesConfiguration#localizedString`. |
| 326 | "value": "A String", # The string value. |
| 327 | }, |
| 328 | ], |
| 329 | }, |
| 330 | }, |
| 331 | "numberFormatType": "A String", # The formatting for the number. |
| 332 | }, |
| 333 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 334 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 335 | # string `gamesConfiguration#localizedStringBundle`. |
| 336 | "translations": [ # The locale strings. |
| 337 | { # A localized string resource. |
| 338 | "locale": "A String", # The locale string. |
| 339 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 340 | # string `gamesConfiguration#localizedString`. |
| 341 | "value": "A String", # The string value. |
| 342 | }, |
| 343 | ], |
| 344 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 345 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 346 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 347 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 348 | </div> |
| 349 | |
| 350 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 351 | <code class="details" id="insert">insert(applicationId, body=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 352 | <pre>Insert a new leaderboard configuration in this application. |
| 353 | |
| 354 | Args: |
| 355 | applicationId: string, The application ID from the Google Play developer console. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 356 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 357 | The object takes the form of: |
| 358 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 359 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 360 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 361 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 362 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 363 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 364 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 365 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 366 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 367 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 368 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 369 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 370 | # same <a |
| 371 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 372 | # plural rules</a> as all Android string resources. |
| 373 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 374 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 375 | # Polish). |
| 376 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 377 | # string `gamesConfiguration#localizedStringBundle`. |
| 378 | "translations": [ # The locale strings. |
| 379 | { # A localized string resource. |
| 380 | "locale": "A String", # The locale string. |
| 381 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 382 | # string `gamesConfiguration#localizedString`. |
| 383 | "value": "A String", # The string value. |
| 384 | }, |
| 385 | ], |
| 386 | }, |
| 387 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 388 | # Arabic). |
| 389 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 390 | # string `gamesConfiguration#localizedStringBundle`. |
| 391 | "translations": [ # The locale strings. |
| 392 | { # A localized string resource. |
| 393 | "locale": "A String", # The locale string. |
| 394 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 395 | # string `gamesConfiguration#localizedString`. |
| 396 | "value": "A String", # The string value. |
| 397 | }, |
| 398 | ], |
| 399 | }, |
| 400 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 401 | # (as with all numbers in Chinese, or 42 in English). |
| 402 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 403 | # string `gamesConfiguration#localizedStringBundle`. |
| 404 | "translations": [ # The locale strings. |
| 405 | { # A localized string resource. |
| 406 | "locale": "A String", # The locale string. |
| 407 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 408 | # string `gamesConfiguration#localizedString`. |
| 409 | "value": "A String", # The string value. |
| 410 | }, |
| 411 | ], |
| 412 | }, |
| 413 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 414 | # in Welsh, or 102 in Slovenian). |
| 415 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 416 | # string `gamesConfiguration#localizedStringBundle`. |
| 417 | "translations": [ # The locale strings. |
| 418 | { # A localized string resource. |
| 419 | "locale": "A String", # The locale string. |
| 420 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 421 | # string `gamesConfiguration#localizedString`. |
| 422 | "value": "A String", # The string value. |
| 423 | }, |
| 424 | ], |
| 425 | }, |
| 426 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 427 | # the number 1 in English and most other languages; in Russian, any number |
| 428 | # ending in 1 but not ending in 11 is in this class). |
| 429 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 430 | # string `gamesConfiguration#localizedStringBundle`. |
| 431 | "translations": [ # The locale strings. |
| 432 | { # A localized string resource. |
| 433 | "locale": "A String", # The locale string. |
| 434 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 435 | # string `gamesConfiguration#localizedString`. |
| 436 | "value": "A String", # The string value. |
| 437 | }, |
| 438 | ], |
| 439 | }, |
| 440 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 441 | # numbers ending 11-99 in Maltese). |
| 442 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 443 | # string `gamesConfiguration#localizedStringBundle`. |
| 444 | "translations": [ # The locale strings. |
| 445 | { # A localized string resource. |
| 446 | "locale": "A String", # The locale string. |
| 447 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 448 | # string `gamesConfiguration#localizedString`. |
| 449 | "value": "A String", # The string value. |
| 450 | }, |
| 451 | ], |
| 452 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 453 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 454 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 455 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 456 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 457 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 458 | # string `gamesConfiguration#localizedStringBundle`. |
| 459 | "translations": [ # The locale strings. |
| 460 | { # A localized string resource. |
| 461 | "locale": "A String", # The locale string. |
| 462 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 463 | # string `gamesConfiguration#localizedString`. |
| 464 | "value": "A String", # The string value. |
| 465 | }, |
| 466 | ], |
| 467 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 468 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 469 | "scoreOrder": "A String", |
| 470 | "id": "A String", # The ID of the leaderboard. |
| 471 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 472 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 473 | "token": "A String", # The token for this resource. |
| 474 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 475 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 476 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 477 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 478 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 479 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 480 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 481 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 482 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 483 | # same <a |
| 484 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 485 | # plural rules</a> as all Android string resources. |
| 486 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 487 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 488 | # Polish). |
| 489 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 490 | # string `gamesConfiguration#localizedStringBundle`. |
| 491 | "translations": [ # The locale strings. |
| 492 | { # A localized string resource. |
| 493 | "locale": "A String", # The locale string. |
| 494 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 495 | # string `gamesConfiguration#localizedString`. |
| 496 | "value": "A String", # The string value. |
| 497 | }, |
| 498 | ], |
| 499 | }, |
| 500 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 501 | # Arabic). |
| 502 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 503 | # string `gamesConfiguration#localizedStringBundle`. |
| 504 | "translations": [ # The locale strings. |
| 505 | { # A localized string resource. |
| 506 | "locale": "A String", # The locale string. |
| 507 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 508 | # string `gamesConfiguration#localizedString`. |
| 509 | "value": "A String", # The string value. |
| 510 | }, |
| 511 | ], |
| 512 | }, |
| 513 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 514 | # (as with all numbers in Chinese, or 42 in English). |
| 515 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 516 | # string `gamesConfiguration#localizedStringBundle`. |
| 517 | "translations": [ # The locale strings. |
| 518 | { # A localized string resource. |
| 519 | "locale": "A String", # The locale string. |
| 520 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 521 | # string `gamesConfiguration#localizedString`. |
| 522 | "value": "A String", # The string value. |
| 523 | }, |
| 524 | ], |
| 525 | }, |
| 526 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 527 | # in Welsh, or 102 in Slovenian). |
| 528 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 529 | # string `gamesConfiguration#localizedStringBundle`. |
| 530 | "translations": [ # The locale strings. |
| 531 | { # A localized string resource. |
| 532 | "locale": "A String", # The locale string. |
| 533 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 534 | # string `gamesConfiguration#localizedString`. |
| 535 | "value": "A String", # The string value. |
| 536 | }, |
| 537 | ], |
| 538 | }, |
| 539 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 540 | # the number 1 in English and most other languages; in Russian, any number |
| 541 | # ending in 1 but not ending in 11 is in this class). |
| 542 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 543 | # string `gamesConfiguration#localizedStringBundle`. |
| 544 | "translations": [ # The locale strings. |
| 545 | { # A localized string resource. |
| 546 | "locale": "A String", # The locale string. |
| 547 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 548 | # string `gamesConfiguration#localizedString`. |
| 549 | "value": "A String", # The string value. |
| 550 | }, |
| 551 | ], |
| 552 | }, |
| 553 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 554 | # numbers ending 11-99 in Maltese). |
| 555 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 556 | # string `gamesConfiguration#localizedStringBundle`. |
| 557 | "translations": [ # The locale strings. |
| 558 | { # A localized string resource. |
| 559 | "locale": "A String", # The locale string. |
| 560 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 561 | # string `gamesConfiguration#localizedString`. |
| 562 | "value": "A String", # The string value. |
| 563 | }, |
| 564 | ], |
| 565 | }, |
| 566 | }, |
| 567 | "numberFormatType": "A String", # The formatting for the number. |
| 568 | }, |
| 569 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 570 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 571 | # string `gamesConfiguration#localizedStringBundle`. |
| 572 | "translations": [ # The locale strings. |
| 573 | { # A localized string resource. |
| 574 | "locale": "A String", # The locale string. |
| 575 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 576 | # string `gamesConfiguration#localizedString`. |
| 577 | "value": "A String", # The string value. |
| 578 | }, |
| 579 | ], |
| 580 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 581 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 582 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 583 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 584 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 585 | x__xgafv: string, V1 error format. |
| 586 | Allowed values |
| 587 | 1 - v1 error format |
| 588 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 589 | |
| 590 | Returns: |
| 591 | An object of the form: |
| 592 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 593 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 594 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 595 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 596 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 597 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 598 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 599 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 600 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 601 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 602 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 603 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 604 | # same <a |
| 605 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 606 | # plural rules</a> as all Android string resources. |
| 607 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 608 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 609 | # Polish). |
| 610 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 611 | # string `gamesConfiguration#localizedStringBundle`. |
| 612 | "translations": [ # The locale strings. |
| 613 | { # A localized string resource. |
| 614 | "locale": "A String", # The locale string. |
| 615 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 616 | # string `gamesConfiguration#localizedString`. |
| 617 | "value": "A String", # The string value. |
| 618 | }, |
| 619 | ], |
| 620 | }, |
| 621 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 622 | # Arabic). |
| 623 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 624 | # string `gamesConfiguration#localizedStringBundle`. |
| 625 | "translations": [ # The locale strings. |
| 626 | { # A localized string resource. |
| 627 | "locale": "A String", # The locale string. |
| 628 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 629 | # string `gamesConfiguration#localizedString`. |
| 630 | "value": "A String", # The string value. |
| 631 | }, |
| 632 | ], |
| 633 | }, |
| 634 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 635 | # (as with all numbers in Chinese, or 42 in English). |
| 636 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 637 | # string `gamesConfiguration#localizedStringBundle`. |
| 638 | "translations": [ # The locale strings. |
| 639 | { # A localized string resource. |
| 640 | "locale": "A String", # The locale string. |
| 641 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 642 | # string `gamesConfiguration#localizedString`. |
| 643 | "value": "A String", # The string value. |
| 644 | }, |
| 645 | ], |
| 646 | }, |
| 647 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 648 | # in Welsh, or 102 in Slovenian). |
| 649 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 650 | # string `gamesConfiguration#localizedStringBundle`. |
| 651 | "translations": [ # The locale strings. |
| 652 | { # A localized string resource. |
| 653 | "locale": "A String", # The locale string. |
| 654 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 655 | # string `gamesConfiguration#localizedString`. |
| 656 | "value": "A String", # The string value. |
| 657 | }, |
| 658 | ], |
| 659 | }, |
| 660 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 661 | # the number 1 in English and most other languages; in Russian, any number |
| 662 | # ending in 1 but not ending in 11 is in this class). |
| 663 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 664 | # string `gamesConfiguration#localizedStringBundle`. |
| 665 | "translations": [ # The locale strings. |
| 666 | { # A localized string resource. |
| 667 | "locale": "A String", # The locale string. |
| 668 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 669 | # string `gamesConfiguration#localizedString`. |
| 670 | "value": "A String", # The string value. |
| 671 | }, |
| 672 | ], |
| 673 | }, |
| 674 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 675 | # numbers ending 11-99 in Maltese). |
| 676 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 677 | # string `gamesConfiguration#localizedStringBundle`. |
| 678 | "translations": [ # The locale strings. |
| 679 | { # A localized string resource. |
| 680 | "locale": "A String", # The locale string. |
| 681 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 682 | # string `gamesConfiguration#localizedString`. |
| 683 | "value": "A String", # The string value. |
| 684 | }, |
| 685 | ], |
| 686 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 687 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 688 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 689 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 690 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 691 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 692 | # string `gamesConfiguration#localizedStringBundle`. |
| 693 | "translations": [ # The locale strings. |
| 694 | { # A localized string resource. |
| 695 | "locale": "A String", # The locale string. |
| 696 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 697 | # string `gamesConfiguration#localizedString`. |
| 698 | "value": "A String", # The string value. |
| 699 | }, |
| 700 | ], |
| 701 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 702 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 703 | "scoreOrder": "A String", |
| 704 | "id": "A String", # The ID of the leaderboard. |
| 705 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 706 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 707 | "token": "A String", # The token for this resource. |
| 708 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 709 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 710 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 711 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 712 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 713 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 714 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 715 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 716 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 717 | # same <a |
| 718 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 719 | # plural rules</a> as all Android string resources. |
| 720 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 721 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 722 | # Polish). |
| 723 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 724 | # string `gamesConfiguration#localizedStringBundle`. |
| 725 | "translations": [ # The locale strings. |
| 726 | { # A localized string resource. |
| 727 | "locale": "A String", # The locale string. |
| 728 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 729 | # string `gamesConfiguration#localizedString`. |
| 730 | "value": "A String", # The string value. |
| 731 | }, |
| 732 | ], |
| 733 | }, |
| 734 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 735 | # Arabic). |
| 736 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 737 | # string `gamesConfiguration#localizedStringBundle`. |
| 738 | "translations": [ # The locale strings. |
| 739 | { # A localized string resource. |
| 740 | "locale": "A String", # The locale string. |
| 741 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 742 | # string `gamesConfiguration#localizedString`. |
| 743 | "value": "A String", # The string value. |
| 744 | }, |
| 745 | ], |
| 746 | }, |
| 747 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 748 | # (as with all numbers in Chinese, or 42 in English). |
| 749 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 750 | # string `gamesConfiguration#localizedStringBundle`. |
| 751 | "translations": [ # The locale strings. |
| 752 | { # A localized string resource. |
| 753 | "locale": "A String", # The locale string. |
| 754 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 755 | # string `gamesConfiguration#localizedString`. |
| 756 | "value": "A String", # The string value. |
| 757 | }, |
| 758 | ], |
| 759 | }, |
| 760 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 761 | # in Welsh, or 102 in Slovenian). |
| 762 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 763 | # string `gamesConfiguration#localizedStringBundle`. |
| 764 | "translations": [ # The locale strings. |
| 765 | { # A localized string resource. |
| 766 | "locale": "A String", # The locale string. |
| 767 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 768 | # string `gamesConfiguration#localizedString`. |
| 769 | "value": "A String", # The string value. |
| 770 | }, |
| 771 | ], |
| 772 | }, |
| 773 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 774 | # the number 1 in English and most other languages; in Russian, any number |
| 775 | # ending in 1 but not ending in 11 is in this class). |
| 776 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 777 | # string `gamesConfiguration#localizedStringBundle`. |
| 778 | "translations": [ # The locale strings. |
| 779 | { # A localized string resource. |
| 780 | "locale": "A String", # The locale string. |
| 781 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 782 | # string `gamesConfiguration#localizedString`. |
| 783 | "value": "A String", # The string value. |
| 784 | }, |
| 785 | ], |
| 786 | }, |
| 787 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 788 | # numbers ending 11-99 in Maltese). |
| 789 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 790 | # string `gamesConfiguration#localizedStringBundle`. |
| 791 | "translations": [ # The locale strings. |
| 792 | { # A localized string resource. |
| 793 | "locale": "A String", # The locale string. |
| 794 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 795 | # string `gamesConfiguration#localizedString`. |
| 796 | "value": "A String", # The string value. |
| 797 | }, |
| 798 | ], |
| 799 | }, |
| 800 | }, |
| 801 | "numberFormatType": "A String", # The formatting for the number. |
| 802 | }, |
| 803 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 804 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 805 | # string `gamesConfiguration#localizedStringBundle`. |
| 806 | "translations": [ # The locale strings. |
| 807 | { # A localized string resource. |
| 808 | "locale": "A String", # The locale string. |
| 809 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 810 | # string `gamesConfiguration#localizedString`. |
| 811 | "value": "A String", # The string value. |
| 812 | }, |
| 813 | ], |
| 814 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 815 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 816 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 817 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 818 | </div> |
| 819 | |
| 820 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 821 | <code class="details" id="list">list(applicationId, pageToken=None, maxResults=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 822 | <pre>Returns a list of the leaderboard configurations in this application. |
| 823 | |
| 824 | Args: |
| 825 | applicationId: string, The application ID from the Google Play developer console. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 826 | pageToken: string, The token returned by the previous request. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 827 | maxResults: integer, The maximum number of resource configurations to return in the response, |
| 828 | used for paging. For any response, the actual number of resources returned |
| 829 | may be less than the specified `maxResults`. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 830 | x__xgafv: string, V1 error format. |
| 831 | Allowed values |
| 832 | 1 - v1 error format |
| 833 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 834 | |
| 835 | Returns: |
| 836 | An object of the form: |
| 837 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 838 | { # A ListConfigurations response. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 839 | "items": [ # The leaderboard configurations. |
| 840 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 841 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 842 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 843 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 844 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 845 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 846 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 847 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 848 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 849 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 850 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 851 | # same <a |
| 852 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 853 | # plural rules</a> as all Android string resources. |
| 854 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 855 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 856 | # Polish). |
| 857 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 858 | # string `gamesConfiguration#localizedStringBundle`. |
| 859 | "translations": [ # The locale strings. |
| 860 | { # A localized string resource. |
| 861 | "locale": "A String", # The locale string. |
| 862 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 863 | # string `gamesConfiguration#localizedString`. |
| 864 | "value": "A String", # The string value. |
| 865 | }, |
| 866 | ], |
| 867 | }, |
| 868 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 869 | # Arabic). |
| 870 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 871 | # string `gamesConfiguration#localizedStringBundle`. |
| 872 | "translations": [ # The locale strings. |
| 873 | { # A localized string resource. |
| 874 | "locale": "A String", # The locale string. |
| 875 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 876 | # string `gamesConfiguration#localizedString`. |
| 877 | "value": "A String", # The string value. |
| 878 | }, |
| 879 | ], |
| 880 | }, |
| 881 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 882 | # (as with all numbers in Chinese, or 42 in English). |
| 883 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 884 | # string `gamesConfiguration#localizedStringBundle`. |
| 885 | "translations": [ # The locale strings. |
| 886 | { # A localized string resource. |
| 887 | "locale": "A String", # The locale string. |
| 888 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 889 | # string `gamesConfiguration#localizedString`. |
| 890 | "value": "A String", # The string value. |
| 891 | }, |
| 892 | ], |
| 893 | }, |
| 894 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 895 | # in Welsh, or 102 in Slovenian). |
| 896 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 897 | # string `gamesConfiguration#localizedStringBundle`. |
| 898 | "translations": [ # The locale strings. |
| 899 | { # A localized string resource. |
| 900 | "locale": "A String", # The locale string. |
| 901 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 902 | # string `gamesConfiguration#localizedString`. |
| 903 | "value": "A String", # The string value. |
| 904 | }, |
| 905 | ], |
| 906 | }, |
| 907 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 908 | # the number 1 in English and most other languages; in Russian, any number |
| 909 | # ending in 1 but not ending in 11 is in this class). |
| 910 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 911 | # string `gamesConfiguration#localizedStringBundle`. |
| 912 | "translations": [ # The locale strings. |
| 913 | { # A localized string resource. |
| 914 | "locale": "A String", # The locale string. |
| 915 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 916 | # string `gamesConfiguration#localizedString`. |
| 917 | "value": "A String", # The string value. |
| 918 | }, |
| 919 | ], |
| 920 | }, |
| 921 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 922 | # numbers ending 11-99 in Maltese). |
| 923 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 924 | # string `gamesConfiguration#localizedStringBundle`. |
| 925 | "translations": [ # The locale strings. |
| 926 | { # A localized string resource. |
| 927 | "locale": "A String", # The locale string. |
| 928 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 929 | # string `gamesConfiguration#localizedString`. |
| 930 | "value": "A String", # The string value. |
| 931 | }, |
| 932 | ], |
| 933 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 934 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 935 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 936 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 937 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 938 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 939 | # string `gamesConfiguration#localizedStringBundle`. |
| 940 | "translations": [ # The locale strings. |
| 941 | { # A localized string resource. |
| 942 | "locale": "A String", # The locale string. |
| 943 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 944 | # string `gamesConfiguration#localizedString`. |
| 945 | "value": "A String", # The string value. |
| 946 | }, |
| 947 | ], |
| 948 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 949 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 950 | "scoreOrder": "A String", |
| 951 | "id": "A String", # The ID of the leaderboard. |
| 952 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 953 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 954 | "token": "A String", # The token for this resource. |
| 955 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 956 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 957 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 958 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 959 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 960 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 961 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 962 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 963 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 964 | # same <a |
| 965 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 966 | # plural rules</a> as all Android string resources. |
| 967 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 968 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 969 | # Polish). |
| 970 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 971 | # string `gamesConfiguration#localizedStringBundle`. |
| 972 | "translations": [ # The locale strings. |
| 973 | { # A localized string resource. |
| 974 | "locale": "A String", # The locale string. |
| 975 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 976 | # string `gamesConfiguration#localizedString`. |
| 977 | "value": "A String", # The string value. |
| 978 | }, |
| 979 | ], |
| 980 | }, |
| 981 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 982 | # Arabic). |
| 983 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 984 | # string `gamesConfiguration#localizedStringBundle`. |
| 985 | "translations": [ # The locale strings. |
| 986 | { # A localized string resource. |
| 987 | "locale": "A String", # The locale string. |
| 988 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 989 | # string `gamesConfiguration#localizedString`. |
| 990 | "value": "A String", # The string value. |
| 991 | }, |
| 992 | ], |
| 993 | }, |
| 994 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 995 | # (as with all numbers in Chinese, or 42 in English). |
| 996 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 997 | # string `gamesConfiguration#localizedStringBundle`. |
| 998 | "translations": [ # The locale strings. |
| 999 | { # A localized string resource. |
| 1000 | "locale": "A String", # The locale string. |
| 1001 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1002 | # string `gamesConfiguration#localizedString`. |
| 1003 | "value": "A String", # The string value. |
| 1004 | }, |
| 1005 | ], |
| 1006 | }, |
| 1007 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 1008 | # in Welsh, or 102 in Slovenian). |
| 1009 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1010 | # string `gamesConfiguration#localizedStringBundle`. |
| 1011 | "translations": [ # The locale strings. |
| 1012 | { # A localized string resource. |
| 1013 | "locale": "A String", # The locale string. |
| 1014 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1015 | # string `gamesConfiguration#localizedString`. |
| 1016 | "value": "A String", # The string value. |
| 1017 | }, |
| 1018 | ], |
| 1019 | }, |
| 1020 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 1021 | # the number 1 in English and most other languages; in Russian, any number |
| 1022 | # ending in 1 but not ending in 11 is in this class). |
| 1023 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1024 | # string `gamesConfiguration#localizedStringBundle`. |
| 1025 | "translations": [ # The locale strings. |
| 1026 | { # A localized string resource. |
| 1027 | "locale": "A String", # The locale string. |
| 1028 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1029 | # string `gamesConfiguration#localizedString`. |
| 1030 | "value": "A String", # The string value. |
| 1031 | }, |
| 1032 | ], |
| 1033 | }, |
| 1034 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 1035 | # numbers ending 11-99 in Maltese). |
| 1036 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1037 | # string `gamesConfiguration#localizedStringBundle`. |
| 1038 | "translations": [ # The locale strings. |
| 1039 | { # A localized string resource. |
| 1040 | "locale": "A String", # The locale string. |
| 1041 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1042 | # string `gamesConfiguration#localizedString`. |
| 1043 | "value": "A String", # The string value. |
| 1044 | }, |
| 1045 | ], |
| 1046 | }, |
| 1047 | }, |
| 1048 | "numberFormatType": "A String", # The formatting for the number. |
| 1049 | }, |
| 1050 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1051 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1052 | # string `gamesConfiguration#localizedStringBundle`. |
| 1053 | "translations": [ # The locale strings. |
| 1054 | { # A localized string resource. |
| 1055 | "locale": "A String", # The locale string. |
| 1056 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1057 | # string `gamesConfiguration#localizedString`. |
| 1058 | "value": "A String", # The string value. |
| 1059 | }, |
| 1060 | ], |
| 1061 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1062 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1063 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1064 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1065 | ], |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1066 | "nextPageToken": "A String", # The pagination token for the next page of results. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1067 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1068 | # string |
| 1069 | # `gamesConfiguration#leaderboardConfigurationListResponse`. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1070 | }</pre> |
| 1071 | </div> |
| 1072 | |
| 1073 | <div class="method"> |
| 1074 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 1075 | <pre>Retrieves the next page of results. |
| 1076 | |
| 1077 | Args: |
| 1078 | previous_request: The request for the previous page. (required) |
| 1079 | previous_response: The response from the request for the previous page. (required) |
| 1080 | |
| 1081 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 1082 | A request object that you can call 'execute()' on to request the next |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1083 | page. Returns None if there are no more items in the collection. |
| 1084 | </pre> |
| 1085 | </div> |
| 1086 | |
| 1087 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1088 | <code class="details" id="update">update(leaderboardId, body=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1089 | <pre>Update the metadata of the leaderboard configuration with the given ID. |
| 1090 | |
| 1091 | Args: |
| 1092 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1093 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1094 | The object takes the form of: |
| 1095 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1096 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1097 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 1098 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 1099 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1100 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1101 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1102 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 1103 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 1104 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1105 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1106 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 1107 | # same <a |
| 1108 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 1109 | # plural rules</a> as all Android string resources. |
| 1110 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 1111 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 1112 | # Polish). |
| 1113 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1114 | # string `gamesConfiguration#localizedStringBundle`. |
| 1115 | "translations": [ # The locale strings. |
| 1116 | { # A localized string resource. |
| 1117 | "locale": "A String", # The locale string. |
| 1118 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1119 | # string `gamesConfiguration#localizedString`. |
| 1120 | "value": "A String", # The string value. |
| 1121 | }, |
| 1122 | ], |
| 1123 | }, |
| 1124 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 1125 | # Arabic). |
| 1126 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1127 | # string `gamesConfiguration#localizedStringBundle`. |
| 1128 | "translations": [ # The locale strings. |
| 1129 | { # A localized string resource. |
| 1130 | "locale": "A String", # The locale string. |
| 1131 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1132 | # string `gamesConfiguration#localizedString`. |
| 1133 | "value": "A String", # The string value. |
| 1134 | }, |
| 1135 | ], |
| 1136 | }, |
| 1137 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 1138 | # (as with all numbers in Chinese, or 42 in English). |
| 1139 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1140 | # string `gamesConfiguration#localizedStringBundle`. |
| 1141 | "translations": [ # The locale strings. |
| 1142 | { # A localized string resource. |
| 1143 | "locale": "A String", # The locale string. |
| 1144 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1145 | # string `gamesConfiguration#localizedString`. |
| 1146 | "value": "A String", # The string value. |
| 1147 | }, |
| 1148 | ], |
| 1149 | }, |
| 1150 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 1151 | # in Welsh, or 102 in Slovenian). |
| 1152 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1153 | # string `gamesConfiguration#localizedStringBundle`. |
| 1154 | "translations": [ # The locale strings. |
| 1155 | { # A localized string resource. |
| 1156 | "locale": "A String", # The locale string. |
| 1157 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1158 | # string `gamesConfiguration#localizedString`. |
| 1159 | "value": "A String", # The string value. |
| 1160 | }, |
| 1161 | ], |
| 1162 | }, |
| 1163 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 1164 | # the number 1 in English and most other languages; in Russian, any number |
| 1165 | # ending in 1 but not ending in 11 is in this class). |
| 1166 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1167 | # string `gamesConfiguration#localizedStringBundle`. |
| 1168 | "translations": [ # The locale strings. |
| 1169 | { # A localized string resource. |
| 1170 | "locale": "A String", # The locale string. |
| 1171 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1172 | # string `gamesConfiguration#localizedString`. |
| 1173 | "value": "A String", # The string value. |
| 1174 | }, |
| 1175 | ], |
| 1176 | }, |
| 1177 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 1178 | # numbers ending 11-99 in Maltese). |
| 1179 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1180 | # string `gamesConfiguration#localizedStringBundle`. |
| 1181 | "translations": [ # The locale strings. |
| 1182 | { # A localized string resource. |
| 1183 | "locale": "A String", # The locale string. |
| 1184 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1185 | # string `gamesConfiguration#localizedString`. |
| 1186 | "value": "A String", # The string value. |
| 1187 | }, |
| 1188 | ], |
| 1189 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1190 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1191 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1192 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1193 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1194 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1195 | # string `gamesConfiguration#localizedStringBundle`. |
| 1196 | "translations": [ # The locale strings. |
| 1197 | { # A localized string resource. |
| 1198 | "locale": "A String", # The locale string. |
| 1199 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1200 | # string `gamesConfiguration#localizedString`. |
| 1201 | "value": "A String", # The string value. |
| 1202 | }, |
| 1203 | ], |
| 1204 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1205 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1206 | "scoreOrder": "A String", |
| 1207 | "id": "A String", # The ID of the leaderboard. |
| 1208 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1209 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 1210 | "token": "A String", # The token for this resource. |
| 1211 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 1212 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1213 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1214 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1215 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 1216 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 1217 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1218 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1219 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 1220 | # same <a |
| 1221 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 1222 | # plural rules</a> as all Android string resources. |
| 1223 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 1224 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 1225 | # Polish). |
| 1226 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1227 | # string `gamesConfiguration#localizedStringBundle`. |
| 1228 | "translations": [ # The locale strings. |
| 1229 | { # A localized string resource. |
| 1230 | "locale": "A String", # The locale string. |
| 1231 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1232 | # string `gamesConfiguration#localizedString`. |
| 1233 | "value": "A String", # The string value. |
| 1234 | }, |
| 1235 | ], |
| 1236 | }, |
| 1237 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 1238 | # Arabic). |
| 1239 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1240 | # string `gamesConfiguration#localizedStringBundle`. |
| 1241 | "translations": [ # The locale strings. |
| 1242 | { # A localized string resource. |
| 1243 | "locale": "A String", # The locale string. |
| 1244 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1245 | # string `gamesConfiguration#localizedString`. |
| 1246 | "value": "A String", # The string value. |
| 1247 | }, |
| 1248 | ], |
| 1249 | }, |
| 1250 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 1251 | # (as with all numbers in Chinese, or 42 in English). |
| 1252 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1253 | # string `gamesConfiguration#localizedStringBundle`. |
| 1254 | "translations": [ # The locale strings. |
| 1255 | { # A localized string resource. |
| 1256 | "locale": "A String", # The locale string. |
| 1257 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1258 | # string `gamesConfiguration#localizedString`. |
| 1259 | "value": "A String", # The string value. |
| 1260 | }, |
| 1261 | ], |
| 1262 | }, |
| 1263 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 1264 | # in Welsh, or 102 in Slovenian). |
| 1265 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1266 | # string `gamesConfiguration#localizedStringBundle`. |
| 1267 | "translations": [ # The locale strings. |
| 1268 | { # A localized string resource. |
| 1269 | "locale": "A String", # The locale string. |
| 1270 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1271 | # string `gamesConfiguration#localizedString`. |
| 1272 | "value": "A String", # The string value. |
| 1273 | }, |
| 1274 | ], |
| 1275 | }, |
| 1276 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 1277 | # the number 1 in English and most other languages; in Russian, any number |
| 1278 | # ending in 1 but not ending in 11 is in this class). |
| 1279 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1280 | # string `gamesConfiguration#localizedStringBundle`. |
| 1281 | "translations": [ # The locale strings. |
| 1282 | { # A localized string resource. |
| 1283 | "locale": "A String", # The locale string. |
| 1284 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1285 | # string `gamesConfiguration#localizedString`. |
| 1286 | "value": "A String", # The string value. |
| 1287 | }, |
| 1288 | ], |
| 1289 | }, |
| 1290 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 1291 | # numbers ending 11-99 in Maltese). |
| 1292 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1293 | # string `gamesConfiguration#localizedStringBundle`. |
| 1294 | "translations": [ # The locale strings. |
| 1295 | { # A localized string resource. |
| 1296 | "locale": "A String", # The locale string. |
| 1297 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1298 | # string `gamesConfiguration#localizedString`. |
| 1299 | "value": "A String", # The string value. |
| 1300 | }, |
| 1301 | ], |
| 1302 | }, |
| 1303 | }, |
| 1304 | "numberFormatType": "A String", # The formatting for the number. |
| 1305 | }, |
| 1306 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1307 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1308 | # string `gamesConfiguration#localizedStringBundle`. |
| 1309 | "translations": [ # The locale strings. |
| 1310 | { # A localized string resource. |
| 1311 | "locale": "A String", # The locale string. |
| 1312 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1313 | # string `gamesConfiguration#localizedString`. |
| 1314 | "value": "A String", # The string value. |
| 1315 | }, |
| 1316 | ], |
| 1317 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1318 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1319 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 1320 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1321 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1322 | x__xgafv: string, V1 error format. |
| 1323 | Allowed values |
| 1324 | 1 - v1 error format |
| 1325 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1326 | |
| 1327 | Returns: |
| 1328 | An object of the form: |
| 1329 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1330 | { # An leaderboard configuration resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1331 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 1332 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 1333 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1334 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1335 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1336 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 1337 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 1338 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1339 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1340 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 1341 | # same <a |
| 1342 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 1343 | # plural rules</a> as all Android string resources. |
| 1344 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 1345 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 1346 | # Polish). |
| 1347 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1348 | # string `gamesConfiguration#localizedStringBundle`. |
| 1349 | "translations": [ # The locale strings. |
| 1350 | { # A localized string resource. |
| 1351 | "locale": "A String", # The locale string. |
| 1352 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1353 | # string `gamesConfiguration#localizedString`. |
| 1354 | "value": "A String", # The string value. |
| 1355 | }, |
| 1356 | ], |
| 1357 | }, |
| 1358 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 1359 | # Arabic). |
| 1360 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1361 | # string `gamesConfiguration#localizedStringBundle`. |
| 1362 | "translations": [ # The locale strings. |
| 1363 | { # A localized string resource. |
| 1364 | "locale": "A String", # The locale string. |
| 1365 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1366 | # string `gamesConfiguration#localizedString`. |
| 1367 | "value": "A String", # The string value. |
| 1368 | }, |
| 1369 | ], |
| 1370 | }, |
| 1371 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 1372 | # (as with all numbers in Chinese, or 42 in English). |
| 1373 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1374 | # string `gamesConfiguration#localizedStringBundle`. |
| 1375 | "translations": [ # The locale strings. |
| 1376 | { # A localized string resource. |
| 1377 | "locale": "A String", # The locale string. |
| 1378 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1379 | # string `gamesConfiguration#localizedString`. |
| 1380 | "value": "A String", # The string value. |
| 1381 | }, |
| 1382 | ], |
| 1383 | }, |
| 1384 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 1385 | # in Welsh, or 102 in Slovenian). |
| 1386 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1387 | # string `gamesConfiguration#localizedStringBundle`. |
| 1388 | "translations": [ # The locale strings. |
| 1389 | { # A localized string resource. |
| 1390 | "locale": "A String", # The locale string. |
| 1391 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1392 | # string `gamesConfiguration#localizedString`. |
| 1393 | "value": "A String", # The string value. |
| 1394 | }, |
| 1395 | ], |
| 1396 | }, |
| 1397 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 1398 | # the number 1 in English and most other languages; in Russian, any number |
| 1399 | # ending in 1 but not ending in 11 is in this class). |
| 1400 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1401 | # string `gamesConfiguration#localizedStringBundle`. |
| 1402 | "translations": [ # The locale strings. |
| 1403 | { # A localized string resource. |
| 1404 | "locale": "A String", # The locale string. |
| 1405 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1406 | # string `gamesConfiguration#localizedString`. |
| 1407 | "value": "A String", # The string value. |
| 1408 | }, |
| 1409 | ], |
| 1410 | }, |
| 1411 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 1412 | # numbers ending 11-99 in Maltese). |
| 1413 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1414 | # string `gamesConfiguration#localizedStringBundle`. |
| 1415 | "translations": [ # The locale strings. |
| 1416 | { # A localized string resource. |
| 1417 | "locale": "A String", # The locale string. |
| 1418 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1419 | # string `gamesConfiguration#localizedString`. |
| 1420 | "value": "A String", # The string value. |
| 1421 | }, |
| 1422 | ], |
| 1423 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1424 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1425 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1426 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1427 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1428 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1429 | # string `gamesConfiguration#localizedStringBundle`. |
| 1430 | "translations": [ # The locale strings. |
| 1431 | { # A localized string resource. |
| 1432 | "locale": "A String", # The locale string. |
| 1433 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1434 | # string `gamesConfiguration#localizedString`. |
| 1435 | "value": "A String", # The string value. |
| 1436 | }, |
| 1437 | ], |
| 1438 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1439 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1440 | "scoreOrder": "A String", |
| 1441 | "id": "A String", # The ID of the leaderboard. |
| 1442 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1443 | # string `gamesConfiguration#leaderboardConfiguration`. |
| 1444 | "token": "A String", # The token for this resource. |
| 1445 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
| 1446 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1447 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1448 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1449 | # string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 1450 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 1451 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1452 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1453 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the |
| 1454 | # same <a |
| 1455 | # href="http://developer.android.com/guide/topics/resources/string-resource.html#Plurals"> |
| 1456 | # plural rules</a> as all Android string resources. |
| 1457 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, |
| 1458 | # 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in |
| 1459 | # Polish). |
| 1460 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1461 | # string `gamesConfiguration#localizedStringBundle`. |
| 1462 | "translations": [ # The locale strings. |
| 1463 | { # A localized string resource. |
| 1464 | "locale": "A String", # The locale string. |
| 1465 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1466 | # string `gamesConfiguration#localizedString`. |
| 1467 | "value": "A String", # The string value. |
| 1468 | }, |
| 1469 | ], |
| 1470 | }, |
| 1471 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in |
| 1472 | # Arabic). |
| 1473 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1474 | # string `gamesConfiguration#localizedStringBundle`. |
| 1475 | "translations": [ # The locale strings. |
| 1476 | { # A localized string resource. |
| 1477 | "locale": "A String", # The locale string. |
| 1478 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1479 | # string `gamesConfiguration#localizedString`. |
| 1480 | "value": "A String", # The string value. |
| 1481 | }, |
| 1482 | ], |
| 1483 | }, |
| 1484 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity |
| 1485 | # (as with all numbers in Chinese, or 42 in English). |
| 1486 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1487 | # string `gamesConfiguration#localizedStringBundle`. |
| 1488 | "translations": [ # The locale strings. |
| 1489 | { # A localized string resource. |
| 1490 | "locale": "A String", # The locale string. |
| 1491 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1492 | # string `gamesConfiguration#localizedString`. |
| 1493 | "value": "A String", # The string value. |
| 1494 | }, |
| 1495 | ], |
| 1496 | }, |
| 1497 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 |
| 1498 | # in Welsh, or 102 in Slovenian). |
| 1499 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1500 | # string `gamesConfiguration#localizedStringBundle`. |
| 1501 | "translations": [ # The locale strings. |
| 1502 | { # A localized string resource. |
| 1503 | "locale": "A String", # The locale string. |
| 1504 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1505 | # string `gamesConfiguration#localizedString`. |
| 1506 | "value": "A String", # The string value. |
| 1507 | }, |
| 1508 | ], |
| 1509 | }, |
| 1510 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with |
| 1511 | # the number 1 in English and most other languages; in Russian, any number |
| 1512 | # ending in 1 but not ending in 11 is in this class). |
| 1513 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1514 | # string `gamesConfiguration#localizedStringBundle`. |
| 1515 | "translations": [ # The locale strings. |
| 1516 | { # A localized string resource. |
| 1517 | "locale": "A String", # The locale string. |
| 1518 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1519 | # string `gamesConfiguration#localizedString`. |
| 1520 | "value": "A String", # The string value. |
| 1521 | }, |
| 1522 | ], |
| 1523 | }, |
| 1524 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with |
| 1525 | # numbers ending 11-99 in Maltese). |
| 1526 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1527 | # string `gamesConfiguration#localizedStringBundle`. |
| 1528 | "translations": [ # The locale strings. |
| 1529 | { # A localized string resource. |
| 1530 | "locale": "A String", # The locale string. |
| 1531 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1532 | # string `gamesConfiguration#localizedString`. |
| 1533 | "value": "A String", # The string value. |
| 1534 | }, |
| 1535 | ], |
| 1536 | }, |
| 1537 | }, |
| 1538 | "numberFormatType": "A String", # The formatting for the number. |
| 1539 | }, |
| 1540 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1541 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1542 | # string `gamesConfiguration#localizedStringBundle`. |
| 1543 | "translations": [ # The locale strings. |
| 1544 | { # A localized string resource. |
| 1545 | "locale": "A String", # The locale string. |
| 1546 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 1547 | # string `gamesConfiguration#localizedString`. |
| 1548 | "value": "A String", # The string value. |
| 1549 | }, |
| 1550 | ], |
| 1551 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 1552 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1553 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 1554 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1555 | </div> |
| 1556 | |
| 1557 | </body></html> |