chore: update generated docs (#1115)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets

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

Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/licensing_v1.licenseAssignments.html b/docs/dyn/licensing_v1.licenseAssignments.html
index b746a1a..827b760 100644
--- a/docs/dyn/licensing_v1.licenseAssignments.html
+++ b/docs/dyn/licensing_v1.licenseAssignments.html
@@ -87,7 +87,7 @@
   <code><a href="#insert">insert(productId, skuId, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Assign a license.</p>
 <p class="toc_element">
-  <code><a href="#listForProduct">listForProduct(productId, customerId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+  <code><a href="#listForProduct">listForProduct(productId, customerId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
 <p class="firstline">List all users assigned licenses for a specific product SKU.</p>
 <p class="toc_element">
   <code><a href="#listForProductAndSku">listForProductAndSku(productId, skuId, customerId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
@@ -147,14 +147,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
     &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
   }</pre>
 </div>
 
@@ -181,26 +181,26 @@
   An object of the form:
 
     { # Representation of a license assignment.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
     &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="listForProduct">listForProduct(productId, customerId, maxResults=None, pageToken=None, x__xgafv=None)</code>
+    <code class="details" id="listForProduct">listForProduct(productId, customerId, pageToken=None, maxResults=None, x__xgafv=None)</code>
   <pre>List all users assigned licenses for a specific product SKU.
 
 Args:
   productId: string, A product&#x27;s unique identifier. For more information about products in this version of the API, see Products and SKUs. (required)
   customerId: string, Customer&#x27;s `customerId`. A previous version of this API accepted the primary domain name as a value for this field. If the customer is suspended, the server returns an error. (required)
-  maxResults: integer, The `maxResults` query string determines how many entries are returned on each page of a large response. This is an optional parameter. The value must be a positive number.
   pageToken: string, Token to fetch the next page of data. The `maxResults` query string is related to the `pageToken` since `maxResults` determines how many entries are returned on each page. This is an optional query string. If not specified, the server returns the first page.
+  maxResults: integer, The `maxResults` query string determines how many entries are returned on each page of a large response. This is an optional parameter. The value must be a positive number.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -210,21 +210,21 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
-    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters. The `maxResults` query string is related to the `nextPageToken` since `maxResults` determines how many entries are returned on each next page.
     &quot;items&quot;: [ # The LicenseAssignments in this page of results.
       { # Representation of a license assignment.
-        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-        &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
         &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-        &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-        &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
         &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+        &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+        &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+        &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+        &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
       },
     ],
+    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
   }</pre>
 </div>
 
@@ -247,21 +247,21 @@
   An object of the form:
 
     {
-    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
-    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;nextPageToken&quot;: &quot;A String&quot;, # The token that you must submit in a subsequent request to retrieve additional license results matching your query parameters. The `maxResults` query string is related to the `nextPageToken` since `maxResults` determines how many entries are returned on each next page.
     &quot;items&quot;: [ # The LicenseAssignments in this page of results.
       { # Representation of a license assignment.
-        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-        &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
         &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-        &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-        &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
         &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+        &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+        &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+        &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+        &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
       },
     ],
+    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
+    &quot;etag&quot;: &quot;A String&quot;, # ETag of the resource.
   }</pre>
 </div>
 
@@ -305,14 +305,14 @@
     The object takes the form of:
 
 { # Representation of a license assignment.
-  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
   &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-  &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-  &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
   &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+  &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+  &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+  &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
 }
 
   x__xgafv: string, V1 error format.
@@ -324,14 +324,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
     &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
   }</pre>
 </div>
 
@@ -347,14 +347,14 @@
     The object takes the form of:
 
 { # Representation of a license assignment.
-  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
   &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-  &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-  &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
   &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+  &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+  &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+  &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+  &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
 }
 
   x__xgafv: string, V1 error format.
@@ -366,14 +366,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
-    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
     &quot;productId&quot;: &quot;A String&quot;, # A product&#x27;s unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
     &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &quot;userId&quot;: &quot;A String&quot;, # The user&#x27;s current primary email address. If the user&#x27;s email address changes, use the new email address in your API requests. Since a `userId` is subject to change, do not use a `userId` value as a key for persistent data. This key could break if the current user&#x27;s email address changes. If the `userId` is suspended, the license status changes.
+    &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+    &quot;skuId&quot;: &quot;A String&quot;, # A product SKU&#x27;s unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
+    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
   }</pre>
 </div>