docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/cloudsearch_v1.media.html b/docs/dyn/cloudsearch_v1.media.html
index 379c35e..746afd8 100644
--- a/docs/dyn/cloudsearch_v1.media.html
+++ b/docs/dyn/cloudsearch_v1.media.html
@@ -75,37 +75,23 @@
 <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="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</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 for indexing.</p>
+<p class="firstline">Uploads media for indexing. The upload endpoint supports direct and resumable upload protocols and is intended for large items that can not be [inlined during index requests](https://developers.google.com/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content: 1. Call indexing.datasources.items.upload with the item name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content, as a streaming request, using the same resource name from the UploadItemRef from step 1. 1. Call indexing.datasources.items.index to index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1. For additional information, see [Create a content connector using the REST API](https://developers.google.com/cloud-search/docs/guides/content-connector#rest). **Note:** This API requires a service account to execute.</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="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
-is intended for large items that can not be
-[inlined during index requests](https://developers.google.com/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent).
-To index large content:
-
-1. Call
-   indexing.datasources.items.upload
-   with the resource name to begin an upload session and retrieve the
-   UploadItemRef.
-1. Call media.upload to upload the content using the same resource name from step 1.
-1. Call indexing.datasources.items.index
-   to index the item. Populate the
-   [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent)
-   with the UploadItemRef from step 1.
-
-
-For additional information, see
-[Create a content connector using the REST API](https://developers.google.com/cloud-search/docs/guides/content-connector#rest).
-
-  **Note:** This API requires a service account to execute.
+  <pre>Uploads media for indexing. The upload endpoint supports direct and resumable upload protocols and is intended for large items that can not be [inlined during index requests](https://developers.google.com/cloud-search/docs/reference/rest/v1/indexing.datasources.items#itemcontent). To index large content: 1. Call indexing.datasources.items.upload with the item name to begin an upload session and retrieve the UploadItemRef. 1. Call media.upload to upload the content, as a streaming request, using the same resource name from the UploadItemRef from step 1. 1. Call indexing.datasources.items.index to index the item. Populate the [ItemContent](/cloud-search/docs/reference/rest/v1/indexing.datasources.items#ItemContent) with the UploadItemRef from step 1. For additional information, see [Create a content connector using the REST API](https://developers.google.com/cloud-search/docs/guides/content-connector#rest). **Note:** This API requires a service account to execute.
 
 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: