docs: update generated docs (#1053)

Updates for both discovery docs and epydoc API Documentation

Fixes: #1049
diff --git a/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html b/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
index 38e1cca..6f99f30 100644
--- a/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
+++ b/docs/dyn/cloudsearch_v1.debug.identitysources.unmappedids.html
@@ -75,27 +75,37 @@
 <h1><a href="cloudsearch_v1.html">Cloud Search API</a> . <a href="cloudsearch_v1.debug.html">debug</a> . <a href="cloudsearch_v1.debug.identitysources.html">identitysources</a> . <a href="cloudsearch_v1.debug.identitysources.unmappedids.html">unmappedids</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(parent, resolutionStatusCode=None, debugOptions_enableDebugging=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Lists unmapped user identities for an identity source.</p>
+  <code><a href="#close">close()</a></code></p>
+<p class="firstline">Close httplib2 connections.</p>
+<p class="toc_element">
+  <code><a href="#list">list(parent, debugOptions_enableDebugging=None, pageSize=None, pageToken=None, resolutionStatusCode=None, x__xgafv=None)</a></code></p>
+<p class="firstline">Lists unmapped user identities for an identity source. **Note:** This API requires an admin account to execute.</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>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="list">list(parent, resolutionStatusCode=None, debugOptions_enableDebugging=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
-  <pre>Lists unmapped user identities for an identity source.
+    <code class="details" id="close">close()</code>
+  <pre>Close httplib2 connections.</pre>
+</div>
 
-**Note:** This API requires an admin account to execute.
+<div class="method">
+    <code class="details" id="list">list(parent, debugOptions_enableDebugging=None, pageSize=None, pageToken=None, resolutionStatusCode=None, x__xgafv=None)</code>
+  <pre>Lists unmapped user identities for an identity source. **Note:** This API requires an admin account to execute.
 
 Args:
-  parent: string, The name of the identity source, in the following format:
-identitysources/{source_id} (required)
-  resolutionStatusCode: string, Limit users selection to this status.
-  debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field.
-Otherwise, ignore this field.
-  pageSize: integer, Maximum number of items to fetch in a request.
-Defaults to 100.
+  parent: string, The name of the identity source, in the following format: identitysources/{source_id} (required)
+  debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.
+  pageSize: integer, Maximum number of items to fetch in a request. Defaults to 100.
   pageToken: string, The next_page_token value returned from a previous List request, if any.
+  resolutionStatusCode: string, Limit users selection to this status.
+    Allowed values
+      CODE_UNSPECIFIED - Input-only value. Used to list all unmapped identities regardless of status.
+      NOT_FOUND - The unmapped identity was not found in IDaaS, and needs to be provided by the user.
+      IDENTITY_SOURCE_NOT_FOUND - The identity source associated with the identity was either not found or deleted.
+      IDENTITY_SOURCE_MISCONFIGURED - IDaaS does not understand the identity source, probably because the schema was modified in a non compatible way.
+      TOO_MANY_MAPPINGS_FOUND - The number of users associated with the external identity is too large.
+      INTERNAL_ERROR - Internal error.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -105,27 +115,21 @@
   An object of the form:
 
     {
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
     &quot;unmappedIdentities&quot;: [
       {
         &quot;externalIdentity&quot;: { # Reference to a user, group, or domain. # The resource name for an external user.
+          &quot;userResourceName&quot;: &quot;A String&quot;, # This principal is a user identified using an external identity. The name field must specify the user resource name with this format: identitysources/{source_id}/users/{ID}
           &quot;gsuitePrincipal&quot;: { # This principal is a GSuite user, group or domain.
             &quot;gsuiteGroupEmail&quot;: &quot;A String&quot;, # This principal references a G Suite group account
-            &quot;gsuiteDomain&quot;: True or False, # This principal represents all users of the G Suite domain of the
-                # customer.
+            &quot;gsuiteDomain&quot;: True or False, # This principal represents all users of the G Suite domain of the customer.
             &quot;gsuiteUserEmail&quot;: &quot;A String&quot;, # This principal references a G Suite user account
           },
-          &quot;groupResourceName&quot;: &quot;A String&quot;, # This principal is a group identified using an external identity.
-              # The name field must specify the group resource name with this format:
-              # identitysources/{source_id}/groups/{ID}
-          &quot;userResourceName&quot;: &quot;A String&quot;, # This principal is a user identified using an external identity.
-              # The name field must specify the user resource name with this format:
-              # identitysources/{source_id}/users/{ID}
+          &quot;groupResourceName&quot;: &quot;A String&quot;, # This principal is a group identified using an external identity. The name field must specify the group resource name with this format: identitysources/{source_id}/groups/{ID}
         },
         &quot;resolutionStatusCode&quot;: &quot;A String&quot;, # The resolution status for the external identity.
       },
     ],
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no
-        # more results in the list.
   }</pre>
 </div>