google-apis-cloudkms_v1 0.75.0 → 0.76.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: 1345eec16e86da3d63b708d635ee349a49485b77540aa3d74ff82576ec667e9a
4
- data.tar.gz: b69f015621ef9991d0123a50e8c28759542fc139709b34c3c69d118655412995
3
+ metadata.gz: cbd9015e5fa17cebdda7144ffe2e12830c48738abc76c150fda029e0c41196fc
4
+ data.tar.gz: bf373989571553e4675761e74712f0bffd0b4c3d3f138fdb8c524c9a05905493
5
5
  SHA512:
6
- metadata.gz: dbb9e76ec55cb286a0b0ecc9199234405fc70581b6470ab5ddef26781df04c9b48839ddc24ef92391fa02bbc8f56b7b3311cc1fc655b72b95c0dd3d3ea246cf4
7
- data.tar.gz: '08286bd79f6c90749c03b7632406231f7207737d03ec75091d74c515a4af9ac01f2ee8104d050ab71b4ca2c55f7163c67aeef15bb1473030794f9746c9d2d68b'
6
+ metadata.gz: 531650354797ff2b41ef37a1d12bec6b0084899af86800c6bdf6a24b33f73268cfca94a1931be45ccc6adccfca0ea1ecd2ae0f03cffa1a4755060e37c3bae387
7
+ data.tar.gz: fe241340f016e7fd8eb9cadd72a4a2fa2fb8da6a0d8af5872427bd5ca61977f84bdf094b721c778e8e984dac35ed3ccfb38258ac635421b4cac9b05f7d39e06f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudkms_v1
2
2
 
3
+ ### v0.76.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260608
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.75.0 (2026-05-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20260514
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.1+.
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
 
@@ -410,7 +410,8 @@ module Google
410
410
  attr_accessor :key_project_resolution_mode
411
411
 
412
412
  # Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
413
- # autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
413
+ # autokeyConfig`, `projects/`PROJECT_NUMBER`/autokeyConfig`, or `projects/`
414
+ # PROJECT_ID`/autokeyConfig`.
414
415
  # Corresponds to the JSON property `name`
415
416
  # @return [String]
416
417
  attr_accessor :name
@@ -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.75.0"
19
+ GEM_VERSION = "0.76.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260514"
25
+ REVISION = "20260608"
26
26
  end
27
27
  end
28
28
  end
@@ -55,7 +55,8 @@ module Google
55
55
  # Returns the AutokeyConfig for a folder or project.
56
56
  # @param [String] name
57
57
  # Required. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
58
- # autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
58
+ # autokeyConfig`, `projects/`PROJECT_NUMBER`/autokeyConfig`, or `projects/`
59
+ # PROJECT_ID`/autokeyConfig`.
59
60
  # @param [String] fields
60
61
  # Selector specifying which fields to include in a partial response.
61
62
  # @param [String] quota_user
@@ -121,7 +122,8 @@ module Google
121
122
  # determine where to create the resulting CryptoKey.
122
123
  # @param [String] name
123
124
  # Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
124
- # autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
125
+ # autokeyConfig`, `projects/`PROJECT_NUMBER`/autokeyConfig`, or `projects/`
126
+ # PROJECT_ID`/autokeyConfig`.
125
127
  # @param [Google::Apis::CloudkmsV1::AutokeyConfig] autokey_config_object
126
128
  # @param [String] update_mask
127
129
  # Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.
@@ -267,7 +269,8 @@ module Google
267
269
  # Returns the AutokeyConfig for a folder or project.
268
270
  # @param [String] name
269
271
  # Required. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
270
- # autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
272
+ # autokeyConfig`, `projects/`PROJECT_NUMBER`/autokeyConfig`, or `projects/`
273
+ # PROJECT_ID`/autokeyConfig`.
271
274
  # @param [String] fields
272
275
  # Selector specifying which fields to include in a partial response.
273
276
  # @param [String] quota_user
@@ -429,7 +432,8 @@ module Google
429
432
  # determine where to create the resulting CryptoKey.
430
433
  # @param [String] name
431
434
  # Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
432
- # autokeyConfig` or `projects/`PROJECT_NUMBER`/autokeyConfig`.
435
+ # autokeyConfig`, `projects/`PROJECT_NUMBER`/autokeyConfig`, or `projects/`
436
+ # PROJECT_ID`/autokeyConfig`.
433
437
  # @param [Google::Apis::CloudkmsV1::AutokeyConfig] autokey_config_object
434
438
  # @param [String] update_mask
435
439
  # Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.
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.75.0
4
+ version: 0.76.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.75.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudkms_v1/v0.76.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:
@@ -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.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="