docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
index 36b49c6..641a010 100644
--- a/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
+++ b/docs/dyn/adexchangebuyer2_v2beta1.accounts.clients.users.html
@@ -75,26 +75,33 @@
 <h1><a href="adexchangebuyer2_v2beta1.html">Ad Exchange Buyer API II</a> . <a href="adexchangebuyer2_v2beta1.accounts.html">accounts</a> . <a href="adexchangebuyer2_v2beta1.accounts.clients.html">clients</a> . <a href="adexchangebuyer2_v2beta1.accounts.clients.users.html">users</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="#get">get(accountId, clientAccountId, userId, x__xgafv=None)</a></code></p>
 <p class="firstline">Retrieves an existing client user.</p>
 <p class="toc_element">
   <code><a href="#list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists all the known client users for a specified</p>
+<p class="firstline">Lists all the known client users for a specified sponsor buyer account ID.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
   <code><a href="#update">update(accountId, clientAccountId, userId, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Updates an existing client user.</p>
+<p class="firstline">Updates an existing client user. Only the user status can be changed on update.</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="get">get(accountId, clientAccountId, userId, x__xgafv=None)</code>
   <pre>Retrieves an existing client user.
 
 Args:
   accountId: string, Numerical account ID of the client&#x27;s sponsor buyer. (required) (required)
-  clientAccountId: string, Numerical account ID of the client buyer
-that the user to be retrieved is associated with. (required) (required)
+  clientAccountId: string, Numerical account ID of the client buyer that the user to be retrieved is associated with. (required) (required)
   userId: string, Numerical identifier of the user to retrieve. (required) (required)
   x__xgafv: string, V1 error format.
     Allowed values
@@ -104,51 +111,23 @@
 Returns:
   An object of the form:
 
-    { # A client user is created under a client buyer and has restricted access to
-      # the Marketplace and certain other sections of the Authorized Buyers UI based
-      # on the role granted to the associated client buyer.
-      #
-      # The only way a new client user can be created is via accepting an
-      # email invitation
-      # (see the
-      # accounts.clients.invitations.create
-      # method).
-      #
-      # All fields are required unless otherwise specified.
-    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
-        # with which the user is associated; the
-        # buyer must be a client of the current sponsor buyer.
-        # The value of this field is ignored in an update operation.
-    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
-        # that has accepted an invitation.
-        # The value of this field is ignored in an update operation.
+    { # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create method). All fields are required unless otherwise specified.
     &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
-    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
-        # is ignored in an update operation.
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
+    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.
+    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field is ignored in an update operation.
   }</pre>
 </div>
 
 <div class="method">
     <code class="details" id="list">list(accountId, clientAccountId, pageToken=None, pageSize=None, x__xgafv=None)</code>
-  <pre>Lists all the known client users for a specified
-sponsor buyer account ID.
+  <pre>Lists all the known client users for a specified sponsor buyer account ID.
 
 Args:
-  accountId: string, Numerical account ID of the sponsor buyer of the client to list users for.
-(required) (required)
-  clientAccountId: string, The account ID of the client buyer to list users for. (required)
-You must specify either a string representation of a
-numerical account identifier or the `-` character
-to list all the client users for all the clients
-of a given sponsor buyer. (required)
-  pageToken: string, A token identifying a page of results the server should return.
-Typically, this is the value of
-ListClientUsersResponse.nextPageToken
-returned from the previous call to the
-accounts.clients.users.list
-method.
-  pageSize: integer, Requested page size. The server may return fewer clients than requested.
-If unspecified, the server will pick an appropriate default.
+  accountId: string, Numerical account ID of the sponsor buyer of the client to list users for. (required) (required)
+  clientAccountId: string, The account ID of the client buyer to list users for. (required) You must specify either a string representation of a numerical account identifier or the `-` character to list all the client users for all the clients of a given sponsor buyer. (required)
+  pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of ListClientUsersResponse.nextPageToken returned from the previous call to the accounts.clients.users.list method.
+  pageSize: integer, Requested page size. The server may return fewer clients than requested. If unspecified, the server will pick an appropriate default.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -158,35 +137,13 @@
   An object of the form:
 
     {
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results.
-        # Pass this value in the
-        # ListClientUsersRequest.pageToken
-        # field in the subsequent call to the
-        # clients.invitations.list
-        # method to retrieve the next
-        # page of results.
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results. Pass this value in the ListClientUsersRequest.pageToken field in the subsequent call to the clients.invitations.list method to retrieve the next page of results.
     &quot;users&quot;: [ # The returned list of client users.
-      { # A client user is created under a client buyer and has restricted access to
-          # the Marketplace and certain other sections of the Authorized Buyers UI based
-          # on the role granted to the associated client buyer.
-          #
-          # The only way a new client user can be created is via accepting an
-          # email invitation
-          # (see the
-          # accounts.clients.invitations.create
-          # method).
-          #
-          # All fields are required unless otherwise specified.
-        &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
-            # with which the user is associated; the
-            # buyer must be a client of the current sponsor buyer.
-            # The value of this field is ignored in an update operation.
-        &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
-            # that has accepted an invitation.
-            # The value of this field is ignored in an update operation.
+      { # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create method). All fields are required unless otherwise specified.
         &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
-        &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
-            # is ignored in an update operation.
+        &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
+        &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.
+        &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field is ignored in an update operation.
       },
     ],
   }</pre>
@@ -208,38 +165,20 @@
 
 <div class="method">
     <code class="details" id="update">update(accountId, clientAccountId, userId, body=None, x__xgafv=None)</code>
-  <pre>Updates an existing client user.
-Only the user status can be changed on update.
+  <pre>Updates an existing client user. Only the user status can be changed on update.
 
 Args:
   accountId: string, Numerical account ID of the client&#x27;s sponsor buyer. (required) (required)
-  clientAccountId: string, Numerical account ID of the client buyer that the user to be retrieved
-is associated with. (required) (required)
+  clientAccountId: string, Numerical account ID of the client buyer that the user to be retrieved is associated with. (required) (required)
   userId: string, Numerical identifier of the user to retrieve. (required) (required)
   body: object, The request body.
     The object takes the form of:
 
-{ # A client user is created under a client buyer and has restricted access to
-    # the Marketplace and certain other sections of the Authorized Buyers UI based
-    # on the role granted to the associated client buyer.
-    # 
-    # The only way a new client user can be created is via accepting an
-    # email invitation
-    # (see the
-    # accounts.clients.invitations.create
-    # method).
-    # 
-    # All fields are required unless otherwise specified.
-  &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
-      # with which the user is associated; the
-      # buyer must be a client of the current sponsor buyer.
-      # The value of this field is ignored in an update operation.
-  &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
-      # that has accepted an invitation.
-      # The value of this field is ignored in an update operation.
+{ # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create method). All fields are required unless otherwise specified.
   &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
-  &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
-      # is ignored in an update operation.
+  &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
+  &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.
+  &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field is ignored in an update operation.
 }
 
   x__xgafv: string, V1 error format.
@@ -250,27 +189,11 @@
 Returns:
   An object of the form:
 
-    { # A client user is created under a client buyer and has restricted access to
-      # the Marketplace and certain other sections of the Authorized Buyers UI based
-      # on the role granted to the associated client buyer.
-      #
-      # The only way a new client user can be created is via accepting an
-      # email invitation
-      # (see the
-      # accounts.clients.invitations.create
-      # method).
-      #
-      # All fields are required unless otherwise specified.
-    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer
-        # with which the user is associated; the
-        # buyer must be a client of the current sponsor buyer.
-        # The value of this field is ignored in an update operation.
-    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user
-        # that has accepted an invitation.
-        # The value of this field is ignored in an update operation.
+    { # A client user is created under a client buyer and has restricted access to the Marketplace and certain other sections of the Authorized Buyers UI based on the role granted to the associated client buyer. The only way a new client user can be created is via accepting an email invitation (see the accounts.clients.invitations.create method). All fields are required unless otherwise specified.
     &quot;status&quot;: &quot;A String&quot;, # The status of the client user.
-    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field
-        # is ignored in an update operation.
+    &quot;clientAccountId&quot;: &quot;A String&quot;, # Numerical account ID of the client buyer with which the user is associated; the buyer must be a client of the current sponsor buyer. The value of this field is ignored in an update operation.
+    &quot;userId&quot;: &quot;A String&quot;, # The unique numerical ID of the client user that has accepted an invitation. The value of this field is ignored in an update operation.
+    &quot;email&quot;: &quot;A String&quot;, # User&#x27;s email address. The value of this field is ignored in an update operation.
   }</pre>
 </div>