blob: 9e143d554cf0d4d69e9c3b39cf6213e00dc582ef [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, 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
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, 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
Bu Sun Kimd059ad82020-07-22 17:02:09 -070075<h1><a href="androidpublisher_v3.html">Google Play Android Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a> . <a href="androidpublisher_v3.edits.tracks.html">tracks</a></h1>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070078 <code><a href="#get">get(packageName, editId, track, x__xgafv=None)</a></code></p>
79<p class="firstline">Gets a track.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070080<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070081 <code><a href="#list">list(packageName, editId, x__xgafv=None)</a></code></p>
82<p class="firstline">Lists all tracks.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070083<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070084 <code><a href="#patch">patch(packageName, editId, track, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Patches a track.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070087 <code><a href="#update">update(packageName, editId, track, body=None, x__xgafv=None)</a></code></p>
88<p class="firstline">Updates a track.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089<h3>Method Details</h3>
90<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070091 <code class="details" id="get">get(packageName, editId, track, x__xgafv=None)</code>
92 <pre>Gets a track.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070093
94Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -070095 packageName: string, Package name of the app. (required)
96 editId: string, Identifier of the edit. (required)
97 track: string, Identifier of the track. (required)
98 x__xgafv: string, V1 error format.
99 Allowed values
100 1 - v1 error format
101 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700102
103Returns:
104 An object of the form:
105
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700106 { # A track configuration. The resource for TracksService.
107 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
108 # In an update request, represents desired changes.
109 { # A release within a track.
110 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
111 # release will be considered at this priority. Can take values in the range
112 # [0, 5], with 5 the highest priority. Defaults to 0.
113 # in_app_update_priority can not be updated once the release is rolled out.
114 # See https://developer.android.com/guide/playcore/in-app-updates.
115 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
116 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
117 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
118 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700119 &quot;A String&quot;,
120 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700122 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
123 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
124 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
125 { # Release notes specification, i.e. language and text.
126 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
127 # for Austrian German).
128 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700129 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700130 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700131 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
132 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700133 &quot;A String&quot;,
134 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
136 # generated from the APK&#x27;s version_name. If the release contains multiple
137 # APKs, the name is generated from the date.
138 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700139 },
140 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700141 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700142 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700143</div>
144
145<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700146 <code class="details" id="list">list(packageName, editId, x__xgafv=None)</code>
147 <pre>Lists all tracks.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700148
149Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700150 packageName: string, Package name of the app. (required)
151 editId: string, Identifier of the edit. (required)
152 x__xgafv: string, V1 error format.
153 Allowed values
154 1 - v1 error format
155 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700156
157Returns:
158 An object of the form:
159
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 { # Response listing all tracks.
161 &quot;tracks&quot;: [ # All tracks.
162 { # A track configuration. The resource for TracksService.
163 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
164 # In an update request, represents desired changes.
165 { # A release within a track.
166 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
167 # release will be considered at this priority. Can take values in the range
168 # [0, 5], with 5 the highest priority. Defaults to 0.
169 # in_app_update_priority can not be updated once the release is rolled out.
170 # See https://developer.android.com/guide/playcore/in-app-updates.
171 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
172 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
173 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
174 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700175 &quot;A String&quot;,
176 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700177 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700178 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
179 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
180 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
181 { # Release notes specification, i.e. language and text.
182 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
183 # for Austrian German).
184 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700185 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700186 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700187 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
188 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700189 &quot;A String&quot;,
190 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700191 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
192 # generated from the APK&#x27;s version_name. If the release contains multiple
193 # APKs, the name is generated from the date.
194 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700195 },
196 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700197 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700198 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700199 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700200 &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#tracksListResponse&quot;).
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700201 }</pre>
202</div>
203
204<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700205 <code class="details" id="patch">patch(packageName, editId, track, body=None, x__xgafv=None)</code>
206 <pre>Patches a track.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700207
208Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700209 packageName: string, Package name of the app. (required)
210 editId: string, Identifier of the edit. (required)
211 track: string, Identifier of the track. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700212 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700213 The object takes the form of:
214
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700215{ # A track configuration. The resource for TracksService.
216 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
217 # In an update request, represents desired changes.
218 { # A release within a track.
219 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
220 # release will be considered at this priority. Can take values in the range
221 # [0, 5], with 5 the highest priority. Defaults to 0.
222 # in_app_update_priority can not be updated once the release is rolled out.
223 # See https://developer.android.com/guide/playcore/in-app-updates.
224 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
225 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
226 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
227 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700228 &quot;A String&quot;,
229 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700230 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700231 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
232 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
233 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
234 { # Release notes specification, i.e. language and text.
235 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
236 # for Austrian German).
237 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700238 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700239 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700240 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
241 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700242 &quot;A String&quot;,
243 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700244 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
245 # generated from the APK&#x27;s version_name. If the release contains multiple
246 # APKs, the name is generated from the date.
247 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700248 },
249 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700250 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700251}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700252
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700253 x__xgafv: string, V1 error format.
254 Allowed values
255 1 - v1 error format
256 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700257
258Returns:
259 An object of the form:
260
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700261 { # A track configuration. The resource for TracksService.
262 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
263 # In an update request, represents desired changes.
264 { # A release within a track.
265 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
266 # release will be considered at this priority. Can take values in the range
267 # [0, 5], with 5 the highest priority. Defaults to 0.
268 # in_app_update_priority can not be updated once the release is rolled out.
269 # See https://developer.android.com/guide/playcore/in-app-updates.
270 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
271 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
272 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
273 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700274 &quot;A String&quot;,
275 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700276 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700277 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
278 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
279 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
280 { # Release notes specification, i.e. language and text.
281 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
282 # for Austrian German).
283 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700284 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700285 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700286 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
287 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700288 &quot;A String&quot;,
289 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700290 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
291 # generated from the APK&#x27;s version_name. If the release contains multiple
292 # APKs, the name is generated from the date.
293 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700294 },
295 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700296 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700297 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700298</div>
299
300<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700301 <code class="details" id="update">update(packageName, editId, track, body=None, x__xgafv=None)</code>
302 <pre>Updates a track.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700303
304Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700305 packageName: string, Package name of the app. (required)
306 editId: string, Identifier of the edit. (required)
307 track: string, Identifier of the track. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700308 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700309 The object takes the form of:
310
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700311{ # A track configuration. The resource for TracksService.
312 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
313 # In an update request, represents desired changes.
314 { # A release within a track.
315 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
316 # release will be considered at this priority. Can take values in the range
317 # [0, 5], with 5 the highest priority. Defaults to 0.
318 # in_app_update_priority can not be updated once the release is rolled out.
319 # See https://developer.android.com/guide/playcore/in-app-updates.
320 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
321 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
322 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
323 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700324 &quot;A String&quot;,
325 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700326 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700327 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
328 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
329 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
330 { # Release notes specification, i.e. language and text.
331 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
332 # for Austrian German).
333 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700334 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700336 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
337 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700338 &quot;A String&quot;,
339 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700340 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
341 # generated from the APK&#x27;s version_name. If the release contains multiple
342 # APKs, the name is generated from the date.
343 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700344 },
345 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700346 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700347}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700348
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700349 x__xgafv: string, V1 error format.
350 Allowed values
351 1 - v1 error format
352 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700353
354Returns:
355 An object of the form:
356
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700357 { # A track configuration. The resource for TracksService.
358 &quot;releases&quot;: [ # In a read request, represents all active releases in the track.
359 # In an update request, represents desired changes.
360 { # A release within a track.
361 &quot;inAppUpdatePriority&quot;: 42, # In-app update priority of the release. All newly added APKs in the
362 # release will be considered at this priority. Can take values in the range
363 # [0, 5], with 5 the highest priority. Defaults to 0.
364 # in_app_update_priority can not be updated once the release is rolled out.
365 # See https://developer.android.com/guide/playcore/in-app-updates.
366 &quot;countryTargeting&quot;: { # Country targeting specification. # Restricts a release to a specific set of countries.
367 &quot;includeRestOfWorld&quot;: True or False, # Include &quot;rest of world&quot; as well as explicitly targeted countries.
368 &quot;countries&quot;: [ # Countries to target, specified as two letter [CLDR
369 # codes](https://unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html).
Bu Sun Kim65020912020-05-20 12:08:20 -0700370 &quot;A String&quot;,
371 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700372 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700373 &quot;userFraction&quot;: 3.14, # Fraction of users who are eligible for a staged release. 0 &lt; fraction &lt; 1.
374 # Can only be set when status is &quot;inProgress&quot; or &quot;halted&quot;.
375 &quot;releaseNotes&quot;: [ # A description of what is new in this release.
376 { # Release notes specification, i.e. language and text.
377 &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot;
378 # for Austrian German).
379 &quot;text&quot;: &quot;A String&quot;, # The text in the given language.
Dan O'Mearadd494642020-05-01 07:42:23 -0700380 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700381 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700382 &quot;versionCodes&quot;: [ # Version codes of all APKs in the release. Must include version codes to
383 # retain from previous releases.
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &quot;A String&quot;,
385 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700386 &quot;name&quot;: &quot;A String&quot;, # The release name. Not required to be unique. If not set, the name is
387 # generated from the APK&#x27;s version_name. If the release contains multiple
388 # APKs, the name is generated from the date.
389 &quot;status&quot;: &quot;A String&quot;, # The status of the release.
Bu Sun Kim65020912020-05-20 12:08:20 -0700390 },
391 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700392 &quot;track&quot;: &quot;A String&quot;, # Identifier of the track.
Bu Sun Kim65020912020-05-20 12:08:20 -0700393 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700394</div>
395
396</body></html>