Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudkms_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudkms_v1

### v0.63.0 (2025-10-05)

* Regenerated from discovery document revision 20250926

### v0.62.0 (2025-09-21)

* Regenerated from discovery document revision 20250911
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudkmsV1
# Version of the google-apis-cloudkms_v1 gem
GEM_VERSION = "0.62.0"
GEM_VERSION = "0.63.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250911"
REVISION = "20250926"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ def get_folder_autokey_config(name, fields: nil, quota_user: nil, options: nil,
execute_or_queue_command(command, &block)
end

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

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

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

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

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

# Updates the KeyAccessJustificationsPolicyConfig for a given organization/
# folder/projects.
# Updates the KeyAccessJustificationsPolicyConfig for a given organization,
# folder, or project.
# @param [String] name
# Identifier. The resource name for this KeyAccessJustificationsPolicyConfig in
# the format of "`organizations|folders|projects`/*/kajPolicyConfig".
Expand Down