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

Side by Side Diff: generated/googleapis/lib/admin/reports_v1.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.admin.reports_v1; 3 library googleapis.admin.reports_v1;
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;
11 11
12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show 12 export 'package:_discoveryapis_commons/_discoveryapis_commons.dart' show
13 ApiRequestError, DetailedApiRequestError; 13 ApiRequestError, DetailedApiRequestError;
14 14
15 const core.String USER_AGENT = 'dart-api-client admin/reports_v1'; 15 const core.String USER_AGENT = 'dart-api-client admin/reports_v1';
16 16
17 /** 17 /**
18 * Allows the administrators of Google Apps customers to fetch reports about the 18 * Fetches reports for the administrators of Google Apps customers about the
19 * usage, collaboration, security and risk for their users. 19 * usage, collaboration, security, and risk for their users.
20 */ 20 */
21 class AdminApi { 21 class AdminApi {
22 /** View audit reports of Google Apps for your domain */ 22 /** View audit reports of Google Apps for your domain */
23 static const AdminReportsAuditReadonlyScope = "https://www.googleapis.com/auth /admin.reports.audit.readonly"; 23 static const AdminReportsAuditReadonlyScope = "https://www.googleapis.com/auth /admin.reports.audit.readonly";
24 24
25 /** View usage reports of Google Apps for your domain */ 25 /** View usage reports of Google Apps for your domain */
26 static const AdminReportsUsageReadonlyScope = "https://www.googleapis.com/auth /admin.reports.usage.readonly"; 26 static const AdminReportsUsageReadonlyScope = "https://www.googleapis.com/auth /admin.reports.usage.readonly";
27 27
28 28
29 final commons.ApiRequester _requester; 29 final commons.ApiRequester _requester;
(...skipping 19 matching lines...) Expand all
49 * 49 *
50 * Request parameters: 50 * Request parameters:
51 * 51 *
52 * [userKey] - Represents the profile id or the user email for which the data 52 * [userKey] - Represents the profile id or the user email for which the data
53 * should be filtered. When 'all' is specified as the userKey, it returns 53 * should be filtered. When 'all' is specified as the userKey, it returns
54 * usageReports for all users. 54 * usageReports for all users.
55 * 55 *
56 * [applicationName] - Application name for which the events are to be 56 * [applicationName] - Application name for which the events are to be
57 * retrieved. 57 * retrieved.
58 * Value must have pattern 58 * Value must have pattern
59 * "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)". 59 * "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)".
60 * 60 *
61 * [actorIpAddress] - IP Address of host where the event was performed. 61 * [actorIpAddress] - IP Address of host where the event was performed.
62 * Supports both IPv4 and IPv6 addresses. 62 * Supports both IPv4 and IPv6 addresses.
63 * 63 *
64 * [customerId] - Represents the customer for which the data is to be fetched. 64 * [customerId] - Represents the customer for which the data is to be fetched.
65 * Value must have pattern "C.+". 65 * Value must have pattern "C.+".
66 * 66 *
67 * [endTime] - Return events which occured at or before this time. 67 * [endTime] - Return events which occured at or before this time.
68 * Value must have pattern 68 * Value must have pattern
69 * "(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)(?:\.(\d+))?(?:(Z)|([-+])(\d\ d):(\d\d))". 69 * "(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)(?:\.(\d+))?(?:(Z)|([-+])(\d\ d):(\d\d))".
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 * 150 *
151 * Request parameters: 151 * Request parameters:
152 * 152 *
153 * [userKey] - Represents the profile id or the user email for which the data 153 * [userKey] - Represents the profile id or the user email for which the data
154 * should be filtered. When 'all' is specified as the userKey, it returns 154 * should be filtered. When 'all' is specified as the userKey, it returns
155 * usageReports for all users. 155 * usageReports for all users.
156 * 156 *
157 * [applicationName] - Application name for which the events are to be 157 * [applicationName] - Application name for which the events are to be
158 * retrieved. 158 * retrieved.
159 * Value must have pattern 159 * Value must have pattern
160 * "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)". 160 * "(admin)|(calendar)|(drive)|(login)|(mobile)|(token)|(groups)|(saml)".
161 * 161 *
162 * [actorIpAddress] - IP Address of host where the event was performed. 162 * [actorIpAddress] - IP Address of host where the event was performed.
163 * Supports both IPv4 and IPv6 addresses. 163 * Supports both IPv4 and IPv6 addresses.
164 * 164 *
165 * [customerId] - Represents the customer for which the data is to be fetched. 165 * [customerId] - Represents the customer for which the data is to be fetched.
166 * Value must have pattern "C.+". 166 * Value must have pattern "C.+".
167 * 167 *
168 * [endTime] - Return events which occured at or before this time. 168 * [endTime] - Return events which occured at or before this time.
169 * Value must have pattern 169 * Value must have pattern
170 * "(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)(?:\.(\d+))?(?:(Z)|([-+])(\d\ d):(\d\d))". 170 * "(\d\d\d\d)-(\d\d)-(\d\d)T(\d\d):(\d\d):(\d\d)(?:\.(\d+))?(?:(Z)|([-+])(\d\ d):(\d\d))".
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
1154 } 1154 }
1155 if (usageReports != null) { 1155 if (usageReports != null) {
1156 _json["usageReports"] = usageReports.map((value) => (value).toJson()).toLi st(); 1156 _json["usageReports"] = usageReports.map((value) => (value).toJson()).toLi st();
1157 } 1157 }
1158 if (warnings != null) { 1158 if (warnings != null) {
1159 _json["warnings"] = warnings.map((value) => (value).toJson()).toList(); 1159 _json["warnings"] = warnings.map((value) => (value).toJson()).toList();
1160 } 1160 }
1161 return _json; 1161 return _json;
1162 } 1162 }
1163 } 1163 }
OLDNEW
« no previous file with comments | « generated/googleapis/lib/admin/directory_v1.dart ('k') | generated/googleapis/lib/analytics/v3.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698