chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/androidpublisher_v3.edits.images.html b/docs/dyn/androidpublisher_v3.edits.images.html
index b4aba80..a10523a 100644
--- a/docs/dyn/androidpublisher_v3.edits.images.html
+++ b/docs/dyn/androidpublisher_v3.edits.images.html
@@ -152,10 +152,10 @@
{ # Response for deleting all images.
"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.
"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>
@@ -191,10 +191,10 @@
{ # Response listing all images.
"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.
"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>
@@ -231,10 +231,10 @@
{ # Response for uploading an image.
"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.
"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>
</div>