google-apis-admin_reports_v1 0.21.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: 50fed60c908b2d7e0a9bfbede025a84766b71a12b10cacb3156882569feddad9
4
- data.tar.gz: f15ce75bbb65b3c0a7b212dcf62008ef90a3ffc8c86ddddc40c2631a6684ca8e
3
+ metadata.gz: 8b65386e7189a055b7492016706a4043fb6ed4f3ccde33ed980cddd33139e9fc
4
+ data.tar.gz: 4deb9f72afcc21e9a432892aa990f4d4363c9172997c2acb4f37e0bc3c937a09
5
5
  SHA512:
6
- metadata.gz: 22b06ca20a87bbea7ee0bd2801f29a12eceb7b044ae35f2824c50c245346c3fa6f59ce3b06da6f9bdae586e48acff7e6d5e9b96645af56206c025e50fda1beda
7
- data.tar.gz: 9ae17541249a0ed620430a9ab260d8bf821d16667cce9317de8fbb71b5771576cf76ca09188a6d1ad7cc63b41ab2b43838fcd2961ee5c597827af45594aceb97
6
+ metadata.gz: b30cf4c3d33b516401af6f274c94963fe32a7eeaafe6288ae3a7849ca1363bd3b39c4ef6f27dec38a7ba871d5e7cf3ba7a965819b4bf8cba449735e8701b31ee
7
+ data.tar.gz: 9b52589109e9cbcf7ca9d2d6badb37e819e97066c383403417d632eba75c4084c2588fb201250c2880b79fb086998147b66683b498cbabab8cc5911978ae5a3e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
8
+ ### v0.22.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.21.0 (2024-02-23)
4
13
 
5
14
  * Regenerated from discovery document revision 20240220
@@ -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.21.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.14.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240220"
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.21.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: 2024-02-25 00:00:00.000000000 Z
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
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.14.0
18
+ version: 0.15.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.14.0
28
+ version: 0.15.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -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.21.0
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.6
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: []