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/licensing_v1.licenseAssignments.html b/docs/dyn/licensing_v1.licenseAssignments.html
index ad6eaa2..b746a1a 100644
--- a/docs/dyn/licensing_v1.licenseAssignments.html
+++ b/docs/dyn/licensing_v1.licenseAssignments.html
@@ -87,10 +87,10 @@
<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, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
+ <code><a href="#listForProduct">listForProduct(productId, 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">listForProductAndSku(productId, skuId, customerId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#listForProductAndSku">listForProductAndSku(productId, skuId, 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_next">listForProductAndSku_next(previous_request, previous_response)</a></code></p>
@@ -147,14 +147,14 @@
An object of the form:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}</pre>
</div>
@@ -181,26 +181,26 @@
An object of the form:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}</pre>
</div>
<div class="method">
- <code class="details" id="listForProduct">listForProduct(productId, customerId, pageToken=None, maxResults=None, x__xgafv=None)</code>
+ <code class="details" id="listForProduct">listForProduct(productId, 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's unique identifier. For more information about products in this version of the API, see Products and SKUs. (required)
customerId: string, Customer'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.
+ 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
@@ -210,34 +210,34 @@
An object of the form:
{
- "etag": "A String", # ETag of the resource.
"kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
+ "etag": "A String", # ETag of the resource.
"nextPageToken": "A String", # 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.
"items": [ # The LicenseAssignments in this page of results.
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
},
],
}</pre>
</div>
<div class="method">
- <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, customerId, maxResults=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="listForProductAndSku">listForProductAndSku(productId, skuId, 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's unique identifier. For more information about products in this version of the API, see Products and SKUs. (required)
skuId: string, A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs. (required)
customerId: string, Customer'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
@@ -247,19 +247,19 @@
An object of the form:
{
- "etag": "A String", # ETag of the resource.
"kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
+ "etag": "A String", # ETag of the resource.
"nextPageToken": "A String", # 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.
"items": [ # The LicenseAssignments in this page of results.
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
},
],
}</pre>
@@ -305,14 +305,14 @@
The object takes the form of:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}
x__xgafv: string, V1 error format.
@@ -324,14 +324,14 @@
An object of the form:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}</pre>
</div>
@@ -347,14 +347,14 @@
The object takes the form of:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}
x__xgafv: string, V1 error format.
@@ -366,14 +366,14 @@
An object of the form:
{ # Representation of a license assignment.
- "selfLink": "A String", # Link to this page.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"etags": "A String", # ETag of the resource.
"productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "selfLink": "A String", # Link to this page.
"userId": "A String", # The user's current primary email address. If the user'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's email address changes. If the `userId` is suspended, the license status changes.
- "skuName": "A String", # Display Name of the sku of the product.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
"productName": "A String", # Display Name of the product.
"skuId": "A String", # A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.
+ "skuName": "A String", # Display Name of the sku of the product.
}</pre>
</div>