google-apis-admin_reports_v1 0.26.0 → 0.27.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: 29a3d8e97b9ae966fc240edd448ca988e069ee0b93f21ce4124b7010a3ed1854
4
- data.tar.gz: b7f8212c7a6791fc43579b07f0d1097d136fa27a93581a71b36eba82af912aff
3
+ metadata.gz: dd19acfb2fe858580bebac811c1242dad4a8b45be8e3ce66ecff022307edddb9
4
+ data.tar.gz: 636530016637cf251da98bbef4d146dc486f5632f412bf088a7fc2ec34457ed8
5
5
  SHA512:
6
- metadata.gz: 106c479244757524ffcb1bcb3139c35b7fa5fc36ae754136860a56da07539331f89e1037e2e987b6d5b14520fc23602a84af7599b39c504e54934ab93e80910b
7
- data.tar.gz: d9298c2cae3f2de299ccf890e0bfed0ee8f5d3bef0a9b3883f39311c3f98eeb7dfd3874452a1e4d8bd892cbaa55bf1689149879d36a10dc78b957d737d98292e
6
+ metadata.gz: c60c7410ccc1fe575831fa4d5a0c4219c08d595323f2d3a3a6555c7ede3f93eff03c8d479afd611d62880787969d721799c88271c1ab61bc02289b9b1bd96419
7
+ data.tar.gz: d2718d09f84c243d41fe705e729637493a2b7117bec315e9d35caaa56828d74038571881e929cefd0a12cc238c0631b46766d6730d82eb3e52c8ec95cdb00c3c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.27.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250505
6
+ * Regenerated using generator version 0.17.0
7
+
3
8
  ### v0.26.0 (2025-04-27)
4
9
 
5
10
  * Regenerated from discovery document revision 20250424
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/workspace/admin/) may
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250424"
25
+ REVISION = "20250505"
26
26
  end
27
27
  end
28
28
  end
@@ -383,17 +383,17 @@ module Google
383
383
  # The `parameters` query string is a comma-separated list of event parameters
384
384
  # that refine a report's results. The parameter is associated with a specific
385
385
  # application. The application values for the Customers usage report include `
386
- # accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`
387
- # , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters`
388
- # query string is in the CSV form of `app_name1:param_name1, app_name2:
389
- # param_name2`. *Note:* The API doesn't accept multiple values of a parameter.
390
- # If a particular parameter is supplied more than once in the API request, the
391
- # API only accepts the last value of that request parameter. In addition, if an
392
- # invalid request parameter is supplied in the API request, the API ignores that
393
- # request parameter and returns the response corresponding to the remaining
394
- # valid request parameters. An example of an invalid request parameter is one
395
- # that does not belong to the application. If no parameters are requested, all
396
- # parameters are returned.
386
+ # accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`
387
+ # , `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
388
+ # parameters` query string is in the CSV form of `app_name1:param_name1,
389
+ # app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a
390
+ # parameter. If a particular parameter is supplied more than once in the API
391
+ # request, the API only accepts the last value of that request parameter. In
392
+ # addition, if an invalid request parameter is supplied in the API request, the
393
+ # API ignores that request parameter and returns the response corresponding to
394
+ # the remaining valid request parameters. An example of an invalid request
395
+ # parameter is one that does not belong to the application. If no parameters are
396
+ # requested, all parameters are returned.
397
397
  # @param [String] fields
398
398
  # Selector specifying which fields to include in a partial response.
399
399
  # @param [String] quota_user
@@ -535,16 +535,16 @@ module Google
535
535
  # parameters where the parameter's value is manipulated by a relational operator.
536
536
  # The `filters` query string includes the name of the application whose usage
537
537
  # is returned in the report. The application values for the Users Usage Report
538
- # include `accounts`, `docs`, and `gmail`. Filters are in the form `[application
539
- # name]:parameter name[parameter value],...`. In this example, the `<>` 'not
540
- # equal to' operator is URL-encoded in the request's query string (%3C%3E): GET
541
- # https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?
542
- # parameters=accounts:last_login_time &filters=accounts:last_login_time%3C%
543
- # 3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal
544
- # to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<` - 'less than'.
545
- # It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It is URL-encoded (%
546
- # 3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=` - 'greater than
547
- # or equal to'. It is URL-encoded (%3E=).
538
+ # include `accounts`, `chat`, `docs`, and `gmail`. Filters are in the form `[
539
+ # application name]:parameter name[parameter value],...`. In this example, the `<
540
+ # >` 'not equal to' operator is URL-encoded in the request's query string (%3C%
541
+ # 3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/
542
+ # 2013-03-03 ?parameters=accounts:last_login_time &filters=accounts:
543
+ # last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include:
544
+ # - `==` - 'equal to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). - `<
545
+ # ` - 'less than'. It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It
546
+ # is URL-encoded (%3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=`
547
+ # - 'greater than or equal to'. It is URL-encoded (%3E=).
548
548
  # @param [String] group_id_filter
549
549
  # Comma separated group ids (obfuscated) on which user activities are filtered,
550
550
  # i.e. the response will contain activities for only those users that are a part
@@ -566,17 +566,17 @@ module Google
566
566
  # The `parameters` query string is a comma-separated list of event parameters
567
567
  # that refine a report's results. The parameter is associated with a specific
568
568
  # application. The application values for the Customers Usage report include `
569
- # accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`
570
- # , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters`
571
- # query string is in the CSV form of `app_name1:param_name1, app_name2:
572
- # param_name2`. *Note:* The API doesn't accept multiple values of a parameter.
573
- # If a particular parameter is supplied more than once in the API request, the
574
- # API only accepts the last value of that request parameter. In addition, if an
575
- # invalid request parameter is supplied in the API request, the API ignores that
576
- # request parameter and returns the response corresponding to the remaining
577
- # valid request parameters. An example of an invalid request parameter is one
578
- # that does not belong to the application. If no parameters are requested, all
579
- # parameters are returned.
569
+ # accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`
570
+ # , `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
571
+ # parameters` query string is in the CSV form of `app_name1:param_name1,
572
+ # app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a
573
+ # parameter. If a particular parameter is supplied more than once in the API
574
+ # request, the API only accepts the last value of that request parameter. In
575
+ # addition, if an invalid request parameter is supplied in the API request, the
576
+ # API ignores that request parameter and returns the response corresponding to
577
+ # the remaining valid request parameters. An example of an invalid request
578
+ # parameter is one that does not belong to the application. If no parameters are
579
+ # requested, all parameters are returned.
580
580
  # @param [String] fields
581
581
  # Selector specifying which fields to include in a partial response.
582
582
  # @param [String] quota_user
metadata CHANGED
@@ -1,13 +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.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-27 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.27.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Admin SDK API ReportsV1
79
79
  test_files: []