google-cloud-kms-inventory-v1 0.8.1 → 0.8.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '01911ccdf16661bf825d050471ee80c3919656378e0a71a3e9146e9a3fd3957b'
|
4
|
+
data.tar.gz: 6eb3ae33e785dc1121df1e30111008a84c3b6970aa1cc6cc566893f172934e53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6350dc926a0adbc57a14702af2b4d2f458263e8ada9b960303f48741c6a5452d58ebd7aa54e7c172641b5b6d33a7162b2239ab54059a2ba66df4d4f447d7288c
|
7
|
+
data.tar.gz: 9039512ca032e7692785343c32f944d0df232e9be4ec500075a2fec415ec84a931ccfca12ba72945f5fe2448890346da98b3837625a36bdded0dd47347544959
|
@@ -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
|
# [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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
|
+
# [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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 [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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-inventory-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.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-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|