docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/remotebuildexecution_v1.media.html b/docs/dyn/remotebuildexecution_v1.media.html
index ef08c44..f01b4fe 100644
--- a/docs/dyn/remotebuildexecution_v1.media.html
+++ b/docs/dyn/remotebuildexecution_v1.media.html
@@ -81,7 +81,7 @@
<code><a href="#download_media">download_media(resourceName, x__xgafv=None)</a></code></p>
<p class="firstline">Downloads media. Download is supported</p>
<p class="toc_element">
- <code><a href="#upload">upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</a></code></p>
+ <code><a href="#upload">upload(resourceName, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</a></code></p>
<p class="firstline">Uploads media. Upload is supported on</p>
<h3>Method Details</h3>
<div class="method">
@@ -101,8 +101,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">
@@ -125,7 +125,7 @@
</div>
<div class="method">
- <code class="details" id="upload">upload(resourceName, body=None, media_body=None, media_mime_type=None, x__xgafv=None)</code>
+ <code class="details" id="upload">upload(resourceName, body=None, x__xgafv=None, media_body=None, media_mime_type=None)</code>
<pre>Uploads media. Upload is supported on
the URI `/upload/v1/media/{+name}`.
@@ -136,22 +136,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