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"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 81 | <code><a href="#delete">delete(leaderboardId, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 82 | <p class="firstline">Delete 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="#get">get(leaderboardId, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 85 | <p class="firstline">Retrieves the metadata of the leaderboard configuration with the given ID.</p> |
| 86 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 87 | <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] | 88 | <p class="firstline">Insert a new leaderboard configuration in this application.</p> |
| 89 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 90 | <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] | 91 | <p class="firstline">Returns a list of the leaderboard configurations in this application.</p> |
| 92 | <p class="toc_element"> |
| 93 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 94 | <p class="firstline">Retrieves the next page of results.</p> |
| 95 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 96 | <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] | 97 | <p class="firstline">Update the metadata of the leaderboard configuration with the given ID.</p> |
| 98 | <h3>Method Details</h3> |
| 99 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 100 | <code class="details" id="close">close()</code> |
| 101 | <pre>Close httplib2 connections.</pre> |
| 102 | </div> |
| 103 | |
| 104 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 105 | <code class="details" id="delete">delete(leaderboardId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 106 | <pre>Delete the leaderboard configuration with the given ID. |
| 107 | |
| 108 | Args: |
| 109 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 110 | x__xgafv: string, V1 error format. |
| 111 | Allowed values |
| 112 | 1 - v1 error format |
| 113 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 114 | </pre> |
| 115 | </div> |
| 116 | |
| 117 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 118 | <code class="details" id="get">get(leaderboardId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 119 | <pre>Retrieves the metadata of the leaderboard configuration with the given ID. |
| 120 | |
| 121 | Args: |
| 122 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 123 | x__xgafv: string, V1 error format. |
| 124 | Allowed values |
| 125 | 1 - v1 error format |
| 126 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 127 | |
| 128 | Returns: |
| 129 | An object of the form: |
| 130 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 131 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 132 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 133 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 134 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 135 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 136 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 137 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 138 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 139 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 140 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 141 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 142 | "translations": [ # The locale strings. |
| 143 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 144 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 145 | "locale": "A String", # The locale string. |
| 146 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 147 | }, |
| 148 | ], |
| 149 | }, |
| 150 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 151 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 152 | "translations": [ # The locale strings. |
| 153 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 154 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 155 | "locale": "A String", # The locale string. |
| 156 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 157 | }, |
| 158 | ], |
| 159 | }, |
| 160 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 161 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 162 | "translations": [ # The locale strings. |
| 163 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 164 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 165 | "locale": "A String", # The locale string. |
| 166 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 167 | }, |
| 168 | ], |
| 169 | }, |
| 170 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 171 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 172 | "translations": [ # The locale strings. |
| 173 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 174 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 175 | "locale": "A String", # The locale string. |
| 176 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 177 | }, |
| 178 | ], |
| 179 | }, |
| 180 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 181 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 182 | "translations": [ # The locale strings. |
| 183 | { # A localized string resource. |
| 184 | "value": "A String", # The string value. |
| 185 | "locale": "A String", # The locale string. |
| 186 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 187 | }, |
| 188 | ], |
| 189 | }, |
| 190 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 191 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 192 | "translations": [ # The locale strings. |
| 193 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 194 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 195 | "locale": "A String", # The locale string. |
| 196 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 197 | }, |
| 198 | ], |
| 199 | }, |
| 200 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 201 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 202 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 203 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 204 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 205 | "translations": [ # The locale strings. |
| 206 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 207 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 208 | "locale": "A String", # The locale string. |
| 209 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 210 | }, |
| 211 | ], |
| 212 | }, |
| 213 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 214 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 215 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 216 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 217 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 218 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 219 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 220 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 221 | "numberFormatType": "A String", # The formatting for the number. |
| 222 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 223 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 224 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 225 | "translations": [ # The locale strings. |
| 226 | { # A localized string resource. |
| 227 | "value": "A String", # The string value. |
| 228 | "locale": "A String", # The locale string. |
| 229 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 230 | }, |
| 231 | ], |
| 232 | }, |
| 233 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 234 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 235 | "translations": [ # The locale strings. |
| 236 | { # A localized string resource. |
| 237 | "value": "A String", # The string value. |
| 238 | "locale": "A String", # The locale string. |
| 239 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 240 | }, |
| 241 | ], |
| 242 | }, |
| 243 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 244 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 245 | "translations": [ # The locale strings. |
| 246 | { # A localized string resource. |
| 247 | "value": "A String", # The string value. |
| 248 | "locale": "A String", # The locale string. |
| 249 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 250 | }, |
| 251 | ], |
| 252 | }, |
| 253 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 254 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 255 | "translations": [ # The locale strings. |
| 256 | { # A localized string resource. |
| 257 | "value": "A String", # The string value. |
| 258 | "locale": "A String", # The locale string. |
| 259 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 260 | }, |
| 261 | ], |
| 262 | }, |
| 263 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 264 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 265 | "translations": [ # The locale strings. |
| 266 | { # A localized string resource. |
| 267 | "value": "A String", # The string value. |
| 268 | "locale": "A String", # The locale string. |
| 269 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 270 | }, |
| 271 | ], |
| 272 | }, |
| 273 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 274 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 275 | "translations": [ # The locale strings. |
| 276 | { # A localized string resource. |
| 277 | "value": "A String", # The string value. |
| 278 | "locale": "A String", # The locale string. |
| 279 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 280 | }, |
| 281 | ], |
| 282 | }, |
| 283 | }, |
| 284 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 285 | }, |
| 286 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 287 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 288 | "translations": [ # The locale strings. |
| 289 | { # A localized string resource. |
| 290 | "value": "A String", # The string value. |
| 291 | "locale": "A String", # The locale string. |
| 292 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 293 | }, |
| 294 | ], |
| 295 | }, |
| 296 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 297 | }, |
| 298 | "token": "A String", # The token for this resource. |
| 299 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 300 | "scoreOrder": "A String", |
| 301 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 302 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 303 | </div> |
| 304 | |
| 305 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 306 | <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] | 307 | <pre>Insert a new leaderboard configuration in this application. |
| 308 | |
| 309 | Args: |
| 310 | 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] | 311 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 312 | The object takes the form of: |
| 313 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 314 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 315 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 316 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 317 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 318 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 319 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 320 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 321 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 322 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 323 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 324 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 325 | "translations": [ # The locale strings. |
| 326 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 327 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 328 | "locale": "A String", # The locale string. |
| 329 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 330 | }, |
| 331 | ], |
| 332 | }, |
| 333 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 334 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 335 | "translations": [ # The locale strings. |
| 336 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 337 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 338 | "locale": "A String", # The locale string. |
| 339 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 340 | }, |
| 341 | ], |
| 342 | }, |
| 343 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 344 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 345 | "translations": [ # The locale strings. |
| 346 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 347 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 348 | "locale": "A String", # The locale string. |
| 349 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 350 | }, |
| 351 | ], |
| 352 | }, |
| 353 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 354 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 355 | "translations": [ # The locale strings. |
| 356 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 357 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 358 | "locale": "A String", # The locale string. |
| 359 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 360 | }, |
| 361 | ], |
| 362 | }, |
| 363 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 364 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 365 | "translations": [ # The locale strings. |
| 366 | { # A localized string resource. |
| 367 | "value": "A String", # The string value. |
| 368 | "locale": "A String", # The locale string. |
| 369 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 370 | }, |
| 371 | ], |
| 372 | }, |
| 373 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 374 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 375 | "translations": [ # The locale strings. |
| 376 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 377 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 378 | "locale": "A String", # The locale string. |
| 379 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 380 | }, |
| 381 | ], |
| 382 | }, |
| 383 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 384 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 385 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 386 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 387 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 388 | "translations": [ # The locale strings. |
| 389 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 390 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 391 | "locale": "A String", # The locale string. |
| 392 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 393 | }, |
| 394 | ], |
| 395 | }, |
| 396 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 397 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 398 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 399 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 400 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 401 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 402 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 403 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 404 | "numberFormatType": "A String", # The formatting for the number. |
| 405 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 406 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 407 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 408 | "translations": [ # The locale strings. |
| 409 | { # A localized string resource. |
| 410 | "value": "A String", # The string value. |
| 411 | "locale": "A String", # The locale string. |
| 412 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 413 | }, |
| 414 | ], |
| 415 | }, |
| 416 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 417 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 418 | "translations": [ # The locale strings. |
| 419 | { # A localized string resource. |
| 420 | "value": "A String", # The string value. |
| 421 | "locale": "A String", # The locale string. |
| 422 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 423 | }, |
| 424 | ], |
| 425 | }, |
| 426 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 427 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 428 | "translations": [ # The locale strings. |
| 429 | { # A localized string resource. |
| 430 | "value": "A String", # The string value. |
| 431 | "locale": "A String", # The locale string. |
| 432 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 433 | }, |
| 434 | ], |
| 435 | }, |
| 436 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 437 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 438 | "translations": [ # The locale strings. |
| 439 | { # A localized string resource. |
| 440 | "value": "A String", # The string value. |
| 441 | "locale": "A String", # The locale string. |
| 442 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 443 | }, |
| 444 | ], |
| 445 | }, |
| 446 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 447 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 448 | "translations": [ # The locale strings. |
| 449 | { # A localized string resource. |
| 450 | "value": "A String", # The string value. |
| 451 | "locale": "A String", # The locale string. |
| 452 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 453 | }, |
| 454 | ], |
| 455 | }, |
| 456 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 457 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 458 | "translations": [ # The locale strings. |
| 459 | { # A localized string resource. |
| 460 | "value": "A String", # The string value. |
| 461 | "locale": "A String", # The locale string. |
| 462 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 463 | }, |
| 464 | ], |
| 465 | }, |
| 466 | }, |
| 467 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 468 | }, |
| 469 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 470 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 471 | "translations": [ # The locale strings. |
| 472 | { # A localized string resource. |
| 473 | "value": "A String", # The string value. |
| 474 | "locale": "A String", # The locale string. |
| 475 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 476 | }, |
| 477 | ], |
| 478 | }, |
| 479 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 480 | }, |
| 481 | "token": "A String", # The token for this resource. |
| 482 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 483 | "scoreOrder": "A String", |
| 484 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 485 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 486 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 487 | x__xgafv: string, V1 error format. |
| 488 | Allowed values |
| 489 | 1 - v1 error format |
| 490 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 491 | |
| 492 | Returns: |
| 493 | An object of the form: |
| 494 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 495 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 496 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 497 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 498 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 499 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 500 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 501 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 502 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 503 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 504 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 505 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 506 | "translations": [ # The locale strings. |
| 507 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 508 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 509 | "locale": "A String", # The locale string. |
| 510 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 511 | }, |
| 512 | ], |
| 513 | }, |
| 514 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 515 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 516 | "translations": [ # The locale strings. |
| 517 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 518 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 519 | "locale": "A String", # The locale string. |
| 520 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 521 | }, |
| 522 | ], |
| 523 | }, |
| 524 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 525 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 526 | "translations": [ # The locale strings. |
| 527 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 528 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 529 | "locale": "A String", # The locale string. |
| 530 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 531 | }, |
| 532 | ], |
| 533 | }, |
| 534 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 535 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 536 | "translations": [ # The locale strings. |
| 537 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 538 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 539 | "locale": "A String", # The locale string. |
| 540 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 541 | }, |
| 542 | ], |
| 543 | }, |
| 544 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 545 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 546 | "translations": [ # The locale strings. |
| 547 | { # A localized string resource. |
| 548 | "value": "A String", # The string value. |
| 549 | "locale": "A String", # The locale string. |
| 550 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 551 | }, |
| 552 | ], |
| 553 | }, |
| 554 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 555 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 556 | "translations": [ # The locale strings. |
| 557 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 558 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 559 | "locale": "A String", # The locale string. |
| 560 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 561 | }, |
| 562 | ], |
| 563 | }, |
| 564 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 565 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 566 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 567 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 568 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 569 | "translations": [ # The locale strings. |
| 570 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 571 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 572 | "locale": "A String", # The locale string. |
| 573 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 574 | }, |
| 575 | ], |
| 576 | }, |
| 577 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 578 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 579 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 580 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 581 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 582 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 583 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 584 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 585 | "numberFormatType": "A String", # The formatting for the number. |
| 586 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 587 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 588 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 589 | "translations": [ # The locale strings. |
| 590 | { # A localized string resource. |
| 591 | "value": "A String", # The string value. |
| 592 | "locale": "A String", # The locale string. |
| 593 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 594 | }, |
| 595 | ], |
| 596 | }, |
| 597 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 598 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 599 | "translations": [ # The locale strings. |
| 600 | { # A localized string resource. |
| 601 | "value": "A String", # The string value. |
| 602 | "locale": "A String", # The locale string. |
| 603 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 604 | }, |
| 605 | ], |
| 606 | }, |
| 607 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 608 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 609 | "translations": [ # The locale strings. |
| 610 | { # A localized string resource. |
| 611 | "value": "A String", # The string value. |
| 612 | "locale": "A String", # The locale string. |
| 613 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 614 | }, |
| 615 | ], |
| 616 | }, |
| 617 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 618 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 619 | "translations": [ # The locale strings. |
| 620 | { # A localized string resource. |
| 621 | "value": "A String", # The string value. |
| 622 | "locale": "A String", # The locale string. |
| 623 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 624 | }, |
| 625 | ], |
| 626 | }, |
| 627 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 628 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 629 | "translations": [ # The locale strings. |
| 630 | { # A localized string resource. |
| 631 | "value": "A String", # The string value. |
| 632 | "locale": "A String", # The locale string. |
| 633 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 634 | }, |
| 635 | ], |
| 636 | }, |
| 637 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 638 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 639 | "translations": [ # The locale strings. |
| 640 | { # A localized string resource. |
| 641 | "value": "A String", # The string value. |
| 642 | "locale": "A String", # The locale string. |
| 643 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 644 | }, |
| 645 | ], |
| 646 | }, |
| 647 | }, |
| 648 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 649 | }, |
| 650 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 651 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 652 | "translations": [ # The locale strings. |
| 653 | { # A localized string resource. |
| 654 | "value": "A String", # The string value. |
| 655 | "locale": "A String", # The locale string. |
| 656 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 657 | }, |
| 658 | ], |
| 659 | }, |
| 660 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 661 | }, |
| 662 | "token": "A String", # The token for this resource. |
| 663 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 664 | "scoreOrder": "A String", |
| 665 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 666 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 667 | </div> |
| 668 | |
| 669 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 670 | <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] | 671 | <pre>Returns a list of the leaderboard configurations in this application. |
| 672 | |
| 673 | Args: |
| 674 | applicationId: string, The application ID from the Google Play developer console. (required) |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame] | 675 | maxResults: integer, The maximum number of resource configurations to return in the response, used for paging. For any response, the actual number of resources returned may be less than the specified `maxResults`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 676 | pageToken: string, The token returned by the previous request. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 677 | x__xgafv: string, V1 error format. |
| 678 | Allowed values |
| 679 | 1 - v1 error format |
| 680 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 681 | |
| 682 | Returns: |
| 683 | An object of the form: |
| 684 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 685 | { # A ListConfigurations response. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 686 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationListResponse`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 687 | "nextPageToken": "A String", # The pagination token for the next page of results. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 688 | "items": [ # The leaderboard configurations. |
| 689 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 690 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 691 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 692 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 693 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 694 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 695 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 696 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 697 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 698 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 699 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 700 | "translations": [ # The locale strings. |
| 701 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 702 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 703 | "locale": "A String", # The locale string. |
| 704 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 705 | }, |
| 706 | ], |
| 707 | }, |
| 708 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 709 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 710 | "translations": [ # The locale strings. |
| 711 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 712 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 713 | "locale": "A String", # The locale string. |
| 714 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 715 | }, |
| 716 | ], |
| 717 | }, |
| 718 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 719 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 720 | "translations": [ # The locale strings. |
| 721 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 722 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 723 | "locale": "A String", # The locale string. |
| 724 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 725 | }, |
| 726 | ], |
| 727 | }, |
| 728 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 729 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 730 | "translations": [ # The locale strings. |
| 731 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 732 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 733 | "locale": "A String", # The locale string. |
| 734 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 735 | }, |
| 736 | ], |
| 737 | }, |
| 738 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 739 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 740 | "translations": [ # The locale strings. |
| 741 | { # A localized string resource. |
| 742 | "value": "A String", # The string value. |
| 743 | "locale": "A String", # The locale string. |
| 744 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 745 | }, |
| 746 | ], |
| 747 | }, |
| 748 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 749 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 750 | "translations": [ # The locale strings. |
| 751 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 752 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 753 | "locale": "A String", # The locale string. |
| 754 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 755 | }, |
| 756 | ], |
| 757 | }, |
| 758 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 759 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 760 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 761 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 762 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 763 | "translations": [ # The locale strings. |
| 764 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 765 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 766 | "locale": "A String", # The locale string. |
| 767 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 768 | }, |
| 769 | ], |
| 770 | }, |
| 771 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 772 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 773 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 774 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 775 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 776 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 777 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 778 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 779 | "numberFormatType": "A String", # The formatting for the number. |
| 780 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 781 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 782 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 783 | "translations": [ # The locale strings. |
| 784 | { # A localized string resource. |
| 785 | "value": "A String", # The string value. |
| 786 | "locale": "A String", # The locale string. |
| 787 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 788 | }, |
| 789 | ], |
| 790 | }, |
| 791 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 792 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 793 | "translations": [ # The locale strings. |
| 794 | { # A localized string resource. |
| 795 | "value": "A String", # The string value. |
| 796 | "locale": "A String", # The locale string. |
| 797 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 798 | }, |
| 799 | ], |
| 800 | }, |
| 801 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 802 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 803 | "translations": [ # The locale strings. |
| 804 | { # A localized string resource. |
| 805 | "value": "A String", # The string value. |
| 806 | "locale": "A String", # The locale string. |
| 807 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 808 | }, |
| 809 | ], |
| 810 | }, |
| 811 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 812 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 813 | "translations": [ # The locale strings. |
| 814 | { # A localized string resource. |
| 815 | "value": "A String", # The string value. |
| 816 | "locale": "A String", # The locale string. |
| 817 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 818 | }, |
| 819 | ], |
| 820 | }, |
| 821 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 822 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 823 | "translations": [ # The locale strings. |
| 824 | { # A localized string resource. |
| 825 | "value": "A String", # The string value. |
| 826 | "locale": "A String", # The locale string. |
| 827 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 828 | }, |
| 829 | ], |
| 830 | }, |
| 831 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 832 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 833 | "translations": [ # The locale strings. |
| 834 | { # A localized string resource. |
| 835 | "value": "A String", # The string value. |
| 836 | "locale": "A String", # The locale string. |
| 837 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 838 | }, |
| 839 | ], |
| 840 | }, |
| 841 | }, |
| 842 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 843 | }, |
| 844 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 845 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 846 | "translations": [ # The locale strings. |
| 847 | { # A localized string resource. |
| 848 | "value": "A String", # The string value. |
| 849 | "locale": "A String", # The locale string. |
| 850 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 851 | }, |
| 852 | ], |
| 853 | }, |
| 854 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 855 | }, |
| 856 | "token": "A String", # The token for this resource. |
| 857 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 858 | "scoreOrder": "A String", |
| 859 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 860 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 861 | ], |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 862 | }</pre> |
| 863 | </div> |
| 864 | |
| 865 | <div class="method"> |
| 866 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 867 | <pre>Retrieves the next page of results. |
| 868 | |
| 869 | Args: |
| 870 | previous_request: The request for the previous page. (required) |
| 871 | previous_response: The response from the request for the previous page. (required) |
| 872 | |
| 873 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 874 | 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] | 875 | page. Returns None if there are no more items in the collection. |
| 876 | </pre> |
| 877 | </div> |
| 878 | |
| 879 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 880 | <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] | 881 | <pre>Update the metadata of the leaderboard configuration with the given ID. |
| 882 | |
| 883 | Args: |
| 884 | leaderboardId: string, The ID of the leaderboard. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 885 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 886 | The object takes the form of: |
| 887 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 888 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 889 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 890 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 891 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 892 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 893 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 894 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 895 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 896 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 897 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 898 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 899 | "translations": [ # The locale strings. |
| 900 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 901 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 902 | "locale": "A String", # The locale string. |
| 903 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 904 | }, |
| 905 | ], |
| 906 | }, |
| 907 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 908 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 909 | "translations": [ # The locale strings. |
| 910 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 911 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 912 | "locale": "A String", # The locale string. |
| 913 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 914 | }, |
| 915 | ], |
| 916 | }, |
| 917 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 918 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 919 | "translations": [ # The locale strings. |
| 920 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 921 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 922 | "locale": "A String", # The locale string. |
| 923 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 924 | }, |
| 925 | ], |
| 926 | }, |
| 927 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 928 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 929 | "translations": [ # The locale strings. |
| 930 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 931 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 932 | "locale": "A String", # The locale string. |
| 933 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 934 | }, |
| 935 | ], |
| 936 | }, |
| 937 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 938 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 939 | "translations": [ # The locale strings. |
| 940 | { # A localized string resource. |
| 941 | "value": "A String", # The string value. |
| 942 | "locale": "A String", # The locale string. |
| 943 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 944 | }, |
| 945 | ], |
| 946 | }, |
| 947 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 948 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 949 | "translations": [ # The locale strings. |
| 950 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 951 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 952 | "locale": "A String", # The locale string. |
| 953 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 954 | }, |
| 955 | ], |
| 956 | }, |
| 957 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 958 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 959 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 960 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 961 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 962 | "translations": [ # The locale strings. |
| 963 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 964 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 965 | "locale": "A String", # The locale string. |
| 966 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 967 | }, |
| 968 | ], |
| 969 | }, |
| 970 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 971 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 972 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 973 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 974 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 975 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 976 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 977 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 978 | "numberFormatType": "A String", # The formatting for the number. |
| 979 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 980 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 981 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 982 | "translations": [ # The locale strings. |
| 983 | { # A localized string resource. |
| 984 | "value": "A String", # The string value. |
| 985 | "locale": "A String", # The locale string. |
| 986 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 987 | }, |
| 988 | ], |
| 989 | }, |
| 990 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 991 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 992 | "translations": [ # The locale strings. |
| 993 | { # A localized string resource. |
| 994 | "value": "A String", # The string value. |
| 995 | "locale": "A String", # The locale string. |
| 996 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 997 | }, |
| 998 | ], |
| 999 | }, |
| 1000 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 1001 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1002 | "translations": [ # The locale strings. |
| 1003 | { # A localized string resource. |
| 1004 | "value": "A String", # The string value. |
| 1005 | "locale": "A String", # The locale string. |
| 1006 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1007 | }, |
| 1008 | ], |
| 1009 | }, |
| 1010 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 1011 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1012 | "translations": [ # The locale strings. |
| 1013 | { # A localized string resource. |
| 1014 | "value": "A String", # The string value. |
| 1015 | "locale": "A String", # The locale string. |
| 1016 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1017 | }, |
| 1018 | ], |
| 1019 | }, |
| 1020 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 1021 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1022 | "translations": [ # The locale strings. |
| 1023 | { # A localized string resource. |
| 1024 | "value": "A String", # The string value. |
| 1025 | "locale": "A String", # The locale string. |
| 1026 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1027 | }, |
| 1028 | ], |
| 1029 | }, |
| 1030 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 1031 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1032 | "translations": [ # The locale strings. |
| 1033 | { # A localized string resource. |
| 1034 | "value": "A String", # The string value. |
| 1035 | "locale": "A String", # The locale string. |
| 1036 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1037 | }, |
| 1038 | ], |
| 1039 | }, |
| 1040 | }, |
| 1041 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1042 | }, |
| 1043 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1044 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1045 | "translations": [ # The locale strings. |
| 1046 | { # A localized string resource. |
| 1047 | "value": "A String", # The string value. |
| 1048 | "locale": "A String", # The locale string. |
| 1049 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1050 | }, |
| 1051 | ], |
| 1052 | }, |
| 1053 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1054 | }, |
| 1055 | "token": "A String", # The token for this resource. |
| 1056 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 1057 | "scoreOrder": "A String", |
| 1058 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1059 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1060 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1061 | x__xgafv: string, V1 error format. |
| 1062 | Allowed values |
| 1063 | 1 - v1 error format |
| 1064 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1065 | |
| 1066 | Returns: |
| 1067 | An object of the form: |
| 1068 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 1069 | { # An leaderboard configuration resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1070 | "scoreMax": "A String", # Maximum score that can be posted to this leaderboard. |
| 1071 | "published": { # A leaderboard configuration detail. # The read-only published data of the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1072 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1073 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 1074 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1075 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1076 | "numberFormatType": "A String", # The formatting for the number. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1077 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1078 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1079 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1080 | "translations": [ # The locale strings. |
| 1081 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1082 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1083 | "locale": "A String", # The locale string. |
| 1084 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1085 | }, |
| 1086 | ], |
| 1087 | }, |
| 1088 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 1089 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1090 | "translations": [ # The locale strings. |
| 1091 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1092 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1093 | "locale": "A String", # The locale string. |
| 1094 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1095 | }, |
| 1096 | ], |
| 1097 | }, |
| 1098 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 1099 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1100 | "translations": [ # The locale strings. |
| 1101 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1102 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1103 | "locale": "A String", # The locale string. |
| 1104 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1105 | }, |
| 1106 | ], |
| 1107 | }, |
| 1108 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 1109 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1110 | "translations": [ # The locale strings. |
| 1111 | { # A localized string resource. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1112 | "value": "A String", # The string value. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1113 | "locale": "A String", # The locale string. |
| 1114 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1115 | }, |
| 1116 | ], |
| 1117 | }, |
| 1118 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 1119 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1120 | "translations": [ # The locale strings. |
| 1121 | { # A localized string resource. |
| 1122 | "value": "A String", # The string value. |
| 1123 | "locale": "A String", # The locale string. |
| 1124 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1125 | }, |
| 1126 | ], |
| 1127 | }, |
| 1128 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 1129 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1130 | "translations": [ # The locale strings. |
| 1131 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1132 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1133 | "locale": "A String", # The locale string. |
| 1134 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1135 | }, |
| 1136 | ], |
| 1137 | }, |
| 1138 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1139 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1140 | }, |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1141 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1142 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1143 | "translations": [ # The locale strings. |
| 1144 | { # A localized string resource. |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1145 | "value": "A String", # The string value. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1146 | "locale": "A String", # The locale string. |
| 1147 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
Bu Sun Kim | 673ec5c | 2020-11-16 11:05:03 -0700 | [diff] [blame] | 1148 | }, |
| 1149 | ], |
| 1150 | }, |
| 1151 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1152 | }, |
Yoshi Automation Bot | c2228be | 2020-11-24 15:48:03 -0800 | [diff] [blame^] | 1153 | "scoreMin": "A String", # Minimum score that can be posted to this leaderboard. |
| 1154 | "draft": { # A leaderboard configuration detail. # The draft data of the leaderboard. |
| 1155 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfigurationDetail`. |
| 1156 | "iconUrl": "A String", # The icon url of this leaderboard. Writes to this field are ignored. |
| 1157 | "scoreFormat": { # A number format resource. # The score formatting for the leaderboard. |
| 1158 | "currencyCode": "A String", # The curreny code string. Only used for CURRENCY format type. |
| 1159 | "numberFormatType": "A String", # The formatting for the number. |
| 1160 | "suffix": { # A number affix resource. # An optional suffix for the NUMERIC format type. These strings follow the same plural rules as all Android string resources. |
| 1161 | "one": { # A localized string bundle resource. # When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class). |
| 1162 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1163 | "translations": [ # The locale strings. |
| 1164 | { # A localized string resource. |
| 1165 | "value": "A String", # The string value. |
| 1166 | "locale": "A String", # The locale string. |
| 1167 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1168 | }, |
| 1169 | ], |
| 1170 | }, |
| 1171 | "two": { # A localized string bundle resource. # When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian). |
| 1172 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1173 | "translations": [ # The locale strings. |
| 1174 | { # A localized string resource. |
| 1175 | "value": "A String", # The string value. |
| 1176 | "locale": "A String", # The locale string. |
| 1177 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1178 | }, |
| 1179 | ], |
| 1180 | }, |
| 1181 | "few": { # A localized string bundle resource. # When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish). |
| 1182 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1183 | "translations": [ # The locale strings. |
| 1184 | { # A localized string resource. |
| 1185 | "value": "A String", # The string value. |
| 1186 | "locale": "A String", # The locale string. |
| 1187 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1188 | }, |
| 1189 | ], |
| 1190 | }, |
| 1191 | "zero": { # A localized string bundle resource. # When the language requires special treatment of the number 0 (as in Arabic). |
| 1192 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1193 | "translations": [ # The locale strings. |
| 1194 | { # A localized string resource. |
| 1195 | "value": "A String", # The string value. |
| 1196 | "locale": "A String", # The locale string. |
| 1197 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1198 | }, |
| 1199 | ], |
| 1200 | }, |
| 1201 | "many": { # A localized string bundle resource. # When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese). |
| 1202 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1203 | "translations": [ # The locale strings. |
| 1204 | { # A localized string resource. |
| 1205 | "value": "A String", # The string value. |
| 1206 | "locale": "A String", # The locale string. |
| 1207 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1208 | }, |
| 1209 | ], |
| 1210 | }, |
| 1211 | "other": { # A localized string bundle resource. # When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English). |
| 1212 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1213 | "translations": [ # The locale strings. |
| 1214 | { # A localized string resource. |
| 1215 | "value": "A String", # The string value. |
| 1216 | "locale": "A String", # The locale string. |
| 1217 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1218 | }, |
| 1219 | ], |
| 1220 | }, |
| 1221 | }, |
| 1222 | "numDecimalPlaces": 42, # The number of decimal places for number. Only used for NUMERIC format type. |
| 1223 | }, |
| 1224 | "name": { # A localized string bundle resource. # Localized strings for the leaderboard name. |
| 1225 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedStringBundle`. |
| 1226 | "translations": [ # The locale strings. |
| 1227 | { # A localized string resource. |
| 1228 | "value": "A String", # The string value. |
| 1229 | "locale": "A String", # The locale string. |
| 1230 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#localizedString`. |
| 1231 | }, |
| 1232 | ], |
| 1233 | }, |
| 1234 | "sortRank": 42, # The sort rank of this leaderboard. Writes to this field are ignored. |
| 1235 | }, |
| 1236 | "token": "A String", # The token for this resource. |
| 1237 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed string `gamesConfiguration#leaderboardConfiguration`. |
| 1238 | "scoreOrder": "A String", |
| 1239 | "id": "A String", # The ID of the leaderboard. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 1240 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 1241 | </div> |
| 1242 | |
| 1243 | </body></html> |