docs: update docs/dyn (#1096)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets

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

Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/licensing_v1.licenseAssignments.html b/docs/dyn/licensing_v1.licenseAssignments.html
index c4c8013..23dffb4 100644
--- a/docs/dyn/licensing_v1.licenseAssignments.html
+++ b/docs/dyn/licensing_v1.licenseAssignments.html
@@ -90,7 +90,7 @@
   <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>
+  <code><a href="#listForProductAndSku">listForProductAndSku(productId, skuId, customerId, maxResults=None, pageToken=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_next">listForProductAndSku_next(previous_request, previous_response)</a></code></p>
@@ -100,7 +100,7 @@
 <p class="firstline">Retrieves the next page of results.</p>
 <p class="toc_element">
   <code><a href="#patch">patch(productId, skuId, userId, body=None, x__xgafv=None)</a></code></p>
-<p class="firstline">Patch a Licensing info via Apiary Patch Orchestration</p>
+<p class="firstline">Reassign a user's product SKU with a different SKU in the same product. This method supports patch semantics.</p>
 <p class="toc_element">
   <code><a href="#update">update(productId, skuId, userId, body=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Reassign a user's product SKU with a different SKU in the same product.</p>
@@ -117,12 +117,17 @@
 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)
   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)
-  userId: string, 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. (required)
+  userId: string, 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. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
       2 - v2 error format
-</pre>
+
+Returns:
+  An object of the form:
+
+    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
+  }</pre>
 </div>
 
 <div class="method">
@@ -132,7 +137,7 @@
 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)
   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)
-  userId: string, 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. (required)
+  userId: string, 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. (required)
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -142,15 +147,15 @@
   An object of the form:
 
     { # Representation of a license assignment.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-      &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-      &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    }</pre>
+    &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+  }</pre>
 </div>
 
 <div class="method">
@@ -176,15 +181,15 @@
   An object of the form:
 
     { # Representation of a license assignment.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-      &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-      &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    }</pre>
+    &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+  }</pre>
 </div>
 
 <div class="method">
@@ -193,9 +198,9 @@
 
 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)
-  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.
+  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)
+  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
@@ -205,34 +210,34 @@
   An object of the form:
 
     {
+    &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;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
     &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-          &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        },
+        &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+        &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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;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;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
   }</pre>
 </div>
 
 <div class="method">
-    <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, customerId, pageToken=None, maxResults=None, x__xgafv=None)</code>
+    <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, customerId, maxResults=None, pageToken=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)
   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)
-  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.
+  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.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -242,21 +247,21 @@
   An object of the form:
 
     {
+    &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;etag&quot;: &quot;A String&quot;, # ETag of the resource.
+    &quot;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
     &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;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-          &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-        },
+        &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+        &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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;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;kind&quot;: &quot;licensing#licenseAssignmentList&quot;, # Identifies the resource as a collection of LicenseAssignments.
   }</pre>
 </div>
 
@@ -290,25 +295,25 @@
 
 <div class="method">
     <code class="details" id="patch">patch(productId, skuId, userId, body=None, x__xgafv=None)</code>
-  <pre>Patch a Licensing info via Apiary Patch Orchestration
+  <pre>Reassign a user&#x27;s product SKU with a different SKU in the same product. This method supports patch semantics.
 
 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)
   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)
-  userId: string, 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. (required)
+  userId: string, 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. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a license assignment.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  }
+  &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+  &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -319,15 +324,15 @@
   An object of the form:
 
     { # Representation of a license assignment.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-      &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-      &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    }</pre>
+    &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+  }</pre>
 </div>
 
 <div class="method">
@@ -337,20 +342,20 @@
 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)
   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)
-  userId: string, 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. (required)
+  userId: string, 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. (required)
   body: object, The request body.
     The object takes the form of:
 
 { # Representation of a license assignment.
-    &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-    &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-    &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-  }
+  &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+  &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+}
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -361,15 +366,15 @@
   An object of the form:
 
     { # Representation of a license assignment.
-      &quot;selfLink&quot;: &quot;A String&quot;, # Link to this page.
-      &quot;kind&quot;: &quot;licensing#licenseAssignment&quot;, # Identifies the resource as a 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;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;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;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
-      &quot;productName&quot;: &quot;A String&quot;, # Display Name of the product.
-    }</pre>
+    &quot;skuName&quot;: &quot;A String&quot;, # Display Name of the sku of the product.
+    &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;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;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;productName&quot;: &quot;A String&quot;, # Display Name 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.
+  }</pre>
 </div>
 
 </body></html>
\ No newline at end of file