Skip to content

Commit 6f5024e

Browse files
feat: Automated regeneration of cloudkms v1 client (googleapis#24067)
Auto-created at 2025-08-24 10:31:12 +0000 using the toys pull request generator.
1 parent 6323d0e commit 6f5024e

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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.61.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250818
6+
37
### v0.60.0 (2025-08-10)
48

59
* Regenerated from discovery document revision 20250731

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def update!(**args)
319319
end
320320
end
321321

322-
# Cloud KMS Autokey configuration for a folder.
322+
# Cloud KMS Autokey configuration for a folder or project.
323323
class AutokeyConfig
324324
include Google::Apis::Core::Hashable
325325

@@ -344,7 +344,7 @@ class AutokeyConfig
344344
attr_accessor :key_project
345345

346346
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
347-
# autokeyConfig`.
347+
# autokeyConfig` `projects/`PROJECT_NUMBER`/autokeyConfig`.
348348
# Corresponds to the JSON property `name`
349349
# @return [String]
350350
attr_accessor :name

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.60.0"
19+
GEM_VERSION = "0.61.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 = "20250731"
25+
REVISION = "20250818"
2626
end
2727
end
2828
end

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def get_folder_kaj_policy_config(name, fields: nil, quota_user: nil, options: ni
121121
# determine where to create the resulting CryptoKey.
122122
# @param [String] name
123123
# Identifier. Name of the AutokeyConfig resource, e.g. `folders/`FOLDER_NUMBER`/
124-
# autokeyConfig`.
124+
# autokeyConfig` `projects/`PROJECT_NUMBER`/autokeyConfig`.
125125
# @param [Google::Apis::CloudkmsV1::AutokeyConfig] autokey_config_object
126126
# @param [String] update_mask
127127
# Required. Masks which fields of the AutokeyConfig to update, e.g. `keyProject`.
@@ -526,8 +526,8 @@ def get_project_location_ekm_config(name, fields: nil, quota_user: nil, options:
526526
# @param [String] name
527527
# The resource that owns the locations collection, if applicable.
528528
# @param [Array<String>, String] extra_location_types
529-
# Optional. A list of extra location types that should be used as conditions for
530-
# controlling the visibility of the locations.
529+
# Optional. Do not use this field. It is unsupported and is ignored unless
530+
# explicitly documented otherwise. This is primarily for internal usage.
531531
# @param [String] filter
532532
# A filter to narrow down results to a preferred subset. The filtering language
533533
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)