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.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index a10523a..92163cd 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -87,7 +87,7 @@
<code><a href="#list">list(packageName, editId, language, imageType, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all images. The response may be empty.</p>
<p class="toc_element">
- <code><a href="#upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+ <code><a href="#upload">upload(packageName, editId, language, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Uploads an image of the specified language and image type, and adds to the edit.</p>
<h3>Method Details</h3>
<div class="method">
@@ -150,15 +150,15 @@
An object of the form:
{ # Response for deleting all images.
- "deleted": [ # The deleted images.
- { # An uploaded image. The resource for ImagesService.
- "url": "A String", # A URL that will serve a preview of the image.
- "id": "A String", # A unique id representing this image.
- "sha256": "A String", # A sha256 hash of the image.
- "sha1": "A String", # A sha1 hash of the image.
- },
- ],
- }</pre>
+ "deleted": [ # The deleted images.
+ { # An uploaded image. The resource for ImagesService.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
+ "sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ },
+ ],
+}</pre>
</div>
<div class="method">
@@ -189,19 +189,19 @@
An object of the form:
{ # Response listing all images.
- "images": [ # All listed Images.
- { # An uploaded image. The resource for ImagesService.
- "url": "A String", # A URL that will serve a preview of the image.
- "id": "A String", # A unique id representing this image.
- "sha256": "A String", # A sha256 hash of the image.
- "sha1": "A String", # A sha1 hash of the image.
- },
- ],
- }</pre>
+ "images": [ # All listed Images.
+ { # An uploaded image. The resource for ImagesService.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
+ "sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ },
+ ],
+}</pre>
</div>
<div class="method">
- <code class="details" id="upload">upload(packageName, editId, language, imageType, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+ <code class="details" id="upload">upload(packageName, editId, language, imageType, media_body=None, media_mime_type=None, x__xgafv=None)</code>
<pre>Uploads an image of the specified language and image type, and adds to the edit.
Args:
@@ -219,24 +219,24 @@
icon - Icon.
featureGraphic - Feature graphic.
tvBanner - TV banner.
+ 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 image.
- "image": { # An uploaded image. The resource for ImagesService. # The uploaded image.
- "url": "A String", # A URL that will serve a preview of the image.
- "id": "A String", # A unique id representing this image.
- "sha256": "A String", # A sha256 hash of the image.
- "sha1": "A String", # A sha1 hash of the image.
- },
- }</pre>
+ "image": { # An uploaded image. The resource for ImagesService. # The uploaded image.
+ "id": "A String", # A unique id representing this image.
+ "sha1": "A String", # A sha1 hash of the image.
+ "sha256": "A String", # A sha256 hash of the image.
+ "url": "A String", # A URL that will serve a preview of the image.
+ },
+}</pre>
</div>
</body></html>
\ No newline at end of file