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