chore: update docs/dyn (#1162)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/b5e48daa-1759-436b-9fe7-ffce1482b520/targets
- [ ] To automatically regenerate this PR, check this box.
diff --git a/docs/dyn/licensing_v1.licenseAssignments.html b/docs/dyn/licensing_v1.licenseAssignments.html
index 827b760..4f78f89 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, 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>
@@ -127,7 +127,7 @@
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>
+}</pre>
</div>
<div class="method">
@@ -147,15 +147,15 @@
An object of the form:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- }</pre>
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+}</pre>
</div>
<div class="method">
@@ -169,8 +169,8 @@
The object takes the form of:
{ # Representation of a license assignment.
- "userId": "A String", # Email id of the user
- }
+ "userId": "A String", # Email id of the user
+}
x__xgafv: string, V1 error format.
Allowed values
@@ -181,26 +181,26 @@
An object of the form:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- }</pre>
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+}</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:
{
- "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.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- },
- ],
- "kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "etag": "A String", # ETag of the resource.
+ "items": [ # The LicenseAssignments in this page of results.
+ { # Representation of a license assignment.
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+ },
+ ],
+ "kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
+ "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.
+}</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'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)
- 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
@@ -247,22 +247,22 @@
An object of the form:
{
- "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.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- },
- ],
- "kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
- "etag": "A String", # ETag of the resource.
- }</pre>
+ "etag": "A String", # ETag of the resource.
+ "items": [ # The LicenseAssignments in this page of results.
+ { # Representation of a license assignment.
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+ },
+ ],
+ "kind": "licensing#licenseAssignmentList", # Identifies the resource as a collection of LicenseAssignments.
+ "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.
+}</pre>
</div>
<div class="method">
@@ -305,14 +305,14 @@
The object takes the form of:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
"etags": "A String", # ETag of the resource.
"kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
"productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
}
x__xgafv: string, V1 error format.
@@ -324,15 +324,15 @@
An object of the form:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- }</pre>
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+}</pre>
</div>
<div class="method">
@@ -347,14 +347,14 @@
The object takes the form of:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
"etags": "A String", # ETag of the resource.
"kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
"productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
}
x__xgafv: string, V1 error format.
@@ -366,15 +366,15 @@
An object of the form:
{ # Representation of a license assignment.
- "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
- "skuName": "A String", # Display Name of the sku of the product.
- "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.
- "etags": "A String", # ETag of the resource.
- "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
- "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.
- "selfLink": "A String", # Link to this page.
- "productName": "A String", # Display Name of the product.
- }</pre>
+ "etags": "A String", # ETag of the resource.
+ "kind": "licensing#licenseAssignment", # Identifies the resource as a LicenseAssignment, which is `licensing#licenseAssignment`.
+ "productId": "A String", # A product's unique identifier. For more information about products in this version of the API, see Product and SKU IDs.
+ "productName": "A String", # Display Name of the product.
+ "selfLink": "A String", # Link to this page.
+ "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.
+ "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.
+}</pre>
</div>
</body></html>
\ No newline at end of file