google-apis-admin_reports_v1 0.25.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/admin_reports_v1/gem_version.rb +3 -3
- data/lib/google/apis/admin_reports_v1/service.rb +33 -33
- data/lib/google/apis/admin_reports_v1.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd19acfb2fe858580bebac811c1242dad4a8b45be8e3ce66ecff022307edddb9
|
4
|
+
data.tar.gz: 636530016637cf251da98bbef4d146dc486f5632f412bf088a7fc2ec34457ed8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c60c7410ccc1fe575831fa4d5a0c4219c08d595323f2d3a3a6555c7ede3f93eff03c8d479afd611d62880787969d721799c88271c1ab61bc02289b9b1bd96419
|
7
|
+
data.tar.gz: d2718d09f84c243d41fe705e729637493a2b7117bec315e9d35caaa56828d74038571881e929cefd0a12cc238c0631b46766d6730d82eb3e52c8ec95cdb00c3c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
8
|
+
### v0.26.0 (2025-04-27)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20250424
|
11
|
+
|
3
12
|
### v0.25.0 (2025-04-06)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250331
|
data/OVERVIEW.md
CHANGED
@@ -79,11 +79,11 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
|
79
79
|
|
80
80
|
**For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
81
81
|
|
82
|
-
The [product documentation](https://developers.google.com/admin
|
82
|
+
The [product documentation](https://developers.google.com/workspace/admin/) may provide guidance regarding the preferred client library to use.
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
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.
|
19
|
+
GEM_VERSION = "0.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250505"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -32,7 +32,7 @@ module Google
|
|
32
32
|
# Admin = Google::Apis::AdminReportsV1 # Alias the module
|
33
33
|
# service = Admin::ReportsService.new
|
34
34
|
#
|
35
|
-
# @see https://developers.google.com/admin
|
35
|
+
# @see https://developers.google.com/workspace/admin/
|
36
36
|
class ReportsService < Google::Apis::Core::BaseService
|
37
37
|
DEFAULT_ENDPOINT_TEMPLATE = "https://admin.$UNIVERSE_DOMAIN$/"
|
38
38
|
|
@@ -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`, `
|
387
|
-
# , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
|
388
|
-
# query string is in the CSV form of `app_name1:param_name1,
|
389
|
-
# param_name2`. *Note:* The API doesn't accept multiple values of a
|
390
|
-
# If a particular parameter is supplied more than once in the API
|
391
|
-
# API only accepts the last value of that request parameter. In
|
392
|
-
# invalid request parameter is supplied in the API request, the
|
393
|
-
# request parameter and returns the response corresponding to
|
394
|
-
# valid request parameters. An example of an invalid request
|
395
|
-
# that does not belong to the application. If no parameters are
|
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 `[
|
539
|
-
# name]:parameter name[parameter value],...`. In this example, the
|
540
|
-
# equal to' operator is URL-encoded in the request's query string (%3C%
|
541
|
-
# https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/
|
542
|
-
# parameters=accounts:last_login_time &filters=accounts:
|
543
|
-
# 3E2010-10-28T10:26:35.000Z The relational operators include:
|
544
|
-
# to'. - `<>` - 'not equal to'. It is URL-encoded (%3C%3E). -
|
545
|
-
# It is URL-encoded (%3C). - `<=` - 'less than or equal to'. It
|
546
|
-
# 3C=). - `>` - 'greater than'. It is URL-encoded (%3E). - `>=`
|
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`, `
|
570
|
-
# , `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `
|
571
|
-
# query string is in the CSV form of `app_name1:param_name1,
|
572
|
-
# param_name2`. *Note:* The API doesn't accept multiple values of a
|
573
|
-
# If a particular parameter is supplied more than once in the API
|
574
|
-
# API only accepts the last value of that request parameter. In
|
575
|
-
# invalid request parameter is supplied in the API request, the
|
576
|
-
# request parameter and returns the response corresponding to
|
577
|
-
# valid request parameters. An example of an invalid request
|
578
|
-
# that does not belong to the application. If no parameters are
|
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
|
@@ -25,7 +25,7 @@ module Google
|
|
25
25
|
# resources like user, groups etc. It also provides audit and usage reports of
|
26
26
|
# domain.
|
27
27
|
#
|
28
|
-
# @see https://developers.google.com/admin
|
28
|
+
# @see https://developers.google.com/workspace/admin/
|
29
29
|
module AdminReportsV1
|
30
30
|
# Version of the Admin SDK API this client connects to.
|
31
31
|
# This is NOT the gem version.
|
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.
|
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:
|
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.
|
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: '
|
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.
|
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: []
|