Skip to content

Commit 6323d0e

Browse files
feat: Automated regeneration of admin reports_v1 client (googleapis#24066)
Auto-created at 2025-08-24 10:29:50 +0000 using the toys pull request generator.
1 parent db61d48 commit 6323d0e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

generated/google-apis-admin_reports_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-admin_reports_v1
22

3+
### v0.29.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250818
6+
37
### v0.28.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250707

generated/google-apis-admin_reports_v1/lib/google/apis/admin_reports_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AdminReportsV1
1818
# Version of the google-apis-admin_reports_v1 gem
19-
GEM_VERSION = "0.28.0"
19+
GEM_VERSION = "0.29.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250707"
25+
REVISION = "20250818"
2626
end
2727
end
2828
end

generated/google-apis-admin_reports_v1/lib/google/apis/admin_reports_v1/service.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def initialize
8888
# and end in May. The report itself can be requested in August. If the `endTime`
8989
# is not specified, the report returns all activities from the `startTime` until
9090
# the current time or the most recent 180 days if the `startTime` is more than
91-
# 180 days in the past.
91+
# 180 days in the past. For Gmail requests, `startTime` and `endTime` must be
92+
# provided and the difference must not be greater than 30 days.
9293
# @param [String] event_name
9394
# The name of the event being queried by the API. Each `eventName` is related to
9495
# a specific Google Workspace service or feature which the API organizes into
@@ -155,7 +156,8 @@ def initialize
155156
# the RFC 3339 format, for example 2010-10-28T10:26:35.000Z. The report returns
156157
# all activities from `startTime` until `endTime`. The `startTime` must be
157158
# before the `endTime` (if specified) and the current time when the request is
158-
# made, or the API returns an error.
159+
# made, or the API returns an error. For Gmail requests, `startTime` and `
160+
# endTime` must be provided and the difference must not be greater than 30 days.
159161
# @param [String] fields
160162
# Selector specifying which fields to include in a partial response.
161163
# @param [String] quota_user

0 commit comments

Comments
 (0)