google-apis-admin_reports_v1 0.22.0 → 0.23.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: 8b65386e7189a055b7492016706a4043fb6ed4f3ccde33ed980cddd33139e9fc
|
4
|
+
data.tar.gz: 4deb9f72afcc21e9a432892aa990f4d4363c9172997c2acb4f37e0bc3c937a09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b30cf4c3d33b516401af6f274c94963fe32a7eeaafe6288ae3a7849ca1363bd3b39c4ef6f27dec38a7ba871d5e7cf3ba7a965819b4bf8cba449735e8701b31ee
|
7
|
+
data.tar.gz: 9b52589109e9cbcf7ca9d2d6badb37e819e97066c383403417d632eba75c4084c2588fb201250c2880b79fb086998147b66683b498cbabab8cc5911978ae5a3e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-admin_reports_v1
|
2
2
|
|
3
|
+
### v0.23.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250304
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.22.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250304"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -131,6 +131,10 @@ module Google
|
|
131
131
|
# Comma separated group ids (obfuscated) on which user activities are filtered,
|
132
132
|
# i.e. the response will contain activities for only those users that are a part
|
133
133
|
# of at least one of the group ids mentioned here. Format: "id:abc123,id:xyz456"
|
134
|
+
# *Important:* To filter by groups, you must explicitly add the groups to your
|
135
|
+
# filtering groups allowlist. For more information about adding groups to
|
136
|
+
# filtering groups allowlist, see [Filter results by Google Group](https://
|
137
|
+
# support.google.com/a/answer/11482175)
|
134
138
|
# @param [Fixnum] max_results
|
135
139
|
# Determines how many activity records are shown on each response page. For
|
136
140
|
# example, if the request sets `maxResults=1` and the report has two activities,
|
@@ -266,6 +270,10 @@ module Google
|
|
266
270
|
# Comma separated group ids (obfuscated) on which user activities are filtered,
|
267
271
|
# i.e. the response will contain activities for only those users that are a part
|
268
272
|
# of at least one of the group ids mentioned here. Format: "id:abc123,id:xyz456"
|
273
|
+
# *Important:* To filter by groups, you must explicitly add the groups to your
|
274
|
+
# filtering groups allowlist. For more information about adding groups to
|
275
|
+
# filtering groups allowlist, see [Filter results by Google Group](https://
|
276
|
+
# support.google.com/a/answer/11482175)
|
269
277
|
# @param [Fixnum] max_results
|
270
278
|
# Determines how many activity records are shown on each response page. For
|
271
279
|
# example, if the request sets `maxResults=1` and the report has two activities,
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.23.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1/CHANGELOG.md
|
61
|
-
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.23.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Admin SDK API ReportsV1
|
82
79
|
test_files: []
|