@@ -1696,30 +1696,30 @@ public Get setPageToken(java.lang.String pageToken) {
16961696 * The `parameters` query string is a comma-separated list of event parameters that refine a
16971697 * report's results. The parameter is associated with a specific application. The application
16981698 * values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`,
1699- * `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and
1700- * `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1,
1701- * app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a
1702- * particular parameter is supplied more than once in the API request, the API only accepts
1703- * the last value of that request parameter. In addition, if an invalid request parameter is
1704- * supplied in the API request, the API ignores that request parameter and returns the
1705- * response corresponding to the remaining valid request parameters. An example of an invalid
1706- * request parameter is one that does not belong to the application. If no parameters are
1707- * requested, all parameters are returned.
1699+ * `calendar`, `chat`, ` classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`,
1700+ * `meet`, and ` sites`. A `parameters` query string is in the CSV form of
1701+ * `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple
1702+ * values of a parameter. If a particular parameter is supplied more than once in the API
1703+ * request, the API only accepts the last value of that request parameter. In addition, if an
1704+ * invalid request parameter is supplied in the API request, the API ignores that request
1705+ * parameter and returns the response corresponding to the remaining valid request parameters.
1706+ * An example of an invalid request parameter is one that does not belong to the application.
1707+ * If no parameters are requested, all parameters are returned.
17081708 */
17091709 @ com .google .api .client .util .Key
17101710 private java .lang .String parameters ;
17111711
17121712 /** The `parameters` query string is a comma-separated list of event parameters that refine a report's
17131713 results. The parameter is associated with a specific application. The application values for the
1714- Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom `,
1715- `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query
1716- string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API
1717- doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once
1718- in the API request, the API only accepts the last value of that request parameter. In addition, if
1719- an invalid request parameter is supplied in the API request, the API ignores that request parameter
1720- and returns the response corresponding to the remaining valid request parameters. An example of an
1721- invalid request parameter is one that does not belong to the application. If no parameters are
1722- requested, all parameters are returned.
1714+ Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat `,
1715+ `classroom`, ` cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A
1716+ `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`.
1717+ *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is
1718+ supplied more than once in the API request, the API only accepts the last value of that request
1719+ parameter. In addition, if an invalid request parameter is supplied in the API request, the API
1720+ ignores that request parameter and returns the response corresponding to the remaining valid
1721+ request parameters. An example of an invalid request parameter is one that does not belong to the
1722+ application. If no parameters are requested, all parameters are returned.
17231723 */
17241724 public java .lang .String getParameters () {
17251725 return parameters ;
@@ -1729,15 +1729,15 @@ public java.lang.String getParameters() {
17291729 * The `parameters` query string is a comma-separated list of event parameters that refine a
17301730 * report's results. The parameter is associated with a specific application. The application
17311731 * values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`,
1732- * `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and
1733- * `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1,
1734- * app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a
1735- * particular parameter is supplied more than once in the API request, the API only accepts
1736- * the last value of that request parameter. In addition, if an invalid request parameter is
1737- * supplied in the API request, the API ignores that request parameter and returns the
1738- * response corresponding to the remaining valid request parameters. An example of an invalid
1739- * request parameter is one that does not belong to the application. If no parameters are
1740- * requested, all parameters are returned.
1732+ * `calendar`, `chat`, ` classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`,
1733+ * `meet`, and ` sites`. A `parameters` query string is in the CSV form of
1734+ * `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple
1735+ * values of a parameter. If a particular parameter is supplied more than once in the API
1736+ * request, the API only accepts the last value of that request parameter. In addition, if an
1737+ * invalid request parameter is supplied in the API request, the API ignores that request
1738+ * parameter and returns the response corresponding to the remaining valid request parameters.
1739+ * An example of an invalid request parameter is one that does not belong to the application.
1740+ * If no parameters are requested, all parameters are returned.
17411741 */
17421742 public Get setParameters (java .lang .String parameters ) {
17431743 if (!getSuppressPatternChecks ()) {
@@ -2450,10 +2450,11 @@ public Get setCustomerId(java.lang.String customerId) {
24502450 * The `filters` query string is a comma-separated list of an application's event parameters
24512451 * where the parameter's value is manipulated by a relational operator. The `filters` query
24522452 * string includes the name of the application whose usage is returned in the report. The
2453- * application values for the Users Usage Report include `accounts`, `docs`, and `gmail`.
2454- * Filters are in the form `[application name]:parameter name[parameter value],...`. In this
2455- * example, the `<>` 'not equal to' operator is URL-encoded in the request's query string
2456- * (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
2453+ * application values for the Users Usage Report include `accounts`, `chat`, `docs`, and
2454+ * `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`.
2455+ * In this example, the `<>` 'not equal to' operator is URL-encoded in the request's query
2456+ * string (%3C%3E): GET
2457+ * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
24572458 * ?parameters=accounts:last_login_time
24582459 * &filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators
24592460 * include: - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` -
@@ -2467,7 +2468,7 @@ public Get setCustomerId(java.lang.String customerId) {
24672468 /** The `filters` query string is a comma-separated list of an application's event parameters where the
24682469 parameter's value is manipulated by a relational operator. The `filters` query string includes the
24692470 name of the application whose usage is returned in the report. The application values for the Users
2470- Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application
2471+ Usage Report include `accounts`, `chat`, ` docs`, and `gmail`. Filters are in the form `[application
24712472 name]:parameter name[parameter value],...`. In this example, the `<>` 'not equal to' operator is
24722473 URL-encoded in the request's query string (%3C%3E): GET
24732474 https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
@@ -2485,10 +2486,11 @@ public java.lang.String getFilters() {
24852486 * The `filters` query string is a comma-separated list of an application's event parameters
24862487 * where the parameter's value is manipulated by a relational operator. The `filters` query
24872488 * string includes the name of the application whose usage is returned in the report. The
2488- * application values for the Users Usage Report include `accounts`, `docs`, and `gmail`.
2489- * Filters are in the form `[application name]:parameter name[parameter value],...`. In this
2490- * example, the `<>` 'not equal to' operator is URL-encoded in the request's query string
2491- * (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
2489+ * application values for the Users Usage Report include `accounts`, `chat`, `docs`, and
2490+ * `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`.
2491+ * In this example, the `<>` 'not equal to' operator is URL-encoded in the request's query
2492+ * string (%3C%3E): GET
2493+ * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03
24922494 * ?parameters=accounts:last_login_time
24932495 * &filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators
24942496 * include: - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` -
@@ -2627,30 +2629,30 @@ public Get setPageToken(java.lang.String pageToken) {
26272629 * The `parameters` query string is a comma-separated list of event parameters that refine a
26282630 * report's results. The parameter is associated with a specific application. The application
26292631 * values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`,
2630- * `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and
2631- * `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1,
2632- * app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a
2633- * particular parameter is supplied more than once in the API request, the API only accepts
2634- * the last value of that request parameter. In addition, if an invalid request parameter is
2635- * supplied in the API request, the API ignores that request parameter and returns the
2636- * response corresponding to the remaining valid request parameters. An example of an invalid
2637- * request parameter is one that does not belong to the application. If no parameters are
2638- * requested, all parameters are returned.
2632+ * `calendar`, `chat`, ` classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`,
2633+ * `meet`, and ` sites`. A `parameters` query string is in the CSV form of
2634+ * `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple
2635+ * values of a parameter. If a particular parameter is supplied more than once in the API
2636+ * request, the API only accepts the last value of that request parameter. In addition, if an
2637+ * invalid request parameter is supplied in the API request, the API ignores that request
2638+ * parameter and returns the response corresponding to the remaining valid request parameters.
2639+ * An example of an invalid request parameter is one that does not belong to the application.
2640+ * If no parameters are requested, all parameters are returned.
26392641 */
26402642 @ com .google .api .client .util .Key
26412643 private java .lang .String parameters ;
26422644
26432645 /** The `parameters` query string is a comma-separated list of event parameters that refine a report's
26442646 results. The parameter is associated with a specific application. The application values for the
2645- Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom `,
2646- `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query
2647- string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API
2648- doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once
2649- in the API request, the API only accepts the last value of that request parameter. In addition, if
2650- an invalid request parameter is supplied in the API request, the API ignores that request parameter
2651- and returns the response corresponding to the remaining valid request parameters. An example of an
2652- invalid request parameter is one that does not belong to the application. If no parameters are
2653- requested, all parameters are returned.
2647+ Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat `,
2648+ `classroom`, ` cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A
2649+ `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`.
2650+ *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is
2651+ supplied more than once in the API request, the API only accepts the last value of that request
2652+ parameter. In addition, if an invalid request parameter is supplied in the API request, the API
2653+ ignores that request parameter and returns the response corresponding to the remaining valid
2654+ request parameters. An example of an invalid request parameter is one that does not belong to the
2655+ application. If no parameters are requested, all parameters are returned.
26542656 */
26552657 public java .lang .String getParameters () {
26562658 return parameters ;
@@ -2660,15 +2662,15 @@ public java.lang.String getParameters() {
26602662 * The `parameters` query string is a comma-separated list of event parameters that refine a
26612663 * report's results. The parameter is associated with a specific application. The application
26622664 * values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`,
2663- * `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and
2664- * `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1,
2665- * app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a
2666- * particular parameter is supplied more than once in the API request, the API only accepts
2667- * the last value of that request parameter. In addition, if an invalid request parameter is
2668- * supplied in the API request, the API ignores that request parameter and returns the
2669- * response corresponding to the remaining valid request parameters. An example of an invalid
2670- * request parameter is one that does not belong to the application. If no parameters are
2671- * requested, all parameters are returned.
2665+ * `calendar`, `chat`, ` classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`,
2666+ * `meet`, and ` sites`. A `parameters` query string is in the CSV form of
2667+ * `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple
2668+ * values of a parameter. If a particular parameter is supplied more than once in the API
2669+ * request, the API only accepts the last value of that request parameter. In addition, if an
2670+ * invalid request parameter is supplied in the API request, the API ignores that request
2671+ * parameter and returns the response corresponding to the remaining valid request parameters.
2672+ * An example of an invalid request parameter is one that does not belong to the application.
2673+ * If no parameters are requested, all parameters are returned.
26722674 */
26732675 public Get setParameters (java .lang .String parameters ) {
26742676 if (!getSuppressPatternChecks ()) {
0 commit comments