File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
generated/google-apis-admin_reports_v1
lib/google/apis/admin_reports_v1 Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2828end
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments