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/displayvideo_v1.users.html b/docs/dyn/displayvideo_v1.users.html
index 474ba54..c11a701 100644
--- a/docs/dyn/displayvideo_v1.users.html
+++ b/docs/dyn/displayvideo_v1.users.html
@@ -90,7 +90,7 @@
   <code><a href="#get">get(userId, x__xgafv=None)</a></code></p>
 <p class="firstline">Gets a user.</p>
 <p class="toc_element">
-  <code><a href="#list">list(filter=None, orderBy=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+  <code><a href="#list">list(orderBy=None, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Lists users that are accessible to the current user. If two users have user roles on the same partner or advertiser, they can access each other.</p>
 <p class="toc_element">
   <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -109,17 +109,17 @@
     The object takes the form of:
 
 { # Request message for BulkEditAssignedUserRoles.
-    &quot;deletedAssignedUserRoles&quot;: [ # The assigned user roles to delete in batch, specified as a list of assigned_user_role_ids. The format of assigned_user_role_id is `entityType-entityid`, for example `partner-123`.
-      &quot;A String&quot;,
-    ],
     &quot;createdAssignedUserRoles&quot;: [ # The assigned user roles to create in batch, specified as a list of AssignedUserRoles.
       { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
         &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
         &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       },
     ],
+    &quot;deletedAssignedUserRoles&quot;: [ # The assigned user roles to delete in batch, specified as a list of assigned_user_role_ids. The format of assigned_user_role_id is `entityType-entityid`, for example `partner-123`.
+      &quot;A String&quot;,
+    ],
   }
 
   x__xgafv: string, V1 error format.
@@ -134,9 +134,9 @@
     &quot;createdAssignedUserRoles&quot;: [ # The list of assigned user roles that have been successfully created. This list will be absent if empty.
       { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
         &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
         &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       },
     ],
   }</pre>
@@ -156,17 +156,17 @@
     The object takes the form of:
 
 { # A single user in Display &amp; Video 360.
-  &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
   &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
     { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
       &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-      &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
       &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+      &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
     },
   ],
-  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
   &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+  &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
   &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
 }
 
@@ -179,17 +179,17 @@
   An object of the form:
 
     { # A single user in Display &amp; Video 360.
-    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
     &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
       { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
         &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
         &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       },
     ],
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
   }</pre>
 </div>
