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

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

Issue 2649893002: Api-roll 44: 2017-01-23 (Closed)
Patch Set: Created 3 years, 11 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/drive__v2.json ('k') | discovery/googleapis/firebasedynamiclinks__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": { 5 "https://www.googleapis.com/auth/drive": {
6 "description": "View and manage the files in your Google Dri ve" 6 "description": "View and manage the files in your Google Dri ve"
7 }, 7 },
8 "https://www.googleapis.com/auth/drive.appdata": { 8 "https://www.googleapis.com/auth/drive.appdata": {
9 "description": "View and manage its own configuration data i n your Google Drive" 9 "description": "View and manage its own configuration data i n your Google Drive"
10 }, 10 },
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 } 29 }
30 } 30 }
31 }, 31 },
32 "basePath": "/drive/v3/", 32 "basePath": "/drive/v3/",
33 "baseUrl": "https://www.googleapis.com/drive/v3/", 33 "baseUrl": "https://www.googleapis.com/drive/v3/",
34 "batchPath": "batch", 34 "batchPath": "batch",
35 "description": "Manages files in Drive including uploading, downloading, sea rching, detecting changes, and updating sharing permissions.", 35 "description": "Manages files in Drive including uploading, downloading, sea rching, detecting changes, and updating sharing permissions.",
36 "discoveryVersion": "v1", 36 "discoveryVersion": "v1",
37 "documentationLink": "https://developers.google.com/drive/", 37 "documentationLink": "https://developers.google.com/drive/",
38 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/7Z-iy05XjjWpb2qvzxznsUwRNAo\"", 38 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/J10Dqd-j3ykqCHF6dJXogNmQ37U\"",
39 "icons": { 39 "icons": {
40 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png", 40 "x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
41 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png" 41 "x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
42 }, 42 },
43 "id": "drive:v3", 43 "id": "drive:v3",
44 "kind": "discovery#restDescription", 44 "kind": "discovery#restDescription",
45 "name": "drive", 45 "name": "drive",
46 "ownerDomain": "google.com", 46 "ownerDomain": "google.com",
47 "ownerName": "Google", 47 "ownerName": "Google",
48 "parameters": { 48 "parameters": {
(...skipping 1370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 }, 1419 },
1420 "scopes": [ 1420 "scopes": [
1421 "https://www.googleapis.com/auth/drive", 1421 "https://www.googleapis.com/auth/drive",
1422 "https://www.googleapis.com/auth/drive.appdata", 1422 "https://www.googleapis.com/auth/drive.appdata",
1423 "https://www.googleapis.com/auth/drive.file" 1423 "https://www.googleapis.com/auth/drive.file"
1424 ] 1424 ]
1425 } 1425 }
1426 } 1426 }
1427 } 1427 }
1428 }, 1428 },
1429 "revision": "20161201", 1429 "revision": "20170113",
1430 "rootUrl": "https://www.googleapis.com/", 1430 "rootUrl": "https://www.googleapis.com/",
1431 "schemas": { 1431 "schemas": {
1432 "About": { 1432 "About": {
1433 "description": "Information about the user, the user's Drive, and sy stem capabilities.", 1433 "description": "Information about the user, the user's Drive, and sy stem capabilities.",
1434 "id": "About", 1434 "id": "About",
1435 "properties": { 1435 "properties": {
1436 "appInstalled": { 1436 "appInstalled": {
1437 "description": "Whether the user has installed the requestin g app.", 1437 "description": "Whether the user has installed the requestin g app.",
1438 "type": "boolean" 1438 "type": "boolean"
1439 }, 1439 },
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1542 "type": "string" 1542 "type": "string"
1543 } 1543 }
1544 }, 1544 },
1545 "type": "object" 1545 "type": "object"
1546 }, 1546 },
1547 "ChangeList": { 1547 "ChangeList": {
1548 "description": "A list of changes for a user.", 1548 "description": "A list of changes for a user.",
1549 "id": "ChangeList", 1549 "id": "ChangeList",
1550 "properties": { 1550 "properties": {
1551 "changes": { 1551 "changes": {
1552 "description": "The page of changes.", 1552 "description": "The list of changes. If nextPageToken is pop ulated, then this list may be incomplete and an additional page of results shoul d be fetched.",
1553 "items": { 1553 "items": {
1554 "$ref": "Change" 1554 "$ref": "Change"
1555 }, 1555 },
1556 "type": "array" 1556 "type": "array"
1557 }, 1557 },
1558 "kind": { 1558 "kind": {
1559 "default": "drive#changeList", 1559 "default": "drive#changeList",
1560 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#changeList\".", 1560 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#changeList\".",
1561 "type": "string" 1561 "type": "string"
1562 }, 1562 },
1563 "newStartPageToken": { 1563 "newStartPageToken": {
1564 "description": "The starting page token for future changes. This will be present only if the end of the current changes list has been reache d.", 1564 "description": "The starting page token for future changes. This will be present only if the end of the current changes list has been reache d.",
1565 "type": "string" 1565 "type": "string"
1566 }, 1566 },
1567 "nextPageToken": { 1567 "nextPageToken": {
1568 "description": "The page token for the next page of changes. This will be absent if the end of the current changes list has been reached.", 1568 "description": "The page token for the next page of changes. This will be absent if the end of the changes list has been reached. If the tok en is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.",
1569 "type": "string" 1569 "type": "string"
1570 } 1570 }
1571 }, 1571 },
1572 "type": "object" 1572 "type": "object"
1573 }, 1573 },
1574 "Channel": { 1574 "Channel": {
1575 "description": "An notification channel used to watch for resource c hanges.", 1575 "description": "An notification channel used to watch for resource c hanges.",
1576 "id": "Channel", 1576 "id": "Channel",
1577 "properties": { 1577 "properties": {
1578 "address": { 1578 "address": {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1699 "type": "boolean" 1699 "type": "boolean"
1700 } 1700 }
1701 }, 1701 },
1702 "type": "object" 1702 "type": "object"
1703 }, 1703 },
1704 "CommentList": { 1704 "CommentList": {
1705 "description": "A list of comments on a file.", 1705 "description": "A list of comments on a file.",
1706 "id": "CommentList", 1706 "id": "CommentList",
1707 "properties": { 1707 "properties": {
1708 "comments": { 1708 "comments": {
1709 "description": "The page of comments.", 1709 "description": "The list of comments. If nextPageToken is po pulated, then this list may be incomplete and an additional page of results shou ld be fetched.",
1710 "items": { 1710 "items": {
1711 "$ref": "Comment" 1711 "$ref": "Comment"
1712 }, 1712 },
1713 "type": "array" 1713 "type": "array"
1714 }, 1714 },
1715 "kind": { 1715 "kind": {
1716 "default": "drive#commentList", 1716 "default": "drive#commentList",
1717 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#commentList\".", 1717 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#commentList\".",
1718 "type": "string" 1718 "type": "string"
1719 }, 1719 },
1720 "nextPageToken": { 1720 "nextPageToken": {
1721 "description": "The page token for the next page of comments . This will be absent if the end of the comments list has been reached.", 1721 "description": "The page token for the next page of comments . This will be absent if the end of the comments list has been reached. If the t oken is rejected for any reason, it should be discarded, and pagination should b e restarted from the first page of results.",
1722 "type": "string" 1722 "type": "string"
1723 } 1723 }
1724 }, 1724 },
1725 "type": "object" 1725 "type": "object"
1726 }, 1726 },
1727 "File": { 1727 "File": {
1728 "description": "The metadata for a file.", 1728 "description": "The metadata for a file.",
1729 "id": "File", 1729 "id": "File",
1730 "properties": { 1730 "properties": {
1731 "appProperties": { 1731 "appProperties": {
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 }, 2051 },
2052 "starred": { 2052 "starred": {
2053 "description": "Whether the user has starred the file.", 2053 "description": "Whether the user has starred the file.",
2054 "type": "boolean" 2054 "type": "boolean"
2055 }, 2055 },
2056 "thumbnailLink": { 2056 "thumbnailLink": {
2057 "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the req uesting app can access the file's content.", 2057 "description": "A short-lived link to the file's thumbnail, if available. Typically lasts on the order of hours. Only populated when the req uesting app can access the file's content.",
2058 "type": "string" 2058 "type": "string"
2059 }, 2059 },
2060 "thumbnailVersion": { 2060 "thumbnailVersion": {
2061 "description": "The thumbnail version for use in client-cont ructable thumbnail URLs or thumbnail cache invalidation.", 2061 "description": "The thumbnail version for use in thumbnail c ache invalidation.",
2062 "format": "int64", 2062 "format": "int64",
2063 "type": "string" 2063 "type": "string"
2064 }, 2064 },
2065 "trashed": { 2065 "trashed": {
2066 "description": "Whether the file has been trashed, either ex plicitly or from a trashed parent folder. Only the owner may trash a file, and o ther users cannot see files in the owner's trash.", 2066 "description": "Whether the file has been trashed, either ex plicitly or from a trashed parent folder. Only the owner may trash a file, and o ther users cannot see files in the owner's trash.",
2067 "type": "boolean" 2067 "type": "boolean"
2068 }, 2068 },
2069 "version": { 2069 "version": {
2070 "description": "A monotonically increasing version number fo r the file. This reflects every change made to the file on the server, even thos e not visible to the user.", 2070 "description": "A monotonically increasing version number fo r the file. This reflects every change made to the file on the server, even thos e not visible to the user.",
2071 "format": "int64", 2071 "format": "int64",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
2118 "type": "boolean" 2118 "type": "boolean"
2119 } 2119 }
2120 }, 2120 },
2121 "type": "object" 2121 "type": "object"
2122 }, 2122 },
2123 "FileList": { 2123 "FileList": {
2124 "description": "A list of files.", 2124 "description": "A list of files.",
2125 "id": "FileList", 2125 "id": "FileList",
2126 "properties": { 2126 "properties": {
2127 "files": { 2127 "files": {
2128 "description": "The page of files.", 2128 "description": "The list of files. If nextPageToken is popul ated, then this list may be incomplete and an additional page of results should be fetched.",
2129 "items": { 2129 "items": {
2130 "$ref": "File" 2130 "$ref": "File"
2131 }, 2131 },
2132 "type": "array" 2132 "type": "array"
2133 }, 2133 },
2134 "kind": { 2134 "kind": {
2135 "default": "drive#fileList", 2135 "default": "drive#fileList",
2136 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#fileList\".", 2136 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#fileList\".",
2137 "type": "string" 2137 "type": "string"
2138 }, 2138 },
2139 "nextPageToken": { 2139 "nextPageToken": {
2140 "description": "The page token for the next page of files. T his will be absent if the end of the files list has been reached.", 2140 "description": "The page token for the next page of files. T his will be absent if the end of the files list has been reached. If the token i s rejected for any reason, it should be discarded, and pagination should be rest arted from the first page of results.",
2141 "type": "string" 2141 "type": "string"
2142 } 2142 }
2143 }, 2143 },
2144 "type": "object" 2144 "type": "object"
2145 }, 2145 },
2146 "GeneratedIds": { 2146 "GeneratedIds": {
2147 "description": "A list of generated file IDs which can be provided i n create requests.", 2147 "description": "A list of generated file IDs which can be provided i n create requests.",
2148 "id": "GeneratedIds", 2148 "id": "GeneratedIds",
2149 "properties": { 2149 "properties": {
2150 "ids": { 2150 "ids": {
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
2228 "PermissionList": { 2228 "PermissionList": {
2229 "description": "A list of permissions for a file.", 2229 "description": "A list of permissions for a file.",
2230 "id": "PermissionList", 2230 "id": "PermissionList",
2231 "properties": { 2231 "properties": {
2232 "kind": { 2232 "kind": {
2233 "default": "drive#permissionList", 2233 "default": "drive#permissionList",
2234 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#permissionList\".", 2234 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#permissionList\".",
2235 "type": "string" 2235 "type": "string"
2236 }, 2236 },
2237 "permissions": { 2237 "permissions": {
2238 "description": "The full list of permissions.", 2238 "description": "The list of permissions.",
2239 "items": { 2239 "items": {
2240 "$ref": "Permission" 2240 "$ref": "Permission"
2241 }, 2241 },
2242 "type": "array" 2242 "type": "array"
2243 } 2243 }
2244 }, 2244 },
2245 "type": "object" 2245 "type": "object"
2246 }, 2246 },
2247 "Reply": { 2247 "Reply": {
2248 "description": "A reply to a comment on a file.", 2248 "description": "A reply to a comment on a file.",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
2298 "ReplyList": { 2298 "ReplyList": {
2299 "description": "A list of replies to a comment on a file.", 2299 "description": "A list of replies to a comment on a file.",
2300 "id": "ReplyList", 2300 "id": "ReplyList",
2301 "properties": { 2301 "properties": {
2302 "kind": { 2302 "kind": {
2303 "default": "drive#replyList", 2303 "default": "drive#replyList",
2304 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#replyList\".", 2304 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#replyList\".",
2305 "type": "string" 2305 "type": "string"
2306 }, 2306 },
2307 "nextPageToken": { 2307 "nextPageToken": {
2308 "description": "The page token for the next page of replies. This will be absent if the end of the replies list has been reached.", 2308 "description": "The page token for the next page of replies. This will be absent if the end of the replies list has been reached. If the tok en is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.",
2309 "type": "string" 2309 "type": "string"
2310 }, 2310 },
2311 "replies": { 2311 "replies": {
2312 "description": "The page of replies.", 2312 "description": "The list of replies. If nextPageToken is pop ulated, then this list may be incomplete and an additional page of results shoul d be fetched.",
2313 "items": { 2313 "items": {
2314 "$ref": "Reply" 2314 "$ref": "Reply"
2315 }, 2315 },
2316 "type": "array" 2316 "type": "array"
2317 } 2317 }
2318 }, 2318 },
2319 "type": "object" 2319 "type": "object"
2320 }, 2320 },
2321 "Revision": { 2321 "Revision": {
2322 "description": "The metadata for a revision to a file.", 2322 "description": "The metadata for a revision to a file.",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
2379 "RevisionList": { 2379 "RevisionList": {
2380 "description": "A list of revisions of a file.", 2380 "description": "A list of revisions of a file.",
2381 "id": "RevisionList", 2381 "id": "RevisionList",
2382 "properties": { 2382 "properties": {
2383 "kind": { 2383 "kind": {
2384 "default": "drive#revisionList", 2384 "default": "drive#revisionList",
2385 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#revisionList\".", 2385 "description": "Identifies what kind of resource this is. Va lue: the fixed string \"drive#revisionList\".",
2386 "type": "string" 2386 "type": "string"
2387 }, 2387 },
2388 "nextPageToken": { 2388 "nextPageToken": {
2389 "description": "The page token for the next page of revision s. This will be absent if the end of the revisions list has been reached.", 2389 "description": "The page token for the next page of revision s. This will be absent if the end of the revisions list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.",
2390 "type": "string" 2390 "type": "string"
2391 }, 2391 },
2392 "revisions": { 2392 "revisions": {
2393 "description": "The full list of revisions.", 2393 "description": "The list of revisions. If nextPageToken is p opulated, then this list may be incomplete and an additional page of results sho uld be fetched.",
2394 "items": { 2394 "items": {
2395 "$ref": "Revision" 2395 "$ref": "Revision"
2396 }, 2396 },
2397 "type": "array" 2397 "type": "array"
2398 } 2398 }
2399 }, 2399 },
2400 "type": "object" 2400 "type": "object"
2401 }, 2401 },
2402 "StartPageToken": { 2402 "StartPageToken": {
2403 "id": "StartPageToken", 2403 "id": "StartPageToken",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
2444 "type": "string" 2444 "type": "string"
2445 } 2445 }
2446 }, 2446 },
2447 "type": "object" 2447 "type": "object"
2448 } 2448 }
2449 }, 2449 },
2450 "servicePath": "drive/v3/", 2450 "servicePath": "drive/v3/",
2451 "title": "Drive API", 2451 "title": "Drive API",
2452 "version": "v3" 2452 "version": "v3"
2453 } 2453 }
OLDNEW
« no previous file with comments | « discovery/googleapis/drive__v2.json ('k') | discovery/googleapis/firebasedynamiclinks__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698