google-apis-cloudkms_v1 0.67.0 → 0.69.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: '0070906a6d91adcbdf80ccfff134c8e1c08ffd117a3cff733eaca7e087d99ef0'
|
|
4
|
+
data.tar.gz: ca496e3029b13a86822ce19e2117eaf4d578436a7094748872a1b4484e87b48b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 38c6a4cf830d245abb583951c943afbb77bad92e86cd67e8488a16b17acaf306ae800f822704a54d5c3a8ed23ed6f4fe55fe8c562d935a638e2e718a54a2ce46
|
|
7
|
+
data.tar.gz: 3e2281920216d4b5483f8cbd9b987245df037af2a6d6426d051deb5f1120262b1732bfbdf405ddeac59e8a001e8bf232ee3525f53764385ac6bd03743afd8692
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-cloudkms_v1
|
|
2
2
|
|
|
3
|
+
### v0.69.0 (2026-02-08)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260123
|
|
6
|
+
|
|
7
|
+
### v0.68.0 (2026-02-01)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260116
|
|
10
|
+
|
|
3
11
|
### v0.67.0 (2026-01-18)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260108
|
|
@@ -403,6 +403,12 @@ module Google
|
|
|
403
403
|
# @return [String]
|
|
404
404
|
attr_accessor :key_project
|
|
405
405
|
|
|
406
|
+
# Optional. KeyProjectResolutionMode for the AutokeyConfig. Valid values are `
|
|
407
|
+
# DEDICATED_KEY_PROJECT`, `RESOURCE_PROJECT`, or `DISABLED`.
|
|
408
|
+
# Corresponds to the JSON property `keyProjectResolutionMode`
|
|
409
|
+
# @return [String]
|
|
410
|
+
attr_accessor :key_project_resolution_mode
|
|
411
|
+
|
|
406
412
|
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
|
|
407
413
|
# autokeyConfig`
|
|
408
414
|
# Corresponds to the JSON property `name`
|
|
@@ -422,6 +428,7 @@ module Google
|
|
|
422
428
|
def update!(**args)
|
|
423
429
|
@etag = args[:etag] if args.key?(:etag)
|
|
424
430
|
@key_project = args[:key_project] if args.key?(:key_project)
|
|
431
|
+
@key_project_resolution_mode = args[:key_project_resolution_mode] if args.key?(:key_project_resolution_mode)
|
|
425
432
|
@name = args[:name] if args.key?(:name)
|
|
426
433
|
@state = args[:state] if args.key?(:state)
|
|
427
434
|
end
|
|
@@ -1816,7 +1823,8 @@ module Google
|
|
|
1816
1823
|
# for the wrapping key resides and where all related cryptographic operations
|
|
1817
1824
|
# are performed. Currently, this field is only populated for keys stored in
|
|
1818
1825
|
# HSM_SINGLE_TENANT. Note, this list is non-exhaustive and may apply to
|
|
1819
|
-
# additional ProtectionLevels in the future.
|
|
1826
|
+
# additional ProtectionLevels in the future. Supported resources: * `"projects/*/
|
|
1827
|
+
# locations/*/singleTenantHsmInstances/*"`
|
|
1820
1828
|
# Corresponds to the JSON property `cryptoKeyBackend`
|
|
1821
1829
|
# @return [String]
|
|
1822
1830
|
attr_accessor :crypto_key_backend
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudkmsV1
|
|
18
18
|
# Version of the google-apis-cloudkms_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.69.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260123"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -648,6 +648,7 @@ module Google
|
|
|
648
648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
649
649
|
property :etag, as: 'etag'
|
|
650
650
|
property :key_project, as: 'keyProject'
|
|
651
|
+
property :key_project_resolution_mode, as: 'keyProjectResolutionMode'
|
|
651
652
|
property :name, as: 'name'
|
|
652
653
|
property :state, as: 'state'
|
|
653
654
|
end
|
|
@@ -2978,9 +2978,9 @@ module Google
|
|
|
2978
2978
|
|
|
2979
2979
|
# Lists SingleTenantHsmInstanceProposals.
|
|
2980
2980
|
# @param [String] parent
|
|
2981
|
-
# Required. The resource name of the
|
|
2982
|
-
# SingleTenantHsmInstanceProposals to list, in the format `projects/*/
|
|
2983
|
-
#
|
|
2981
|
+
# Required. The resource name of the single tenant HSM instance associated with
|
|
2982
|
+
# the SingleTenantHsmInstanceProposals to list, in the format `projects/*/
|
|
2983
|
+
# locations/*/singleTenantHsmInstances/*`.
|
|
2984
2984
|
# @param [String] filter
|
|
2985
2985
|
# Optional. Only include resources that match the filter in the response. For
|
|
2986
2986
|
# more information, see [Sorting and filtering list results](https://cloud.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudkms_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.69.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-cloudkms_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.69.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudkms_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|