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

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

Issue 2824163002: Api-roll 48: 2017-04-18 (Closed)
Patch Set: Revert changes to pubspecs Created 3 years, 8 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/admin__directory_v1.json ('k') | discovery/googleapis/adsense__v1.4.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/admin.reports.audit.readonly": { 5 "https://www.googleapis.com/auth/admin.reports.audit.readonly": {
6 "description": "View audit reports for your G Suite domain" 6 "description": "View audit reports for your G Suite domain"
7 }, 7 },
8 "https://www.googleapis.com/auth/admin.reports.usage.readonly": { 8 "https://www.googleapis.com/auth/admin.reports.usage.readonly": {
9 "description": "View usage reports for your G Suite domain" 9 "description": "View usage reports for your G Suite domain"
10 } 10 }
11 } 11 }
12 } 12 }
13 }, 13 },
14 "basePath": "/admin/reports/v1/", 14 "basePath": "/admin/reports/v1/",
15 "baseUrl": "https://www.googleapis.com/admin/reports/v1/", 15 "baseUrl": "https://www.googleapis.com/admin/reports/v1/",
16 "batchPath": "batch", 16 "batchPath": "batch",
17 "canonicalName": "reports", 17 "canonicalName": "reports",
18 "description": "Fetches reports for the administrators of G Suite customers about the usage, collaboration, security, and risk for their users.", 18 "description": "Fetches reports for the administrators of G Suite customers about the usage, collaboration, security, and risk for their users.",
19 "discoveryVersion": "v1", 19 "discoveryVersion": "v1",
20 "documentationLink": "https://developers.google.com/admin-sdk/reports/", 20 "documentationLink": "https://developers.google.com/admin-sdk/reports/",
21 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/3o2kOuChwcSfe-_UrgiVWnEoY64\"", 21 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-tkaOVzArVVhbxGreMOY21mRaV8\"",
22 "icons": { 22 "icons": {
23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png", 23 "x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp. png",
24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png" 24 "x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp. png"
25 }, 25 },
26 "id": "admin:reports_v1", 26 "id": "admin:reports_v1",
27 "kind": "discovery#restDescription", 27 "kind": "discovery#restDescription",
28 "name": "admin", 28 "name": "admin",
29 "ownerDomain": "google.com", 29 "ownerDomain": "google.com",
30 "ownerName": "Google", 30 "ownerName": "Google",
31 "packagePath": "admin", 31 "packagePath": "admin",
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "type": "string" 283 "type": "string"
284 }, 284 },
285 "pageToken": { 285 "pageToken": {
286 "description": "Token to specify next page.", 286 "description": "Token to specify next page.",
287 "location": "query", 287 "location": "query",
288 "type": "string" 288 "type": "string"
289 }, 289 },
290 "parameters": { 290 "parameters": {
291 "description": "Represents the application name, par ameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name 2.", 291 "description": "Represents the application name, par ameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name 2.",
292 "location": "query", 292 "location": "query",
293 "pattern": "(((accounts)|(cros)|(gmail)|(calendar)|( docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(cros)|( gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)", 293 "pattern": "(((accounts)|(classroom)|(cros)|(gmail)| (calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accoun ts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_managem ent)|(drive)):[^,]+)",
294 "type": "string" 294 "type": "string"
295 } 295 }
296 }, 296 },
297 "path": "usage/dates/{date}", 297 "path": "usage/dates/{date}",
298 "response": { 298 "response": {
299 "$ref": "UsageReports" 299 "$ref": "UsageReports"
300 }, 300 },
301 "scopes": [ 301 "scopes": [
302 "https://www.googleapis.com/auth/admin.reports.usage.rea donly" 302 "https://www.googleapis.com/auth/admin.reports.usage.rea donly"
303 ] 303 ]
(...skipping 20 matching lines...) Expand all
324 "date": { 324 "date": {
325 "description": "Represents the date in yyyy-mm-dd fo rmat for which the data is to be fetched.", 325 "description": "Represents the date in yyyy-mm-dd fo rmat for which the data is to be fetched.",
326 "location": "path", 326 "location": "path",
327 "pattern": "(\\d){4}-(\\d){2}-(\\d){2}", 327 "pattern": "(\\d){4}-(\\d){2}-(\\d){2}",
328 "required": true, 328 "required": true,
329 "type": "string" 329 "type": "string"
330 }, 330 },
331 "filters": { 331 "filters": {
332 "description": "Represents the set of filters includ ing parameter operator value.", 332 "description": "Represents the set of filters includ ing parameter operator value.",
333 "location": "query", 333 "location": "query",
334 "pattern": "(((accounts)|(cros)|(gmail)|(calendar)|( docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^ ,]+,)*(((accounts)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_mana gement)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+)", 334 "pattern": "(((accounts)|(classroom)|(cros)|(gmail)| (calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,= =,>=,>,!=][^,]+,)*(((accounts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gpl us)|(sites)|(device_management)|(drive)):[a-z0-9_]+[<,<=,==,>=,>,!=][^,]+)",
335 "type": "string" 335 "type": "string"
336 }, 336 },
337 "maxResults": { 337 "maxResults": {
338 "description": "Maximum number of results to return. Maximum allowed is 1000", 338 "description": "Maximum number of results to return. Maximum allowed is 1000",
339 "format": "uint32", 339 "format": "uint32",
340 "location": "query", 340 "location": "query",
341 "maximum": "1000", 341 "maximum": "1000",
342 "type": "integer" 342 "type": "integer"
343 }, 343 },
344 "pageToken": { 344 "pageToken": {
345 "description": "Token to specify next page.", 345 "description": "Token to specify next page.",
346 "location": "query", 346 "location": "query",
347 "type": "string" 347 "type": "string"
348 }, 348 },
349 "parameters": { 349 "parameters": {
350 "description": "Represents the application name, par ameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name 2.", 350 "description": "Represents the application name, par ameter name pairs to fetch in csv as app_name1:param_name1, app_name2:param_name 2.",
351 "location": "query", 351 "location": "query",
352 "pattern": "(((accounts)|(cros)|(gmail)|(calendar)|( docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(cros)|( gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)", 352 "pattern": "(((accounts)|(classroom)|(cros)|(gmail)| (calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accoun ts)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_managem ent)|(drive)):[^,]+)",
353 "type": "string" 353 "type": "string"
354 }, 354 },
355 "userKey": { 355 "userKey": {
356 "description": "Represents the profile id or the use r email for which the data should be filtered.", 356 "description": "Represents the profile id or the use r email for which the data should be filtered.",
357 "location": "path", 357 "location": "path",
358 "required": true, 358 "required": true,
359 "type": "string" 359 "type": "string"
360 } 360 }
361 }, 361 },
362 "path": "usage/users/{userKey}/dates/{date}", 362 "path": "usage/users/{userKey}/dates/{date}",
363 "response": { 363 "response": {
364 "$ref": "UsageReports" 364 "$ref": "UsageReports"
365 }, 365 },
366 "scopes": [ 366 "scopes": [
367 "https://www.googleapis.com/auth/admin.reports.usage.rea donly" 367 "https://www.googleapis.com/auth/admin.reports.usage.rea donly"
368 ] 368 ]
369 } 369 }
370 } 370 }
371 } 371 }
372 }, 372 },
373 "revision": "20170315", 373 "revision": "20170320",
374 "rootUrl": "https://www.googleapis.com/", 374 "rootUrl": "https://www.googleapis.com/",
375 "schemas": { 375 "schemas": {
376 "Activities": { 376 "Activities": {
377 "description": "JSON template for a collection of activites.", 377 "description": "JSON template for a collection of activites.",
378 "id": "Activities", 378 "id": "Activities",
379 "properties": { 379 "properties": {
380 "etag": { 380 "etag": {
381 "description": "ETag of the resource.", 381 "description": "ETag of the resource.",
382 "type": "string" 382 "type": "string"
383 }, 383 },
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
735 "type": "array" 735 "type": "array"
736 } 736 }
737 }, 737 },
738 "type": "object" 738 "type": "object"
739 } 739 }
740 }, 740 },
741 "servicePath": "admin/reports/v1/", 741 "servicePath": "admin/reports/v1/",
742 "title": "Admin Reports API", 742 "title": "Admin Reports API",
743 "version": "reports_v1" 743 "version": "reports_v1"
744 } 744 }
OLDNEW
« no previous file with comments | « discovery/googleapis/admin__directory_v1.json ('k') | discovery/googleapis/adsense__v1.4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698