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

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

Issue 2973303002: Api-Roll 51: 2017-07-10 (Closed)
Patch Set: Created 3 years, 5 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": "\"YWOzh2SDasdU84ArJnpYek-OMdg/fm1Ebpn2uSmJ0EpVKtApoUWYOV4\"", 18 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/_xdoFNtmWVQrpSYjYrHA3E12xJI\"",
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "id": "content.accounts.authinfo", 80 "id": "content.accounts.authinfo",
81 "path": "accounts/authinfo", 81 "path": "accounts/authinfo",
82 "response": { 82 "response": {
83 "$ref": "AccountsAuthInfoResponse" 83 "$ref": "AccountsAuthInfoResponse"
84 }, 84 },
85 "scopes": [ 85 "scopes": [
86 "https://www.googleapis.com/auth/content" 86 "https://www.googleapis.com/auth/content"
87 ] 87 ]
88 }, 88 },
89 "claimwebsite": { 89 "claimwebsite": {
90 "description": "Claims the website of a Merchant Center sub- account. This method can only be called for multi-client accounts.", 90 "description": "Claims the website of a Merchant Center sub- account. This method can only be called for accounts to which the managing accou nt has access: either the managing account itself or sub-accounts if the managin g account is a multi-client account.",
91 "httpMethod": "POST", 91 "httpMethod": "POST",
92 "id": "content.accounts.claimwebsite", 92 "id": "content.accounts.claimwebsite",
93 "parameterOrder": [ 93 "parameterOrder": [
94 "merchantId", 94 "merchantId",
95 "accountId" 95 "accountId"
96 ], 96 ],
97 "parameters": { 97 "parameters": {
98 "accountId": { 98 "accountId": {
99 "description": "The ID of the account whose website is claimed.", 99 "description": "The ID of the account whose website is claimed.",
100 "format": "uint64", 100 "format": "uint64",
(...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after
2011 "response": { 2011 "response": {
2012 "$ref": "ShippingSettings" 2012 "$ref": "ShippingSettings"
2013 }, 2013 },
2014 "scopes": [ 2014 "scopes": [
2015 "https://www.googleapis.com/auth/content" 2015 "https://www.googleapis.com/auth/content"
2016 ] 2016 ]
2017 } 2017 }
2018 } 2018 }
2019 } 2019 }
2020 }, 2020 },
2021 "revision": "20170531", 2021 "revision": "20170627",
2022 "rootUrl": "https://www.googleapis.com/", 2022 "rootUrl": "https://www.googleapis.com/",
2023 "schemas": { 2023 "schemas": {
2024 "Account": { 2024 "Account": {
2025 "description": "Account data.", 2025 "description": "Account data.",
2026 "id": "Account", 2026 "id": "Account",
2027 "properties": { 2027 "properties": {
2028 "adultContent": { 2028 "adultContent": {
2029 "description": "Indicates whether the merchant sells adult c ontent.", 2029 "description": "Indicates whether the merchant sells adult c ontent.",
2030 "type": "boolean" 2030 "type": "boolean"
2031 }, 2031 },
(...skipping 4253 matching lines...) Expand 10 before | Expand all | Expand 10 after
6285 "type": "string" 6285 "type": "string"
6286 } 6286 }
6287 }, 6287 },
6288 "type": "object" 6288 "type": "object"
6289 } 6289 }
6290 }, 6290 },
6291 "servicePath": "content/v2/", 6291 "servicePath": "content/v2/",
6292 "title": "Content API for Shopping", 6292 "title": "Content API for Shopping",
6293 "version": "v2" 6293 "version": "v2"
6294 } 6294 }
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