google-apis-logging_v2 0.24.0 → 0.25.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dcc03a55fb00400f4202cd2fb8a445865854063c3e2d52137a7bcc225b1fcc5
|
|
4
|
+
data.tar.gz: '0962df7fc368c976ee25b2d1b1522ab7471c04af0bde8e153df6069bc02c1b63'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bca0e3334d86b33acda3cfbd08e6ff0ff40fafd662464edfb842c764cab4b423197a41d5b9fa8f86ddea57da63d509a005feb8da2911b8076ba55850a6aed36a
|
|
7
|
+
data.tar.gz: 689159afa0bbe921661ac989ca8edca7d76bc90b55fb467ee9ae976b7aaece0fcfb9088a41700322f030fd1aa88c6d99f0fb3d8edc410035d5d434e9fc00dfee
|
data/CHANGELOG.md
CHANGED
|
@@ -156,6 +156,17 @@ module Google
|
|
|
156
156
|
# @return [String]
|
|
157
157
|
attr_accessor :kms_key_name
|
|
158
158
|
|
|
159
|
+
# The CryptoKeyVersion resource name for the configured Cloud KMS key.KMS key
|
|
160
|
+
# name format: "projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/
|
|
161
|
+
# cryptoKeys/[KEY]/cryptoKeyVersions/[VERSION]" For example:"projects/my-project/
|
|
162
|
+
# locations/us-central1/keyRings/my-ring/cryptoKeys/my-key/cryptoKeyVersions/1"
|
|
163
|
+
# This is a read-only field used to convey the specific configured
|
|
164
|
+
# CryptoKeyVersion of kms_key that has been configured. It will be populated in
|
|
165
|
+
# cases where the CMEK settings are bound to a single key version.
|
|
166
|
+
# Corresponds to the JSON property `kmsKeyVersionName`
|
|
167
|
+
# @return [String]
|
|
168
|
+
attr_accessor :kms_key_version_name
|
|
169
|
+
|
|
159
170
|
# Output only. The resource name of the CMEK settings.
|
|
160
171
|
# Corresponds to the JSON property `name`
|
|
161
172
|
# @return [String]
|
|
@@ -178,6 +189,7 @@ module Google
|
|
|
178
189
|
# Update properties of this object
|
|
179
190
|
def update!(**args)
|
|
180
191
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
|
192
|
+
@kms_key_version_name = args[:kms_key_version_name] if args.key?(:kms_key_version_name)
|
|
181
193
|
@name = args[:name] if args.key?(:name)
|
|
182
194
|
@service_account_id = args[:service_account_id] if args.key?(:service_account_id)
|
|
183
195
|
end
|
|
@@ -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.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220311"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -364,6 +364,7 @@ module Google
|
|
|
364
364
|
# @private
|
|
365
365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
366
366
|
property :kms_key_name, as: 'kmsKeyName'
|
|
367
|
+
property :kms_key_version_name, as: 'kmsKeyVersionName'
|
|
367
368
|
property :name, as: 'name'
|
|
368
369
|
property :service_account_id, as: 'serviceAccountId'
|
|
369
370
|
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.25.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: 2022-
|
|
11
|
+
date: 2022-03-21 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.25.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: []
|