Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(771)

Side by Side Diff: discovery/googleapis/content__v2.json

Issue 2695743002: Api-roll 45: 2017-02-13 (Closed)
Patch Set: reverted local changes to pubspec file Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/container__v1.json ('k') | discovery/googleapis/content__v2sandbox.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/content": { 5 "https://www.googleapis.com/auth/content": {
6 "description": "Manage your product listings and accounts fo r Google Shopping" 6 "description": "Manage your product listings and accounts fo r Google Shopping"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
11 "basePath": "/content/v2/", 11 "basePath": "/content/v2/",
12 "baseUrl": "https://www.googleapis.com/content/v2/", 12 "baseUrl": "https://www.googleapis.com/content/v2/",
13 "batchPath": "batch", 13 "batchPath": "batch",
14 "canonicalName": "Shopping Content", 14 "canonicalName": "Shopping Content",
15 "description": "Manages product items, inventory, and Merchant Center accoun ts for Google Shopping.", 15 "description": "Manages product items, inventory, and Merchant Center accoun ts for Google Shopping.",
16 "discoveryVersion": "v1", 16 "discoveryVersion": "v1",
17 "documentationLink": "https://developers.google.com/shopping-content", 17 "documentationLink": "https://developers.google.com/shopping-content",
18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/MJiuoRsHT46yY3IV3KcnT4EHa4c\"", 18 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Q7x7O16Jjj1JyAS5e5qN_sA0jCo\"",
19 "icons": { 19 "icons": {
20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 20 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 21 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
22 }, 22 },
23 "id": "content:v2", 23 "id": "content:v2",
24 "kind": "discovery#restDescription", 24 "kind": "discovery#restDescription",
25 "name": "content", 25 "name": "content",
26 "ownerDomain": "google.com", 26 "ownerDomain": "google.com",
27 "ownerName": "Google", 27 "ownerName": "Google",
28 "parameters": { 28 "parameters": {
(...skipping 2101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2130 "response": { 2130 "response": {
2131 "$ref": "ShippingSettings" 2131 "$ref": "ShippingSettings"
2132 }, 2132 },
2133 "scopes": [ 2133 "scopes": [
2134 "https://www.googleapis.com/auth/content" 2134 "https://www.googleapis.com/auth/content"
2135 ] 2135 ]
2136 } 2136 }
2137 } 2137 }
2138 } 2138 }
2139 }, 2139 },
2140 "revision": "20170111", 2140 "revision": "20170207",
2141 "rootUrl": "https://www.googleapis.com/", 2141 "rootUrl": "https://www.googleapis.com/",
2142 "schemas": { 2142 "schemas": {
2143 "Account": { 2143 "Account": {
2144 "description": "Account data.", 2144 "description": "Account data.",
2145 "id": "Account", 2145 "id": "Account",
2146 "properties": { 2146 "properties": {
2147 "adultContent": { 2147 "adultContent": {
2148 "description": "Indicates whether the merchant sells adult c ontent.", 2148 "description": "Indicates whether the merchant sells adult c ontent.",
2149 "type": "boolean" 2149 "type": "boolean"
2150 }, 2150 },
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 }, 2620 },
2621 "type": "object" 2621 "type": "object"
2622 }, 2622 },
2623 "AccountStatusDataQualityIssue": { 2623 "AccountStatusDataQualityIssue": {
2624 "id": "AccountStatusDataQualityIssue", 2624 "id": "AccountStatusDataQualityIssue",
2625 "properties": { 2625 "properties": {
2626 "country": { 2626 "country": {
2627 "description": "Country for which this issue is reported.", 2627 "description": "Country for which this issue is reported.",
2628 "type": "string" 2628 "type": "string"
2629 }, 2629 },
2630 "detail": {
2631 "description": "A more detailed description of the issue.",
2632 "type": "string"
2633 },
2630 "displayedValue": { 2634 "displayedValue": {
2631 "description": "Actual value displayed on the landing page." , 2635 "description": "Actual value displayed on the landing page." ,
2632 "type": "string" 2636 "type": "string"
2633 }, 2637 },
2634 "exampleItems": { 2638 "exampleItems": {
2635 "description": "Example items featuring the issue.", 2639 "description": "Example items featuring the issue.",
2636 "items": { 2640 "items": {
2637 "$ref": "AccountStatusExampleItem" 2641 "$ref": "AccountStatusExampleItem"
2638 }, 2642 },
2639 "type": "array" 2643 "type": "array"
2640 }, 2644 },
2641 "id": { 2645 "id": {
2642 "description": "Issue identifier.", 2646 "description": "Issue identifier.",
2643 "type": "string" 2647 "type": "string"
2644 }, 2648 },
2645 "lastChecked": { 2649 "lastChecked": {
2646 "description": "Last time the account was checked for this i ssue.", 2650 "description": "Last time the account was checked for this i ssue.",
2647 "type": "string" 2651 "type": "string"
2648 }, 2652 },
2653 "location": {
2654 "description": "The attribute name that is relevant for the issue.",
2655 "type": "string"
2656 },
2649 "numItems": { 2657 "numItems": {
2650 "description": "Number of items in the account found to have the said issue.", 2658 "description": "Number of items in the account found to have the said issue.",
2651 "format": "uint32", 2659 "format": "uint32",
2652 "type": "integer" 2660 "type": "integer"
2653 }, 2661 },
2654 "severity": { 2662 "severity": {
2655 "description": "Severity of the problem.", 2663 "description": "Severity of the problem.",
2656 "type": "string" 2664 "type": "string"
2657 }, 2665 },
2658 "submittedValue": { 2666 "submittedValue": {
(...skipping 4188 matching lines...) Expand 10 before | Expand all | Expand 10 after
6847 "type": "string" 6855 "type": "string"
6848 } 6856 }
6849 }, 6857 },
6850 "type": "object" 6858 "type": "object"
6851 } 6859 }
6852 }, 6860 },
6853 "servicePath": "content/v2/", 6861 "servicePath": "content/v2/",
6854 "title": "Content API for Shopping", 6862 "title": "Content API for Shopping",
6855 "version": "v2" 6863 "version": "v2"
6856 } 6864 }
OLDNEW
« no previous file with comments | « discovery/googleapis/container__v1.json ('k') | discovery/googleapis/content__v2sandbox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698