docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html b/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
index 59a80d8..c644d81 100644
--- a/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
+++ b/docs/dyn/cloudsearch_v1.debug.datasources.items.unmappedids.html
@@ -75,14 +75,14 @@
 <h1><a href="cloudsearch_v1.html">Cloud Search API</a> . <a href="cloudsearch_v1.debug.html">debug</a> . <a href="cloudsearch_v1.debug.datasources.html">datasources</a> . <a href="cloudsearch_v1.debug.datasources.items.html">items</a> . <a href="cloudsearch_v1.debug.datasources.items.unmappedids.html">unmappedids</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#list">list(parent, debugOptions_enableDebugging=None, pageToken=None, x__xgafv=None, pageSize=None)</a></code></p>
+  <code><a href="#list">list(parent, pageToken=None, pageSize=None, debugOptions_enableDebugging=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List all unmapped identities for a specific item.</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, debugOptions_enableDebugging=None, pageToken=None, x__xgafv=None, pageSize=None)</code>
+    <code class="details" id="list">list(parent, pageToken=None, pageSize=None, debugOptions_enableDebugging=None, x__xgafv=None)</code>
   <pre>List all unmapped identities for a specific item.
 
 **Note:** This API requires an admin account to execute.
@@ -90,39 +90,39 @@
 Args:
   parent: string, The name of the item, in the following format:
 datasources/{source_id}/items/{ID} (required)
+  pageToken: string, The next_page_token value returned from a previous List request, if any.
+  pageSize: integer, Maximum number of items to fetch in a request.
+Defaults to 100.
   debugOptions_enableDebugging: boolean, If you are asked by Google to help with debugging, set this field.
 Otherwise, ignore this field.
-  pageToken: string, The next_page_token value returned from a previous List request, if any.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
       2 - v2 error format
-  pageSize: integer, Maximum number of items to fetch in a request.
-Defaults to 100.
 
 Returns:
   An object of the form:
 
     {
-    "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
+    &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.
-    "unmappedIdentities": [
+    &quot;unmappedIdentities&quot;: [
       {
-        "externalIdentity": { # Reference to a user, group, or domain. # The resource name for an external user.
-          "userResourceName": "A String", # This principal is a user identified using an external identity.
+        &quot;resolutionStatusCode&quot;: &quot;A String&quot;, # The resolution status for the external identity.
+        &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}
-          "groupResourceName": "A String", # This principal is a group identified using an external identity.
+          &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;gsuiteUserEmail&quot;: &quot;A String&quot;, # This principal references a G Suite user account
+            &quot;gsuiteDomain&quot;: True or False, # This principal represents all users of the G Suite domain of the
+                # customer.
+          },
+          &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}
-          "gsuitePrincipal": { # This principal is a GSuite user, group or domain.
-            "gsuiteUserEmail": "A String", # This principal references a G Suite user account
-            "gsuiteDomain": True or False, # This principal represents all users of the G Suite domain of the
-                # customer.
-            "gsuiteGroupEmail": "A String", # This principal references a G Suite group account
-          },
         },
-        "resolutionStatusCode": "A String", # The resolution status for the external identity.
       },
     ],
   }</pre>
@@ -137,7 +137,7 @@
   previous_response: The response from the request for the previous page. (required)
 
 Returns:
-  A request object that you can call 'execute()' on to request the next
+  A request object that you can call &#x27;execute()&#x27; on to request the next
   page. Returns None if there are no more items in the collection.
     </pre>
 </div>