chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/androidpublisher_v3.edits.expansionfiles.html b/docs/dyn/androidpublisher_v3.edits.expansionfiles.html
index 46c4bfb..b815846 100644
--- a/docs/dyn/androidpublisher_v3.edits.expansionfiles.html
+++ b/docs/dyn/androidpublisher_v3.edits.expansionfiles.html
@@ -87,7 +87,7 @@
<code><a href="#update">update(packageName, editId, apkVersionCode, expansionFileType, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.</p>
<p class="toc_element">
- <code><a href="#upload">upload(packageName, editId, apkVersionCode, expansionFileType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+ <code><a href="#upload">upload(packageName, editId, apkVersionCode, expansionFileType, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Uploads a new expansion file and attaches to the specified APK.</p>
<h3>Method Details</h3>
<div class="method">
@@ -117,9 +117,9 @@
An object of the form:
{ # An expansion file. The resource for ExpansionFilesService.
- "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
- "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
- }</pre>
+ "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
+ "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
+}</pre>
</div>
<div class="method">
@@ -152,9 +152,9 @@
An object of the form:
{ # An expansion file. The resource for ExpansionFilesService.
- "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
- "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
- }</pre>
+ "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
+ "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
+}</pre>
</div>
<div class="method">
@@ -187,13 +187,13 @@
An object of the form:
{ # An expansion file. The resource for ExpansionFilesService.
- "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
- "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
- }</pre>
+ "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
+ "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
+}</pre>
</div>
<div class="method">
- <code class="details" id="upload">upload(packageName, editId, apkVersionCode, expansionFileType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+ <code class="details" id="upload">upload(packageName, editId, apkVersionCode, expansionFileType, media_body=None, media_mime_type=None, x__xgafv=None)</code>
<pre>Uploads a new expansion file and attaches to the specified APK.
Args:
@@ -205,22 +205,22 @@
expansionFileTypeUnspecified - Unspecified expansion file type.
main - Main expansion file.
patch - Patch expansion file.
+ media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
+ media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
- media_body: string, The filename of the media request body, or an instance of a MediaUpload object.
- media_mime_type: string, The MIME type of the media request body, or an instance of a MediaUpload object.
Returns:
An object of the form:
{ # Response for uploading an expansion file.
- "expansionFile": { # An expansion file. The resource for ExpansionFilesService. # The uploaded expansion file configuration.
- "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
- "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
- },
- }</pre>
+ "expansionFile": { # An expansion file. The resource for ExpansionFilesService. # The uploaded expansion file configuration.
+ "fileSize": "A String", # If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes.
+ "referencesVersion": 42, # If set, this APK's expansion file references another APK's expansion file. The file_size field will not be set.
+ },
+}</pre>
</div>
</body></html>
\ No newline at end of file