1<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
75<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.listings.html">listings</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
81  <code><a href="#delete">delete(packageName, editId, language, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a localized store listing.</p>
83<p class="toc_element">
84  <code><a href="#deleteall">deleteall(packageName, editId, x__xgafv=None)</a></code></p>
85<p class="firstline">Deletes all store listings.</p>
86<p class="toc_element">
87  <code><a href="#get">get(packageName, editId, language, x__xgafv=None)</a></code></p>
88<p class="firstline">Gets a localized store listing.</p>
89<p class="toc_element">
90  <code><a href="#list">list(packageName, editId, x__xgafv=None)</a></code></p>
91<p class="firstline">Lists all localized store listings.</p>
92<p class="toc_element">
93  <code><a href="#patch">patch(packageName, editId, language, body=None, x__xgafv=None)</a></code></p>
94<p class="firstline">Patches a localized store listing.</p>
95<p class="toc_element">
96  <code><a href="#update">update(packageName, editId, language, body=None, x__xgafv=None)</a></code></p>
97<p class="firstline">Creates or updates a localized store listing.</p>
98<h3>Method Details</h3>
99<div class="method">
100    <code class="details" id="close">close()</code>
101  <pre>Close httplib2 connections.</pre>
102</div>
103
104<div class="method">
105    <code class="details" id="delete">delete(packageName, editId, language, x__xgafv=None)</code>
106  <pre>Deletes a localized store listing.
107
108Args:
109  packageName: string, Package name of the app. (required)
110  editId: string, Identifier of the edit. (required)
111  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). (required)
112  x__xgafv: string, V1 error format.
113    Allowed values
114      1 - v1 error format
115      2 - v2 error format
116</pre>
117</div>
118
119<div class="method">
120    <code class="details" id="deleteall">deleteall(packageName, editId, x__xgafv=None)</code>
121  <pre>Deletes all store listings.
122
123Args:
124  packageName: string, Package name of the app. (required)
125  editId: string, Identifier of the edit. (required)
126  x__xgafv: string, V1 error format.
127    Allowed values
128      1 - v1 error format
129      2 - v2 error format
130</pre>
131</div>
132
133<div class="method">
134    <code class="details" id="get">get(packageName, editId, language, x__xgafv=None)</code>
135  <pre>Gets a localized store listing.
136
137Args:
138  packageName: string, Package name of the app. (required)
139  editId: string, Identifier of the edit. (required)
140  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). (required)
141  x__xgafv: string, V1 error format.
142    Allowed values
143      1 - v1 error format
144      2 - v2 error format
145
146Returns:
147  An object of the form:
148
149    { # A localized store listing. The resource for ListingsService.
150  &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
151  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
152  &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
153  &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
154  &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
155}</pre>
156</div>
157
158<div class="method">
159    <code class="details" id="list">list(packageName, editId, x__xgafv=None)</code>
160  <pre>Lists all localized store listings.
161
162Args:
163  packageName: string, Package name of the app. (required)
164  editId: string, Identifier of the edit. (required)
165  x__xgafv: string, V1 error format.
166    Allowed values
167      1 - v1 error format
168      2 - v2 error format
169
170Returns:
171  An object of the form:
172
173    { # Response listing all localized listings.
174  &quot;kind&quot;: &quot;A String&quot;, # The kind of this response (&quot;androidpublisher#listingsListResponse&quot;).
175  &quot;listings&quot;: [ # All localized listings.
176    { # A localized store listing. The resource for ListingsService.
177      &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
178      &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
179      &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
180      &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
181      &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
182    },
183  ],
184}</pre>
185</div>
186
187<div class="method">
188    <code class="details" id="patch">patch(packageName, editId, language, body=None, x__xgafv=None)</code>
189  <pre>Patches a localized store listing.
190
191Args:
192  packageName: string, Package name of the app. (required)
193  editId: string, Identifier of the edit. (required)
194  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). (required)
195  body: object, The request body.
196    The object takes the form of:
197
198{ # A localized store listing. The resource for ListingsService.
199  &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
200  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
201  &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
202  &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
203  &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
204}
205
206  x__xgafv: string, V1 error format.
207    Allowed values
208      1 - v1 error format
209      2 - v2 error format
210
211Returns:
212  An object of the form:
213
214    { # A localized store listing. The resource for ListingsService.
215  &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
216  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
217  &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
218  &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
219  &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
220}</pre>
221</div>
222
223<div class="method">
224    <code class="details" id="update">update(packageName, editId, language, body=None, x__xgafv=None)</code>
225  <pre>Creates or updates a localized store listing.
226
227Args:
228  packageName: string, Package name of the app. (required)
229  editId: string, Identifier of the edit. (required)
230  language: string, Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German). (required)
231  body: object, The request body.
232    The object takes the form of:
233
234{ # A localized store listing. The resource for ListingsService.
235  &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
236  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
237  &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
238  &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
239  &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
240}
241
242  x__xgafv: string, V1 error format.
243    Allowed values
244      1 - v1 error format
245      2 - v2 error format
246
247Returns:
248  An object of the form:
249
250    { # A localized store listing. The resource for ListingsService.
251  &quot;fullDescription&quot;: &quot;A String&quot;, # Full description of the app.
252  &quot;language&quot;: &quot;A String&quot;, # Language localization code (a BCP-47 language tag; for example, &quot;de-AT&quot; for Austrian German).
253  &quot;shortDescription&quot;: &quot;A String&quot;, # Short description of the app.
254  &quot;title&quot;: &quot;A String&quot;, # Localized title of the app.
255  &quot;video&quot;: &quot;A String&quot;, # URL of a promotional YouTube video for the app.
256}</pre>
257</div>
258
259</body></html>