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