From 11e07c21284e1aa6bf6af388b7dd409f955efa54 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Mon, 1 Jun 2026 18:43:11 -0700
Subject: [PATCH] chore: regenerate cloudkms client
---
.../v1/2.0.0/README.md | 4 +-
.../api/services/cloudkms/v1/CloudKMS.java | 76 ++++++++++---------
.../cloudkms/v1/model/AutokeyConfig.java | 12 +--
.../v1/2.0.0/pom.xml | 4 +-
.../google-api-services-cloudkms/v1/README.md | 4 +-
5 files changed, 52 insertions(+), 48 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 7793027d00f..6a7678b05ab 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-rev20260514-2.0.0
+ v1-rev20260522-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260514-2.0.0'
+ implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260522-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 9eabe0decd4..b2460323a29 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
@@ -161,8 +161,8 @@ public class Folders {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link GetAutokeyConfig#execute()} method to invoke the remote operation.
*
- * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return the request
*/
public GetAutokeyConfig getAutokeyConfig(java.lang.String name) throws java.io.IOException {
@@ -189,8 +189,8 @@ public class GetAutokeyConfig extends CloudKMSRequest
*
- * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @since 1.13
*/
protected GetAutokeyConfig(java.lang.String name) {
@@ -269,22 +269,22 @@ public GetAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
}
/**
- * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
- * or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;
- /** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ /** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}
/**
- * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
- * or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public GetAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
@@ -452,8 +452,8 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link UpdateAutokeyConfig#execute()} method to invoke the remote operation.
*
- * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @return the request
*/
@@ -485,8 +485,8 @@ public class UpdateAutokeyConfig extends CloudKMSRequest
*
- * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @since 1.13
*/
@@ -557,13 +557,14 @@ public UpdateAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
/**
* Identifier. Name of the AutokeyConfig resource, e.g.
- * `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
+ * `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;
- /** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ /** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
@@ -571,7 +572,8 @@ public java.lang.String getName() {
/**
* Identifier. Name of the AutokeyConfig resource, e.g.
- * `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
+ * `projects/{PROJECT_ID}/autokeyConfig`.
*/
public UpdateAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
@@ -1111,8 +1113,8 @@ public class Projects {
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link GetAutokeyConfig#execute()} method to invoke the remote operation.
*
- * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return the request
*/
public GetAutokeyConfig getAutokeyConfig(java.lang.String name) throws java.io.IOException {
@@ -1139,8 +1141,8 @@ public class GetAutokeyConfig extends CloudKMSRequest
*
- * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @since 1.13
*/
protected GetAutokeyConfig(java.lang.String name) {
@@ -1219,22 +1221,22 @@ public GetAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
}
/**
- * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
- * or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;
- /** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ /** Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
}
/**
- * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`
- * or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Required. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public GetAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
@@ -1861,8 +1863,8 @@ public ShowEffectiveKeyAccessJustificationsPolicyConfig set(String parameterName
* This request holds the parameters needed by the cloudkms server. After setting any optional
* parameters, call the {@link UpdateAutokeyConfig#execute()} method to invoke the remote operation.
*
- * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @return the request
*/
@@ -1894,8 +1896,8 @@ public class UpdateAutokeyConfig extends CloudKMSRequest
*
- * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * @param name Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param content the {@link com.google.api.services.cloudkms.v1.model.AutokeyConfig}
* @since 1.13
*/
@@ -1966,13 +1968,14 @@ public UpdateAutokeyConfig setUploadProtocol(java.lang.String uploadProtocol) {
/**
* Identifier. Name of the AutokeyConfig resource, e.g.
- * `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
+ * `projects/{PROJECT_ID}/autokeyConfig`.
*/
@com.google.api.client.util.Key
private java.lang.String name;
- /** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ /** Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
*/
public java.lang.String getName() {
return name;
@@ -1980,7 +1983,8 @@ public java.lang.String getName() {
/**
* Identifier. Name of the AutokeyConfig resource, e.g.
- * `folders/{FOLDER_NUMBER}/autokeyConfig` or `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * `folders/{FOLDER_NUMBER}/autokeyConfig`, `projects/{PROJECT_NUMBER}/autokeyConfig`, or
+ * `projects/{PROJECT_ID}/autokeyConfig`.
*/
public UpdateAutokeyConfig setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
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 040c691449c..b7aea37bf35 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
@@ -61,8 +61,8 @@ public final class AutokeyConfig extends com.google.api.client.json.GenericJson
private java.lang.String keyProjectResolutionMode;
/**
- * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
@@ -145,8 +145,8 @@ public AutokeyConfig setKeyProjectResolutionMode(java.lang.String keyProjectReso
}
/**
- * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @return value or {@code null} for none
*/
public java.lang.String getName() {
@@ -154,8 +154,8 @@ public java.lang.String getName() {
}
/**
- * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig` or
- * `projects/{PROJECT_NUMBER}/autokeyConfig`.
+ * Identifier. Name of the AutokeyConfig resource, e.g. `folders/{FOLDER_NUMBER}/autokeyConfig`,
+ * `projects/{PROJECT_NUMBER}/autokeyConfig`, or `projects/{PROJECT_ID}/autokeyConfig`.
* @param name name or {@code null} for none
*/
public AutokeyConfig setName(java.lang.String name) {
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 9094416c232..bf884539a35 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-rev20260514-2.0.0
- Cloud Key Management Service (KMS) API v1-rev20260514-2.0.0
+ v1-rev20260522-2.0.0
+ Cloud Key Management Service (KMS) API v1-rev20260522-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 7793027d00f..6a7678b05ab 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-rev20260514-2.0.0
+ v1-rev20260522-2.0.0
@@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
- implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260514-2.0.0'
+ implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260522-2.0.0'
}
```