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/cloudsearch_v1.media.html b/docs/dyn/cloudsearch_v1.media.html
index db3666c..379c35e 100644
--- a/docs/dyn/cloudsearch_v1.media.html
+++ b/docs/dyn/cloudsearch_v1.media.html
@@ -75,11 +75,11 @@
<h1><a href="cloudsearch_v1.html">Cloud Search API</a> . <a href="cloudsearch_v1.media.html">media</a></h1>
<h2>Instance Methods</h2>
<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 for indexing.</p>
<h3>Method Details</h3>
<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 for indexing.
The upload endpoint supports direct and resumable upload protocols and
@@ -110,21 +110,21 @@
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.
+ "resourceName": "A String", # Name of the media resource.
}</pre>
</div>