google-apis-admin_reports_v1 0.8.0 → 0.9.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: ea49de19b65425ed02e2bcdee2c8c558131add74c423a0dbd1af18c07ee2021b
4
- data.tar.gz: 46c5e89687172fd81e1f90f36512c9f288340400048c4aea877c2f6223e29a2e
3
+ metadata.gz: 9a91b52675e603ec4f86f67b4de0cec399e3aa16defc785a475cb8fa093be972
4
+ data.tar.gz: fb60c3897418a651498ea26f9047cb993f6060c4eaf3b56646a2cb4171273def
5
5
  SHA512:
6
- metadata.gz: c60e14afff0370a5da0d38b1b3562f0daf9a41b67008c23ceaee9f7a0063d9640afd6c7aec19e218d35307256599c5e25789c68f19f0b54748d38fb6e15f3aff
7
- data.tar.gz: 0ac3df85ed9597b675368605244226826e1885819b6325fc214bf2d324ac05e711133ac8331ae71bf6f68f1c8e61be483a4a3009e186b6116c5154630f9dadfc
6
+ metadata.gz: 7dc40a25f41425944238af8157c1a9bb4fb430d55d2251b7d00f1c652576647d73cd1aa79dc71be598fb83e847555cd37dc0b953408c3f26a96588f92a992889
7
+ data.tar.gz: d5226de7fdec55dd8c7d5e2758837df59fde0db8ab88d85ffa593adece4a3bc2e39f0287c5a076cec319a50b3b2d81f8195a6cc1ea2bc8d3b87793fc1c0ce572
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.9.0 (2021-12-08)
4
+
5
+ * Regenerated from discovery document revision 20211207
6
+
3
7
  ### v0.8.0 (2021-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20211026
@@ -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.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.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.9.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: 2021-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.9.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: []