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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/analytics/v3.dart
diff --git a/generated/googleapis/lib/analytics/v3.dart b/generated/googleapis/lib/analytics/v3.dart
index b6b7b82b8d603625bd691141536b5333bde35540..6b526e0b6de92c512a8852025c3d92678332afe4 100644
--- a/generated/googleapis/lib/analytics/v3.dart
+++ b/generated/googleapis/lib/analytics/v3.dart
@@ -10555,7 +10555,12 @@ class UnsampledReport {
core.DateTime created;
/** The dimensions for the unsampled report. */
core.String dimensions;
- /** The type of download you need to use for the report data file. */
+ /**
+ * The type of download you need to use for the report data file. Possible
+ * values include `GOOGLE_DRIVE` and `GOOGLE_CLOUD_STORAGE`. If the value is
+ * `GOOGLE_DRIVE`, see the `driveDownloadDetails` field. If the value is
+ * `GOOGLE_CLOUD_STORAGE`, see the `cloudStorageDownloadDetails` field.
+ */
core.String downloadType;
/** Download details for a file stored in Google Drive. */
UnsampledReportDriveDownloadDetails driveDownloadDetails;
« 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