diff --git a/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java b/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java index ddc23fc16f21..f76bc47f3315 100644 --- a/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java +++ b/java-kms/proto-google-cloud-kms-v1/src/main/java/com/google/cloud/kms/v1/CryptoKeyVersion.java @@ -93,11 +93,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT]. * - * Algorithms beginning with "RSA_SIGN_" are usable with + * Algorithms beginning with `RSA_SIGN_` are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. * - * The fields in the name after "RSA_SIGN_" correspond to the following + * The fields in the name after `RSA_SIGN_` correspond to the following * parameters: padding algorithm, modulus bit length, and digest algorithm. * * For PSS, the salt length used is equal to the length of digest @@ -105,25 +105,25 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256] * will use PSS with a salt length of 256 bits or 32 bytes. * - * Algorithms beginning with "RSA_DECRYPT_" are usable with + * Algorithms beginning with `RSA_DECRYPT_` are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT]. * - * The fields in the name after "RSA_DECRYPT_" correspond to the following + * The fields in the name after `RSA_DECRYPT_` correspond to the following * parameters: padding algorithm, modulus bit length, and digest algorithm. * - * Algorithms beginning with "EC_SIGN_" are usable with + * Algorithms beginning with `EC_SIGN_` are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. * - * The fields in the name after "EC_SIGN_" correspond to the following + * The fields in the name after `EC_SIGN_` correspond to the following * parameters: elliptic curve, digest algorithm. * - * Algorithms beginning with "HMAC_" are usable with + * Algorithms beginning with `HMAC_` are usable with * [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] * [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC]. * - * The suffix following "HMAC_" corresponds to the hash algorithm being used + * The suffix following `HMAC_` corresponds to the hash algorithm being used * (eg. SHA256). * * For more information, see [Key purposes and algorithms] diff --git a/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto b/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto index 99be6f41fb55..fb4e6534a691 100644 --- a/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto +++ b/java-kms/proto-google-cloud-kms-v1/src/main/proto/google/cloud/kms/v1/resources.proto @@ -304,11 +304,11 @@ message CryptoKeyVersion { // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ENCRYPT_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT]. // - // Algorithms beginning with "RSA_SIGN_" are usable with + // Algorithms beginning with `RSA_SIGN_` are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. // - // The fields in the name after "RSA_SIGN_" correspond to the following + // The fields in the name after `RSA_SIGN_` correspond to the following // parameters: padding algorithm, modulus bit length, and digest algorithm. // // For PSS, the salt length used is equal to the length of digest @@ -316,25 +316,25 @@ message CryptoKeyVersion { // [RSA_SIGN_PSS_2048_SHA256][google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionAlgorithm.RSA_SIGN_PSS_2048_SHA256] // will use PSS with a salt length of 256 bits or 32 bytes. // - // Algorithms beginning with "RSA_DECRYPT_" are usable with + // Algorithms beginning with `RSA_DECRYPT_` are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_DECRYPT][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_DECRYPT]. // - // The fields in the name after "RSA_DECRYPT_" correspond to the following + // The fields in the name after `RSA_DECRYPT_` correspond to the following // parameters: padding algorithm, modulus bit length, and digest algorithm. // - // Algorithms beginning with "EC_SIGN_" are usable with + // Algorithms beginning with `EC_SIGN_` are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [ASYMMETRIC_SIGN][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ASYMMETRIC_SIGN]. // - // The fields in the name after "EC_SIGN_" correspond to the following + // The fields in the name after `EC_SIGN_` correspond to the following // parameters: elliptic curve, digest algorithm. // - // Algorithms beginning with "HMAC_" are usable with + // Algorithms beginning with `HMAC_` are usable with // [CryptoKey.purpose][google.cloud.kms.v1.CryptoKey.purpose] // [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC]. // - // The suffix following "HMAC_" corresponds to the hash algorithm being used + // The suffix following `HMAC_` corresponds to the hash algorithm being used // (eg. SHA256). // // For more information, see [Key purposes and algorithms]