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

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

Issue 2039113004: Api-roll 37: 2016-06-06 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 6 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
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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/hqrMddPMFaU74nL8Pb566O2vUwc\"", 18 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/4Rgh9MmLNBO5ZC_DMngLOgVFSQQ\"",
19 "icons": { 19 "icons": {
20 "x16": "http://www.google.com/images/icons/product/search-16.gif", 20 "x16": "http://www.google.com/images/icons/product/search-16.gif",
21 "x32": "http://www.google.com/images/icons/product/search-32.gif" 21 "x32": "http://www.google.com/images/icons/product/search-32.gif"
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 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 "response": { 1933 "response": {
1934 "$ref": "ProductstatusesListResponse" 1934 "$ref": "ProductstatusesListResponse"
1935 }, 1935 },
1936 "scopes": [ 1936 "scopes": [
1937 "https://www.googleapis.com/auth/content" 1937 "https://www.googleapis.com/auth/content"
1938 ] 1938 ]
1939 } 1939 }
1940 } 1940 }
1941 } 1941 }
1942 }, 1942 },
1943 "revision": "20160419", 1943 "revision": "20160520",
1944 "rootUrl": "https://www.googleapis.com/", 1944 "rootUrl": "https://www.googleapis.com/",
1945 "schemas": { 1945 "schemas": {
1946 "Account": { 1946 "Account": {
1947 "description": "Account data.", 1947 "description": "Account data.",
1948 "id": "Account", 1948 "id": "Account",
1949 "properties": { 1949 "properties": {
1950 "adultContent": { 1950 "adultContent": {
1951 "description": "Indicates whether the merchant sells adult c ontent.", 1951 "description": "Indicates whether the merchant sells adult c ontent.",
1952 "type": "boolean" 1952 "type": "boolean"
1953 }, 1953 },
(...skipping 3048 matching lines...) Expand 10 before | Expand all | Expand 10 after
5002 "description": "Product data.", 5002 "description": "Product data.",
5003 "id": "Product", 5003 "id": "Product",
5004 "properties": { 5004 "properties": {
5005 "additionalImageLinks": { 5005 "additionalImageLinks": {
5006 "description": "Additional URLs of images of the item.", 5006 "description": "Additional URLs of images of the item.",
5007 "items": { 5007 "items": {
5008 "type": "string" 5008 "type": "string"
5009 }, 5009 },
5010 "type": "array" 5010 "type": "array"
5011 }, 5011 },
5012 "additionalProductTypes": {
5013 "description": "Additional categories of the item (formatted as in products feed specification).",
5014 "items": {
5015 "type": "string"
5016 },
5017 "type": "array"
5018 },
5012 "adult": { 5019 "adult": {
5013 "description": "Set to true if the item is targeted towards adults.", 5020 "description": "Set to true if the item is targeted towards adults.",
5014 "type": "boolean" 5021 "type": "boolean"
5015 }, 5022 },
5016 "adwordsGrouping": { 5023 "adwordsGrouping": {
5017 "description": "Used to group items in an arbitrary way. Onl y for CPA%, discouraged otherwise.", 5024 "description": "Used to group items in an arbitrary way. Onl y for CPA%, discouraged otherwise.",
5018 "type": "string" 5025 "type": "string"
5019 }, 5026 },
5020 "adwordsLabels": { 5027 "adwordsLabels": {
5021 "description": "Similar to adwords_grouping, but only works on CPC.", 5028 "description": "Similar to adwords_grouping, but only works on CPC.",
(...skipping 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after
6167 "type": "string" 6174 "type": "string"
6168 } 6175 }
6169 }, 6176 },
6170 "type": "object" 6177 "type": "object"
6171 } 6178 }
6172 }, 6179 },
6173 "servicePath": "content/v2/", 6180 "servicePath": "content/v2/",
6174 "title": "Content API for Shopping", 6181 "title": "Content API for Shopping",
6175 "version": "v2" 6182 "version": "v2"
6176 } 6183 }
OLDNEW
« no previous file with comments | « discovery/googleapis/consumersurveys__v2.json ('k') | discovery/googleapis/content__v2sandbox.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698