docs: update generated docs (#1053)
Updates for both discovery docs and epydoc API Documentation
Fixes: #1049
diff --git a/docs/dyn/remotebuildexecution_v1.media.html b/docs/dyn/remotebuildexecution_v1.media.html
index 7f53615..78bce45 100644
--- a/docs/dyn/remotebuildexecution_v1.media.html
+++ b/docs/dyn/remotebuildexecution_v1.media.html
@@ -75,23 +75,29 @@
<h1><a href="remotebuildexecution_v1.html">Remote Build Execution API</a> . <a href="remotebuildexecution_v1.media.html">media</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
+ <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
<code><a href="#download">download(resourceName, x__xgafv=None)</a></code></p>
-<p class="firstline">Downloads media. Download is supported</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="#download_media">download_media(resourceName, x__xgafv=None)</a></code></p>
-<p class="firstline">Downloads media. Download is supported</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>
-<p class="firstline">Uploads media. Upload is supported on</p>
+<p class="firstline">Uploads media. Upload is supported on the URI `/upload/v1/media/{+name}`.</p>
<h3>Method Details</h3>
<div class="method">
+ <code class="details" id="close">close()</code>
+ <pre>Close httplib2 connections.</pre>
+</div>
+
+<div class="method">
<code class="details" id="download">download(resourceName, x__xgafv=None)</code>
- <pre>Downloads media. Download is supported
-on the URI `/v1/media/{+name}?alt=media`.
+ <pre>Downloads media. Download is supported on the URI `/v1/media/{+name}?alt=media`.
Args:
- resourceName: string, Name of the media that is being downloaded. See
-ReadRequest.resource_name. (required)
+ resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -101,18 +107,16 @@
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">
<code class="details" id="download_media">download_media(resourceName, x__xgafv=None)</code>
- <pre>Downloads media. Download is supported
-on the URI `/v1/media/{+name}?alt=media`.
+ <pre>Downloads media. Download is supported on the URI `/v1/media/{+name}?alt=media`.
Args:
- resourceName: string, Name of the media that is being downloaded. See
-ReadRequest.resource_name. (required)
+ resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -126,18 +130,16 @@
<div class="method">
<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}`.
+ <pre>Uploads media. Upload is supported on the URI `/upload/v1/media/{+name}`.
Args:
- resourceName: string, Name of the media that is being downloaded. See
-ReadRequest.resource_name. (required)
+ resourceName: string, Name of the media that is being downloaded. See ReadRequest.resource_name. (required)
body: object, The request body.
The object takes the form of:
{ # Media resource.
- "resourceName": "A String", # Name of the media resource.
-}
+ "resourceName": "A String", # Name of the media resource.
+ }
x__xgafv: string, V1 error format.
Allowed values
@@ -150,8 +152,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>
</body></html>
\ No newline at end of file