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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/logging_v2/classes.rb +11 -11
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2454c651ce51159190a0c3450909bc39c02469aece9a6c8ed1d82ef898a9d8d1
|
4
|
+
data.tar.gz: e03a7292f079132b2bc01c1d7262097079793a8e9c9ba10ff59ac96d9b20fbcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3eeef64377ec68b5fe7243cf60dad887f8b976f882e71815a86e85a9125def62db51572cff43e4429ba7f7d178340a6f7f06ae0c944409539c6776fc4241bed0
|
7
|
+
data.tar.gz: 9883c27385dcb3a4f717c67db5c8238399261a7c3ce8595941ae064d51a06e2373194037bb99878f4f4272c44bfa54dfbf2bbfc5a70d8bf6102f8adf02ae76f3
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
#
|
147
|
-
#
|
148
|
-
#
|
149
|
-
#
|
150
|
-
#
|
151
|
-
# encryption unless access to that key has
|
152
|
-
# Logs Router, set this field to an empty
|
153
|
-
# Router (https://cloud.google.com/logging/
|
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
|
167
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|