chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/analyticsadmin_v1alpha.accounts.userLinks.html b/docs/dyn/analyticsadmin_v1alpha.accounts.userLinks.html
index 63ae286..3d86992 100644
--- a/docs/dyn/analyticsadmin_v1alpha.accounts.userLinks.html
+++ b/docs/dyn/analyticsadmin_v1alpha.accounts.userLinks.html
@@ -140,14 +140,14 @@
     "nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
     "userLinks": [ # List of AuditUserLinks. These will be ordered stably, but in an arbitrary order.
       { # Read-only resource used to summarize a principal's effective roles.
-        "directRoles": [ # Roles directly assigned to this user for this entity. Format: predefinedRoles/read Excludes roles that are inherited from an account (if this is for a property), group, or organization admin role.
-          "A String",
-        ],
-        "name": "A String", # Example format: properties/1234/userLinks/5678
         "effectiveRoles": [ # Union of all permissions a user has at this account or property (includes direct permissions, group-inherited permissions, etc.). Format: predefinedRoles/read
           "A String",
         ],
         "emailAddress": "A String", # Email address of the linked user
+        "name": "A String", # Example format: properties/1234/userLinks/5678
+        "directRoles": [ # Roles directly assigned to this user for this entity. Format: predefinedRoles/read Excludes roles that are inherited from an account (if this is for a property), group, or organization admin role.
+          "A String",
+        ],
       },
     ],
   }</pre>
@@ -177,20 +177,20 @@
     The object takes the form of:
 
 { # Request message for BatchCreateUserLinks RPC.
+    &quot;notifyNewUsers&quot;: True or False, # Optional. If set, then email the new users notifying them that they&#x27;ve been granted permissions to the resource. Regardless of whether this is set or not, notify_new_user field inside each individual request is ignored.
     &quot;requests&quot;: [ # Required. The requests specifying the user links to create. A maximum of 1000 user links can be created in a batch.
       { # Request message for CreateUserLink RPC. Users can have multiple email addresses associated with their Google account, and one of these email addresses is the &quot;primary&quot; email address. Any of the email addresses associated with a Google account may be used for a new UserLink, but the returned UserLink will always contain the &quot;primary&quot; email address. As a result, the input and output email address for this request may differ.
-        &quot;userLink&quot;: { # A resource message representing a user&#x27;s permissions on an Account or Property resource. # Required. The user link to create.
-            &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-              &quot;A String&quot;,
-            ],
-            &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-            &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-          },
         &quot;parent&quot;: &quot;A String&quot;, # Required. Example format: accounts/1234
+        &quot;userLink&quot;: { # A resource message representing a user&#x27;s permissions on an Account or Property resource. # Required. The user link to create.
+          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+            &quot;A String&quot;,
+          ],
+          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+        },
         &quot;notifyNewUser&quot;: True or False, # Optional. If set, then email the new user notifying them that they&#x27;ve been granted permissions to the resource.
       },
     ],
-    &quot;notifyNewUsers&quot;: True or False, # Optional. If set, then email the new users notifying them that they&#x27;ve been granted permissions to the resource. Regardless of whether this is set or not, notify_new_user field inside each individual request is ignored.
   }
 
   x__xgafv: string, V1 error format.
@@ -204,12 +204,12 @@
     { # Response message for BatchCreateUserLinks RPC.
     &quot;userLinks&quot;: [ # The user links created.
       { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-            &quot;A String&quot;,
-          ],
-          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-        },
+        &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+        &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+          &quot;A String&quot;,
+        ],
+        &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+      },
     ],
   }</pre>
 </div>
@@ -261,12 +261,12 @@
     { # Response message for BatchGetUserLinks RPC.
     &quot;userLinks&quot;: [ # The requested user links.
       { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-            &quot;A String&quot;,
-          ],
-          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-        },
+        &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+        &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+          &quot;A String&quot;,
+        ],
+        &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+      },
     ],
   }</pre>
 </div>
@@ -284,12 +284,12 @@
     &quot;requests&quot;: [ # Required. The requests specifying the user links to update. A maximum of 1000 user links can be updated in a batch.
       { # Request message for UpdateUserLink RPC.
         &quot;userLink&quot;: { # A resource message representing a user&#x27;s permissions on an Account or Property resource. # Required. The user link to update.
-            &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-              &quot;A String&quot;,
-            ],
-            &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-            &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-          },
+          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+            &quot;A String&quot;,
+          ],
+          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+        },
       },
     ],
   }
@@ -305,12 +305,12 @@
     { # Response message for BatchUpdateUserLinks RPC.
     &quot;userLinks&quot;: [ # The user links updated.
       { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-            &quot;A String&quot;,
-          ],
-          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-        },
+        &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+        &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+          &quot;A String&quot;,
+        ],
+        &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+      },
     ],
   }</pre>
 </div>
@@ -330,12 +330,12 @@
     The object takes the form of:
 
 { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-    &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-      &quot;A String&quot;,
-    ],
-    &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-    &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-  }
+  &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+  &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+    &quot;A String&quot;,
+  ],
+  &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+}
 
   notifyNewUser: boolean, Optional. If set, then email the new user notifying them that they&#x27;ve been granted permissions to the resource.
   x__xgafv: string, V1 error format.
@@ -347,12 +347,12 @@
   An object of the form:
 
     { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-      &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-        &quot;A String&quot;,
-      ],
-      &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-      &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+    &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+      &quot;A String&quot;,
+    ],
+    &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+  }</pre>
 </div>
 
 <div class="method">
@@ -388,12 +388,12 @@
   An object of the form:
 
     { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-      &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-        &quot;A String&quot;,
-      ],
-      &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-      &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+    &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+      &quot;A String&quot;,
+    ],
+    &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+  }</pre>
 </div>
 
 <div class="method">
@@ -413,16 +413,16 @@
   An object of the form:
 
     { # Response message for ListUserLinks RPC.
-    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
     &quot;userLinks&quot;: [ # List of UserLinks. These will be ordered stably, but in an arbitrary order.
       { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-          &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-            &quot;A String&quot;,
-          ],
-          &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-          &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-        },
+        &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+        &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+          &quot;A String&quot;,
+        ],
+        &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+      },
     ],
+    &quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
   }</pre>
 </div>
 
@@ -450,12 +450,12 @@
     The object takes the form of:
 
 { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-    &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-      &quot;A String&quot;,
-    ],
-    &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-    &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-  }
+  &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+  &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+    &quot;A String&quot;,
+  ],
+  &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -466,12 +466,12 @@
   An object of the form:
 
     { # A resource message representing a user&#x27;s permissions on an Account or Property resource.
-      &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
-        &quot;A String&quot;,
-      ],
-      &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
-      &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
-    }</pre>
+    &quot;name&quot;: &quot;A String&quot;, # Example format: properties/1234/userLinks/5678
+    &quot;directRoles&quot;: [ # Roles directly assigned to this user for this account or property. Valid values: predefinedRoles/read predefinedRoles/collaborate predefinedRoles/edit predefinedRoles/manage-users Excludes roles that are inherited from a higher-level entity, group, or organization admin role. A UserLink that is updated to have an empty list of direct_roles will be deleted.
+      &quot;A String&quot;,
+    ],
+    &quot;emailAddress&quot;: &quot;A String&quot;, # Email address of the user to link
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file