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.accountstatuses.html b/docs/dyn/content_v2.accountstatuses.html
index 89905c1..bfe787a 100644
--- a/docs/dyn/content_v2.accountstatuses.html
+++ b/docs/dyn/content_v2.accountstatuses.html
@@ -106,13 +106,13 @@
{
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch accountstatuses request.
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
+ "accountId": "A String", # The ID of the (sub-)account whose status to get.
"destinations": [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
"A String",
],
- "merchantId": "A String", # The ID of the managing account.
+ "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
"batchId": 42, # An entry ID, unique within the batch request.
- "accountId": "A String", # The ID of the (sub-)account whose status to get.
+ "merchantId": "A String", # The ID of the managing account.
},
],
}
@@ -129,81 +129,81 @@
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch accountstatuses response.
"accountStatus": { # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time. # The requested account status. Defined if and only if the request was successful.
+ "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
+ {
+ "statistics": { # Aggregated product statistics.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "active": "A String", # Number of active offers.
+ },
+ "destination": "A String", # The destination the data applies to.
+ "country": "A String", # The country the data applies to.
+ "itemLevelIssues": [ # List of item-level issues.
+ {
+ "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "servability": "A String", # How this issue affects serving of the offer.
+ "detail": "A String", # A detailed issue description in English.
+ "description": "A String", # A short issue description in English.
+ "code": "A String", # The error code of the issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "numItems": "A String", # Number of items with this issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
+ },
+ ],
+ "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
+ },
+ ],
"accountId": "A String", # The ID of the account for which the status is reported.
"accountLevelIssues": [ # A list of account level issues.
{
- "detail": "A String", # Additional details about the issue.
"severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
"country": "A String", # Country for which this issue is reported.
- "id": "A String", # Issue identifier.
+ "detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "id": "A String", # Issue identifier.
"title": "A String", # Short description of the issue.
- },
- ],
- "websiteClaimed": True or False, # Whether the account's website is claimed or not.
- "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
- {
- "destination": "A String", # The destination the data applies to.
- "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
- "country": "A String", # The country the data applies to.
- "statistics": { # Aggregated product statistics.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- "disapproved": "A String", # Number of disapproved offers.
- },
- "itemLevelIssues": [ # List of item-level issues.
- {
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
- "description": "A String", # A short issue description in English.
- "code": "A String", # The error code of the issue.
- "numItems": "A String", # Number of items with this issue.
- "detail": "A String", # A detailed issue description in English.
- "servability": "A String", # How this issue affects serving of the offer.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
- },
- ],
- },
- ],
- "dataQualityIssues": [ # DEPRECATED - never populated.
- {
- "detail": "A String",
- "destination": "A String",
- "country": "A String",
- "displayedValue": "A String",
- "location": "A String",
- "lastChecked": "A String",
- "numItems": 42,
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "id": "A String",
- "exampleItems": [
- {
- "title": "A String",
- "valueOnLandingPage": "A String",
- "itemId": "A String",
- "submittedValue": "A String",
- "link": "A String",
- },
- ],
- "submittedValue": "A String",
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
},
],
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
+ "dataQualityIssues": [ # DEPRECATED - never populated.
+ {
+ "id": "A String",
+ "numItems": 42,
+ "detail": "A String",
+ "country": "A String",
+ "exampleItems": [
+ {
+ "itemId": "A String",
+ "submittedValue": "A String",
+ "link": "A String",
+ "title": "A String",
+ "valueOnLandingPage": "A String",
+ },
+ ],
+ "destination": "A String",
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "location": "A String",
+ "displayedValue": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
+ },
+ ],
+ "websiteClaimed": True or False, # Whether the account's website is claimed or not.
},
- "batchId": 42, # The ID of the request entry this entry responds to.
"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`.
},
+ "batchId": 42, # The ID of the request entry this entry responds to.
},
],
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesCustomBatchResponse".
@@ -227,68 +227,68 @@
An object of the form:
{ # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
+ "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
+ {
+ "statistics": { # Aggregated product statistics.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "active": "A String", # Number of active offers.
+ },
+ "destination": "A String", # The destination the data applies to.
+ "country": "A String", # The country the data applies to.
+ "itemLevelIssues": [ # List of item-level issues.
+ {
+ "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "servability": "A String", # How this issue affects serving of the offer.
+ "detail": "A String", # A detailed issue description in English.
+ "description": "A String", # A short issue description in English.
+ "code": "A String", # The error code of the issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "numItems": "A String", # Number of items with this issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
+ },
+ ],
+ "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
+ },
+ ],
"accountId": "A String", # The ID of the account for which the status is reported.
"accountLevelIssues": [ # A list of account level issues.
{
- "detail": "A String", # Additional details about the issue.
"severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
"country": "A String", # Country for which this issue is reported.
- "id": "A String", # Issue identifier.
+ "detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "id": "A String", # Issue identifier.
"title": "A String", # Short description of the issue.
- },
- ],
- "websiteClaimed": True or False, # Whether the account's website is claimed or not.
- "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
- {
- "destination": "A String", # The destination the data applies to.
- "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
- "country": "A String", # The country the data applies to.
- "statistics": { # Aggregated product statistics.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- "disapproved": "A String", # Number of disapproved offers.
- },
- "itemLevelIssues": [ # List of item-level issues.
- {
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
- "description": "A String", # A short issue description in English.
- "code": "A String", # The error code of the issue.
- "numItems": "A String", # Number of items with this issue.
- "detail": "A String", # A detailed issue description in English.
- "servability": "A String", # How this issue affects serving of the offer.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
- },
- ],
- },
- ],
- "dataQualityIssues": [ # DEPRECATED - never populated.
- {
- "detail": "A String",
- "destination": "A String",
- "country": "A String",
- "displayedValue": "A String",
- "location": "A String",
- "lastChecked": "A String",
- "numItems": 42,
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "id": "A String",
- "exampleItems": [
- {
- "title": "A String",
- "valueOnLandingPage": "A String",
- "itemId": "A String",
- "submittedValue": "A String",
- "link": "A String",
- },
- ],
- "submittedValue": "A String",
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
},
],
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
+ "dataQualityIssues": [ # DEPRECATED - never populated.
+ {
+ "id": "A String",
+ "numItems": 42,
+ "detail": "A String",
+ "country": "A String",
+ "exampleItems": [
+ {
+ "itemId": "A String",
+ "submittedValue": "A String",
+ "link": "A String",
+ "title": "A String",
+ "valueOnLandingPage": "A String",
+ },
+ ],
+ "destination": "A String",
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "location": "A String",
+ "displayedValue": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
+ },
+ ],
+ "websiteClaimed": True or False, # Whether the account's website is claimed or not.
}</pre>
</div>
@@ -311,73 +311,73 @@
{
"nextPageToken": "A String", # The token for the retrieval of the next page of account statuses.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesListResponse".
"resources": [
{ # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
+ "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
+ {
+ "statistics": { # Aggregated product statistics.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "active": "A String", # Number of active offers.
+ },
+ "destination": "A String", # The destination the data applies to.
+ "country": "A String", # The country the data applies to.
+ "itemLevelIssues": [ # List of item-level issues.
+ {
+ "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "servability": "A String", # How this issue affects serving of the offer.
+ "detail": "A String", # A detailed issue description in English.
+ "description": "A String", # A short issue description in English.
+ "code": "A String", # The error code of the issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "numItems": "A String", # Number of items with this issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
+ },
+ ],
+ "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
+ },
+ ],
"accountId": "A String", # The ID of the account for which the status is reported.
"accountLevelIssues": [ # A list of account level issues.
{
- "detail": "A String", # Additional details about the issue.
"severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
"country": "A String", # Country for which this issue is reported.
- "id": "A String", # Issue identifier.
+ "detail": "A String", # Additional details about the issue.
"documentation": "A String", # The URL of a web page to help resolving this issue.
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "id": "A String", # Issue identifier.
"title": "A String", # Short description of the issue.
- },
- ],
- "websiteClaimed": True or False, # Whether the account's website is claimed or not.
- "products": [ # List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
- {
- "destination": "A String", # The destination the data applies to.
- "channel": "A String", # The channel the data applies to. Acceptable values are: - "`local`" - "`online`"
- "country": "A String", # The country the data applies to.
- "statistics": { # Aggregated product statistics.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- "disapproved": "A String", # Number of disapproved offers.
- },
- "itemLevelIssues": [ # List of item-level issues.
- {
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
- "description": "A String", # A short issue description in English.
- "code": "A String", # The error code of the issue.
- "numItems": "A String", # Number of items with this issue.
- "detail": "A String", # A detailed issue description in English.
- "servability": "A String", # How this issue affects serving of the offer.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
- },
- ],
- },
- ],
- "dataQualityIssues": [ # DEPRECATED - never populated.
- {
- "detail": "A String",
- "destination": "A String",
- "country": "A String",
- "displayedValue": "A String",
- "location": "A String",
- "lastChecked": "A String",
- "numItems": 42,
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "id": "A String",
- "exampleItems": [
- {
- "title": "A String",
- "valueOnLandingPage": "A String",
- "itemId": "A String",
- "submittedValue": "A String",
- "link": "A String",
- },
- ],
- "submittedValue": "A String",
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
},
],
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
+ "dataQualityIssues": [ # DEPRECATED - never populated.
+ {
+ "id": "A String",
+ "numItems": 42,
+ "detail": "A String",
+ "country": "A String",
+ "exampleItems": [
+ {
+ "itemId": "A String",
+ "submittedValue": "A String",
+ "link": "A String",
+ "title": "A String",
+ "valueOnLandingPage": "A String",
+ },
+ ],
+ "destination": "A String",
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "location": "A String",
+ "displayedValue": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
+ },
+ ],
+ "websiteClaimed": True or False, # Whether the account's website is claimed or not.
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesListResponse".
}</pre>
</div>