@@ -52,10 +52,10 @@ class UserUsageReport extends \Google\Service\Resource
5252 * list of an application's event parameters where the parameter's value is
5353 * manipulated by a relational operator. The `filters` query string includes the
5454 * name of the application whose usage is returned in the report. The
55- * application values for the Users Usage Report include `accounts`, `docs`, and
56- * `gmail`. Filters are in the form `[application name]:parameter name[ parameter
57- * value],...`. In this example, the `<>` 'not equal to' operator is URL-encoded
58- * in the request's query string (%3C%3E): GET
55+ * application values for the Users Usage Report include `accounts`, `chat`,
56+ * `docs`, and ` gmail`. Filters are in the form `[application name]:parameter
57+ * name[parameter value],...`. In this example, the `<>` 'not equal to' operator
58+ * is URL-encoded in the request's query string (%3C%3E): GET
5959 * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
6060 * ?parameters=accounts:last_login_time
6161 * &filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The
@@ -85,16 +85,17 @@ class UserUsageReport extends \Google\Service\Resource
8585 * separated list of event parameters that refine a report's results. The
8686 * parameter is associated with a specific application. The application values
8787 * for the Customers Usage report include `accounts`, `app_maker`,
88- * `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`,
89- * `device_management`, `meet`, and `sites`. A `parameters` query string is in
90- * the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The
91- * API doesn't accept multiple values of a parameter. If a particular parameter
92- * is supplied more than once in the API request, the API only accepts the last
93- * value of that request parameter. In addition, if an invalid request parameter
94- * is supplied in the API request, the API ignores that request parameter and
95- * returns the response corresponding to the remaining valid request parameters.
96- * An example of an invalid request parameter is one that does not belong to the
97- * application. If no parameters are requested, all parameters are returned.
88+ * `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`, `docs`, `gmail`,
89+ * `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query
90+ * string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`.
91+ * *Note:* The API doesn't accept multiple values of a parameter. If a
92+ * particular parameter is supplied more than once in the API request, the API
93+ * only accepts the last value of that request parameter. In addition, if an
94+ * invalid request parameter is supplied in the API request, the API ignores
95+ * that request parameter and returns the response corresponding to the
96+ * remaining valid request parameters. An example of an invalid request
97+ * parameter is one that does not belong to the application. If no parameters
98+ * are requested, all parameters are returned.
9899 * @return UsageReports
99100 * @throws \Google\Service\Exception
100101 */
0 commit comments