google-cloud-kms-inventory-v1 0.1.0 → 0.2.0

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: 1fec4d9901e920953f9b86415c55f3c806c7b3ca19016be72c055dc865b9f14c
4
- data.tar.gz: 6886e6c3e4ae05a53d4d39f57112f6fea6a206180f2eef25e74e4342b206d3ed
3
+ metadata.gz: be3c6550a4fd9d3951d9293849f94acf89b22bbc0732605d0ff1563eaed44cff
4
+ data.tar.gz: 2a14bb76551f2bbde9728adbfbea74ee662617bc7b50e4958279c47408b4906e
5
5
  SHA512:
6
- metadata.gz: b689eaa11c2e70e926fc9107c90466435b42363ce09078bc44ff2579ef57700647e53e21cf49afb42d565edbc19cba144e8395f94a0ec07fac3c6676c316990c
7
- data.tar.gz: 0f12cf4a20ac26c82896e6f73e283ab0b78d919dfa411a599102719405bec800e2f2f7dc0e5f34a4dac4a945072c4a323499e776f8a9638f76fab05740087e4b
6
+ metadata.gz: 64b0386a165bfaf68cd0b32f360f4653d528841c974bf25426119b6feb916360168ee1a248bab82d232ead900fe97009262169613e1dff1d8959335292a3cd7e
7
+ data.tar.gz: 3f0713264b905ad0952161f9892bc636fa01686da57d68297a69d6d7dc27f8ee33496e449ef2931e6e80a55b66d4adca834f14e16001ecf6b2972a708ddab99e
@@ -22,7 +22,7 @@ module Google
22
22
  module Kms
23
23
  module Inventory
24
24
  module V1
25
- VERSION = "0.1.0"
25
+ VERSION = "0.2.0"
26
26
  end
27
27
  end
28
28
  end
@@ -341,6 +341,17 @@ module Google
341
341
  # Output only. The root cause of the most recent import failure. Only present
342
342
  # if {::Google::Cloud::Kms::V1::CryptoKeyVersion#state state} is
343
343
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::IMPORT_FAILED IMPORT_FAILED}.
344
+ # @!attribute [r] generation_failure_reason
345
+ # @return [::String]
346
+ # Output only. The root cause of the most recent generation failure. Only
347
+ # present if {::Google::Cloud::Kms::V1::CryptoKeyVersion#state state} is
348
+ # {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::GENERATION_FAILED GENERATION_FAILED}.
349
+ # @!attribute [r] external_destruction_failure_reason
350
+ # @return [::String]
351
+ # Output only. The root cause of the most recent external destruction
352
+ # failure. Only present if
353
+ # {::Google::Cloud::Kms::V1::CryptoKeyVersion#state state} is
354
+ # {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::EXTERNAL_DESTRUCTION_FAILED EXTERNAL_DESTRUCTION_FAILED}.
344
355
  # @!attribute [rw] external_protection_level_options
345
356
  # @return [::Google::Cloud::Kms::V1::ExternalProtectionLevelOptions]
346
357
  # ExternalProtectionLevelOptions stores a group of additional fields for
@@ -544,6 +555,23 @@ module Google
544
555
  # Additional details can be found in
545
556
  # {::Google::Cloud::Kms::V1::CryptoKeyVersion#import_failure_reason CryptoKeyVersion.import_failure_reason}.
546
557
  IMPORT_FAILED = 7
558
+
559
+ # This version was not generated successfully. It may not be used, enabled,
560
+ # disabled, or destroyed. Additional details can be found in
561
+ # {::Google::Cloud::Kms::V1::CryptoKeyVersion#generation_failure_reason CryptoKeyVersion.generation_failure_reason}.
562
+ GENERATION_FAILED = 8
563
+
564
+ # This version was destroyed, and it may not be used or enabled again.
565
+ # Cloud KMS is waiting for the corresponding key material residing in an
566
+ # external key manager to be destroyed.
567
+ PENDING_EXTERNAL_DESTRUCTION = 9
568
+
569
+ # This version was destroyed, and it may not be used or enabled again.
570
+ # However, Cloud KMS could not confirm that the corresponding key material
571
+ # residing in an external key manager was destroyed. Additional details can
572
+ # be found in
573
+ # {::Google::Cloud::Kms::V1::CryptoKeyVersion#external_destruction_failure_reason CryptoKeyVersion.external_destruction_failure_reason}.
574
+ EXTERNAL_DESTRUCTION_FAILED = 10
547
575
  end
548
576
 
549
577
  # A view for {::Google::Cloud::Kms::V1::CryptoKeyVersion CryptoKeyVersion}s.
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.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-04 00:00:00.000000000 Z
11
+ date: 2023-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common