Skip to content

Commit 5a0a27b

Browse files
feat: Automated regeneration of cloudkms v1 client (#24514)
Auto-created at 2025-10-05 10:18:09 +0000 using the toys pull request generator.
1 parent 8166a75 commit 5a0a27b

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

generated/google-apis-cloudkms_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-cloudkms_v1
22

3+
### v0.63.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250926
6+
37
### v0.62.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250911

generated/google-apis-cloudkms_v1/lib/google/apis/cloudkms_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 CloudkmsV1
1818
# Version of the google-apis-cloudkms_v1 gem
19-
GEM_VERSION = "0.62.0"
19+
GEM_VERSION = "0.63.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 = "20250911"
25+
REVISION = "20250926"
2626
end
2727
end
2828
end

generated/google-apis-cloudkms_v1/lib/google/apis/cloudkms_v1/service.rb

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def get_folder_autokey_config(name, fields: nil, quota_user: nil, options: nil,
8383
execute_or_queue_command(command, &block)
8484
end
8585

86-
# Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/
87-
# projects.
86+
# Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder,
87+
# or project.
8888
# @param [String] name
8989
# Required. The name of the KeyAccessJustificationsPolicyConfig to get.
9090
# @param [String] fields
@@ -155,8 +155,8 @@ def update_folder_autokey_config(name, autokey_config_object = nil, update_mask:
155155
execute_or_queue_command(command, &block)
156156
end
157157

158-
# Updates the KeyAccessJustificationsPolicyConfig for a given organization/
159-
# folder/projects.
158+
# Updates the KeyAccessJustificationsPolicyConfig for a given organization,
159+
# folder, or project.
160160
# @param [String] name
161161
# Identifier. The resource name for this KeyAccessJustificationsPolicyConfig in
162162
# the format of "`organizations|folders|projects`/*/kajPolicyConfig".
@@ -193,8 +193,8 @@ def update_folder_kaj_policy_config(name, key_access_justifications_policy_confi
193193
execute_or_queue_command(command, &block)
194194
end
195195

196-
# Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/
197-
# projects.
196+
# Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder,
197+
# or project.
198198
# @param [String] name
199199
# Required. The name of the KeyAccessJustificationsPolicyConfig to get.
200200
# @param [String] fields
@@ -224,8 +224,8 @@ def get_organization_kaj_policy_config(name, fields: nil, quota_user: nil, optio
224224
execute_or_queue_command(command, &block)
225225
end
226226

227-
# Updates the KeyAccessJustificationsPolicyConfig for a given organization/
228-
# folder/projects.
227+
# Updates the KeyAccessJustificationsPolicyConfig for a given organization,
228+
# folder, or project.
229229
# @param [String] name
230230
# Identifier. The resource name for this KeyAccessJustificationsPolicyConfig in
231231
# the format of "`organizations|folders|projects`/*/kajPolicyConfig".
@@ -293,8 +293,8 @@ def get_project_autokey_config(name, fields: nil, quota_user: nil, options: nil,
293293
execute_or_queue_command(command, &block)
294294
end
295295

296-
# Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/
297-
# projects.
296+
# Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder,
297+
# or project.
298298
# @param [String] name
299299
# Required. The name of the KeyAccessJustificationsPolicyConfig to get.
300300
# @param [String] fields
@@ -461,8 +461,8 @@ def update_project_autokey_config(name, autokey_config_object = nil, update_mask
461461
execute_or_queue_command(command, &block)
462462
end
463463

464-
# Updates the KeyAccessJustificationsPolicyConfig for a given organization/
465-
# folder/projects.
464+
# Updates the KeyAccessJustificationsPolicyConfig for a given organization,
465+
# folder, or project.
466466
# @param [String] name
467467
# Identifier. The resource name for this KeyAccessJustificationsPolicyConfig in
468468
# the format of "`organizations|folders|projects`/*/kajPolicyConfig".

0 commit comments

Comments
 (0)