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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df794e8e32851bdbf62688b38eedd0ef407924689a649c59b361a4698cb0c380
4
- data.tar.gz: 3c852ceb907da597137dcb64d04fa17f854fdb3158a6b084fecc35573586e2fd
3
+ metadata.gz: 2cdbd7a8cfc91fd2e47053a3e9d97feb015f5154fb64cff99c9c6ead71bce55f
4
+ data.tar.gz: e2b79ad4b72ca8460d8967ed81f09c63d3193ed9ddb7e09d469cf31ee89e5c31
5
5
  SHA512:
6
- metadata.gz: d14d1b1e52dcd7dfa8e2b6a4606d9f8e516219e75de47122e365af18763553e1d4ab3745c90bf7cd1530065702fa5c117a2eb00bb0f41d73df97b8ed7fb7d05d
7
- data.tar.gz: e38a588993ad6dccf5ca1ed5c0c850c7f0d2331275ed77eb3adf5b76e558b718ad1e48900cd6b9016c8cd649343f2e1caadacf375bb554df5401b5270c8f5488
6
+ metadata.gz: 68829db5cd5b566de533a7fc1c349d5097cf8d5b536ac8728da48b208badff0d1a2b7a879ec7b531b96202b5aee35247aec7e1fa908b98104f5669d50b906c1e
7
+ data.tar.gz: 5b7b334bf926eadf4626e8bf55e6b498c06556062cbbd307790c52ab4345c16c5950ed9dd652187a8b61a02dcd029eb7fde68b561a0cfdcd8539c90f50707af5
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Kms
23
23
  module V1
24
- VERSION = "0.24.1"
24
+ VERSION = "0.24.2"
25
25
  end
26
26
  end
27
27
  end
@@ -625,15 +625,17 @@ module Google
625
625
  end
626
626
  end
627
627
 
628
- # The public key for a given
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
- # The public key, encoded in PEM format. For more information, see the
634
- # [RFC 7468](https://tools.ietf.org/html/rfc7468) sections for
635
- # [General Considerations](https://tools.ietf.org/html/rfc7468#section-2) and
636
- # [Textual Encoding of Subject Public Key Info]
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. A CRC32C checksum of the returned
646
- # {::Google::Cloud::Kms::V1::PublicKey#pem PublicKey.pem}. An integrity check of
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.1
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-12 00:00:00.000000000 Z
11
+ date: 2024-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common