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