Skip to content

Commit aead903

Browse files
1 parent a7ebe73 commit aead903

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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-rev20240613-2.0.0</version>
25+
<version>v1-rev20240723-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-rev20240613-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20240723-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public final class CryptoKey extends com.google.api.client.json.GenericJson {
5353
/**
5454
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
5555
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
56-
* 24 hours.
56+
* 30 days.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
@@ -186,7 +186,7 @@ public CryptoKey setCryptoKeyBackend(java.lang.String cryptoKeyBackend) {
186186
/**
187187
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
188188
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
189-
* 24 hours.
189+
* 30 days.
190190
* @return value or {@code null} for none
191191
*/
192192
public String getDestroyScheduledDuration() {
@@ -196,7 +196,7 @@ public String getDestroyScheduledDuration() {
196196
/**
197197
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
198198
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
199-
* 24 hours.
199+
* 30 days.
200200
* @param destroyScheduledDuration destroyScheduledDuration or {@code null} for none
201201
*/
202202
public CryptoKey setDestroyScheduledDuration(String destroyScheduledDuration) {

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

0 commit comments

Comments
 (0)