Skip to content

Commit fd0a85a

Browse files
Regenerate admin client
1 parent c9fa9d7 commit fd0a85a

File tree

5 files changed

+29
-27
lines changed

5 files changed

+29
-27
lines changed

src/DataTransfer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* <p>
3131
* For more information about this service, see the API
32-
* <a href="https://developers.google.com/admin-sdk/" target="_blank">Documentation</a>
32+
* <a href="https://developers.google.com/workspace/admin/" target="_blank">Documentation</a>
3333
* </p>
3434
*
3535
* @author Google, Inc.

src/Directory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* <p>
3131
* For more information about this service, see the API
32-
* <a href="https://developers.google.com/admin-sdk/" target="_blank">Documentation</a>
32+
* <a href="https://developers.google.com/workspace/admin/" target="_blank">Documentation</a>
3333
* </p>
3434
*
3535
* @author Google, Inc.

src/Reports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* <p>
3131
* For more information about this service, see the API
32-
* <a href="https://developers.google.com/admin-sdk/" target="_blank">Documentation</a>
32+
* <a href="https://developers.google.com/workspace/admin/" target="_blank">Documentation</a>
3333
* </p>
3434
*
3535
* @author Google, Inc.

src/Reports/Resource/CustomerUsageReports.php

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,17 @@ class CustomerUsageReports extends \Google\Service\Resource
5151
* separated list of event parameters that refine a report's results. The
5252
* parameter is associated with a specific application. The application values
5353
* for the Customers usage report include `accounts`, `app_maker`,
54-
* `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`,
55-
* `device_management`, `meet`, and `sites`. A `parameters` query string is in
56-
* the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The
57-
* API doesn't accept multiple values of a parameter. If a particular parameter
58-
* is supplied more than once in the API request, the API only accepts the last
59-
* value of that request parameter. In addition, if an invalid request parameter
60-
* is supplied in the API request, the API ignores that request parameter and
61-
* returns the response corresponding to the remaining valid request parameters.
62-
* An example of an invalid request parameter is one that does not belong to the
63-
* application. If no parameters are requested, all parameters are returned.
54+
* `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`, `docs`, `gmail`,
55+
* `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query
56+
* string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`.
57+
* *Note:* The API doesn't accept multiple values of a parameter. If a
58+
* particular parameter is supplied more than once in the API request, the API
59+
* only accepts the last value of that request parameter. In addition, if an
60+
* invalid request parameter is supplied in the API request, the API ignores
61+
* that request parameter and returns the response corresponding to the
62+
* remaining valid request parameters. An example of an invalid request
63+
* parameter is one that does not belong to the application. If no parameters
64+
* are requested, all parameters are returned.
6465
* @return UsageReports
6566
* @throws \Google\Service\Exception
6667
*/

src/Reports/Resource/UserUsageReport.php

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)