google-apis-logging_v2 0.16.0 → 0.17.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: 377677eb5b7cb8272d45e8a756697af99f684faaf31611f30762883b29442ffe
4
- data.tar.gz: d3585002a4dc7b553b80dd61633c36e74eff572d9f23d5b3ec35362064b3c8ae
3
+ metadata.gz: 2454c651ce51159190a0c3450909bc39c02469aece9a6c8ed1d82ef898a9d8d1
4
+ data.tar.gz: e03a7292f079132b2bc01c1d7262097079793a8e9c9ba10ff59ac96d9b20fbcc
5
5
  SHA512:
6
- metadata.gz: 339fbf99fca7ec7e103909390125f860c119150c685fa59e0b3dce9d84dc433d17e0f5ba8d8ea8690e47d4aa0a4b4ee29b78efe2ef20308700e81bb7cffcdb5b
7
- data.tar.gz: 7c841b1d2f92986ea9c466aa6a4566ebd2732c596ca81c501ac0efeb7c27e7dae738d947ebbce380d80e4db5bafb739d39c13d08690f2661fca4cc708bbd667b
6
+ metadata.gz: 3eeef64377ec68b5fe7243cf60dad887f8b976f882e71815a86e85a9125def62db51572cff43e4429ba7f7d178340a6f7f06ae0c944409539c6776fc4241bed0
7
+ data.tar.gz: 9883c27385dcb3a4f717c67db5c8238399261a7c3ce8595941ae064d51a06e2373194037bb99878f4f4272c44bfa54dfbf2bbfc5a70d8bf6102f8adf02ae76f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.17.0 (2021-11-02)
4
+
5
+ * Regenerated from discovery document revision 20211019
6
+
3
7
  ### v0.16.0 (2021-10-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -143,15 +143,15 @@ module Google
143
143
  # For example:"projects/my-project/locations/us-central1/keyRings/my-ring/
144
144
  # cryptoKeys/my-key"To enable CMEK for the Logs Router, set this field to a
145
145
  # valid kms_key_name for which the associated service account has the required
146
- # roles/cloudkms.cryptoKeyEncrypterDecrypter role assigned for the key.The Cloud
147
- # KMS key used by the Log Router can be updated by changing the kms_key_name to
148
- # a new valid key name. Encryption operations that are in progress will be
149
- # completed with the key that was in use when they started. Decryption
150
- # operations will be completed using the key that was used at the time of
151
- # encryption unless access to that key has been revoked.To disable CMEK for the
152
- # Logs Router, set this field to an empty string.See Enabling CMEK for Logs
153
- # Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for
154
- # more information.
146
+ # cloudkms.cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS
147
+ # key used by the Log Router can be updated by changing the kms_key_name to a
148
+ # new valid key name or disabled by setting the key name to an empty string.
149
+ # Encryption operations that are in progress will be completed with the key that
150
+ # was in use when they started. Decryption operations will be completed using
151
+ # the key that was used at the time of encryption unless access to that key has
152
+ # been revoked.To disable CMEK for the Logs Router, set this field to an empty
153
+ # string.See Enabling CMEK for Logs Router (https://cloud.google.com/logging/
154
+ # docs/routing/managed-encryption) for more information.
155
155
  # Corresponds to the JSON property `kmsKeyName`
156
156
  # @return [String]
157
157
  attr_accessor :kms_key_name
@@ -163,8 +163,8 @@ module Google
163
163
 
164
164
  # Output only. The service account that will be used by the Logs Router to
165
165
  # access your Cloud KMS key.Before enabling CMEK for Logs Router, you must first
166
- # assign the role roles/cloudkms.cryptoKeyEncrypterDecrypter to the service
167
- # account that the Logs Router will use to access your Cloud KMS key. Use
166
+ # assign the cloudkms.cryptoKeyEncrypterDecrypter role to the service account
167
+ # that the Logs Router will use to access your Cloud KMS key. Use
168
168
  # GetCmekSettings to obtain the service account ID.See Enabling CMEK for Logs
169
169
  # Router (https://cloud.google.com/logging/docs/routing/managed-encryption) for
170
170
  # more information.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module LoggingV2
18
18
  # Version of the google-apis-logging_v2 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.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 = "20211015"
25
+ REVISION = "20211019"
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-logging_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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-11-08 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-logging_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.17.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
63
63
  post_install_message:
64
64
  rdoc_options: []