docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/homegraph_v1.agentUsers.html b/docs/dyn/homegraph_v1.agentUsers.html
index 3e13430..4d61f6f 100644
--- a/docs/dyn/homegraph_v1.agentUsers.html
+++ b/docs/dyn/homegraph_v1.agentUsers.html
@@ -75,22 +75,20 @@
 <h1><a href="homegraph_v1.html">HomeGraph API</a> . <a href="homegraph_v1.agentUsers.html">agentUsers</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="#delete">delete(agentUserId, requestId=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Unlinks the given third-party user from your smart home Action.</p>
+<p class="firstline">Unlinks the given third-party user from your smart home Action. All data related to this user will be deleted. For more details on how users link their accounts, see [fulfillment and authentication](https://developers.google.com/assistant/smarthome/concepts/fulfillment-authentication). The third-party user's identity is passed in via the `agent_user_id` (see DeleteAgentUserRequest). This request must be authorized using service account credentials from your Actions console project.</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="delete">delete(agentUserId, requestId=None, x__xgafv=None)</code>
-  <pre>Unlinks the given third-party user from your smart home Action.
-All data related to this user will be deleted.
-
-For more details on how users link their accounts, see
-[fulfillment and
-authentication](https://developers.google.com/assistant/smarthome/concepts/fulfillment-authentication).
-
-The third-party user&#x27;s identity is passed in via the `agent_user_id`
-(see DeleteAgentUserRequest).
-This request must be authorized using service account credentials from your
-Actions console project.
+  <pre>Unlinks the given third-party user from your smart home Action. All data related to this user will be deleted. For more details on how users link their accounts, see [fulfillment and authentication](https://developers.google.com/assistant/smarthome/concepts/fulfillment-authentication). The third-party user&#x27;s identity is passed in via the `agent_user_id` (see DeleteAgentUserRequest). This request must be authorized using service account credentials from your Actions console project.
 
 Args:
   agentUserId: string, Required. Third-party user ID. (required)
@@ -103,15 +101,7 @@
 Returns:
   An object of the form:
 
-    { # A generic empty message that you can re-use to avoid defining duplicated
-      # empty messages in your APIs. A typical example is to use it as the request
-      # or the response type of an API method. For instance:
-      #
-      #     service Foo {
-      #       rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
-      #     }
-      #
-      # The JSON representation for `Empty` is empty JSON object `{}`.
+    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
   }</pre>
 </div>