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

Side by Side Diff: generated/googleapis/lib/analytics/v3.dart

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 // This is a generated file (see the discoveryapis_generator project). 1 // This is a generated file (see the discoveryapis_generator project).
2 2
3 library googleapis.analytics.v3; 3 library googleapis.analytics.v3;
4 4
5 import 'dart:core' as core; 5 import 'dart:core' as core;
6 import 'dart:async' as async; 6 import 'dart:async' as async;
7 import 'dart:convert' as convert; 7 import 'dart:convert' as convert;
8 8
9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons; 9 import 'package:_discoveryapis_commons/_discoveryapis_commons.dart' as commons;
10 import 'package:http/http.dart' as http; 10 import 'package:http/http.dart' as http;
(...skipping 10537 matching lines...) Expand 10 before | Expand all | Expand 10 after
10548 /** JSON template for Analytics unsampled report resource. */ 10548 /** JSON template for Analytics unsampled report resource. */
10549 class UnsampledReport { 10549 class UnsampledReport {
10550 /** Account ID to which this unsampled report belongs. */ 10550 /** Account ID to which this unsampled report belongs. */
10551 core.String accountId; 10551 core.String accountId;
10552 /** Download details for a file stored in Google Cloud Storage. */ 10552 /** Download details for a file stored in Google Cloud Storage. */
10553 UnsampledReportCloudStorageDownloadDetails cloudStorageDownloadDetails; 10553 UnsampledReportCloudStorageDownloadDetails cloudStorageDownloadDetails;
10554 /** Time this unsampled report was created. */ 10554 /** Time this unsampled report was created. */
10555 core.DateTime created; 10555 core.DateTime created;
10556 /** The dimensions for the unsampled report. */ 10556 /** The dimensions for the unsampled report. */
10557 core.String dimensions; 10557 core.String dimensions;
10558 /** The type of download you need to use for the report data file. */ 10558 /**
10559 * The type of download you need to use for the report data file. Possible
10560 * values include `GOOGLE_DRIVE` and `GOOGLE_CLOUD_STORAGE`. If the value is
10561 * `GOOGLE_DRIVE`, see the `driveDownloadDetails` field. If the value is
10562 * `GOOGLE_CLOUD_STORAGE`, see the `cloudStorageDownloadDetails` field.
10563 */
10559 core.String downloadType; 10564 core.String downloadType;
10560 /** Download details for a file stored in Google Drive. */ 10565 /** Download details for a file stored in Google Drive. */
10561 UnsampledReportDriveDownloadDetails driveDownloadDetails; 10566 UnsampledReportDriveDownloadDetails driveDownloadDetails;
10562 /** The end date for the unsampled report. */ 10567 /** The end date for the unsampled report. */
10563 core.String end_date; 10568 core.String end_date;
10564 /** The filters for the unsampled report. */ 10569 /** The filters for the unsampled report. */
10565 core.String filters; 10570 core.String filters;
10566 /** Unsampled report ID. */ 10571 /** Unsampled report ID. */
10567 core.String id; 10572 core.String id;
10568 /** Resource type for an Analytics unsampled report. */ 10573 /** Resource type for an Analytics unsampled report. */
(...skipping 905 matching lines...) Expand 10 before | Expand all | Expand 10 after
11474 } 11479 }
11475 if (updated != null) { 11480 if (updated != null) {
11476 _json["updated"] = (updated).toIso8601String(); 11481 _json["updated"] = (updated).toIso8601String();
11477 } 11482 }
11478 if (websiteUrl != null) { 11483 if (websiteUrl != null) {
11479 _json["websiteUrl"] = websiteUrl; 11484 _json["websiteUrl"] = websiteUrl;
11480 } 11485 }
11481 return _json; 11486 return _json;
11482 } 11487 }
11483 } 11488 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/admin/reports_v1.dart ('k') | generated/googleapis/lib/analyticsreporting/v4.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698