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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 125 | "pointValue": 42, # Point value for the achievement. |
| 126 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 127 | "translations": [ # The locale strings. |
| 128 | { # A localized string resource. |
| 129 | "locale": "A String", # The locale string. |
| 130 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 131 | # string `gamesConfiguration#localizedString`. |
| 132 | "value": "A String", # The string value. |
| 133 | }, |
| 134 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 135 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 136 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 137 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 138 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 139 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 140 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 141 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 142 | "translations": [ # The locale strings. |
| 143 | { # A localized string resource. |
| 144 | "locale": "A String", # The locale string. |
| 145 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 146 | # string `gamesConfiguration#localizedString`. |
| 147 | "value": "A String", # The string value. |
| 148 | }, |
| 149 | ], |
| 150 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 151 | # string `gamesConfiguration#localizedStringBundle`. |
| 152 | }, |
| 153 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 154 | }, |
| 155 | "achievementType": "A String", # The type of the achievement. |
| 156 | "id": "A String", # The ID of the achievement. |
| 157 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 158 | "initialState": "A String", # The initial state of the achievement. |
| 159 | "token": "A String", # The token for this resource. |
| 160 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 161 | "pointValue": 42, # Point value for the achievement. |
| 162 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 163 | "translations": [ # The locale strings. |
| 164 | { # A localized string resource. |
| 165 | "locale": "A String", # The locale string. |
| 166 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 167 | # string `gamesConfiguration#localizedString`. |
| 168 | "value": "A String", # The string value. |
| 169 | }, |
| 170 | ], |
| 171 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 172 | # string `gamesConfiguration#localizedStringBundle`. |
| 173 | }, |
| 174 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 175 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 176 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 177 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 178 | "translations": [ # The locale strings. |
| 179 | { # A localized string resource. |
| 180 | "locale": "A String", # The locale string. |
| 181 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 182 | # string `gamesConfiguration#localizedString`. |
| 183 | "value": "A String", # The string value. |
| 184 | }, |
| 185 | ], |
| 186 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 187 | # string `gamesConfiguration#localizedStringBundle`. |
| 188 | }, |
| 189 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 190 | }, |
| 191 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 192 | # string `gamesConfiguration#achievementConfiguration`. |
| 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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 207 | "pointValue": 42, # Point value for the achievement. |
| 208 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 209 | "translations": [ # The locale strings. |
| 210 | { # A localized string resource. |
| 211 | "locale": "A String", # The locale string. |
| 212 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 213 | # string `gamesConfiguration#localizedString`. |
| 214 | "value": "A String", # The string value. |
| 215 | }, |
| 216 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 217 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 218 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 219 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 220 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 221 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 222 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 223 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 224 | "translations": [ # The locale strings. |
| 225 | { # A localized string resource. |
| 226 | "locale": "A String", # The locale string. |
| 227 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 228 | # string `gamesConfiguration#localizedString`. |
| 229 | "value": "A String", # The string value. |
| 230 | }, |
| 231 | ], |
| 232 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 233 | # string `gamesConfiguration#localizedStringBundle`. |
| 234 | }, |
| 235 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 236 | }, |
| 237 | "achievementType": "A String", # The type of the achievement. |
| 238 | "id": "A String", # The ID of the achievement. |
| 239 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 240 | "initialState": "A String", # The initial state of the achievement. |
| 241 | "token": "A String", # The token for this resource. |
| 242 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 243 | "pointValue": 42, # Point value for the achievement. |
| 244 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 245 | "translations": [ # The locale strings. |
| 246 | { # A localized string resource. |
| 247 | "locale": "A String", # The locale string. |
| 248 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 249 | # string `gamesConfiguration#localizedString`. |
| 250 | "value": "A String", # The string value. |
| 251 | }, |
| 252 | ], |
| 253 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 254 | # string `gamesConfiguration#localizedStringBundle`. |
| 255 | }, |
| 256 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 257 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 258 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 259 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 260 | "translations": [ # The locale strings. |
| 261 | { # A localized string resource. |
| 262 | "locale": "A String", # The locale string. |
| 263 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 264 | # string `gamesConfiguration#localizedString`. |
| 265 | "value": "A String", # The string value. |
| 266 | }, |
| 267 | ], |
| 268 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 269 | # string `gamesConfiguration#localizedStringBundle`. |
| 270 | }, |
| 271 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 272 | }, |
| 273 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 274 | # string `gamesConfiguration#achievementConfiguration`. |
| 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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 287 | "pointValue": 42, # Point value for the achievement. |
| 288 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 289 | "translations": [ # The locale strings. |
| 290 | { # A localized string resource. |
| 291 | "locale": "A String", # The locale string. |
| 292 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 293 | # string `gamesConfiguration#localizedString`. |
| 294 | "value": "A String", # The string value. |
| 295 | }, |
| 296 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 297 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 298 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 299 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 300 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 301 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 302 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 303 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 304 | "translations": [ # The locale strings. |
| 305 | { # A localized string resource. |
| 306 | "locale": "A String", # The locale string. |
| 307 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 308 | # string `gamesConfiguration#localizedString`. |
| 309 | "value": "A String", # The string value. |
| 310 | }, |
| 311 | ], |
| 312 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 313 | # string `gamesConfiguration#localizedStringBundle`. |
| 314 | }, |
| 315 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 316 | }, |
| 317 | "achievementType": "A String", # The type of the achievement. |
| 318 | "id": "A String", # The ID of the achievement. |
| 319 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 320 | "initialState": "A String", # The initial state of the achievement. |
| 321 | "token": "A String", # The token for this resource. |
| 322 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 323 | "pointValue": 42, # Point value for the achievement. |
| 324 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 325 | "translations": [ # The locale strings. |
| 326 | { # A localized string resource. |
| 327 | "locale": "A String", # The locale string. |
| 328 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 329 | # string `gamesConfiguration#localizedString`. |
| 330 | "value": "A String", # The string value. |
| 331 | }, |
| 332 | ], |
| 333 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 334 | # string `gamesConfiguration#localizedStringBundle`. |
| 335 | }, |
| 336 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 337 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 338 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 339 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 340 | "translations": [ # The locale strings. |
| 341 | { # A localized string resource. |
| 342 | "locale": "A String", # The locale string. |
| 343 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 344 | # string `gamesConfiguration#localizedString`. |
| 345 | "value": "A String", # The string value. |
| 346 | }, |
| 347 | ], |
| 348 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 349 | # string `gamesConfiguration#localizedStringBundle`. |
| 350 | }, |
| 351 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 352 | }, |
| 353 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 354 | # string `gamesConfiguration#achievementConfiguration`. |
| 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 | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 377 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 378 | # string `gamesConfiguration#achievementConfigurationListResponse`. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 379 | "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] | 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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 383 | "pointValue": 42, # Point value for the achievement. |
| 384 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 385 | "translations": [ # The locale strings. |
| 386 | { # A localized string resource. |
| 387 | "locale": "A String", # The locale string. |
| 388 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 389 | # string `gamesConfiguration#localizedString`. |
| 390 | "value": "A String", # The string value. |
| 391 | }, |
| 392 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 393 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 394 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 395 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 396 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 397 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 398 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 399 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 400 | "translations": [ # The locale strings. |
| 401 | { # A localized string resource. |
| 402 | "locale": "A String", # The locale string. |
| 403 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 404 | # string `gamesConfiguration#localizedString`. |
| 405 | "value": "A String", # The string value. |
| 406 | }, |
| 407 | ], |
| 408 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 409 | # string `gamesConfiguration#localizedStringBundle`. |
| 410 | }, |
| 411 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 412 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 413 | "achievementType": "A String", # The type of the achievement. |
| 414 | "id": "A String", # The ID of the achievement. |
| 415 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 416 | "initialState": "A String", # The initial state of the achievement. |
| 417 | "token": "A String", # The token for this resource. |
| 418 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 419 | "pointValue": 42, # Point value for the achievement. |
| 420 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 421 | "translations": [ # The locale strings. |
| 422 | { # A localized string resource. |
| 423 | "locale": "A String", # The locale string. |
| 424 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 425 | # string `gamesConfiguration#localizedString`. |
| 426 | "value": "A String", # The string value. |
| 427 | }, |
| 428 | ], |
| 429 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 430 | # string `gamesConfiguration#localizedStringBundle`. |
| 431 | }, |
| 432 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 433 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 434 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 435 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 436 | "translations": [ # The locale strings. |
| 437 | { # A localized string resource. |
| 438 | "locale": "A String", # The locale string. |
| 439 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 440 | # string `gamesConfiguration#localizedString`. |
| 441 | "value": "A String", # The string value. |
| 442 | }, |
| 443 | ], |
| 444 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 445 | # string `gamesConfiguration#localizedStringBundle`. |
| 446 | }, |
| 447 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 448 | }, |
| 449 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 450 | # string `gamesConfiguration#achievementConfiguration`. |
| 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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 481 | "pointValue": 42, # Point value for the achievement. |
| 482 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 483 | "translations": [ # The locale strings. |
| 484 | { # A localized string resource. |
| 485 | "locale": "A String", # The locale string. |
| 486 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 487 | # string `gamesConfiguration#localizedString`. |
| 488 | "value": "A String", # The string value. |
| 489 | }, |
| 490 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 491 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 492 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 493 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 494 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 495 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 496 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 497 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 498 | "translations": [ # The locale strings. |
| 499 | { # A localized string resource. |
| 500 | "locale": "A String", # The locale string. |
| 501 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 502 | # string `gamesConfiguration#localizedString`. |
| 503 | "value": "A String", # The string value. |
| 504 | }, |
| 505 | ], |
| 506 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 507 | # string `gamesConfiguration#localizedStringBundle`. |
| 508 | }, |
| 509 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 510 | }, |
| 511 | "achievementType": "A String", # The type of the achievement. |
| 512 | "id": "A String", # The ID of the achievement. |
| 513 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 514 | "initialState": "A String", # The initial state of the achievement. |
| 515 | "token": "A String", # The token for this resource. |
| 516 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 517 | "pointValue": 42, # Point value for the achievement. |
| 518 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 519 | "translations": [ # The locale strings. |
| 520 | { # A localized string resource. |
| 521 | "locale": "A String", # The locale string. |
| 522 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 523 | # string `gamesConfiguration#localizedString`. |
| 524 | "value": "A String", # The string value. |
| 525 | }, |
| 526 | ], |
| 527 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 528 | # string `gamesConfiguration#localizedStringBundle`. |
| 529 | }, |
| 530 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 531 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 532 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 533 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 534 | "translations": [ # The locale strings. |
| 535 | { # A localized string resource. |
| 536 | "locale": "A String", # The locale string. |
| 537 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 538 | # string `gamesConfiguration#localizedString`. |
| 539 | "value": "A String", # The string value. |
| 540 | }, |
| 541 | ], |
| 542 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 543 | # string `gamesConfiguration#localizedStringBundle`. |
| 544 | }, |
| 545 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 546 | }, |
| 547 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 548 | # string `gamesConfiguration#achievementConfiguration`. |
| 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 | "draft": { # An achievement configuration detail. # The draft data of the achievement. |
| 561 | "pointValue": 42, # Point value for the achievement. |
| 562 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 563 | "translations": [ # The locale strings. |
| 564 | { # A localized string resource. |
| 565 | "locale": "A String", # The locale string. |
| 566 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 567 | # string `gamesConfiguration#localizedString`. |
| 568 | "value": "A String", # The string value. |
| 569 | }, |
| 570 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 571 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 572 | # string `gamesConfiguration#localizedStringBundle`. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 573 | }, |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 574 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 575 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame^] | 576 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 577 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 578 | "translations": [ # The locale strings. |
| 579 | { # A localized string resource. |
| 580 | "locale": "A String", # The locale string. |
| 581 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 582 | # string `gamesConfiguration#localizedString`. |
| 583 | "value": "A String", # The string value. |
| 584 | }, |
| 585 | ], |
| 586 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 587 | # string `gamesConfiguration#localizedStringBundle`. |
| 588 | }, |
| 589 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 590 | }, |
| 591 | "achievementType": "A String", # The type of the achievement. |
| 592 | "id": "A String", # The ID of the achievement. |
| 593 | "stepsToUnlock": 42, # Steps to unlock. Only applicable to incremental achievements. |
| 594 | "initialState": "A String", # The initial state of the achievement. |
| 595 | "token": "A String", # The token for this resource. |
| 596 | "published": { # An achievement configuration detail. # The read-only published data of the achievement. |
| 597 | "pointValue": 42, # Point value for the achievement. |
| 598 | "name": { # A localized string bundle resource. # Localized strings for the achievement name. |
| 599 | "translations": [ # The locale strings. |
| 600 | { # A localized string resource. |
| 601 | "locale": "A String", # The locale string. |
| 602 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 603 | # string `gamesConfiguration#localizedString`. |
| 604 | "value": "A String", # The string value. |
| 605 | }, |
| 606 | ], |
| 607 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 608 | # string `gamesConfiguration#localizedStringBundle`. |
| 609 | }, |
| 610 | "sortRank": 42, # The sort rank of this achievement. Writes to this field are ignored. |
| 611 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 612 | # string `gamesConfiguration#achievementConfigurationDetail`. |
| 613 | "description": { # A localized string bundle resource. # Localized strings for the achievement description. |
| 614 | "translations": [ # The locale strings. |
| 615 | { # A localized string resource. |
| 616 | "locale": "A String", # The locale string. |
| 617 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 618 | # string `gamesConfiguration#localizedString`. |
| 619 | "value": "A String", # The string value. |
| 620 | }, |
| 621 | ], |
| 622 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 623 | # string `gamesConfiguration#localizedStringBundle`. |
| 624 | }, |
| 625 | "iconUrl": "A String", # The icon url of this achievement. Writes to this field are ignored. |
| 626 | }, |
| 627 | "kind": "A String", # Uniquely identifies the type of this resource. Value is always the fixed |
| 628 | # string `gamesConfiguration#achievementConfiguration`. |
| 629 | }</pre> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 630 | </div> |
| 631 | |
| 632 | </body></html> |