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