@@ -383,17 +383,17 @@ def stop_channel(channel_object = nil, fields: nil, quota_user: nil, options: ni
383383 # The `parameters` query string is a comma-separated list of event parameters
384384 # that refine a report's results. The parameter is associated with a specific
385385 # application. The application values for the Customers usage report include `
386- # accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom `, `cros `, `docs `
387- # , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters `
388- # query string is in the CSV form of `app_name1:param_name1, app_name2:
389- # param_name2`. *Note:* The API doesn't accept multiple values of a parameter.
390- # If a particular parameter is supplied more than once in the API request, the
391- # API only accepts the last value of that request parameter. In addition, if an
392- # invalid request parameter is supplied in the API request, the API ignores that
393- # request parameter and returns the response corresponding to the remaining
394- # valid request parameters. An example of an invalid request parameter is one
395- # that does not belong to the application. If no parameters are requested, all
396- # parameters are returned.
386+ # accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat `, `classroom `, `cros `
387+ # , `docs`, ` gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
388+ # parameters` query string is in the CSV form of `app_name1:param_name1,
389+ # app_name2: param_name2`. *Note:* The API doesn't accept multiple values of a
390+ # parameter. If a particular parameter is supplied more than once in the API
391+ # request, the API only accepts the last value of that request parameter. In
392+ # addition, if an invalid request parameter is supplied in the API request, the
393+ # API ignores that request parameter and returns the response corresponding to
394+ # the remaining valid request parameters. An example of an invalid request
395+ # parameter is one that does not belong to the application. If no parameters are
396+ # requested, all parameters are returned.
397397 # @param [String] fields
398398 # Selector specifying which fields to include in a partial response.
399399 # @param [String] quota_user
@@ -535,16 +535,16 @@ def get_entity_usage_report(entity_type, entity_key, date, customer_id: nil, fil
535535 # parameters where the parameter's value is manipulated by a relational operator.
536536 # The `filters` query string includes the name of the application whose usage
537537 # is returned in the report. The application values for the Users Usage Report
538- # include `accounts`, `docs`, and `gmail`. Filters are in the form `[application
539- # name]:parameter name[parameter value],...`. In this example, the `<>` 'not
540- # equal to' operator is URL-encoded in the request's query string (%3C%3E): GET
541- # https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?
542- # parameters=accounts:last_login_time &filters=accounts:last_login_time%3C%
543- # 3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal
544- # to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` - 'less than'.
545- # It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It is URL-encoded (%
546- # 3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=` - 'greater than
547- # or equal to'. It is URL-encoded (%3E=).
538+ # include `accounts`, `chat`, ` docs`, and `gmail`. Filters are in the form `[
539+ # application name]:parameter name[parameter value],...`. In this example, the `<
540+ # >` 'not equal to' operator is URL-encoded in the request's query string (%3C%
541+ # 3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/
542+ # 2013-03-03 ? parameters=accounts:last_login_time &filters=accounts:
543+ # last_login_time%3C% 3E2010-10-28T10:26:35.000Z The relational operators include:
544+ # - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<
545+ # ` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It
546+ # is URL-encoded (% 3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=`
547+ # - 'greater than or equal to'. It is URL-encoded (%3E=).
548548 # @param [String] group_id_filter
549549 # Comma separated group ids (obfuscated) on which user activities are filtered,
550550 # i.e. the response will contain activities for only those users that are a part
@@ -566,17 +566,17 @@ def get_entity_usage_report(entity_type, entity_key, date, customer_id: nil, fil
566566 # The `parameters` query string is a comma-separated list of event parameters
567567 # that refine a report's results. The parameter is associated with a specific
568568 # application. The application values for the Customers Usage report include `
569- # accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom `, `cros `, `docs `
570- # , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters `
571- # query string is in the CSV form of `app_name1:param_name1, app_name2:
572- # param_name2`. *Note:* The API doesn't accept multiple values of a parameter.
573- # If a particular parameter is supplied more than once in the API request, the
574- # API only accepts the last value of that request parameter. In addition, if an
575- # invalid request parameter is supplied in the API request, the API ignores that
576- # request parameter and returns the response corresponding to the remaining
577- # valid request parameters. An example of an invalid request parameter is one
578- # that does not belong to the application. If no parameters are requested, all
579- # parameters are returned.
569+ # accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat `, `classroom `, `cros `
570+ # , `docs`, ` gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
571+ # parameters` query string is in the CSV form of `app_name1:param_name1,
572+ # app_name2: param_name2`. *Note:* The API doesn't accept multiple values of a
573+ # parameter. If a particular parameter is supplied more than once in the API
574+ # request, the API only accepts the last value of that request parameter. In
575+ # addition, if an invalid request parameter is supplied in the API request, the
576+ # API ignores that request parameter and returns the response corresponding to
577+ # the remaining valid request parameters. An example of an invalid request
578+ # parameter is one that does not belong to the application. If no parameters are
579+ # requested, all parameters are returned.
580580 # @param [String] fields
581581 # Selector specifying which fields to include in a partial response.
582582 # @param [String] quota_user
0 commit comments