google-apis-admin_reports_v1 0.7.0 → 0.8.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: '095f769ac1651914293be1c7a71cad1100a83e20d77085c7647a119315e5c5d1'
4
- data.tar.gz: 06ea80dce942b44bd6969c88023b3f904fce9fe527693aa24c37084eea005973
3
+ metadata.gz: ea49de19b65425ed02e2bcdee2c8c558131add74c423a0dbd1af18c07ee2021b
4
+ data.tar.gz: 46c5e89687172fd81e1f90f36512c9f288340400048c4aea877c2f6223e29a2e
5
5
  SHA512:
6
- metadata.gz: d45feb8f5618ff331281a9a2a1fe720dc0f3250b35e10e57c56966947864f9932bce0559c3d597a76ba9e6da9b80d520eb5a04c85d1a50c99cf499dbf81e3f74
7
- data.tar.gz: 7b761334c8f062e8c820bd1c97161f92e28ac72f2b8b06d91ad0b9985cb5729514ac8eb74f0c674cb0a9ec10c1d8dfd5f2710d7e696c758e1b548f106119e941
6
+ metadata.gz: c60e14afff0370a5da0d38b1b3562f0daf9a41b67008c23ceaee9f7a0063d9640afd6c7aec19e218d35307256599c5e25789c68f19f0b54748d38fb6e15f3aff
7
+ data.tar.gz: 0ac3df85ed9597b675368605244226826e1885819b6325fc214bf2d324ac05e711133ac8331ae71bf6f68f1c8e61be483a4a3009e186b6116c5154630f9dadfc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-admin_reports_v1
2
2
 
3
+ ### v0.8.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211026
6
+
3
7
  ### v0.7.0 (2021-07-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20210720
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Admin service in particular.)
67
67
 
@@ -142,8 +142,9 @@ module Google
142
142
  # @return [String]
143
143
  attr_accessor :key
144
144
 
145
- # The unique Google Workspace profile ID of the actor. May be absent if the
146
- # actor is not a Google Workspace user.
145
+ # The unique Google Workspace profile ID of the actor. This value might be
146
+ # absent if the actor is not a Google Workspace user, or may be the number
147
+ # 105250506097979753968 which acts as a placeholder ID.
147
148
  # Corresponds to the JSON property `profileId`
148
149
  # @return [String]
149
150
  attr_accessor :profile_id
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.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 = "20210720"
25
+ REVISION = "20211026"
26
26
  end
27
27
  end
28
28
  end
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.7.0
4
+ version: 0.8.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-07-26 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_reports_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-admin_reports_v1/v0.7.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-admin_reports_v1
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
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: []
65
65
  require_paths: