docs: update generated docs (#981)

diff --git a/docs/dyn/licensing_v1.licenseAssignments.html b/docs/dyn/licensing_v1.licenseAssignments.html
index 0e2bf7e..3c047b8 100644
--- a/docs/dyn/licensing_v1.licenseAssignments.html
+++ b/docs/dyn/licensing_v1.licenseAssignments.html
@@ -87,7 +87,7 @@
   <code><a href="#listForProduct">listForProduct(productId, customerId, maxResults=None, pageToken=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, maxResults=None, pageToken=None)</a></code></p>
+  <code><a href="#listForProductAndSku">listForProductAndSku(productId, skuId, customerId, pageToken=None, maxResults=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_next">listForProductAndSku_next(previous_request, previous_response)</a></code></p>
@@ -130,14 +130,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
     &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+    &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
     &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;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.
   }</pre>
 </div>
 
@@ -160,14 +160,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
     &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+    &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
     &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;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.
   }</pre>
 </div>
 
@@ -186,26 +186,26 @@
   An object of the form:
 
     { # LicesnseAssignment List for a given product/sku for a customer.
+    &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;selfLink&quot;: &quot;A String&quot;, # Link to this page.
         &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+        &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-        &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
         &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;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;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
-    &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.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, customerId, maxResults=None, pageToken=None)</code>
+    <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, customerId, pageToken=None, maxResults=None)</code>
   <pre>List all users assigned licenses for a specific product SKU.
 
 Args:
@@ -213,28 +213,28 @@
   skuId: string, A product SKU&#x27;s unique identifier. For more information about available SKUs 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.
 
 Returns:
   An object of the form:
 
     { # LicesnseAssignment List for a given product/sku for a customer.
+    &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;selfLink&quot;: &quot;A String&quot;, # Link to this page.
         &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-        &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+        &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-        &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
         &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;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;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
-    &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.
   }</pre>
 </div>
 
@@ -280,14 +280,14 @@
     The object takes the form of:
 
 { # Representation of a license assignment.
+  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
   &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+  &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-  &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
   &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;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.
 }
 
 
@@ -295,14 +295,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
     &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+    &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
     &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;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.
   }</pre>
 </div>
 
@@ -320,14 +320,14 @@
     The object takes the form of:
 
 { # Representation of a license assignment.
+  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
   &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-  &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+  &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-  &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
   &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;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.
 }
 
 
@@ -335,14 +335,14 @@
   An object of the form:
 
     { # Representation of a license assignment.
+    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
     &quot;etags&quot;: &quot;A String&quot;, # ETag of the resource.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
+    &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;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;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a LicenseAssignment.
     &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;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.
   }</pre>
 </div>