This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java index e4e840e3a7a..8966ca0c6df 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ExternalProtectionLevelOptions.java @@ -34,7 +34,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client. /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * The value may be {@code null}. @@ -59,7 +59,7 @@ public final class ExternalProtectionLevelOptions extends com.google.api.client. /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * @return value or {@code null} for none @@ -70,7 +70,7 @@ public java.lang.String getEkmConnectionBackendOverride() { /** * Optional. The resource name of the backend environment where the key material of - * CryptoKeyVersions is associated with. Setting this field overrides the CryptoKeyBackend. This + * CryptoKeyVersions is associated with. Setting this field overrides the crypto_key_backend. This * field may be set when CryptoKeyVersions is set to EXTERNAL_VPC. Format: * `projects/locations/ekmConnections`. * @param ekmConnectionBackendOverride ekmConnectionBackendOverride or {@code null} for none diff --git a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java index 73378db149b..67ac241aedf 100644 --- a/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java +++ b/clients/google-api-services-cloudkms/v1/2.0.0/com/google/api/services/cloudkms/v1/model/ShowEffectiveAutokeyConfigResponse.java @@ -17,7 +17,7 @@ package com.google.api.services.cloudkms.v1.model; /** - * Response message for ShowEffectiveAutokeyConfig. + * Response message for ShowEffectiveAutokeyConfig * *
This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Key Management Service (KMS) API. For a
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 6d24da3d405..db784b26a9c 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 @@