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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 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/qpxExpress__v1.json ('k') | discovery/googleapis/storage__v1.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/drive.readonly": { 5 "https://www.googleapis.com/auth/drive.readonly": {
6 "description": "View the files in your Google Drive" 6 "description": "View the files in your Google Drive"
7 }, 7 },
8 "https://www.googleapis.com/auth/spreadsheets.readonly": { 8 "https://www.googleapis.com/auth/spreadsheets.readonly": {
9 "description": "View your Google Spreadsheets" 9 "description": "View your Google Spreadsheets"
10 }, 10 },
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 "scopes": [ 442 "scopes": [
443 "https://www.googleapis.com/auth/drive", 443 "https://www.googleapis.com/auth/drive",
444 "https://www.googleapis.com/auth/spreadsheets" 444 "https://www.googleapis.com/auth/spreadsheets"
445 ] 445 ]
446 } 446 }
447 } 447 }
448 } 448 }
449 } 449 }
450 } 450 }
451 }, 451 },
452 "revision": "20160617", 452 "revision": "20160708",
453 "rootUrl": "https://sheets.googleapis.com/", 453 "rootUrl": "https://sheets.googleapis.com/",
454 "schemas": { 454 "schemas": {
455 "AddNamedRangeResponse": { 455 "AddNamedRangeResponse": {
456 "description": "The result of adding a named range.", 456 "description": "The result of adding a named range.",
457 "id": "AddNamedRangeResponse", 457 "id": "AddNamedRangeResponse",
458 "properties": { 458 "properties": {
459 "namedRange": { 459 "namedRange": {
460 "$ref": "NamedRange", 460 "$ref": "NamedRange",
461 "description": "The named range to add." 461 "description": "The named range to add."
462 } 462 }
(...skipping 3215 matching lines...) Expand 10 before | Expand all | Expand 10 after
3678 "description": "The rule that was deleted." 3678 "description": "The rule that was deleted."
3679 } 3679 }
3680 }, 3680 },
3681 "type": "object" 3681 "type": "object"
3682 } 3682 }
3683 }, 3683 },
3684 "servicePath": "", 3684 "servicePath": "",
3685 "title": "Google Sheets API", 3685 "title": "Google Sheets API",
3686 "version": "v4" 3686 "version": "v4"
3687 } 3687 }
OLDNEW
« no previous file with comments | « discovery/googleapis/qpxExpress__v1.json ('k') | discovery/googleapis/storage__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698