google-cloud-kms-inventory-v1 0.12.0 → 0.12.2
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: c43d4e24507b13c83cbe4723ba34116f9b31525f5d69e1a104b1f63a207ca974
|
|
4
|
+
data.tar.gz: 29c774322043553c11d68923eca57d979ced2f70c31a1b39c3bc3ea8d20785fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2756b0e54756aa0a1cac23db977696394ab3ea821bf3b8091b4ea09c3753da14eca65ca6f9015a4a5622d413902015cae5594531b709001a7ae96a478baa4e6d
|
|
7
|
+
data.tar.gz: '08132374fd5c450a9eee72aace425adb712c2d0f0a64e6faad6765db62944436cd659bc505f84e51c07863538455f0d5506cddb702d02fe69d26a51d9df1dddc'
|
|
@@ -133,7 +133,7 @@ module Google
|
|
|
133
133
|
# where all related cryptographic operations are performed. Only applicable
|
|
134
134
|
# if {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersions} have a
|
|
135
135
|
# {::Google::Cloud::Kms::V1::ProtectionLevel ProtectionLevel} of
|
|
136
|
-
#
|
|
136
|
+
# {::Google::Cloud::Kms::V1::ProtectionLevel::EXTERNAL_VPC EXTERNAL_VPC}, with the
|
|
137
137
|
# resource name in the format `projects/*/locations/*/ekmConnections/*`.
|
|
138
138
|
# Note, this list is non-exhaustive and may apply to additional
|
|
139
139
|
# {::Google::Cloud::Kms::V1::ProtectionLevel ProtectionLevels} in the future.
|
|
@@ -429,7 +429,6 @@ module Google
|
|
|
429
429
|
# The suffix following `HMAC_` corresponds to the hash algorithm being used
|
|
430
430
|
# (eg. SHA256).
|
|
431
431
|
#
|
|
432
|
-
# Algorithms beginning with `PQ_` are post-quantum.
|
|
433
432
|
#
|
|
434
433
|
# For more information, see [Key purposes and algorithms]
|
|
435
434
|
# (https://cloud.google.com/kms/docs/algorithms).
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-inventory-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.12.
|
|
4
|
+
version: 0.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 2025-01-10 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: gapic-common
|
|
@@ -114,7 +113,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
|
114
113
|
licenses:
|
|
115
114
|
- Apache-2.0
|
|
116
115
|
metadata: {}
|
|
117
|
-
post_install_message:
|
|
118
116
|
rdoc_options: []
|
|
119
117
|
require_paths:
|
|
120
118
|
- lib
|
|
@@ -129,8 +127,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
127
|
- !ruby/object:Gem::Version
|
|
130
128
|
version: '0'
|
|
131
129
|
requirements: []
|
|
132
|
-
rubygems_version: 3.
|
|
133
|
-
signing_key:
|
|
130
|
+
rubygems_version: 3.6.2
|
|
134
131
|
specification_version: 4
|
|
135
132
|
summary: API Client library for the KMS Inventory V1 API
|
|
136
133
|
test_files: []
|