google-cloud-kms-inventory-v1 0.8.1 → 0.8.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: f16078cfad2ff9e2e371be0cca368d87e8bfc8a8f6de5d3b7bc1e01f9cdebba1
4
- data.tar.gz: 2af702f592c1444418db4e28c6b10dfb3db1d75f876eca9c4cb6260ffc7c3723
3
+ metadata.gz: '01911ccdf16661bf825d050471ee80c3919656378e0a71a3e9146e9a3fd3957b'
4
+ data.tar.gz: 6eb3ae33e785dc1121df1e30111008a84c3b6970aa1cc6cc566893f172934e53
5
5
  SHA512:
6
- metadata.gz: 6304784ceb0903c9ca56508a1806836cb57f7f8e9dbc584366d2e60e323bc71a96cdb51c48cccd01ee90cbbae9e9c10162f0a2df790f018e399aaa2b0d8845ff
7
- data.tar.gz: 7abc8cc3d80dbc1ad977fced845733a00f25ac5c3abac52657776c892ab59db517ce76f46f27105cc3e875b167e71aca875071a68fcfee2f91093da489869d9f
6
+ metadata.gz: 6350dc926a0adbc57a14702af2b4d2f458263e8ada9b960303f48741c6a5452d58ebd7aa54e7c172641b5b6d33a7162b2239ab54059a2ba66df4d4f447d7288c
7
+ data.tar.gz: 9039512ca032e7692785343c32f944d0df232e9be4ec500075a2fec415ec84a931ccfca12ba72945f5fe2448890346da98b3837625a36bdded0dd47347544959
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.8.1"
25
+ VERSION = "0.8.2"
26
26
  end
27
27
  end
28
28
  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
  # [GetPublicKey][google.cloud.kms.v1.KeyManagementService.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
+ # [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. 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 [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.1
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-12 00:00:00.000000000 Z
11
+ date: 2024-01-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common