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

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

Issue 2734843002: Api-roll 46: 2017-03-06 (Closed)
Patch Set: Created 3 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/JeTIzxCSn99gVwop4eTRu5wI2HY\"", 29 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/y29Ei9gfsS6BekrALyS-uw4tzTU\"",
30 "icons": { 30 "icons": {
31 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 31 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
32 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 32 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
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": "20161202", 156 "revision": "20170215",
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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 }, 477 },
478 "photo": { 478 "photo": {
479 "$ref": "Photo", 479 "$ref": "Photo",
480 "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."
481 } 481 }
482 }, 482 },
483 "type": "object" 483 "type": "object"
484 } 484 }
485 }, 485 },
486 "servicePath": "appsactivity/v1/", 486 "servicePath": "appsactivity/v1/",
487 "title": "Google Apps Activity API", 487 "title": "G Suite Activity API",
488 "version": "v1" 488 "version": "v1"
489 } 489 }
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