aboutsummaryrefslogtreecommitdiff
path: root/docs/dyn/content_v2.datafeedstatuses.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/dyn/content_v2.datafeedstatuses.html')
-rw-r--r--docs/dyn/content_v2.datafeedstatuses.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/docs/dyn/content_v2.datafeedstatuses.html b/docs/dyn/content_v2.datafeedstatuses.html
index 332b716c3..61d173df9 100644
--- a/docs/dyn/content_v2.datafeedstatuses.html
+++ b/docs/dyn/content_v2.datafeedstatuses.html
@@ -75,9 +75,6 @@ h1, h2, h3 {
<h1><a href="content_v2.html">Content API for Shopping</a> . <a href="content_v2.datafeedstatuses.html">datafeedstatuses</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#batch">batch(body)</a></code></p>
-<p class="firstline">A description of how to use this function</p>
-<p class="toc_element">
<code><a href="#custombatch">custombatch(body)</a></code></p>
<p class="firstline">A description of how to use this function</p>
<p class="toc_element">
@@ -88,75 +85,6 @@ h1, h2, h3 {
<p class="firstline">Lists the statuses of the datafeeds in your Merchant Center account.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="batch">batch(body)</code>
- <pre>A description of how to use this function
-
-Args:
- body: object, The request body. (required)
- The object takes the form of:
-
-{
- "entrys": [
- {
- "batchId": 42,
- "methodName": "A String",
- },
- ],
- }
-
-
-Returns:
- An object of the form:
-
- {
- "entrys": [
- {
- "batchId": 42,
- "datafeedstatusesgetresponse": {
- "kind": "content#datafeedstatusesGetResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesGetResponse".
- "resource": {
- "kind": "content#datafeedStatus", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus".
- "errors": [ # The list of errors occurring in the feed.
- { # An error occurring in the feed, like "invalid price".
- "count": 42, # The number of occurrences of the error in the feed.
- "message": "A String", # The error message, e.g., "Invalid price".
- "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.
- "itemId": "A String", # The ID of the example item.
- "value": "A String", # The problematic value.
- "lineNumber": 42, # Line number in the data feed where the example is found.
- },
- ],
- },
- ],
- "processingStatus": "A String", # The processing status of the feed.
- "itemsTotal": 42, # The number of items in the feed that were processed.
- "warnings": [ # The list of errors occurring in the feed.
- { # An error occurring in the feed, like "invalid price".
- "count": 42, # The number of occurrences of the error in the feed.
- "message": "A String", # The error message, e.g., "Invalid price".
- "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.
- "itemId": "A String", # The ID of the example item.
- "value": "A String", # The problematic value.
- "lineNumber": 42, # Line number in the data feed where the example is found.
- },
- ],
- },
- ],
- "itemsValid": 42, # The number of items in the feed that were valid.
- "datafeedId": "A String", # The ID of the feed for which the status is reported.
- },
- },
- },
- ],
- "kind": "content#datafeedstatusesBatchResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesBatchResponse".
- }</pre>
-</div>
-
-<div class="method">
<code class="details" id="custombatch">custombatch(body)</code>
<pre>A description of how to use this function