OLD | NEW |
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": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/Yn-vD22SJyy2Enea8C6suJXByIU\"", | 29 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/AL4Wny77NtdlnSwz-NSMVOyK8q4\"", |
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 Loading... |
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": "20160805", | 156 "revision": "20161101", |
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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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": { | 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.", | 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" | 464 "type": "boolean" |
465 }, | 465 }, |
| 466 "isMe": { |
| 467 "description": "Whether the user is the authenticated user."
, |
| 468 "type": "boolean" |
| 469 }, |
466 "name": { | 470 "name": { |
467 "description": "The displayable name of the user.", | 471 "description": "The displayable name of the user.", |
468 "type": "string" | 472 "type": "string" |
469 }, | 473 }, |
470 "permissionId": { | 474 "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.", | 475 "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" | 476 "type": "string" |
473 }, | 477 }, |
474 "photo": { | 478 "photo": { |
475 "$ref": "Photo", | 479 "$ref": "Photo", |
476 "description": "The profile photo of the user. Not present i
f the user has no profile photo." | 480 "description": "The profile photo of the user. Not present i
f the user has no profile photo." |
477 } | 481 } |
478 }, | 482 }, |
479 "type": "object" | 483 "type": "object" |
480 } | 484 } |
481 }, | 485 }, |
482 "servicePath": "appsactivity/v1/", | 486 "servicePath": "appsactivity/v1/", |
483 "title": "Google Apps Activity API", | 487 "title": "Google Apps Activity API", |
484 "version": "v1" | 488 "version": "v1" |
485 } | 489 } |
OLD | NEW |