blob: bec12b0588e295dc9e3e8da66b8f904853bfbfbc [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.details.html">details</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, x__xgafv=None)</a></code></p>
79<p class="firstline">Gets details of an app.</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="#patch">patch(packageName, editId, body=None, x__xgafv=None)</a></code></p>
82<p class="firstline">Patches details of an app.</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="#update">update(packageName, editId, body=None, x__xgafv=None)</a></code></p>
85<p class="firstline">Updates details of an app.</p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070086<h3>Method Details</h3>
87<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -070088 <code class="details" id="get">get(packageName, editId, x__xgafv=None)</code>
89 <pre>Gets details of an app.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070090
91Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -070092 packageName: string, Package name of the app. (required)
93 editId: string, Identifier of the edit. (required)
94 x__xgafv: string, V1 error format.
95 Allowed values
96 1 - v1 error format
97 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070098
99Returns:
100 An object of the form:
101
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700102 { # The app details. The resource for DetailsService.
Bu Sun Kim65020912020-05-20 12:08:20 -0700103 &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language code, in BCP 47 format (eg &quot;en-US&quot;).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700104 &quot;contactPhone&quot;: &quot;A String&quot;, # The user-visible support telephone number for this app.
105 &quot;contactEmail&quot;: &quot;A String&quot;, # The user-visible support email for this app.
106 &quot;contactWebsite&quot;: &quot;A String&quot;, # The user-visible website for this app.
Bu Sun Kim65020912020-05-20 12:08:20 -0700107 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700108</div>
109
110<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700111 <code class="details" id="patch">patch(packageName, editId, body=None, x__xgafv=None)</code>
112 <pre>Patches details of an app.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700113
114Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700115 packageName: string, Package name of the app. (required)
116 editId: string, Identifier of the edit. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700117 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700118 The object takes the form of:
119
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700120{ # The app details. The resource for DetailsService.
Bu Sun Kim65020912020-05-20 12:08:20 -0700121 &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language code, in BCP 47 format (eg &quot;en-US&quot;).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700122 &quot;contactPhone&quot;: &quot;A String&quot;, # The user-visible support telephone number for this app.
123 &quot;contactEmail&quot;: &quot;A String&quot;, # The user-visible support email for this app.
124 &quot;contactWebsite&quot;: &quot;A String&quot;, # The user-visible website for this app.
Bu Sun Kim65020912020-05-20 12:08:20 -0700125}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700126
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700127 x__xgafv: string, V1 error format.
128 Allowed values
129 1 - v1 error format
130 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700131
132Returns:
133 An object of the form:
134
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700135 { # The app details. The resource for DetailsService.
Bu Sun Kim65020912020-05-20 12:08:20 -0700136 &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language code, in BCP 47 format (eg &quot;en-US&quot;).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700137 &quot;contactPhone&quot;: &quot;A String&quot;, # The user-visible support telephone number for this app.
138 &quot;contactEmail&quot;: &quot;A String&quot;, # The user-visible support email for this app.
139 &quot;contactWebsite&quot;: &quot;A String&quot;, # The user-visible website for this app.
Bu Sun Kim65020912020-05-20 12:08:20 -0700140 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700141</div>
142
143<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700144 <code class="details" id="update">update(packageName, editId, body=None, x__xgafv=None)</code>
145 <pre>Updates details of an app.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700146
147Args:
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700148 packageName: string, Package name of the app. (required)
149 editId: string, Identifier of the edit. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700150 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700151 The object takes the form of:
152
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700153{ # The app details. The resource for DetailsService.
Bu Sun Kim65020912020-05-20 12:08:20 -0700154 &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language code, in BCP 47 format (eg &quot;en-US&quot;).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700155 &quot;contactPhone&quot;: &quot;A String&quot;, # The user-visible support telephone number for this app.
156 &quot;contactEmail&quot;: &quot;A String&quot;, # The user-visible support email for this app.
157 &quot;contactWebsite&quot;: &quot;A String&quot;, # The user-visible website for this app.
Bu Sun Kim65020912020-05-20 12:08:20 -0700158}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700159
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700160 x__xgafv: string, V1 error format.
161 Allowed values
162 1 - v1 error format
163 2 - v2 error format
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700164
165Returns:
166 An object of the form:
167
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700168 { # The app details. The resource for DetailsService.
Bu Sun Kim65020912020-05-20 12:08:20 -0700169 &quot;defaultLanguage&quot;: &quot;A String&quot;, # Default language code, in BCP 47 format (eg &quot;en-US&quot;).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700170 &quot;contactPhone&quot;: &quot;A String&quot;, # The user-visible support telephone number for this app.
171 &quot;contactEmail&quot;: &quot;A String&quot;, # The user-visible support email for this app.
172 &quot;contactWebsite&quot;: &quot;A String&quot;, # The user-visible website for this app.
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700174</div>
175
176</body></html>