chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/content_v2.accountstatuses.html b/docs/dyn/content_v2.accountstatuses.html
index b06b7f5..29665e5 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.
- "accountId": "A String", # The ID of the (sub-)account whose status to get.
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
- "merchantId": "A String", # The ID of the managing account.
"destinations": [ # If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
"A String",
],
+ "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.
},
],
}
@@ -126,87 +126,87 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#accountstatusesCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch accountstatuses response.
+ "batchId": 42, # The ID of the request entry this entry responds to.
"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.
- "accountLevelIssues": [ # A list of account level issues.
- {
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
- "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "title": "A String", # Short description of the issue.
- "id": "A String", # Issue identifier.
- "documentation": "A String", # The URL of a web page to help resolving this issue.
- "detail": "A String", # Additional details about the issue.
- "country": "A String", # Country for which this issue is reported.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"dataQualityIssues": [ # DEPRECATED - never populated.
{
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "detail": "A String",
+ "location": "A String",
+ "displayedValue": "A String",
+ "destination": "A String",
+ "numItems": 42,
+ "country": "A String",
+ "id": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
"exampleItems": [
{
"submittedValue": "A String",
- "valueOnLandingPage": "A String",
"itemId": "A String",
- "title": "A String",
"link": "A String",
+ "valueOnLandingPage": "A String",
+ "title": "A String",
},
],
- "destination": "A String",
- "submittedValue": "A String",
- "displayedValue": "A String",
- "id": "A String",
- "numItems": 42,
- "country": "A String",
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "detail": "A String",
- "lastChecked": "A String",
- "location": "A String",
+ },
+ ],
+ "accountLevelIssues": [ # A list of account level issues.
+ {
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "country": "A String", # Country for which this issue is reported.
+ "documentation": "A String", # The URL of a web page to help resolving this issue.
+ "detail": "A String", # Additional details about the issue.
+ "id": "A String", # Issue identifier.
+ "title": "A String", # Short description of the issue.
+ "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
},
],
"accountId": "A String", # The ID of the account for which the status is reported.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"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`"
- "statistics": { # Aggregated product statistics.
- "disapproved": "A String", # Number of disapproved offers.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- },
+ "country": "A String", # The country the data applies to.
"itemLevelIssues": [ # List of item-level issues.
{
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "description": "A String", # A short issue description in English.
- "numItems": "A String", # Number of items with this issue.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "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.
"code": "A String", # The error code of the issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
"detail": "A String", # A detailed issue description in English.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "numItems": "A String", # Number of items with this issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "description": "A String", # A short issue description in English.
},
],
- "country": "A String", # The country the data applies to.
+ "statistics": { # Aggregated product statistics.
+ "active": "A String", # Number of active offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ },
+ "destination": "A String", # The destination the data applies to.
},
],
"websiteClaimed": True or False, # Whether the account's website is claimed or not.
},
"errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
- "message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
"errors": [ # A list of errors.
{ # An error returned by the API.
- "message": "A String", # A description of the error.
"reason": "A String", # The error code.
+ "message": "A String", # A description of the error.
"domain": "A String", # The domain of the error.
},
],
+ "code": 42, # The HTTP status of the first error in `errors`.
+ "message": "A String", # The message 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".
}</pre>
</div>
@@ -227,65 +227,65 @@
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.
- "accountLevelIssues": [ # A list of account level issues.
- {
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
- "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "title": "A String", # Short description of the issue.
- "id": "A String", # Issue identifier.
- "documentation": "A String", # The URL of a web page to help resolving this issue.
- "detail": "A String", # Additional details about the issue.
- "country": "A String", # Country for which this issue is reported.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"dataQualityIssues": [ # DEPRECATED - never populated.
{
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "detail": "A String",
+ "location": "A String",
+ "displayedValue": "A String",
+ "destination": "A String",
+ "numItems": 42,
+ "country": "A String",
+ "id": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
"exampleItems": [
{
"submittedValue": "A String",
- "valueOnLandingPage": "A String",
"itemId": "A String",
- "title": "A String",
"link": "A String",
+ "valueOnLandingPage": "A String",
+ "title": "A String",
},
],
- "destination": "A String",
- "submittedValue": "A String",
- "displayedValue": "A String",
- "id": "A String",
- "numItems": 42,
- "country": "A String",
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "detail": "A String",
- "lastChecked": "A String",
- "location": "A String",
+ },
+ ],
+ "accountLevelIssues": [ # A list of account level issues.
+ {
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "country": "A String", # Country for which this issue is reported.
+ "documentation": "A String", # The URL of a web page to help resolving this issue.
+ "detail": "A String", # Additional details about the issue.
+ "id": "A String", # Issue identifier.
+ "title": "A String", # Short description of the issue.
+ "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
},
],
"accountId": "A String", # The ID of the account for which the status is reported.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"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`"
- "statistics": { # Aggregated product statistics.
- "disapproved": "A String", # Number of disapproved offers.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- },
+ "country": "A String", # The country the data applies to.
"itemLevelIssues": [ # List of item-level issues.
{
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "description": "A String", # A short issue description in English.
- "numItems": "A String", # Number of items with this issue.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "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.
"code": "A String", # The error code of the issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
"detail": "A String", # A detailed issue description in English.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "numItems": "A String", # Number of items with this issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "description": "A String", # A short issue description in English.
},
],
- "country": "A String", # The country the data applies to.
+ "statistics": { # Aggregated product statistics.
+ "active": "A String", # Number of active offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ },
+ "destination": "A String", # The destination the data applies to.
},
],
"websiteClaimed": True or False, # Whether the account's website is claimed or not.
@@ -312,65 +312,65 @@
{
"resources": [
{ # The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
- "accountLevelIssues": [ # A list of account level issues.
- {
- "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
- "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "title": "A String", # Short description of the issue.
- "id": "A String", # Issue identifier.
- "documentation": "A String", # The URL of a web page to help resolving this issue.
- "detail": "A String", # Additional details about the issue.
- "country": "A String", # Country for which this issue is reported.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"dataQualityIssues": [ # DEPRECATED - never populated.
{
+ "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
+ "detail": "A String",
+ "location": "A String",
+ "displayedValue": "A String",
+ "destination": "A String",
+ "numItems": 42,
+ "country": "A String",
+ "id": "A String",
+ "lastChecked": "A String",
+ "submittedValue": "A String",
"exampleItems": [
{
"submittedValue": "A String",
- "valueOnLandingPage": "A String",
"itemId": "A String",
- "title": "A String",
"link": "A String",
+ "valueOnLandingPage": "A String",
+ "title": "A String",
},
],
- "destination": "A String",
- "submittedValue": "A String",
- "displayedValue": "A String",
- "id": "A String",
- "numItems": 42,
- "country": "A String",
- "severity": "A String", # Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- "detail": "A String",
- "lastChecked": "A String",
- "location": "A String",
+ },
+ ],
+ "accountLevelIssues": [ # A list of account level issues.
+ {
+ "destination": "A String", # The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
+ "country": "A String", # Country for which this issue is reported.
+ "documentation": "A String", # The URL of a web page to help resolving this issue.
+ "detail": "A String", # Additional details about the issue.
+ "id": "A String", # Issue identifier.
+ "title": "A String", # Short description of the issue.
+ "severity": "A String", # Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
},
],
"accountId": "A String", # The ID of the account for which the status is reported.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#accountStatus`"
"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`"
- "statistics": { # Aggregated product statistics.
- "disapproved": "A String", # Number of disapproved offers.
- "pending": "A String", # Number of pending offers.
- "active": "A String", # Number of active offers.
- "expiring": "A String", # Number of expiring offers.
- },
+ "country": "A String", # The country the data applies to.
"itemLevelIssues": [ # List of item-level issues.
{
- "resolution": "A String", # Whether the issue can be resolved by the merchant.
- "description": "A String", # A short issue description in English.
- "numItems": "A String", # Number of items with this issue.
- "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "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.
"code": "A String", # The error code of the issue.
+ "resolution": "A String", # Whether the issue can be resolved by the merchant.
"detail": "A String", # A detailed issue description in English.
- "attributeName": "A String", # The attribute's name, if the issue is caused by a single attribute.
+ "numItems": "A String", # Number of items with this issue.
+ "documentation": "A String", # The URL of a web page to help with resolving this issue.
+ "description": "A String", # A short issue description in English.
},
],
- "country": "A String", # The country the data applies to.
+ "statistics": { # Aggregated product statistics.
+ "active": "A String", # Number of active offers.
+ "disapproved": "A String", # Number of disapproved offers.
+ "pending": "A String", # Number of pending offers.
+ "expiring": "A String", # Number of expiring offers.
+ },
+ "destination": "A String", # The destination the data applies to.
},
],
"websiteClaimed": True or False, # Whether the account's website is claimed or not.