Skip to content

Commit ccb8641

Browse files
1 parent d5d0aac commit ccb8641

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
25-
<version>v1-rev20240616-2.0.0</version>
25+
<version>v1-rev20240630-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-kmsinventory:v1-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-kmsinventory:v1-rev20240630-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-kmsinventory/v1/2.0.0/com/google/api/services/kmsinventory/v1/model/GoogleCloudKmsV1CryptoKey.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public final class GoogleCloudKmsV1CryptoKey extends com.google.api.client.json.
5252
/**
5353
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
5454
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
55-
* 24 hours.
55+
* 30 days.
5656
* The value may be {@code null}.
5757
*/
5858
@com.google.api.client.util.Key
@@ -185,7 +185,7 @@ public GoogleCloudKmsV1CryptoKey setCryptoKeyBackend(java.lang.String cryptoKeyB
185185
/**
186186
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
187187
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
188-
* 24 hours.
188+
* 30 days.
189189
* @return value or {@code null} for none
190190
*/
191191
public String getDestroyScheduledDuration() {
@@ -195,7 +195,7 @@ public String getDestroyScheduledDuration() {
195195
/**
196196
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
197197
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
198-
* 24 hours.
198+
* 30 days.
199199
* @param destroyScheduledDuration destroyScheduledDuration or {@code null} for none
200200
*/
201201
public GoogleCloudKmsV1CryptoKey setDestroyScheduledDuration(String destroyScheduledDuration) {

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
11-
<version>v1-rev20240616-2.0.0</version>
12-
<name>KMS Inventory API v1-rev20240616-2.0.0</name>
11+
<version>v1-rev20240630-2.0.0</version>
12+
<name>KMS Inventory API v1-rev20240630-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-kmsinventory/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-kmsinventory</artifactId>
25-
<version>v1-rev20240616-2.0.0</version>
25+
<version>v1-rev20240630-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-kmsinventory:v1-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-kmsinventory:v1-rev20240630-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)