docs: update generated docs (#981)
diff --git a/docs/dyn/androidpublisher_v3.edits.testers.html b/docs/dyn/androidpublisher_v3.edits.testers.html
index ea9b17f..760e2eb 100644
--- a/docs/dyn/androidpublisher_v3.edits.testers.html
+++ b/docs/dyn/androidpublisher_v3.edits.testers.html
@@ -72,136 +72,103 @@
</style>
-<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>
+<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.testers.html">testers</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#get">get(packageName, editId, track)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+ <code><a href="#get">get(packageName, editId, track, x__xgafv=None)</a></code></p>
+<p class="firstline">Gets testers.</p>
<p class="toc_element">
- <code><a href="#patch">patch(packageName, editId, track, body=None)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+ <code><a href="#patch">patch(packageName, editId, track, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Patches testers.</p>
<p class="toc_element">
- <code><a href="#update">update(packageName, editId, track, body=None)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
+ <code><a href="#update">update(packageName, editId, track, body=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Updates testers.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="get">get(packageName, editId, track)</code>
- <pre>A description of how to use this function
+ <code class="details" id="get">get(packageName, editId, track, x__xgafv=None)</code>
+ <pre>Gets testers.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
- editId: string, Unique identifier for this edit. (required)
- track: string, The track to read or modify. (required)
+ packageName: string, Package name of the app. (required)
+ editId: string, Identifier of the edit. (required)
+ track: string, The track to read from. (required)
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
- {
- "autoEnrolledAndroidGroups": [
- "A String",
- ],
- "autoEnrolledGoogleGroups": [
- "A String",
- ],
- "excludedGoogleGroups": [
- "A String",
- ],
- "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
- "A String",
- ],
- }</pre>
+ { # The testers of an app. The resource for TestersService.
+ "googleGroups": [ # All testing Google Groups, as email addresses.
+ "A String",
+ ],
+ }</pre>
</div>
<div class="method">
- <code class="details" id="patch">patch(packageName, editId, track, body=None)</code>
- <pre>A description of how to use this function
+ <code class="details" id="patch">patch(packageName, editId, track, body=None, x__xgafv=None)</code>
+ <pre>Patches testers.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
- editId: string, Unique identifier for this edit. (required)
- track: string, The track to read or modify. (required)
+ packageName: string, Package name of the app. (required)
+ editId: string, Identifier of the edit. (required)
+ track: string, The track to update. (required)
body: object, The request body.
The object takes the form of:
-{
- "autoEnrolledAndroidGroups": [
- "A String",
- ],
- "autoEnrolledGoogleGroups": [
- "A String",
- ],
- "excludedGoogleGroups": [
- "A String",
- ],
- "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
- "A String",
- ],
-}
+{ # The testers of an app. The resource for TestersService.
+ "googleGroups": [ # All testing Google Groups, as email addresses.
+ "A String",
+ ],
+ }
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
- {
- "autoEnrolledAndroidGroups": [
- "A String",
- ],
- "autoEnrolledGoogleGroups": [
- "A String",
- ],
- "excludedGoogleGroups": [
- "A String",
- ],
- "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
- "A String",
- ],
- }</pre>
+ { # The testers of an app. The resource for TestersService.
+ "googleGroups": [ # All testing Google Groups, as email addresses.
+ "A String",
+ ],
+ }</pre>
</div>
<div class="method">
- <code class="details" id="update">update(packageName, editId, track, body=None)</code>
- <pre>A description of how to use this function
+ <code class="details" id="update">update(packageName, editId, track, body=None, x__xgafv=None)</code>
+ <pre>Updates testers.
Args:
- packageName: string, Unique identifier for the Android app that is being updated; for example, "com.spiffygame". (required)
- editId: string, Unique identifier for this edit. (required)
- track: string, The track to read or modify. (required)
+ packageName: string, Package name of the app. (required)
+ editId: string, Identifier of the edit. (required)
+ track: string, The track to update. (required)
body: object, The request body.
The object takes the form of:
-{
- "autoEnrolledAndroidGroups": [
- "A String",
- ],
- "autoEnrolledGoogleGroups": [
- "A String",
- ],
- "excludedGoogleGroups": [
- "A String",
- ],
- "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
- "A String",
- ],
-}
+{ # The testers of an app. The resource for TestersService.
+ "googleGroups": [ # All testing Google Groups, as email addresses.
+ "A String",
+ ],
+ }
+ x__xgafv: string, V1 error format.
+ Allowed values
+ 1 - v1 error format
+ 2 - v2 error format
Returns:
An object of the form:
- {
- "autoEnrolledAndroidGroups": [
- "A String",
- ],
- "autoEnrolledGoogleGroups": [
- "A String",
- ],
- "excludedGoogleGroups": [
- "A String",
- ],
- "googleGroups": [ # A list of all Google Groups, as email addresses, that define testers for this track.
- "A String",
- ],
- }</pre>
+ { # The testers of an app. The resource for TestersService.
+ "googleGroups": [ # All testing Google Groups, as email addresses.
+ "A String",
+ ],
+ }</pre>
</div>
</body></html>
\ No newline at end of file