@@ -227,29 +227,29 @@
   An object of the form:
 
     { # A single user in Display &amp; Video 360.
-    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
     &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
       { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
         &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
         &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       },
     ],
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="list">list(filter=None, orderBy=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
+    <code class="details" id="list">list(orderBy=None, pageToken=None, filter=None, pageSize=None, x__xgafv=None)</code>
   <pre>Lists users that are accessible to the current user. If two users have user roles on the same partner or advertiser, they can access each other.
 
 Args:
-  filter: string, Allows filtering by user properties. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the following fields: - `displayName` - `email` * The operator must be `EQUALS (=)` for the following fields: - `assignedUserRole.userRole` - `assignedUserRole.partnerId` - `assignedUserRole.advertiserId` - `assignedUserRole.entityType`: A synthetic field of AssignedUserRole used for filtering. Identifies the type of entity to which the user role is assigned. Valid values are `Partner` and `Advertiser`. - `assignedUserRole.parentPartnerId`: A synthetic field of AssignedUserRole used for filtering. Identifies the parent partner of the entity to which the user role is assigned.&quot; Examples: * The user with displayName containing `foo`: `displayName:&quot;foo&quot;` * The user with email containing `bar`: `email:&quot;bar&quot;` * All users with standard user roles: `assignedUserRole.userRole=&quot;STANDARD&quot;` * All users with user roles for partner 123: `assignedUserRole.partnerId=&quot;123&quot;` * All users with user roles for advertiser 123: `assignedUserRole.advertiserId=&quot;123&quot;` * All users with partner level user roles: `entityType=&quot;PARTNER&quot;` * All users with user roles for partner 123 and advertisers under partner 123: `parentPartnerId=&quot;123&quot;` The length of this field should be no more than 500 characters.
   orderBy: string, Field by which to sort the list. Acceptable values are: * `displayName` (default) The default sorting order is ascending. To specify descending order for a field, a suffix &quot;desc&quot; should be added to the field name. For example, `displayName desc`.
   pageToken: string, A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to `ListUsers` method. If not specified, the first page of results will be returned.
+  filter: string, Allows filtering by user properties. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions can be combined by the logical operator `AND`. * A restriction has the form of `{field} {operator} {value}`. * The operator must be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for the following fields: - `displayName` - `email` * The operator must be `EQUALS (=)` for the following fields: - `assignedUserRole.userRole` - `assignedUserRole.partnerId` - `assignedUserRole.advertiserId` - `assignedUserRole.entityType`: A synthetic field of AssignedUserRole used for filtering. Identifies the type of entity to which the user role is assigned. Valid values are `Partner` and `Advertiser`. - `assignedUserRole.parentPartnerId`: A synthetic field of AssignedUserRole used for filtering. Identifies the parent partner of the entity to which the user role is assigned.&quot; Examples: * The user with displayName containing `foo`: `displayName:&quot;foo&quot;` * The user with email containing `bar`: `email:&quot;bar&quot;` * All users with standard user roles: `assignedUserRole.userRole=&quot;STANDARD&quot;` * All users with user roles for partner 123: `assignedUserRole.partnerId=&quot;123&quot;` * All users with user roles for advertiser 123: `assignedUserRole.advertiserId=&quot;123&quot;` * All users with partner level user roles: `entityType=&quot;PARTNER&quot;` * All users with user roles for partner 123 and advertisers under partner 123: `parentPartnerId=&quot;123&quot;` The length of this field should be no more than 500 characters.
   pageSize: integer, Requested page size. Must be between `1` and `100`. If unspecified will default to `100`.
   x__xgafv: string, V1 error format.
     Allowed values
@@ -262,17 +262,17 @@
     {
     &quot;users&quot;: [ # The list of users. This list will be absent if empty.
       { # A single user in Display &amp; Video 360.
-        &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
         &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
           { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
             &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-            &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
             &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
             &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+            &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
           },
         ],
-        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
         &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+        &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+        &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
         &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
       },
     ],
@@ -304,17 +304,17 @@
     The object takes the form of:
 
 { # A single user in Display &amp; Video 360.
-  &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
   &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
     { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
       &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-      &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
       &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+      &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
     },
   ],
-  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
   &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+  &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+  &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
   &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
 }
 
@@ -328,17 +328,17 @@
   An object of the form:
 
     { # A single user in Display &amp; Video 360.
-    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
     &quot;assignedUserRoles&quot;: [ # The assigned user roles. Required in CreateUser. Output only in UpdateUser. Can only be updated through BulkEditAssignedUserRoles.
       { # A single assigned user role, which defines a user&#x27;s authorized interaction with a specified partner or advertiser.
         &quot;assignedUserRoleId&quot;: &quot;A String&quot;, # Output only. The ID of the assigned user role.
-        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
         &quot;advertiserId&quot;: &quot;A String&quot;, # The ID of the advertiser that the assigend user role applies to.
         &quot;partnerId&quot;: &quot;A String&quot;, # The ID of the partner that the assigned user role applies to.
+        &quot;userRole&quot;: &quot;A String&quot;, # Required. The user role to assign to a user for the entity.
       },
     ],
-    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;email&quot;: &quot;A String&quot;, # Required. Immutable. The email address used to identify the user.
+    &quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the user. Must be UTF-8 encoded with a maximum size of 240 bytes.
+    &quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the user.
     &quot;userId&quot;: &quot;A String&quot;, # Output only. The unique ID of the user. Assigned by the system.
   }</pre>
 </div>