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/content_v2.pos.html b/docs/dyn/content_v2.pos.html
index 48d4310..4b0dd02 100644
--- a/docs/dyn/content_v2.pos.html
+++ b/docs/dyn/content_v2.pos.html
@@ -115,45 +115,45 @@
{
"entries": [ # The request entries to be processed in the batch.
{
- "targetMerchantId": "A String", # The ID of the account for which to get/submit data.
"batchId": 42, # An entry ID, unique within the batch request.
- "merchantId": "A String", # The ID of the POS data provider.
"storeCode": "A String", # The store code. This should be set only if the method is `delete` or `get`.
"inventory": { # The absolute quantity of an item available at the given store. # The inventory to submit. This should be set only if the method is `inventory`.
- "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
"quantity": "A String", # Required. The available quantity of the item.
+ "gtin": "A String", # Global Trade Item Number.
"itemId": "A String", # Required. A unique identifier for the item.
+ "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
"price": { # Required. The current price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
- "gtin": "A String", # Global Trade Item Number.
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
- },
- "store": { # Store resource. # The store information to submit. This should be set only if the method is `insert`.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- },
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - "`inventory`" - "`sale`"
- "sale": { # The change of the available quantity of an item at the given store. # The sale information to submit. This should be set only if the method is `sale`.
"targetCountry": "A String", # Required. The CLDR territory code for the item.
+ },
+ "merchantId": "A String", # The ID of the POS data provider.
+ "targetMerchantId": "A String", # The ID of the account for which to get/submit data.
+ "sale": { # The change of the available quantity of an item at the given store. # The sale information to submit. This should be set only if the method is `sale`.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
"storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
- "saleId": "A String", # A unique ID to group items from the same sale event.
"itemId": "A String", # Required. A unique identifier for the item.
- "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
"price": { # Required. The price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
+ "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
+ "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "saleId": "A String", # A unique ID to group items from the same sale event.
"timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
"gtin": "A String", # Global Trade Item Number.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
},
+ "store": { # Store resource. # The store information to submit. This should be set only if the method is `insert`.
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+ },
+ "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`get`" - "`insert`" - "`inventory`" - "`sale`"
},
],
}
@@ -168,58 +168,58 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{
- "store": { # Store resource. # The retrieved or updated store information.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- },
- "sale": { # The change of the available quantity of an item at the given store. # The updated sale information.
- "targetCountry": "A String", # Required. The CLDR territory code for the item.
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
- "saleId": "A String", # A unique ID to group items from the same sale event.
- "itemId": "A String", # Required. A unique identifier for the item.
- "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
- "price": { # Required. The price of the item.
- "currency": "A String", # The currency of the price.
- "value": "A String", # The price represented as a number.
- },
- "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "gtin": "A String", # Global Trade Item Number.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
- },
+ "batchId": 42, # The ID of the request entry to which this entry responds.
"inventory": { # The absolute quantity of an item available at the given store. # The updated inventory information.
- "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
"quantity": "A String", # Required. The available quantity of the item.
+ "gtin": "A String", # Global Trade Item Number.
"itemId": "A String", # Required. A unique identifier for the item.
+ "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
"price": { # Required. The current price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posInventory`"
- "gtin": "A String", # Global Trade Item Number.
+ "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ },
+ "sale": { # The change of the available quantity of an item at the given store. # The updated sale information.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posSale`"
"storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "itemId": "A String", # Required. A unique identifier for the item.
"contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+ "price": { # Required. The price of the item.
+ "currency": "A String", # The currency of the price.
+ "value": "A String", # The price represented as a number.
+ },
+ "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
+ "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "saleId": "A String", # A unique ID to group items from the same sale event.
"timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "gtin": "A String", # Global Trade Item Number.
+ },
+ "store": { # Store resource. # The retrieved or updated store information.
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
},
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posCustomBatchResponseEntry`"
- "batchId": 42, # The ID of the request entry to which this entry responds.
"errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if, and only if, the request failed.
+ "code": 42, # The HTTP status of the first error in `errors`.
"errors": [ # A list of errors.
{ # An error returned by the API.
+ "reason": "A String", # The error code.
"domain": "A String", # The domain of the error.
"message": "A String", # A description of the error.
- "reason": "A String", # The error code.
},
],
"message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
},
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posCustomBatchResponse".
}</pre>
</div>
@@ -256,10 +256,10 @@
An object of the form:
{ # Store resource.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- }</pre>
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+ }</pre>
</div>
<div class="method">
@@ -273,10 +273,10 @@
The object takes the form of:
{ # Store resource.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- }
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
x__xgafv: string, V1 error format.
@@ -288,10 +288,10 @@
An object of the form:
{ # Store resource.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- }</pre>
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+ }</pre>
</div>
<div class="method">
@@ -306,16 +306,16 @@
{
"targetCountry": "A String", # Required. The CLDR territory code for the item.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "itemId": "A String", # Required. A unique identifier for the item.
+ "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
"gtin": "A String", # Global Trade Item Number.
+ "quantity": "A String", # Required. The available quantity of the item.
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
"price": { # Required. The current price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
- "itemId": "A String", # Required. A unique identifier for the item.
- "quantity": "A String", # Required. The available quantity of the item.
- "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
@@ -328,18 +328,18 @@
An object of the form:
{
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
- "itemId": "A String", # Required. A unique identifier for the item.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posInventoryResponse".
- "gtin": "A String", # Global Trade Item Number.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "targetCountry": "A String", # Required. The CLDR territory code for the item.
- "quantity": "A String", # Required. The available quantity of the item.
"price": { # Required. The current price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+ "quantity": "A String", # Required. The available quantity of the item.
+ "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "gtin": "A String", # Global Trade Item Number.
"timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posInventoryResponse".
+ "itemId": "A String", # Required. A unique identifier for the item.
}</pre>
</div>
@@ -359,14 +359,14 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posListResponse".
"resources": [
{ # Store resource.
- "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
- "storeAddress": "A String", # Required. The street address of the store.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
- },
+ "storeCode": "A String", # Required. A store identifier that is unique for the given merchant.
+ "storeAddress": "A String", # Required. The street address of the store.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#posStore`"
+ },
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posListResponse".
}</pre>
</div>
@@ -381,18 +381,18 @@
The object takes the form of:
{
+ "saleId": "A String", # A unique ID to group items from the same sale event.
+ "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "gtin": "A String", # Global Trade Item Number.
+ "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
"price": { # Required. The price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
- "gtin": "A String", # Global Trade Item Number.
- "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
- "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
- "itemId": "A String", # Required. A unique identifier for the item.
- "saleId": "A String", # A unique ID to group items from the same sale event.
"contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
"targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "itemId": "A String", # Required. A unique identifier for the item.
}
dryRun: boolean, Flag to simulate a request like in a live environment. If set to true, dry-run mode checks the validity of the request and returns errors (if any).
@@ -405,19 +405,19 @@
An object of the form:
{
+ "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
+ "saleId": "A String", # A unique ID to group items from the same sale event.
+ "itemId": "A String", # Required. A unique identifier for the item.
+ "gtin": "A String", # Global Trade Item Number.
+ "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
+ "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
+ "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
+ "targetCountry": "A String", # Required. The CLDR territory code for the item.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posSaleResponse".
"price": { # Required. The price of the item.
"currency": "A String", # The currency of the price.
"value": "A String", # The price represented as a number.
},
- "storeCode": "A String", # Required. The identifier of the merchant's store. Either a `storeCode` inserted via the API or the code of the store in Google My Business.
- "gtin": "A String", # Global Trade Item Number.
- "contentLanguage": "A String", # Required. The two-letter ISO 639-1 language code for the item.
- "itemId": "A String", # Required. A unique identifier for the item.
- "quantity": "A String", # Required. The relative change of the available quantity. Negative for items returned.
- "saleId": "A String", # A unique ID to group items from the same sale event.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#posSaleResponse".
- "targetCountry": "A String", # Required. The CLDR territory code for the item.
- "timestamp": "A String", # Required. The inventory timestamp, in ISO 8601 format.
}</pre>
</div>