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.datafeedstatuses.html b/docs/dyn/content_v2.datafeedstatuses.html
index 271ef0b..e029f8b 100644
--- a/docs/dyn/content_v2.datafeedstatuses.html
+++ b/docs/dyn/content_v2.datafeedstatuses.html
@@ -106,12 +106,12 @@
{
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch datafeedstatuses request.
- "country": "A String", # The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that for multi-target datafeeds this parameter is required.
"method": "A String", # The method of the batch entry. Acceptable values are: - "`get`"
+ "country": "A String", # The country for which to get the datafeed status. If this parameter is provided then language must also be provided. Note that for multi-target datafeeds this parameter is required.
"language": "A String", # The language for which to get the datafeed status. If this parameter is provided then country must also be provided. Note that for multi-target datafeeds this parameter is required.
"merchantId": "A String", # The ID of the managing account.
- "datafeedId": "A String", # The ID of the data feed to get.
"batchId": 42, # An entry ID, unique within the batch request.
+ "datafeedId": "A String", # The ID of the data feed to get.
},
],
}
@@ -129,26 +129,16 @@
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch datafeedstatuses response.
"datafeedStatus": { # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished. # The requested data feed status. Defined if and only if the request was successful.
- "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
- "warnings": [ # The list of errors occurring in the feed.
- { # An error occurring in the feed, like "invalid price".
- "examples": [ # A list of example occurrences of the error, grouped by product.
- { # An example occurrence for a particular error.
- "lineNumber": "A String", # Line number in the data feed where the example is found.
- "itemId": "A String", # The ID of the example item.
- "value": "A String", # The problematic value.
- },
- ],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
- "message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
"itemsTotal": "A String", # The number of items in the feed that were processed.
+ "lastUploadDate": "A String", # The last date at which the feed was uploaded.
+ "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
+ "itemsValid": "A String", # The number of items in the feed that were valid.
"country": "A String", # The country for which the status is reported, represented as a CLDR territory code.
- "datafeedId": "A String", # The ID of the feed for which the status is reported.
"errors": [ # The list of errors occurring in the feed.
{ # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"examples": [ # A list of example occurrences of the error, grouped by product.
{ # An example occurrence for a particular error.
"lineNumber": "A String", # Line number in the data feed where the example is found.
@@ -156,26 +146,36 @@
"value": "A String", # The problematic value.
},
],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
},
],
- "lastUploadDate": "A String", # The last date at which the feed was uploaded.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
- "itemsValid": "A String", # The number of items in the feed that were valid.
"processingStatus": "A String", # The processing status of the feed. Acceptable values are: - "`"`failure`": The feed could not be processed or all items had errors.`" - "`in progress`": The feed is being processed. - "`none`": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "`success`": The feed was processed successfully, though some items might have had errors.
+ "datafeedId": "A String", # The ID of the feed for which the status is reported.
+ "warnings": [ # The list of errors occurring in the feed.
+ { # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
+ "examples": [ # A list of example occurrences of the error, grouped by product.
+ { # An example occurrence for a particular error.
+ "lineNumber": "A String", # Line number in the data feed where the example is found.
+ "itemId": "A String", # The ID of the example item.
+ "value": "A String", # The problematic value.
+ },
+ ],
+ "message": "A String", # The error message, e.g., "Invalid price".
+ },
+ ],
},
"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.
},
@@ -201,26 +201,16 @@
An object of the form:
{ # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
- "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
- "warnings": [ # The list of errors occurring in the feed.
- { # An error occurring in the feed, like "invalid price".
- "examples": [ # A list of example occurrences of the error, grouped by product.
- { # An example occurrence for a particular error.
- "lineNumber": "A String", # Line number in the data feed where the example is found.
- "itemId": "A String", # The ID of the example item.
- "value": "A String", # The problematic value.
- },
- ],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
- "message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
"itemsTotal": "A String", # The number of items in the feed that were processed.
+ "lastUploadDate": "A String", # The last date at which the feed was uploaded.
+ "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
+ "itemsValid": "A String", # The number of items in the feed that were valid.
"country": "A String", # The country for which the status is reported, represented as a CLDR territory code.
- "datafeedId": "A String", # The ID of the feed for which the status is reported.
"errors": [ # The list of errors occurring in the feed.
{ # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"examples": [ # A list of example occurrences of the error, grouped by product.
{ # An example occurrence for a particular error.
"lineNumber": "A String", # Line number in the data feed where the example is found.
@@ -228,15 +218,25 @@
"value": "A String", # The problematic value.
},
],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
},
],
- "lastUploadDate": "A String", # The last date at which the feed was uploaded.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
- "itemsValid": "A String", # The number of items in the feed that were valid.
"processingStatus": "A String", # The processing status of the feed. Acceptable values are: - "`"`failure`": The feed could not be processed or all items had errors.`" - "`in progress`": The feed is being processed. - "`none`": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "`success`": The feed was processed successfully, though some items might have had errors.
+ "datafeedId": "A String", # The ID of the feed for which the status is reported.
+ "warnings": [ # The list of errors occurring in the feed.
+ { # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
+ "examples": [ # A list of example occurrences of the error, grouped by product.
+ { # An example occurrence for a particular error.
+ "lineNumber": "A String", # Line number in the data feed where the example is found.
+ "itemId": "A String", # The ID of the example item.
+ "value": "A String", # The problematic value.
+ },
+ ],
+ "message": "A String", # The error message, e.g., "Invalid price".
+ },
+ ],
}</pre>
</div>
@@ -260,26 +260,16 @@
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesListResponse".
"resources": [
{ # The status of a datafeed, i.e., the result of the last retrieval of the datafeed computed asynchronously when the feed processing is finished.
- "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
- "warnings": [ # The list of errors occurring in the feed.
- { # An error occurring in the feed, like "invalid price".
- "examples": [ # A list of example occurrences of the error, grouped by product.
- { # An example occurrence for a particular error.
- "lineNumber": "A String", # Line number in the data feed where the example is found.
- "itemId": "A String", # The ID of the example item.
- "value": "A String", # The problematic value.
- },
- ],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
- "message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
- },
- ],
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
"itemsTotal": "A String", # The number of items in the feed that were processed.
+ "lastUploadDate": "A String", # The last date at which the feed was uploaded.
+ "language": "A String", # The two-letter ISO 639-1 language for which the status is reported.
+ "itemsValid": "A String", # The number of items in the feed that were valid.
"country": "A String", # The country for which the status is reported, represented as a CLDR territory code.
- "datafeedId": "A String", # The ID of the feed for which the status is reported.
"errors": [ # The list of errors occurring in the feed.
{ # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"examples": [ # A list of example occurrences of the error, grouped by product.
{ # An example occurrence for a particular error.
"lineNumber": "A String", # Line number in the data feed where the example is found.
@@ -287,15 +277,25 @@
"value": "A String", # The problematic value.
},
],
- "code": "A String", # The code of the error, e.g., "validation/invalid_value".
"message": "A String", # The error message, e.g., "Invalid price".
- "count": "A String", # The number of occurrences of the error in the feed.
},
],
- "lastUploadDate": "A String", # The last date at which the feed was uploaded.
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeedStatus`"
- "itemsValid": "A String", # The number of items in the feed that were valid.
"processingStatus": "A String", # The processing status of the feed. Acceptable values are: - "`"`failure`": The feed could not be processed or all items had errors.`" - "`in progress`": The feed is being processed. - "`none`": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "`success`": The feed was processed successfully, though some items might have had errors.
+ "datafeedId": "A String", # The ID of the feed for which the status is reported.
+ "warnings": [ # The list of errors occurring in the feed.
+ { # An error occurring in the feed, like "invalid price".
+ "count": "A String", # The number of occurrences of the error in the feed.
+ "code": "A String", # The code of the error, e.g., "validation/invalid_value".
+ "examples": [ # A list of example occurrences of the error, grouped by product.
+ { # An example occurrence for a particular error.
+ "lineNumber": "A String", # Line number in the data feed where the example is found.
+ "itemId": "A String", # The ID of the example item.
+ "value": "A String", # The problematic value.
+ },
+ ],
+ "message": "A String", # The error message, e.g., "Invalid price".
+ },
+ ],
},
],
"nextPageToken": "A String", # The token for the retrieval of the next page of datafeed statuses.