From e77c55f540575600cdec9120381390568018c215 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:49:16 -0700 Subject: [PATCH] chore: regenerate cloudkms client --- .../v1/2.0.0/README.md | 4 +- .../api/services/cloudkms/v1/CloudKMS.java | 44 ++++++++++++------- .../cloudkms/v1/model/AutokeyConfig.java | 2 +- .../model/ExternalProtectionLevelOptions.java | 6 +-- .../ShowEffectiveAutokeyConfigResponse.java | 2 +- .../v1/2.0.0/pom.xml | 4 +- .../google-api-services-cloudkms/v1/README.md | 4 +- 7 files changed, 39 insertions(+), 27 deletions(-) diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/README.md b/clients/google-api-services-cloudkms/v1/2.0.0/README.md index 451c74b56fa..05a801baac8 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudkms/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudkms - v1-rev20260806-2.0.0 + v1-rev20260814-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260806-2.0.0' + implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260814-2.0.0' } ``` diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/CloudKMS.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/CloudKMS.java index 93bad23bac5..2f643a388b0 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/CloudKMS.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/CloudKMS.java @@ -441,7 +441,10 @@ public GetKajPolicyConfig set(String parameterName, Object value) { } } /** - * Returns the effective Cloud KMS Autokey configuration for a given project or folder. + * Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on + * permissions: - If called on a project (`projects/{project}`), requires + * `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`), + * requires `cloudkms.folders.showEffectiveAutokeyConfig`. * * Create a request for the method "folders.showEffectiveAutokeyConfig". * @@ -450,7 +453,7 @@ public GetKajPolicyConfig set(String parameterName, Object value) { * operation. * * @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * * folders/{folder} * @return the request @@ -469,7 +472,10 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest * * @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * * folders/{folder} * @since 1.13 @@ -562,15 +568,15 @@ public ShowEffectiveAutokeyConfig setUploadProtocol(java.lang.String uploadProto /** * Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * folders/{folder} */ @com.google.api.client.util.Key private java.lang.String parent; /** Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - configuration for. This may be helpful for interrogating the effect of nested folder configurations - on a given resource project. Format: * projects/{project} * folders/{folder} + configuration for. This may be helpful for evaluating the effect of nested folder configurations on + a given resource project. Format: * projects/{project} * folders/{folder} */ public java.lang.String getParent() { return parent; @@ -578,7 +584,7 @@ public java.lang.String getParent() { /** * Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * folders/{folder} */ public ShowEffectiveAutokeyConfig setParent(java.lang.String parent) { @@ -1549,7 +1555,10 @@ public GetKajPolicyConfig set(String parameterName, Object value) { } } /** - * Returns the effective Cloud KMS Autokey configuration for a given project or folder. + * Returns the effective Cloud KMS Autokey configuration for a given project or folder. Note on + * permissions: - If called on a project (`projects/{project}`), requires + * `cloudkms.projects.showEffectiveAutokeyConfig`. - If called on a folder (`folders/{folder}`), + * requires `cloudkms.folders.showEffectiveAutokeyConfig`. * * Create a request for the method "projects.showEffectiveAutokeyConfig". * @@ -1558,7 +1567,7 @@ public GetKajPolicyConfig set(String parameterName, Object value) { * operation. * * @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * * folders/{folder} * @return the request @@ -1577,7 +1586,10 @@ public class ShowEffectiveAutokeyConfig extends CloudKMSRequest * * @param parent Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * * folders/{folder} * @since 1.13 @@ -1670,15 +1682,15 @@ public ShowEffectiveAutokeyConfig setUploadProtocol(java.lang.String uploadProto /** * Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * folders/{folder} */ @com.google.api.client.util.Key private java.lang.String parent; /** Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - configuration for. This may be helpful for interrogating the effect of nested folder configurations - on a given resource project. Format: * projects/{project} * folders/{folder} + configuration for. This may be helpful for evaluating the effect of nested folder configurations on + a given resource project. Format: * projects/{project} * folders/{folder} */ public java.lang.String getParent() { return parent; @@ -1686,7 +1698,7 @@ public java.lang.String getParent() { /** * Required. Name of the resource project or folder to show the effective Cloud KMS Autokey - * configuration for. This may be helpful for interrogating the effect of nested folder + * configuration for. This may be helpful for evaluating the effect of nested folder * configurations on a given resource project. Format: * projects/{project} * folders/{folder} */ public ShowEffectiveAutokeyConfig setParent(java.lang.String parent) { diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/AutokeyConfig.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/AutokeyConfig.java index b7aea37bf35..8cc25a19a16 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/AutokeyConfig.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/AutokeyConfig.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudkms.v1.model; /** - * Cloud KMS Autokey configuration for a folder. + * Cloud KMS Autokey configuration for a project or folder. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java index e4e840e3a7a..8966ca0c6df 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java @@ -34,7 +34,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client. /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * The value may be {@code null}. @@ -59,7 +59,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client. /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * @return value or {@code null} for none @@ -70,7 +70,7 @@ public java.lang.String getEkmConnectionBackendOverride() { /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * @param ekmConnectionBackendOverride ekmConnectionBackendOverride or {@code null} for none diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java index 73378db149b..67ac241aedf 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudkms.v1.model; /** - * Response message for ShowEffectiveAutokeyConfig. + * Response message for ShowEffectiveAutokeyConfig * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml b/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml index 6d24da3d405..db784b26a9c 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudkms - v1-rev20260806-2.0.0 - Cloud Key Management Service (KMS) API v1-rev20260806-2.0.0 + v1-rev20260814-2.0.0 + Cloud Key Management Service (KMS) API v1-rev20260814-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudkms/v1/README.md b/clients/google-api-services-cloudkms/v1/README.md index 451c74b56fa..05a801baac8 100644 --- a/clients/google-api-services-cloudkms/v1/README.md +++ b/clients/google-api-services-cloudkms/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudkms - v1-rev20260806-2.0.0 + v1-rev20260814-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260806-2.0.0' + implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260814-2.0.0' } ```