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/remotebuildexecution_v1.media.html b/docs/dyn/remotebuildexecution_v1.media.html
index 78bce45..7e0c199 100644
--- a/docs/dyn/remotebuildexecution_v1.media.html
+++ b/docs/dyn/remotebuildexecution_v1.media.html
@@ -84,7 +84,7 @@
<code><a href="#download_media">download_media(resourceName, x__xgafv=None)</a></code></p>
<p class="firstline">Downloads media. Download is supported on the URI `/v1/media/{+name}?alt=media`.</p>
<p class="toc_element">
- <code><a href="#upload">upload(resourceName, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
+ <code><a href="#upload">upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Uploads media. Upload is supported on the URI `/upload/v1/media/{+name}`.</p>
<h3>Method Details</h3>
<div class="method">
@@ -107,8 +107,8 @@
An object of the form:
{ # Media resource.
- "resourceName": "A String", # Name of the media resource.
- }</pre>
+ "resourceName": "A String", # Name of the media resource.
+}</pre>
</div>
<div class="method">
@@ -129,7 +129,7 @@
</div>
<div class="method">
- <code class="details" id="upload">upload(resourceName, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
+ <code class="details" id="upload">upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</code>
<pre>Uploads media. Upload is supported on the URI `/upload/v1/media/{+name}`.
Args:
@@ -138,22 +138,22 @@
The object takes the form of:
{ # Media resource.
- "resourceName": "A String", # Name of the media resource.
- }
+ "resourceName": "A String", # Name of the media resource.
+}
+ 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:
{ # Media resource.
- "resourceName": "A String", # Name of the media resource.
- }</pre>
+ "resourceName": "A String", # Name of the media resource.
+}</pre>
</div>
</body></html>
\ No newline at end of file