Skip to content

Commit a0d2889

Browse files
1 parent 83d7dad commit a0d2889

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

clients/google-api-services-cloudkms/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudkms</artifactId>
25-
<version>v1-rev20250911-2.0.0</version>
25+
<version>v1-rev20250926-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250911-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250926-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/CloudKMS.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public GetAutokeyConfig set(String parameterName, Object value) {
302302
}
303303
}
304304
/**
305-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
305+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
306306
*
307307
* Create a request for the method "folders.getKajPolicyConfig".
308308
*
@@ -326,7 +326,7 @@ public class GetKajPolicyConfig extends CloudKMSRequest<com.google.api.services.
326326
java.util.regex.Pattern.compile("^folders/[^/]+/kajPolicyConfig$");
327327

328328
/**
329-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
329+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
330330
*
331331
* Create a request for the method "folders.getKajPolicyConfig".
332332
*
@@ -605,7 +605,7 @@ public UpdateAutokeyConfig set(String parameterName, Object value) {
605605
}
606606
}
607607
/**
608-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
608+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
609609
*
610610
* Create a request for the method "folders.updateKajPolicyConfig".
611611
*
@@ -632,7 +632,7 @@ public class UpdateKajPolicyConfig extends CloudKMSRequest<com.google.api.servic
632632
java.util.regex.Pattern.compile("^folders/[^/]+/kajPolicyConfig$");
633633

634634
/**
635-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
635+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
636636
*
637637
* Create a request for the method "folders.updateKajPolicyConfig".
638638
*
@@ -785,7 +785,7 @@ public Organizations organizations() {
785785
public class Organizations {
786786

787787
/**
788-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
788+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
789789
*
790790
* Create a request for the method "organizations.getKajPolicyConfig".
791791
*
@@ -809,7 +809,7 @@ public class GetKajPolicyConfig extends CloudKMSRequest<com.google.api.services.
809809
java.util.regex.Pattern.compile("^organizations/[^/]+/kajPolicyConfig$");
810810

811811
/**
812-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
812+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
813813
*
814814
* Create a request for the method "organizations.getKajPolicyConfig".
815815
*
@@ -924,7 +924,7 @@ public GetKajPolicyConfig set(String parameterName, Object value) {
924924
}
925925
}
926926
/**
927-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
927+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
928928
*
929929
* Create a request for the method "organizations.updateKajPolicyConfig".
930930
*
@@ -951,7 +951,7 @@ public class UpdateKajPolicyConfig extends CloudKMSRequest<com.google.api.servic
951951
java.util.regex.Pattern.compile("^organizations/[^/]+/kajPolicyConfig$");
952952

953953
/**
954-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
954+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
955955
*
956956
* Create a request for the method "organizations.updateKajPolicyConfig".
957957
*
@@ -1252,7 +1252,7 @@ public GetAutokeyConfig set(String parameterName, Object value) {
12521252
}
12531253
}
12541254
/**
1255-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
1255+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
12561256
*
12571257
* Create a request for the method "projects.getKajPolicyConfig".
12581258
*
@@ -1276,7 +1276,7 @@ public class GetKajPolicyConfig extends CloudKMSRequest<com.google.api.services.
12761276
java.util.regex.Pattern.compile("^projects/[^/]+/kajPolicyConfig$");
12771277

12781278
/**
1279-
* Gets the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
1279+
* Gets the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
12801280
*
12811281
* Create a request for the method "projects.getKajPolicyConfig".
12821282
*
@@ -2014,7 +2014,7 @@ public UpdateAutokeyConfig set(String parameterName, Object value) {
20142014
}
20152015
}
20162016
/**
2017-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
2017+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
20182018
*
20192019
* Create a request for the method "projects.updateKajPolicyConfig".
20202020
*
@@ -2041,7 +2041,7 @@ public class UpdateKajPolicyConfig extends CloudKMSRequest<com.google.api.servic
20412041
java.util.regex.Pattern.compile("^projects/[^/]+/kajPolicyConfig$");
20422042

20432043
/**
2044-
* Updates the KeyAccessJustificationsPolicyConfig for a given organization/folder/projects.
2044+
* Updates the KeyAccessJustificationsPolicyConfig for a given organization, folder, or project.
20452045
*
20462046
* Create a request for the method "projects.updateKajPolicyConfig".
20472047
*

clients/google-api-services-cloudkms/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudkms</artifactId>
11-
<version>v1-rev20250911-2.0.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20250911-2.0.0</name>
11+
<version>v1-rev20250926-2.0.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20250926-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudkms/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-cloudkms</artifactId>
25-
<version>v1-rev20250911-2.0.0</version>
25+
<version>v1-rev20250926-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250911-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20250926-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)