google-cloud-kms-inventory-v1 0.1.0 → 0.2.0
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: be3c6550a4fd9d3951d9293849f94acf89b22bbc0732605d0ff1563eaed44cff
|
|
4
|
+
data.tar.gz: 2a14bb76551f2bbde9728adbfbea74ee662617bc7b50e4958279c47408b4906e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64b0386a165bfaf68cd0b32f360f4653d528841c974bf25426119b6feb916360168ee1a248bab82d232ead900fe97009262169613e1dff1d8959335292a3cd7e
|
|
7
|
+
data.tar.gz: 3f0713264b905ad0952161f9892bc636fa01686da57d68297a69d6d7dc27f8ee33496e449ef2931e6e80a55b66d4adca834f14e16001ecf6b2972a708ddab99e
|
|
@@ -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.
|
|
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-
|
|
11
|
+
date: 2023-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|