@@ -304,37 +304,37 @@ message CryptoKeyVersion {
304304 // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
305305 // [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT].
306306 //
307- // Algorithms beginning with " RSA_SIGN_" are usable with
307+ // Algorithms beginning with ` RSA_SIGN_` are usable with
308308 // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
309309 // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN].
310310 //
311- // The fields in the name after " RSA_SIGN_" correspond to the following
311+ // The fields in the name after ` RSA_SIGN_` correspond to the following
312312 // parameters: padding algorithm, modulus bit length, and digest algorithm.
313313 //
314314 // For PSS, the salt length used is equal to the length of digest
315315 // algorithm. For example,
316316 // [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256]
317317 // will use PSS with a salt length of 256 bits or 32 bytes.
318318 //
319- // Algorithms beginning with " RSA_DECRYPT_" are usable with
319+ // Algorithms beginning with ` RSA_DECRYPT_` are usable with
320320 // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
321321 // [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT].
322322 //
323- // The fields in the name after " RSA_DECRYPT_" correspond to the following
323+ // The fields in the name after ` RSA_DECRYPT_` correspond to the following
324324 // parameters: padding algorithm, modulus bit length, and digest algorithm.
325325 //
326- // Algorithms beginning with " EC_SIGN_" are usable with
326+ // Algorithms beginning with ` EC_SIGN_` are usable with
327327 // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
328328 // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN].
329329 //
330- // The fields in the name after " EC_SIGN_" correspond to the following
330+ // The fields in the name after ` EC_SIGN_` correspond to the following
331331 // parameters: elliptic curve, digest algorithm.
332332 //
333- // Algorithms beginning with " HMAC_" are usable with
333+ // Algorithms beginning with ` HMAC_` are usable with
334334 // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose]
335335 // [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC].
336336 //
337- // The suffix following " HMAC_" corresponds to the hash algorithm being used
337+ // The suffix following ` HMAC_` corresponds to the hash algorithm being used
338338 // (eg. SHA256).
339339 //
340340 // For more information, see [Key purposes and algorithms]
0 commit comments