blob: ea9b17fcba5ede453af063c55c35aa47e335fe1b [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
75<h1><a href="androidpublisher_v3.html">Google Play Developer API</a> . <a href="androidpublisher_v3.edits.html">edits</a> . <a href="androidpublisher_v3.edits.testers.html">testers</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="#get">get(packageName, editId, track)</a></code></p>
79<p class="firstline">A description of how to use this function</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#patch">patch(packageName, editId, track, body=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070082<p class="firstline">A description of how to use this function</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#update">update(packageName, editId, track, body=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070085<p class="firstline">A description of how to use this function</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="get">get(packageName, editId, track)</code>
89 <pre>A description of how to use this function
90
91Args:
Bu Sun Kim65020912020-05-20 12:08:20 -070092 packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070093 editId: string, Unique identifier for this edit. (required)
94 track: string, The track to read or modify. (required)
95
96Returns:
97 An object of the form:
98
99 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700100 &quot;autoEnrolledAndroidGroups&quot;: [
101 &quot;A String&quot;,
102 ],
103 &quot;autoEnrolledGoogleGroups&quot;: [
104 &quot;A String&quot;,
105 ],
106 &quot;excludedGoogleGroups&quot;: [
107 &quot;A String&quot;,
108 ],
109 &quot;googleGroups&quot;: [ # A list of all Google Groups, as email addresses, that define testers for this track.
110 &quot;A String&quot;,
111 ],
112 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700113</div>
114
115<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700116 <code class="details" id="patch">patch(packageName, editId, track, body=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700117 <pre>A description of how to use this function
118
119Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700120 packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700121 editId: string, Unique identifier for this edit. (required)
122 track: string, The track to read or modify. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700123 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700124 The object takes the form of:
125
126{
Bu Sun Kim65020912020-05-20 12:08:20 -0700127 &quot;autoEnrolledAndroidGroups&quot;: [
128 &quot;A String&quot;,
129 ],
130 &quot;autoEnrolledGoogleGroups&quot;: [
131 &quot;A String&quot;,
132 ],
133 &quot;excludedGoogleGroups&quot;: [
134 &quot;A String&quot;,
135 ],
136 &quot;googleGroups&quot;: [ # A list of all Google Groups, as email addresses, that define testers for this track.
137 &quot;A String&quot;,
138 ],
139}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700140
141
142Returns:
143 An object of the form:
144
145 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700146 &quot;autoEnrolledAndroidGroups&quot;: [
147 &quot;A String&quot;,
148 ],
149 &quot;autoEnrolledGoogleGroups&quot;: [
150 &quot;A String&quot;,
151 ],
152 &quot;excludedGoogleGroups&quot;: [
153 &quot;A String&quot;,
154 ],
155 &quot;googleGroups&quot;: [ # A list of all Google Groups, as email addresses, that define testers for this track.
156 &quot;A String&quot;,
157 ],
158 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700159</div>
160
161<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700162 <code class="details" id="update">update(packageName, editId, track, body=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700163 <pre>A description of how to use this function
164
165Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700166 packageName: string, Unique identifier for the Android app that is being updated; for example, &quot;com.spiffygame&quot;. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700167 editId: string, Unique identifier for this edit. (required)
168 track: string, The track to read or modify. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700169 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700170 The object takes the form of:
171
172{
Bu Sun Kim65020912020-05-20 12:08:20 -0700173 &quot;autoEnrolledAndroidGroups&quot;: [
174 &quot;A String&quot;,
175 ],
176 &quot;autoEnrolledGoogleGroups&quot;: [
177 &quot;A String&quot;,
178 ],
179 &quot;excludedGoogleGroups&quot;: [
180 &quot;A String&quot;,
181 ],
182 &quot;googleGroups&quot;: [ # A list of all Google Groups, as email addresses, that define testers for this track.
183 &quot;A String&quot;,
184 ],
185}
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700186
187
188Returns:
189 An object of the form:
190
191 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700192 &quot;autoEnrolledAndroidGroups&quot;: [
193 &quot;A String&quot;,
194 ],
195 &quot;autoEnrolledGoogleGroups&quot;: [
196 &quot;A String&quot;,
197 ],
198 &quot;excludedGoogleGroups&quot;: [
199 &quot;A String&quot;,
200 ],
201 &quot;googleGroups&quot;: [ # A list of all Google Groups, as email addresses, that define testers for this track.
202 &quot;A String&quot;,
203 ],
204 }</pre>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700205</div>
206
207</body></html>