google-apis-kmsinventory_v1 0.14.0 → 0.16.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/kmsinventory_v1/classes.rb +10 -5
- data/lib/google/apis/kmsinventory_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3503ee71589d8d72bc103d5734c5d210e8853d15df3e60e86b8f2a3a76c6609d
|
|
4
|
+
data.tar.gz: 496ea661ce8b14994f91de619614159ed50538513361f6edb48147cdef097740
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b072bc22044bc4e138f50ac967decdb3f2bb76e5c5f3bdc82f97c8d26115b30bed70d082cd4e9551da53370325dc49f3adcf441f88e48e9f7a90a32e40d588f
|
|
7
|
+
data.tar.gz: 5dbd1289a2778cc1cac663e02cbb7e5a4d46525205d0d0819f4291e1b82ae6de0fb76c27b3769029f6817a8260415d6480e012f9834ea11fc60058f156b95c1c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-kmsinventory_v1
|
|
2
2
|
|
|
3
|
+
### v0.16.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated using generator version 0.19.0
|
|
6
|
+
|
|
7
|
+
### v0.15.0 (2026-03-15)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260308
|
|
10
|
+
|
|
3
11
|
### v0.14.0 (2026-02-22)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260216
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/kms/) may provide guidance
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -283,7 +283,9 @@ module Google
|
|
|
283
283
|
alias_method :import_only?, :import_only
|
|
284
284
|
|
|
285
285
|
# 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).
|
|
287
289
|
# Corresponds to the JSON property `keyAccessJustificationsPolicy`
|
|
288
290
|
# @return [Google::Apis::KmsinventoryV1::GoogleCloudKmsV1KeyAccessJustificationsPolicy]
|
|
289
291
|
attr_accessor :key_access_justifications_policy
|
|
@@ -552,13 +554,16 @@ module Google
|
|
|
552
554
|
end
|
|
553
555
|
|
|
554
556
|
# 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).
|
|
556
560
|
class GoogleCloudKmsV1KeyAccessJustificationsPolicy
|
|
557
561
|
include Google::Apis::Core::Hashable
|
|
558
562
|
|
|
559
|
-
# The list of allowed reasons for access to a CryptoKey.
|
|
560
|
-
#
|
|
561
|
-
#
|
|
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.
|
|
562
567
|
# Corresponds to the JSON property `allowedAccessReasons`
|
|
563
568
|
# @return [Array<String>]
|
|
564
569
|
attr_accessor :allowed_access_reasons
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module KmsinventoryV1
|
|
18
18
|
# Version of the google-apis-kmsinventory_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.16.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260308"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-kmsinventory_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.16.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-kmsinventory_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-kmsinventory_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-kmsinventory_v1/v0.16.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-kmsinventory_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|