@@ -288,7 +288,7 @@ message Certificate {
288288// [CryptoKeys][google.cloud.kms.v1.CryptoKey] and
289289// [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] with a
290290// [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of
291- // [EXTERNAL_VPC][CryptoKeyVersion .ProtectionLevel.EXTERNAL_VPC], as well as
291+ // [EXTERNAL_VPC][google.cloud.kms.v1 .ProtectionLevel.EXTERNAL_VPC], as well as
292292// performing cryptographic operations using keys created within the
293293// [EkmConnection][google.cloud.kms.v1.EkmConnection].
294294message EkmConnection {
@@ -354,6 +354,7 @@ message EkmConnection {
354354 // All [CryptoKeys][google.cloud.kms.v1.CryptoKey] created with this
355355 // [EkmConnection][google.cloud.kms.v1.EkmConnection] use EKM-side key
356356 // management operations initiated from Cloud KMS. This means that:
357+ //
357358 // * When a [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion]
358359 // associated with this [EkmConnection][google.cloud.kms.v1.EkmConnection]
359360 // is
@@ -362,7 +363,8 @@ message EkmConnection {
362363 // external key material.
363364 // * Destruction of external key material associated with this
364365 // [EkmConnection][google.cloud.kms.v1.EkmConnection] can be requested by
365- // calling [DestroyCryptoKeyVersion][EkmService.DestroyCryptoKeyVersion].
366+ // calling
367+ // [DestroyCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.DestroyCryptoKeyVersion].
366368 // * Automatic rotation of key material is supported.
367369 CLOUD_KMS = 2 ;
368370 }
@@ -409,7 +411,7 @@ message EkmConnection {
409411// [CryptoKeys][google.cloud.kms.v1.CryptoKey] and
410412// [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] with a
411413// [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of
412- // [EXTERNAL_VPC][CryptoKeyVersion .ProtectionLevel.EXTERNAL_VPC] in a given
414+ // [EXTERNAL_VPC][google.cloud.kms.v1 .ProtectionLevel.EXTERNAL_VPC] in a given
413415// project and location.
414416message EkmConfig {
415417 option (google.api.resource ) = {
0 commit comments