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.achievementConfigurations.html">achievementConfigurations</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(achievementId, x__xgafv=None)</a></code></p> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 79 | <p class="firstline">Delete the achievement 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(achievementId, 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 achievement 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 achievement configuration in this application.</p> |
| 86 | <p class="toc_element"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -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 achievement 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(achievementId, 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 achievement 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(achievementId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 98 | <pre>Delete the achievement configuration with the given ID. |
| 99 | |
| 100 | Args: |
| 101 | achievementId: string, The ID of the achievement used by this method. (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(achievementId, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 111 | <pre>Retrieves the metadata of the achievement configuration with the given ID. |
| 112 | |
| 113 | Args: |
| 114 | achievementId: string, The ID of the achievement used by this method. (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 achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 124 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 125 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 126 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 127 | "pointValue": 42, # Point value for the achievement. |
| 128 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 129 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 130 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 131 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 132 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 133 | # string `gamesConfiguration#localizedStringBundle`. |
| 134 | "translations": [ # The locale strings. |
| 135 | { # A localized string resource. |
| 136 | "locale": "A String", # The locale string. |
| 137 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 138 | # string `gamesConfiguration#localizedString`. |
| 139 | "value": "A String", # The string value. |
| 140 | }, |
| 141 | ], |
| 142 | }, |
| 143 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 144 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 145 | # string `gamesConfiguration#localizedStringBundle`. |
| 146 | "translations": [ # The locale strings. |
| 147 | { # A localized string resource. |
| 148 | "locale": "A String", # The locale string. |
| 149 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 150 | # string `gamesConfiguration#localizedString`. |
| 151 | "value": "A String", # The string value. |
| 152 | }, |
| 153 | ], |
| 154 | }, |
| 155 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 156 | }, |
| 157 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 158 | "pointValue": 42, # Point value for the achievement. |
| 159 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 160 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 161 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 162 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 163 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 164 | # string `gamesConfiguration#localizedStringBundle`. |
| 165 | "translations": [ # The locale strings. |
| 166 | { # A localized string resource. |
| 167 | "locale": "A String", # The locale string. |
| 168 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 169 | # string `gamesConfiguration#localizedString`. |
| 170 | "value": "A String", # The string value. |
| 171 | }, |
| 172 | ], |
| 173 | }, |
| 174 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 175 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 176 | # string `gamesConfiguration#localizedStringBundle`. |
| 177 | "translations": [ # The locale strings. |
| 178 | { # A localized string resource. |
| 179 | "locale": "A String", # The locale string. |
| 180 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 181 | # string `gamesConfiguration#localizedString`. |
| 182 | "value": "A String", # The string value. |
| 183 | }, |
| 184 | ], |
| 185 | }, |
| 186 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 187 | }, |
| 188 | "initialState": "A String", # The initial state of the achievement. |
| 189 | "id": "A String", # The ID of the achievement. |
| 190 | "token": "A String", # The token for this resource. |
| 191 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 192 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 193 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 194 | </div> |
| 195 | |
| 196 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 197 | <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] | 198 | <pre>Insert a new achievement configuration in this application. |
| 199 | |
| 200 | Args: |
| 201 | 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] | 202 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 203 | The object takes the form of: |
| 204 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 205 | { # An achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 206 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 207 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 208 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 209 | "pointValue": 42, # Point value for the achievement. |
| 210 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 211 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 212 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 213 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 214 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 215 | # string `gamesConfiguration#localizedStringBundle`. |
| 216 | "translations": [ # The locale strings. |
| 217 | { # A localized string resource. |
| 218 | "locale": "A String", # The locale string. |
| 219 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 220 | # string `gamesConfiguration#localizedString`. |
| 221 | "value": "A String", # The string value. |
| 222 | }, |
| 223 | ], |
| 224 | }, |
| 225 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 226 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 227 | # string `gamesConfiguration#localizedStringBundle`. |
| 228 | "translations": [ # The locale strings. |
| 229 | { # A localized string resource. |
| 230 | "locale": "A String", # The locale string. |
| 231 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 232 | # string `gamesConfiguration#localizedString`. |
| 233 | "value": "A String", # The string value. |
| 234 | }, |
| 235 | ], |
| 236 | }, |
| 237 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 238 | }, |
| 239 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 240 | "pointValue": 42, # Point value for the achievement. |
| 241 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 242 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 243 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 244 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 245 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 246 | # string `gamesConfiguration#localizedStringBundle`. |
| 247 | "translations": [ # The locale strings. |
| 248 | { # A localized string resource. |
| 249 | "locale": "A String", # The locale string. |
| 250 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 251 | # string `gamesConfiguration#localizedString`. |
| 252 | "value": "A String", # The string value. |
| 253 | }, |
| 254 | ], |
| 255 | }, |
| 256 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 257 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 258 | # string `gamesConfiguration#localizedStringBundle`. |
| 259 | "translations": [ # The locale strings. |
| 260 | { # A localized string resource. |
| 261 | "locale": "A String", # The locale string. |
| 262 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 263 | # string `gamesConfiguration#localizedString`. |
| 264 | "value": "A String", # The string value. |
| 265 | }, |
| 266 | ], |
| 267 | }, |
| 268 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 269 | }, |
| 270 | "initialState": "A String", # The initial state of the achievement. |
| 271 | "id": "A String", # The ID of the achievement. |
| 272 | "token": "A String", # The token for this resource. |
| 273 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 274 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 275 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 276 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 277 | x__xgafv: string, V1 error format. |
| 278 | Allowed values |
| 279 | 1 - v1 error format |
| 280 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 281 | |
| 282 | Returns: |
| 283 | An object of the form: |
| 284 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 285 | { # An achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 286 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 287 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 288 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 289 | "pointValue": 42, # Point value for the achievement. |
| 290 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 291 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 292 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 293 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 294 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 295 | # string `gamesConfiguration#localizedStringBundle`. |
| 296 | "translations": [ # The locale strings. |
| 297 | { # A localized string resource. |
| 298 | "locale": "A String", # The locale string. |
| 299 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 300 | # string `gamesConfiguration#localizedString`. |
| 301 | "value": "A String", # The string value. |
| 302 | }, |
| 303 | ], |
| 304 | }, |
| 305 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 306 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 307 | # string `gamesConfiguration#localizedStringBundle`. |
| 308 | "translations": [ # The locale strings. |
| 309 | { # A localized string resource. |
| 310 | "locale": "A String", # The locale string. |
| 311 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 312 | # string `gamesConfiguration#localizedString`. |
| 313 | "value": "A String", # The string value. |
| 314 | }, |
| 315 | ], |
| 316 | }, |
| 317 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 318 | }, |
| 319 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 320 | "pointValue": 42, # Point value for the achievement. |
| 321 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 322 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 323 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 324 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 325 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 326 | # string `gamesConfiguration#localizedStringBundle`. |
| 327 | "translations": [ # The locale strings. |
| 328 | { # A localized string resource. |
| 329 | "locale": "A String", # The locale string. |
| 330 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 331 | # string `gamesConfiguration#localizedString`. |
| 332 | "value": "A String", # The string value. |
| 333 | }, |
| 334 | ], |
| 335 | }, |
| 336 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 337 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 338 | # string `gamesConfiguration#localizedStringBundle`. |
| 339 | "translations": [ # The locale strings. |
| 340 | { # A localized string resource. |
| 341 | "locale": "A String", # The locale string. |
| 342 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 343 | # string `gamesConfiguration#localizedString`. |
| 344 | "value": "A String", # The string value. |
| 345 | }, |
| 346 | ], |
| 347 | }, |
| 348 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 349 | }, |
| 350 | "initialState": "A String", # The initial state of the achievement. |
| 351 | "id": "A String", # The ID of the achievement. |
| 352 | "token": "A String", # The token for this resource. |
| 353 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 354 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 355 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 356 | </div> |
| 357 | |
| 358 | <div class="method"> |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 359 | <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] | 360 | <pre>Returns a list of the achievement configurations in this application. |
| 361 | |
| 362 | Args: |
| 363 | 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] | 364 | maxResults: integer, The maximum number of resource configurations to return in the response, |
| 365 | used for paging. For any response, the actual number of resources returned |
| 366 | may be less than the specified `maxResults`. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 367 | pageToken: string, The token returned by the previous request. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 368 | x__xgafv: string, V1 error format. |
| 369 | Allowed values |
| 370 | 1 - v1 error format |
| 371 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 372 | |
| 373 | Returns: |
| 374 | An object of the form: |
| 375 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 376 | { # A ListConfigurations response. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 377 | "nextPageToken": "A String", # The pagination token for the next page of results. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 378 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 379 | # string `gamesConfiguration#achievementConfigurationListResponse`. |
| 380 | "items": [ # The achievement configurations. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 381 | { # An achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 382 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 383 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 384 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 385 | "pointValue": 42, # Point value for the achievement. |
| 386 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 387 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 388 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 389 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 390 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 391 | # string `gamesConfiguration#localizedStringBundle`. |
| 392 | "translations": [ # The locale strings. |
| 393 | { # A localized string resource. |
| 394 | "locale": "A String", # The locale string. |
| 395 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 396 | # string `gamesConfiguration#localizedString`. |
| 397 | "value": "A String", # The string value. |
| 398 | }, |
| 399 | ], |
| 400 | }, |
| 401 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 402 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 403 | # string `gamesConfiguration#localizedStringBundle`. |
| 404 | "translations": [ # The locale strings. |
| 405 | { # A localized string resource. |
| 406 | "locale": "A String", # The locale string. |
| 407 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 408 | # string `gamesConfiguration#localizedString`. |
| 409 | "value": "A String", # The string value. |
| 410 | }, |
| 411 | ], |
| 412 | }, |
| 413 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 414 | }, |
| 415 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 416 | "pointValue": 42, # Point value for the achievement. |
| 417 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 418 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 419 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 420 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 421 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 422 | # string `gamesConfiguration#localizedStringBundle`. |
| 423 | "translations": [ # The locale strings. |
| 424 | { # A localized string resource. |
| 425 | "locale": "A String", # The locale string. |
| 426 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 427 | # string `gamesConfiguration#localizedString`. |
| 428 | "value": "A String", # The string value. |
| 429 | }, |
| 430 | ], |
| 431 | }, |
| 432 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 433 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 434 | # string `gamesConfiguration#localizedStringBundle`. |
| 435 | "translations": [ # The locale strings. |
| 436 | { # A localized string resource. |
| 437 | "locale": "A String", # The locale string. |
| 438 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 439 | # string `gamesConfiguration#localizedString`. |
| 440 | "value": "A String", # The string value. |
| 441 | }, |
| 442 | ], |
| 443 | }, |
| 444 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 445 | }, |
| 446 | "initialState": "A String", # The initial state of the achievement. |
| 447 | "id": "A String", # The ID of the achievement. |
| 448 | "token": "A String", # The token for this resource. |
| 449 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 450 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 451 | }, |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 452 | ], |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 453 | }</pre> |
| 454 | </div> |
| 455 | |
| 456 | <div class="method"> |
| 457 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 458 | <pre>Retrieves the next page of results. |
| 459 | |
| 460 | Args: |
| 461 | previous_request: The request for the previous page. (required) |
| 462 | previous_response: The response from the request for the previous page. (required) |
| 463 | |
| 464 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 465 | A request object that you can call 'execute()' on to request the next |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 466 | page. Returns None if there are no more items in the collection. |
| 467 | </pre> |
| 468 | </div> |
| 469 | |
| 470 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 471 | <code class="details" id="update">update(achievementId, body=None, x__xgafv=None)</code> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 472 | <pre>Update the metadata of the achievement configuration with the given ID. |
| 473 | |
| 474 | Args: |
| 475 | achievementId: string, The ID of the achievement used by this method. (required) |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 476 | body: object, The request body. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 477 | The object takes the form of: |
| 478 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 479 | { # An achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 480 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 481 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 482 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 483 | "pointValue": 42, # Point value for the achievement. |
| 484 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 485 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 486 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 487 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 488 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 489 | # string `gamesConfiguration#localizedStringBundle`. |
| 490 | "translations": [ # The locale strings. |
| 491 | { # A localized string resource. |
| 492 | "locale": "A String", # The locale string. |
| 493 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 494 | # string `gamesConfiguration#localizedString`. |
| 495 | "value": "A String", # The string value. |
| 496 | }, |
| 497 | ], |
| 498 | }, |
| 499 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 500 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 501 | # string `gamesConfiguration#localizedStringBundle`. |
| 502 | "translations": [ # The locale strings. |
| 503 | { # A localized string resource. |
| 504 | "locale": "A String", # The locale string. |
| 505 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 506 | # string `gamesConfiguration#localizedString`. |
| 507 | "value": "A String", # The string value. |
| 508 | }, |
| 509 | ], |
| 510 | }, |
| 511 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 512 | }, |
| 513 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 514 | "pointValue": 42, # Point value for the achievement. |
| 515 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 516 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 517 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 518 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 519 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 520 | # string `gamesConfiguration#localizedStringBundle`. |
| 521 | "translations": [ # The locale strings. |
| 522 | { # A localized string resource. |
| 523 | "locale": "A String", # The locale string. |
| 524 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 525 | # string `gamesConfiguration#localizedString`. |
| 526 | "value": "A String", # The string value. |
| 527 | }, |
| 528 | ], |
| 529 | }, |
| 530 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 531 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 532 | # string `gamesConfiguration#localizedStringBundle`. |
| 533 | "translations": [ # The locale strings. |
| 534 | { # A localized string resource. |
| 535 | "locale": "A String", # The locale string. |
| 536 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 537 | # string `gamesConfiguration#localizedString`. |
| 538 | "value": "A String", # The string value. |
| 539 | }, |
| 540 | ], |
| 541 | }, |
| 542 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 543 | }, |
| 544 | "initialState": "A String", # The initial state of the achievement. |
| 545 | "id": "A String", # The ID of the achievement. |
| 546 | "token": "A String", # The token for this resource. |
| 547 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 548 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 549 | } |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 550 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 551 | x__xgafv: string, V1 error format. |
| 552 | Allowed values |
| 553 | 1 - v1 error format |
| 554 | 2 - v2 error format |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 555 | |
| 556 | Returns: |
| 557 | An object of the form: |
| 558 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 559 | { # An achievement configuration resource. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 560 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 561 | # string `gamesConfiguration#achievementConfiguration`. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame^] | 562 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 563 | "pointValue": 42, # Point value for the achievement. |
| 564 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 565 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 566 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 567 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 568 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 569 | # string `gamesConfiguration#localizedStringBundle`. |
| 570 | "translations": [ # The locale strings. |
| 571 | { # A localized string resource. |
| 572 | "locale": "A String", # The locale string. |
| 573 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 574 | # string `gamesConfiguration#localizedString`. |
| 575 | "value": "A String", # The string value. |
| 576 | }, |
| 577 | ], |
| 578 | }, |
| 579 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 580 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 581 | # string `gamesConfiguration#localizedStringBundle`. |
| 582 | "translations": [ # The locale strings. |
| 583 | { # A localized string resource. |
| 584 | "locale": "A String", # The locale string. |
| 585 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 586 | # string `gamesConfiguration#localizedString`. |
| 587 | "value": "A String", # The string value. |
| 588 | }, |
| 589 | ], |
| 590 | }, |
| 591 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 592 | }, |
| 593 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 594 | "pointValue": 42, # Point value for the achievement. |
| 595 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 596 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 597 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 598 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 599 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 600 | # string `gamesConfiguration#localizedStringBundle`. |
| 601 | "translations": [ # The locale strings. |
| 602 | { # A localized string resource. |
| 603 | "locale": "A String", # The locale string. |
| 604 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 605 | # string `gamesConfiguration#localizedString`. |
| 606 | "value": "A String", # The string value. |
| 607 | }, |
| 608 | ], |
| 609 | }, |
| 610 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 611 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 612 | # string `gamesConfiguration#localizedStringBundle`. |
| 613 | "translations": [ # The locale strings. |
| 614 | { # A localized string resource. |
| 615 | "locale": "A String", # The locale string. |
| 616 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 617 | # string `gamesConfiguration#localizedString`. |
| 618 | "value": "A String", # The string value. |
| 619 | }, |
| 620 | ], |
| 621 | }, |
| 622 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 623 | }, |
| 624 | "initialState": "A String", # The initial state of the achievement. |
| 625 | "id": "A String", # The ID of the achievement. |
| 626 | "token": "A String", # The token for this resource. |
| 627 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 628 | "achievementType": "A String", # The type of the achievement. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 629 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 630 | </div> |
| 631 | |
| 632 | </body></html> |