google-apis-kmsinventory_v1 0.11.0 → 0.12.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: 186bc78642b5b2068770761461f9f7254d2bd9540a94808f909f8080a4ee770d
4
- data.tar.gz: e8961ca83b5c82277f7c8108afbd779834ec74f5ab0a72855b6b9f15266fc931
3
+ metadata.gz: 66ca3972c63131a8794561d75b800a4d45f5477101f3bfd0922dc2d5cea26fd9
4
+ data.tar.gz: 649fcdd695725b0e8821f003581b18d986d46f619eb6533542b480ad97c72cc4
5
5
  SHA512:
6
- metadata.gz: 3a68f17efd8de9537bd6acd113dd05e644e819f7c34446dea54fff1e6a18db9593814397e7fe1ba14e3e84bd95aa4665deb031a2f291bec0f836a72132821f1e
7
- data.tar.gz: e59c874b78fba83d99c5d75055acf78d24f68c8ba81acfdccdeae66c632969dee179b26fffd478f271c0ec70a108e8832ae2ce568b1aeafa758b1e7147abb78f
6
+ metadata.gz: daf26e648b09f601bb29f9eaf23c844949b7380b61a3f798ae575c8ed4a15efb1da0819dbc1b18dad3c47e547197148b0725360272110096312f0d2c0936a992
7
+ data.tar.gz: 7fa5282f3a2dc627c5b26db314360d68f7d6352c18e07dd4dfd7265507e89ec65e2aa1e6df84dc76b64eb7a00906974585275be9b8a8c438bc684ec3cf9bdf23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-kmsinventory_v1
2
2
 
3
+ ### v0.12.0 (2025-12-14)
4
+
5
+ * Regenerated from discovery document revision 20251207
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.11.0 (2025-05-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20250302
@@ -227,8 +227,11 @@ module Google
227
227
  # for all CryptoKeyVersions associated with this CryptoKey reside and where all
228
228
  # related cryptographic operations are performed. Only applicable if
229
229
  # CryptoKeyVersions have a ProtectionLevel of EXTERNAL_VPC, with the resource
230
- # name in the format `projects/*/locations/*/ekmConnections/*`. Note, this list
231
- # is non-exhaustive and may apply to additional ProtectionLevels in the future.
230
+ # name in the format `projects/*/locations/*/ekmConnections/*`. Only applicable
231
+ # if CryptoKeyVersions have a ProtectionLevel of HSM_SINGLE_TENANT, with the
232
+ # resource name in the format `projects/*/locations/*/singleTenantHsmInstances/*`
233
+ # . Note, this list is non-exhaustive and may apply to additional
234
+ # ProtectionLevels in the future.
232
235
  # Corresponds to the JSON property `cryptoKeyBackend`
233
236
  # @return [String]
234
237
  attr_accessor :crypto_key_backend
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250302"
25
+ REVISION = "20251207"
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.11.0
4
+ version: 0.12.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.11.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-kmsinventory_v1/v0.12.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for KMS Inventory API V1
79
79
  test_files: []