You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-kmsinventory/v1/2.0.0/com/google/api/services/kmsinventory/v1/model/GoogleCloudKmsV1CryptoKey.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ public final class GoogleCloudKmsV1CryptoKey extends com.google.api.client.json.
52
52
/**
53
53
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
54
54
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
55
-
* 24 hours.
55
+
* 30 days.
56
56
* The value may be {@code null}.
57
57
*/
58
58
@com.google.api.client.util.Key
@@ -185,7 +185,7 @@ public GoogleCloudKmsV1CryptoKey setCryptoKeyBackend(java.lang.String cryptoKeyB
185
185
/**
186
186
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
187
187
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
188
-
* 24 hours.
188
+
* 30 days.
189
189
* @return value or {@code null} for none
190
190
*/
191
191
publicStringgetDestroyScheduledDuration() {
@@ -195,7 +195,7 @@ public String getDestroyScheduledDuration() {
195
195
/**
196
196
* Immutable. The period of time that versions of this key spend in the DESTROY_SCHEDULED state
197
197
* before transitioning to DESTROYED. If not specified at creation time, the default duration is
198
-
* 24 hours.
198
+
* 30 days.
199
199
* @param destroyScheduledDuration destroyScheduledDuration or {@code null} for none
0 commit comments