google-cloud-kms-v1 0.24.1 → 0.24.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 +4 -4
- data/lib/google/cloud/kms/v1/version.rb +1 -1
- data/proto_docs/google/cloud/kms/v1/resources.rb +11 -7
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cdbd7a8cfc91fd2e47053a3e9d97feb015f5154fb64cff99c9c6ead71bce55f
|
|
4
|
+
data.tar.gz: e2b79ad4b72ca8460d8967ed81f09c63d3193ed9ddb7e09d469cf31ee89e5c31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 68829db5cd5b566de533a7fc1c349d5097cf8d5b536ac8728da48b208badff0d1a2b7a879ec7b531b96202b5aee35247aec7e1fa908b98104f5669d50b906c1e
|
|
7
|
+
data.tar.gz: 5b7b334bf926eadf4626e8bf55e6b498c06556062cbbd307790c52ab4345c16c5950ed9dd652187a8b61a02dcd029eb7fde68b561a0cfdcd8539c90f50707af5
|
|
@@ -625,15 +625,17 @@ module Google
|
|
|
625
625
|
end
|
|
626
626
|
end
|
|
627
627
|
|
|
628
|
-
# The public
|
|
628
|
+
# The public keys for a given
|
|
629
629
|
# {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion}. Obtained via
|
|
630
630
|
# {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key GetPublicKey}.
|
|
631
631
|
# @!attribute [rw] pem
|
|
632
632
|
# @return [::String]
|
|
633
|
-
#
|
|
634
|
-
#
|
|
635
|
-
#
|
|
636
|
-
#
|
|
633
|
+
# A public key encoded in PEM format, populated only when
|
|
634
|
+
# {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key GetPublicKey}
|
|
635
|
+
# returns one key. For more information, see the [RFC
|
|
636
|
+
# 7468](https://tools.ietf.org/html/rfc7468) sections for [General
|
|
637
|
+
# Considerations](https://tools.ietf.org/html/rfc7468#section-2) and [Textual
|
|
638
|
+
# Encoding of Subject Public Key Info]
|
|
637
639
|
# (https://tools.ietf.org/html/rfc7468#section-13).
|
|
638
640
|
# @!attribute [rw] algorithm
|
|
639
641
|
# @return [::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionAlgorithm]
|
|
@@ -642,8 +644,10 @@ module Google
|
|
|
642
644
|
# associated with this key.
|
|
643
645
|
# @!attribute [rw] pem_crc32c
|
|
644
646
|
# @return [::Google::Protobuf::Int64Value]
|
|
645
|
-
# Integrity verification field
|
|
646
|
-
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}.
|
|
647
|
+
# Integrity verification field: A CRC32C checksum of the returned
|
|
648
|
+
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. It is only populated
|
|
649
|
+
# when {::Google::Cloud::Kms::V1::KeyManagementService::Client#get_public_key GetPublicKey}
|
|
650
|
+
# returns one key. An integrity check of
|
|
647
651
|
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} can be performed by
|
|
648
652
|
# computing the CRC32C checksum of
|
|
649
653
|
# {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem} and comparing your
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-kms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.24.
|
|
4
|
+
version: 0.24.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-01
|
|
11
|
+
date: 2024-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|