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

Unified Diff: generated/googleapis/lib/admin/reports_v1.dart

Issue 798373003: Api roll 8: 2014-12-15 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years 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/email_migration_v2.dart ('k') | generated/googleapis/lib/adsense/v1_4.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/admin/reports_v1.dart
diff --git a/generated/googleapis/lib/admin/reports_v1.dart b/generated/googleapis/lib/admin/reports_v1.dart
index 58b2a14eb1a9adc0734662de3d73f292e0fb6993..65b0dc00bb3bfd0c3753e57498d5e2ff693fe28a 100644
--- a/generated/googleapis/lib/admin/reports_v1.dart
+++ b/generated/googleapis/lib/admin/reports_v1.dart
@@ -32,8 +32,8 @@ class AdminApi {
CustomerUsageReportsResourceApi get customerUsageReports => new CustomerUsageReportsResourceApi(_requester);
UserUsageReportResourceApi get userUsageReport => new UserUsageReportResourceApi(_requester);
- AdminApi(http.Client client) :
- _requester = new common_internal.ApiRequester(client, "https://www.googleapis.com/", "admin/reports/v1/");
+ AdminApi(http.Client client, {core.String rootUrl: "https://www.googleapis.com/", core.String servicePath: "admin/reports/v1/"}) :
+ _requester = new common_internal.ApiRequester(client, rootUrl, servicePath);
}
@@ -55,7 +55,8 @@ class ActivitiesResourceApi {
*
* [applicationName] - Application name for which the events are to be
* retrieved.
- * Value must have pattern "(admin)|(docs)|(drive)|(login)|(token)".
+ * Value must have pattern
+ * "(admin)|(calendar)|(docs)|(drive)|(login)|(token)".
*
* [actorIpAddress] - IP Address of host where the event was performed.
* Supports both IPv4 and IPv6 addresses.
@@ -156,7 +157,8 @@ class ActivitiesResourceApi {
*
* [applicationName] - Application name for which the events are to be
* retrieved.
- * Value must have pattern "(admin)|(docs)|(drive)|(login)|(token)".
+ * Value must have pattern
+ * "(admin)|(calendar)|(docs)|(drive)|(login)|(token)".
*
* [actorIpAddress] - IP Address of host where the event was performed.
* Supports both IPv4 and IPv6 addresses.
« no previous file with comments | « generated/googleapis/lib/admin/email_migration_v2.dart ('k') | generated/googleapis/lib/adsense/v1_4.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698