Index: discovery/googleapis/content__v2.json |
diff --git a/discovery/googleapis/content__v2.json b/discovery/googleapis/content__v2.json |
index 04d1fdb32888432cba7a90884b98a2f9d45c2778..37861d9fa719a72a2e0e4d6e9272023b0c448256 100644 |
--- a/discovery/googleapis/content__v2.json |
+++ b/discovery/googleapis/content__v2.json |
@@ -15,7 +15,7 @@ |
"description": "Manages product items, inventory, and Merchant Center accounts for Google Shopping.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/shopping-content", |
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/mhTe-_g3m7I2eL2tJAE3C73VFrw\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/Jt8A6kt1GnP24vdp0UtThptYtC0\"", |
"icons": { |
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", |
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" |
@@ -2018,7 +2018,7 @@ |
} |
} |
}, |
- "revision": "20170725", |
+ "revision": "20170803", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Account": { |
@@ -2122,6 +2122,13 @@ |
"description": "The ID of the account for which the status is reported.", |
"type": "string" |
}, |
+ "accountLevelIssues": { |
+ "description": "A list of account level issues.", |
+ "items": { |
+ "$ref": "AccountStatusAccountLevelIssue" |
+ }, |
+ "type": "array" |
+ }, |
"dataQualityIssues": { |
"description": "A list of data quality issues.", |
"items": { |
@@ -2141,6 +2148,32 @@ |
}, |
"type": "object" |
}, |
+ "AccountStatusAccountLevelIssue": { |
+ "id": "AccountStatusAccountLevelIssue", |
+ "properties": { |
+ "country": { |
+ "description": "Country for which this issue is reported.", |
+ "type": "string" |
+ }, |
+ "detail": { |
+ "description": "Additional details about the issue.", |
+ "type": "string" |
+ }, |
+ "id": { |
+ "description": "Issue identifier.", |
+ "type": "string" |
+ }, |
+ "severity": { |
+ "description": "Severity of the issue.", |
+ "type": "string" |
+ }, |
+ "title": { |
+ "description": "Short description of the issue.", |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"AccountStatusDataQualityIssue": { |
"id": "AccountStatusDataQualityIssue", |
"properties": { |