google-apis-admin_reports_v1 0.8.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea49de19b65425ed02e2bcdee2c8c558131add74c423a0dbd1af18c07ee2021b
4
- data.tar.gz: 46c5e89687172fd81e1f90f36512c9f288340400048c4aea877c2f6223e29a2e
3
+ metadata.gz: 6e90a1c75a6f8f3e851468f3e6c986b1cd0343a8cb42f343e7141c65580529f1
4
+ data.tar.gz: 2dd5649f092ab97ec093934f144ddf9faa228753bfd99cf2921ff73b2cc6e72d
5
5
  SHA512:
6
- metadata.gz: c60e14afff0370a5da0d38b1b3562f0daf9a41b67008c23ceaee9f7a0063d9640afd6c7aec19e218d35307256599c5e25789c68f19f0b54748d38fb6e15f3aff
7
- data.tar.gz: 0ac3df85ed9597b675368605244226826e1885819b6325fc214bf2d324ac05e711133ac8331ae71bf6f68f1c8e61be483a4a3009e186b6116c5154630f9dadfc
6
+ metadata.gz: cd7c8cd79c02714c5944a24f055120d9b0750f26c0d41dc005bd8c00f071bcaab9e5baa95f20f0ac5515a9e50f255ee2af9888dc952bc9e4e47c01cee459ed4c
7
+ data.tar.gz: 44016dc113befe30dee644abee779e6fbf4fba5fe684f729c50ceced77d179b6579dd7bcef4aa0ba419069689c6f7cf1409179bbc7e9c07cb8248a0d50e97c56
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.11.0 (2022-06-05)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.10.0 (2021-12-14)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.9.0 (2021-12-08)
12
+
13
+ * Regenerated from discovery document revision 20211207
14
+
3
15
  ### v0.8.0 (2021-10-27)
4
16
 
5
17
  * Regenerated from discovery document revision 20211026
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/admin_reports_v1"
51
51
  client = Google::Apis::AdminReportsV1::ReportsService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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.8.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211026"
25
+ REVISION = "20211207"
26
26
  end
27
27
  end
28
28
  end
@@ -423,7 +423,11 @@ module Google
423
423
  # @param [String] entity_type
424
424
  # Represents the type of entity for the report.
425
425
  # @param [String] entity_key
426
- # Represents the key of the object to filter the data with.
426
+ # Represents the key of the object to filter the data with. It is a string which
427
+ # can take the value `all` to get activity events for all users, or any other
428
+ # value for an app-specific entity. For details on how to obtain the `entityKey`
429
+ # for a particular `entityType`, see the Entities Usage parameters reference
430
+ # guides.
427
431
  # @param [String] date
428
432
  # Represents the date the usage occurred. The timestamp is in the ISO 8601
429
433
  # format, yyyy-mm-dd. We recommend you use your account's time zone for this.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-admin_reports_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2022-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-admin_reports_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Admin SDK API ReportsV1