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

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

Issue 2159673002: Api-roll 39: 2016-07-18 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 4 years, 5 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
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/analytics": { 5 "https://www.googleapis.com/auth/analytics": {
6 "description": "View and manage your Google Analytics data" 6 "description": "View and manage your Google Analytics data"
7 }, 7 },
8 "https://www.googleapis.com/auth/analytics.edit": { 8 "https://www.googleapis.com/auth/analytics.edit": {
9 "description": "Edit Google Analytics management entities" 9 "description": "Edit Google Analytics management entities"
10 }, 10 },
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 } 23 }
24 } 24 }
25 }, 25 },
26 "basePath": "/analytics/v3/", 26 "basePath": "/analytics/v3/",
27 "baseUrl": "https://www.googleapis.com/analytics/v3/", 27 "baseUrl": "https://www.googleapis.com/analytics/v3/",
28 "batchPath": "batch", 28 "batchPath": "batch",
29 "description": "Views and manages your Google Analytics data.", 29 "description": "Views and manages your Google Analytics data.",
30 "discoveryVersion": "v1", 30 "discoveryVersion": "v1",
31 "documentationLink": "https://developers.google.com/analytics/", 31 "documentationLink": "https://developers.google.com/analytics/",
32 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/wgnqLrDHFTIXf02Do1_uLOloheU\"", 32 "etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/nqVJmCUvWsf5dxwHYZUgXR4X71A\"",
33 "icons": { 33 "icons": {
34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png",
35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png"
36 }, 36 },
37 "id": "analytics:v3", 37 "id": "analytics:v3",
38 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
39 "name": "analytics", 39 "name": "analytics",
40 "ownerDomain": "google.com", 40 "ownerDomain": "google.com",
41 "ownerName": "Google", 41 "ownerName": "Google",
42 "parameters": { 42 "parameters": {
(...skipping 3456 matching lines...) Expand 10 before | Expand all | Expand 10 after
3499 "response": { 3499 "response": {
3500 "$ref": "AccountTicket" 3500 "$ref": "AccountTicket"
3501 }, 3501 },
3502 "scopes": [ 3502 "scopes": [
3503 "https://www.googleapis.com/auth/analytics.provision" 3503 "https://www.googleapis.com/auth/analytics.provision"
3504 ] 3504 ]
3505 } 3505 }
3506 } 3506 }
3507 } 3507 }
3508 }, 3508 },
3509 "revision": "20160401", 3509 "revision": "20160624",
3510 "rootUrl": "https://www.googleapis.com/", 3510 "rootUrl": "https://www.googleapis.com/",
3511 "schemas": { 3511 "schemas": {
3512 "Account": { 3512 "Account": {
3513 "description": "JSON template for Analytics account entry.", 3513 "description": "JSON template for Analytics account entry.",
3514 "id": "Account", 3514 "id": "Account",
3515 "properties": { 3515 "properties": {
3516 "childLink": { 3516 "childLink": {
3517 "description": "Child link for an account entry. Points to t he list of web properties for this account.", 3517 "description": "Child link for an account entry. Points to t he list of web properties for this account.",
3518 "properties": { 3518 "properties": {
3519 "href": { 3519 "href": {
(...skipping 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after
6252 "description": "Time this unsampled report was created.", 6252 "description": "Time this unsampled report was created.",
6253 "format": "date-time", 6253 "format": "date-time",
6254 "readOnly": true, 6254 "readOnly": true,
6255 "type": "string" 6255 "type": "string"
6256 }, 6256 },
6257 "dimensions": { 6257 "dimensions": {
6258 "description": "The dimensions for the unsampled report.", 6258 "description": "The dimensions for the unsampled report.",
6259 "type": "string" 6259 "type": "string"
6260 }, 6260 },
6261 "downloadType": { 6261 "downloadType": {
6262 "description": "The type of download you need to use for the report data file.", 6262 "description": "The type of download you need to use for the report data file. Possible values include `GOOGLE_DRIVE` and `GOOGLE_CLOUD_STOR AGE`. If the value is `GOOGLE_DRIVE`, see the `driveDownloadDetails` field. If t he value is `GOOGLE_CLOUD_STORAGE`, see the `cloudStorageDownloadDetails` field. ",
6263 "readOnly": true, 6263 "readOnly": true,
6264 "type": "string" 6264 "type": "string"
6265 }, 6265 },
6266 "driveDownloadDetails": { 6266 "driveDownloadDetails": {
6267 "description": "Download details for a file stored in Google Drive.", 6267 "description": "Download details for a file stored in Google Drive.",
6268 "properties": { 6268 "properties": {
6269 "documentId": { 6269 "documentId": {
6270 "description": "Id of the document/file containing t he report data.", 6270 "description": "Id of the document/file containing t he report data.",
6271 "type": "string" 6271 "type": "string"
6272 } 6272 }
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
6740 "type": "string" 6740 "type": "string"
6741 } 6741 }
6742 }, 6742 },
6743 "type": "object" 6743 "type": "object"
6744 } 6744 }
6745 }, 6745 },
6746 "servicePath": "analytics/v3/", 6746 "servicePath": "analytics/v3/",
6747 "title": "Google Analytics API", 6747 "title": "Google Analytics API",
6748 "version": "v3" 6748 "version": "v3"
6749 } 6749 }
OLDNEW
« no previous file with comments | « discovery/googleapis/adsensehost__v4.1.json ('k') | discovery/googleapis/analyticsreporting__v4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698