google-cloud-kms-inventory-v1 0.15.0 → 0.15.1

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: 75c128d816dff5119036ad9d15a9cb57342d016d661d2c343ddeb5323425c020
4
- data.tar.gz: '093fbb1044c536b352ae01e6880a6036a1b50a9ca434994b6e47243d7505df5e'
3
+ metadata.gz: 3ae43b304d12c514990497a73b115ba04318956182d5288e7bb36dd33afd5407
4
+ data.tar.gz: 52a3128b310a9ed34941afedf6d7547e34e30f38abc965183e00d6f140b4a6e2
5
5
  SHA512:
6
- metadata.gz: 3bc5b5401a9d3ede35904dd012907091085514ab659c859184ed6a50c232a1c4f5a8da57478b7d97c4bdaffbb05645d1ab52ac1b4dbd3359262ee7ca74a05f10
7
- data.tar.gz: 9b45af32d0bb29ac0c7b616eb9d87bcacaf78cc1c7400074fec08c1c3f468c7b73fac90ad4c702acb325df097858b2db7ad7247086d7ed823d76053268d4e0a8
6
+ metadata.gz: '09dbf600a73e8e83f392a52cef0e546cb688a1928c2ca22118110f35e049aadcb81cbd9cb1e383c54c4bfa21187108f27432584d6553baf954a3fa0db8abbda2'
7
+ data.tar.gz: 3c54d038b21986f86b7159bb0632e2d83e4436682fc89f78f13bdcf35b080851e867f16d32e3f511197dfb104c92f07ba8ae1388488fe44bb8e3c1b1d11ba652
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.15.0"
25
+ VERSION = "0.15.1"
26
26
  end
27
27
  end
28
28
  end
@@ -429,6 +429,7 @@ 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.
432
433
  #
433
434
  # For more information, see [Key purposes and algorithms]
434
435
  # (https://cloud.google.com/kms/docs/algorithms).
@@ -579,7 +580,7 @@ module Google
579
580
  # state.
580
581
  DISABLED = 2
581
582
 
582
- # This version is destroyed, and the key material is no longer stored.
583
+ # The key material of this version is destroyed and no longer stored.
583
584
  # This version may only become
584
585
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::ENABLED ENABLED}
585
586
  # again if this version is
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-kms-inventory-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC