From 2d4d254457a1bb700638f18409522f631be92300 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 2 Aug 2023 14:08:38 +0000 Subject: [PATCH] docs: Minor formatting PiperOrigin-RevId: 553100418 Source-Link: https://github.com/googleapis/googleapis/commit/09b5fc6e451c8f73ccf0522429d1bc3bfa663a67 Source-Link: https://github.com/googleapis/googleapis-gen/commit/8441eb3ec2acb464b346fa73719063f7b2c82adf Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuS21zLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI4NDQxZWIzZWMyYWNiNDY0YjM0NmZhNzM3MTkwNjNmN2IyYzgyYWRmIn0= --- .../Google.Cloud.Kms.V1/Resources.g.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs index d9e9b5f71540..e05809e609bb 100644 --- a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs +++ b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/Resources.g.cs @@ -2991,11 +2991,11 @@ public static partial class Types { /// [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 @@ -3003,25 +3003,25 @@ public static partial class Types { /// [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]