diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/README.md b/clients/google-api-services-cloudkms/v1/2.0.0/README.md index bd334b33b0e..cc8b660bfe4 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudkms/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudkms - v1-rev20260702-2.0.0 + v1-rev20260709-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260709-2.0.0' } ``` diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/SingleTenantHsmInstance.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/SingleTenantHsmInstance.java index be5e254c525..7bb80151066 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/SingleTenantHsmInstance.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/SingleTenantHsmInstance.java @@ -59,7 +59,7 @@ public final class SingleTenantHsmInstance extends com.google.api.client.json.Ge /** * Optional. Immutable. Indicates whether key portability is enabled for the * SingleTenantHsmInstance. This can only be set at creation time. Key portability features are - * disabled by default and not yet available in GA. + * disabled by default. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -155,7 +155,7 @@ public SingleTenantHsmInstance setDisableTime(String disableTime) { /** * Optional. Immutable. Indicates whether key portability is enabled for the * SingleTenantHsmInstance. This can only be set at creation time. Key portability features are - * disabled by default and not yet available in GA. + * disabled by default. * @return value or {@code null} for none */ public java.lang.Boolean getKeyPortabilityEnabled() { @@ -165,7 +165,7 @@ public java.lang.Boolean getKeyPortabilityEnabled() { /** * Optional. Immutable. Indicates whether key portability is enabled for the * SingleTenantHsmInstance. This can only be set at creation time. Key portability features are - * disabled by default and not yet available in GA. + * disabled by default. * @param keyPortabilityEnabled keyPortabilityEnabled or {@code null} for none */ public SingleTenantHsmInstance setKeyPortabilityEnabled(java.lang.Boolean keyPortabilityEnabled) { diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml b/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml index c9a1a370a2a..78c2fb78fb8 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudkms/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudkms - v1-rev20260702-2.0.0 - Cloud Key Management Service (KMS) API v1-rev20260702-2.0.0 + v1-rev20260709-2.0.0 + Cloud Key Management Service (KMS) API v1-rev20260709-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudkms/v1/README.md b/clients/google-api-services-cloudkms/v1/README.md index bd334b33b0e..cc8b660bfe4 100644 --- a/clients/google-api-services-cloudkms/v1/README.md +++ b/clients/google-api-services-cloudkms/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudkms - v1-rev20260702-2.0.0 + v1-rev20260709-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260702-2.0.0' + implementation 'com.google.apis:google-api-services-cloudkms:v1-rev20260709-2.0.0' } ```