google-apis-admin_reports_v1 0.38.0 → 0.39.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0e2d58ccecbe222924fcddf42e9b8e344605dab6838ce874b45fdedabaf9bcb9
|
|
4
|
+
data.tar.gz: 584de9847fc93836bd0b93099c6b264163be63d236aeab220b87a71b8badbe4b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dfa8879a2ca8b0aa42f9098e3349f87b24901bec04298af0e920d78320a31b5521e1c5ea59fde8c4eb2cf6d36ccf1ee26ee28d58fd871b3fff3e545c6e14eb5a
|
|
7
|
+
data.tar.gz: '082b1896a09c6dd63924c4a5f20cb288faf279c86ecda8a4b04b640f2e281a6b44b93ffff7c04de34a69e07ad8806be6c085dae8812917f77fe30bd1920eb1b1'
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AdminReportsV1
|
|
18
18
|
# Version of the google-apis-admin_reports_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260823"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -154,8 +154,8 @@ module Google
|
|
|
154
154
|
# @param [Boolean] include_sensitive_data
|
|
155
155
|
# Optional. When set to `true`, this field allows sensitive user-generated
|
|
156
156
|
# content to be included in the returned audit logs. This parameter is supported
|
|
157
|
-
# only for Rules (DLP) and
|
|
158
|
-
# application will result in a permission error.
|
|
157
|
+
# only for Rules (DLP), Chat and Workspace Studio applications; using it with
|
|
158
|
+
# any other application will result in a permission error.
|
|
159
159
|
# @param [Fixnum] max_results
|
|
160
160
|
# Determines how many activity records are shown on each response page. For
|
|
161
161
|
# example, if the request sets `maxResults=1` and the report has two activities,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-admin_reports_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.39.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.39.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|