Skip to content

Commit 1a4f9ef

Browse files
1 parent 3a6ab60 commit 1a4f9ef

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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-rev20240918-2.0.0</version>
25+
<version>v1-rev20240926-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20240926-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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,15 +3821,15 @@ public List setFilter(java.lang.String filter) {
38213821
* Optional. Optional limit on the number of KeyHandles to include in the response. The
38223822
* service may return fewer than this value. Further KeyHandles can subsequently be
38233823
* obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent
3824-
* request. If unspecified, at most KeyHandles 100 will be returned.
3824+
* request. If unspecified, at most 100 KeyHandles will be returned.
38253825
*/
38263826
@com.google.api.client.util.Key
38273827
private java.lang.Integer pageSize;
38283828

38293829
/** Optional. Optional limit on the number of KeyHandles to include in the response. The service may
38303830
return fewer than this value. Further KeyHandles can subsequently be obtained by including the
3831-
ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most KeyHandles
3832-
100 will be returned.
3831+
ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100
3832+
KeyHandles will be returned.
38333833
*/
38343834
public java.lang.Integer getPageSize() {
38353835
return pageSize;
@@ -3839,7 +3839,7 @@ public java.lang.Integer getPageSize() {
38393839
* Optional. Optional limit on the number of KeyHandles to include in the response. The
38403840
* service may return fewer than this value. Further KeyHandles can subsequently be
38413841
* obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent
3842-
* request. If unspecified, at most KeyHandles 100 will be returned.
3842+
* request. If unspecified, at most 100 KeyHandles will be returned.
38433843
*/
38443844
public List setPageSize(java.lang.Integer pageSize) {
38453845
this.pageSize = pageSize;

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-rev20240918-2.0.0</version>
12-
<name>Cloud Key Management Service (KMS) API v1-rev20240918-2.0.0</name>
11+
<version>v1-rev20240926-2.0.0</version>
12+
<name>Cloud Key Management Service (KMS) API v1-rev20240926-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-rev20240918-2.0.0</version>
25+
<version>v1-rev20240926-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20240926-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)