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

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

Issue 2281923002: Api-roll 41: 2016-08-26 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 3 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/servicemanagement__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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 "scopes": [ 495 "scopes": [
496 "https://www.googleapis.com/auth/drive", 496 "https://www.googleapis.com/auth/drive",
497 "https://www.googleapis.com/auth/spreadsheets" 497 "https://www.googleapis.com/auth/spreadsheets"
498 ] 498 ]
499 } 499 }
500 } 500 }
501 } 501 }
502 } 502 }
503 } 503 }
504 }, 504 },
505 "revision": "20160804", 505 "revision": "20160822",
506 "rootUrl": "https://sheets.googleapis.com/", 506 "rootUrl": "https://sheets.googleapis.com/",
507 "schemas": { 507 "schemas": {
508 "AddNamedRangeResponse": { 508 "AddNamedRangeResponse": {
509 "description": "The result of adding a named range.", 509 "description": "The result of adding a named range.",
510 "id": "AddNamedRangeResponse", 510 "id": "AddNamedRangeResponse",
511 "properties": { 511 "properties": {
512 "namedRange": { 512 "namedRange": {
513 "$ref": "NamedRange", 513 "$ref": "NamedRange",
514 "description": "The named range to add." 514 "description": "The named range to add."
515 } 515 }
(...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3750 "description": "The rule that was deleted." 3750 "description": "The rule that was deleted."
3751 } 3751 }
3752 }, 3752 },
3753 "type": "object" 3753 "type": "object"
3754 } 3754 }
3755 }, 3755 },
3756 "servicePath": "", 3756 "servicePath": "",
3757 "title": "Google Sheets API", 3757 "title": "Google Sheets API",
3758 "version": "v4" 3758 "version": "v4"
3759 } 3759 }
OLDNEW
« no previous file with comments | « discovery/googleapis/servicemanagement__v1.json ('k') | discovery/googleapis/storage__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698