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

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

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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/androidpublisher__v2.json ('k') | discovery/googleapis/appstate__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/activity": { 5 "https://www.googleapis.com/auth/activity": {
6 "description": "View the activity history of your Google App s" 6 "description": "View the activity history of your Google App s"
7 }, 7 },
8 "https://www.googleapis.com/auth/drive": { 8 "https://www.googleapis.com/auth/drive": {
9 "description": "View and manage the files in your Google Dri ve" 9 "description": "View and manage the files in your Google Dri ve"
10 }, 10 },
11 "https://www.googleapis.com/auth/drive.metadata": { 11 "https://www.googleapis.com/auth/drive.metadata": {
12 "description": "View and manage metadata of files in your Go ogle Drive" 12 "description": "View and manage metadata of files in your Go ogle Drive"
13 }, 13 },
14 "https://www.googleapis.com/auth/drive.metadata.readonly": { 14 "https://www.googleapis.com/auth/drive.metadata.readonly": {
15 "description": "View metadata for files in your Google Drive " 15 "description": "View metadata for files in your Google Drive "
16 }, 16 },
17 "https://www.googleapis.com/auth/drive.readonly": { 17 "https://www.googleapis.com/auth/drive.readonly": {
18 "description": "View the files in your Google Drive" 18 "description": "View the files in your Google Drive"
19 } 19 }
20 } 20 }
21 } 21 }
22 }, 22 },
23 "basePath": "/appsactivity/v1/", 23 "basePath": "/appsactivity/v1/",
24 "baseUrl": "https://www.googleapis.com/appsactivity/v1/", 24 "baseUrl": "https://www.googleapis.com/appsactivity/v1/",
25 "batchPath": "batch", 25 "batchPath": "batch",
26 "description": "Provides a historical view of activity.", 26 "description": "Provides a historical view of activity.",
27 "discoveryVersion": "v1", 27 "discoveryVersion": "v1",
28 "documentationLink": "https://developers.google.com/google-apps/activity/", 28 "documentationLink": "https://developers.google.com/google-apps/activity/",
29 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/5AQpW1lJHfcDZmUKJzrzEbI6GXM\"", 29 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/oEN2Yz1UYeuuQF-hTipAUfX2Yb8\"",
30 "icons": { 30 "icons": {
31 "x16": "http://www.google.com/images/icons/product/search-16.gif", 31 "x16": "http://www.google.com/images/icons/product/search-16.gif",
32 "x32": "http://www.google.com/images/icons/product/search-32.gif" 32 "x32": "http://www.google.com/images/icons/product/search-32.gif"
33 }, 33 },
34 "id": "appsactivity:v1", 34 "id": "appsactivity:v1",
35 "kind": "discovery#restDescription", 35 "kind": "discovery#restDescription",
36 "name": "appsactivity", 36 "name": "appsactivity",
37 "ownerDomain": "google.com", 37 "ownerDomain": "google.com",
38 "ownerName": "Google", 38 "ownerName": "Google",
39 "parameters": { 39 "parameters": {
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "https://www.googleapis.com/auth/activity", 146 "https://www.googleapis.com/auth/activity",
147 "https://www.googleapis.com/auth/drive", 147 "https://www.googleapis.com/auth/drive",
148 "https://www.googleapis.com/auth/drive.metadata", 148 "https://www.googleapis.com/auth/drive.metadata",
149 "https://www.googleapis.com/auth/drive.metadata.readonly ", 149 "https://www.googleapis.com/auth/drive.metadata.readonly ",
150 "https://www.googleapis.com/auth/drive.readonly" 150 "https://www.googleapis.com/auth/drive.readonly"
151 ] 151 ]
152 } 152 }
153 } 153 }
154 } 154 }
155 }, 155 },
156 "revision": "20150723", 156 "revision": "20160129",
157 "rootUrl": "https://www.googleapis.com/", 157 "rootUrl": "https://www.googleapis.com/",
158 "schemas": { 158 "schemas": {
159 "Activity": { 159 "Activity": {
160 "description": "An Activity resource is a combined view of multiple events. An activity has a list of individual events and a combined view of the c ommon fields among all events.", 160 "description": "An Activity resource is a combined view of multiple events. An activity has a list of individual events and a combined view of the c ommon fields among all events.",
161 "id": "Activity", 161 "id": "Activity",
162 "properties": { 162 "properties": {
163 "combinedEvent": { 163 "combinedEvent": {
164 "$ref": "Event", 164 "$ref": "Event",
165 "description": "The fields common to all of the singleEvents that make up the Activity." 165 "description": "The fields common to all of the singleEvents that make up the Activity."
166 }, 166 },
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 "description": "The name of the target. For example, in Goog le Drive, this is the title of the file.", 452 "description": "The name of the target. For example, in Goog le Drive, this is the title of the file.",
453 "type": "string" 453 "type": "string"
454 } 454 }
455 }, 455 },
456 "type": "object" 456 "type": "object"
457 }, 457 },
458 "User": { 458 "User": {
459 "description": "A representation of a user.", 459 "description": "A representation of a user.",
460 "id": "User", 460 "id": "User",
461 "properties": { 461 "properties": {
462 "isDeleted": {
463 "description": "A boolean which indicates whether the specif ied User was deleted. If true, name, photo and permission_id will be omitted.",
464 "type": "boolean"
465 },
462 "name": { 466 "name": {
463 "description": "The displayable name of the user.", 467 "description": "The displayable name of the user.",
464 "type": "string" 468 "type": "string"
465 }, 469 },
470 "permissionId": {
471 "description": "The permission ID associated with this user. Equivalent to the Drive API's permission ID for this user, returned as part of the Drive Permissions resource.",
472 "type": "string"
473 },
466 "photo": { 474 "photo": {
467 "$ref": "Photo", 475 "$ref": "Photo",
468 "description": "The profile photo of the user. Not present i f the user has no profile photo." 476 "description": "The profile photo of the user. Not present i f the user has no profile photo."
469 } 477 }
470 }, 478 },
471 "type": "object" 479 "type": "object"
472 } 480 }
473 }, 481 },
474 "servicePath": "appsactivity/v1/", 482 "servicePath": "appsactivity/v1/",
475 "title": "Google Apps Activity API", 483 "title": "Google Apps Activity API",
476 "version": "v1" 484 "version": "v1"
477 } 485 }
OLDNEW
« no previous file with comments | « discovery/googleapis/androidpublisher__v2.json ('k') | discovery/googleapis/appstate__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698