Skip to content

Commit 8a8dbe3

Browse files
feat: Automated regeneration of kmsinventory v1 client (#25956)
Auto-created at 2026-03-15 10:44:18 +0000 using the toys pull request generator.
1 parent 170222a commit 8a8dbe3

3 files changed

Lines changed: 16 additions & 7 deletions

File tree

generated/google-apis-kmsinventory_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-kmsinventory_v1
22

3+
### v0.15.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260308
6+
37
### v0.14.0 (2026-02-22)
48

59
* Regenerated from discovery document revision 20260216

generated/google-apis-kmsinventory_v1/lib/google/apis/kmsinventory_v1/classes.rb

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ class GoogleCloudKmsV1CryptoKey
283283
alias_method :import_only?, :import_only
284284

285285
# A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason
286-
# values for encrypt, decrypt, and sign operations on a CryptoKey.
286+
# values for encrypt, decrypt, and sign operations on a CryptoKey or
287+
# KeyAccessJustificationsPolicyConfig (the default Key Access Justifications
288+
# policy).
287289
# Corresponds to the JSON property `keyAccessJustificationsPolicy`
288290
# @return [Google::Apis::KmsinventoryV1::GoogleCloudKmsV1KeyAccessJustificationsPolicy]
289291
attr_accessor :key_access_justifications_policy
@@ -552,13 +554,16 @@ def update!(**args)
552554
end
553555

554556
# A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason
555-
# values for encrypt, decrypt, and sign operations on a CryptoKey.
557+
# values for encrypt, decrypt, and sign operations on a CryptoKey or
558+
# KeyAccessJustificationsPolicyConfig (the default Key Access Justifications
559+
# policy).
556560
class GoogleCloudKmsV1KeyAccessJustificationsPolicy
557561
include Google::Apis::Core::Hashable
558562

559-
# The list of allowed reasons for access to a CryptoKey. Zero allowed access
560-
# reasons means all encrypt, decrypt, and sign operations for the CryptoKey
561-
# associated with this policy will fail.
563+
# The list of allowed reasons for access to a CryptoKey. Note that empty
564+
# allowed_access_reasons has a different meaning depending on where this message
565+
# appears. If this is under KeyAccessJustificationsPolicyConfig, it means allow-
566+
# all. If this is under CryptoKey, it means deny-all.
562567
# Corresponds to the JSON property `allowedAccessReasons`
563568
# @return [Array<String>]
564569
attr_accessor :allowed_access_reasons

generated/google-apis-kmsinventory_v1/lib/google/apis/kmsinventory_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module KmsinventoryV1
1818
# Version of the google-apis-kmsinventory_v1 gem
19-
GEM_VERSION = "0.14.0"
19+
GEM_VERSION = "0.15.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260216"
25+
REVISION = "20260308"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)