From ca1187dccc394d12cc93d9d68accee58f76252d4 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:47:14 -0800 Subject: [PATCH] docs: A comment for enum `CryptoKeyVersionAlgorithm` is changed (#7858) PiperOrigin-RevId: 700331075 Source-Link: https://github.com/googleapis/googleapis/commit/3b7310bebab65971237b68c6320fa55ebf192fb8 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9eda366d22f320ed4d4d5ca9f1d58bbe6efb8805 Copy-Tag: eyJwIjoiS21zLy5Pd2xCb3QueWFtbCIsImgiOiI5ZWRhMzY2ZDIyZjMyMGVkNGQ0ZDVjYTlmMWQ1OGJiZTZlZmI4ODA1In0= --- Kms/metadata/V1/EkmService.php | Bin 5227 -> 5224 bytes Kms/metadata/V1/Resources.php | Bin 7703 -> 7700 bytes .../CryptoKeyVersionAlgorithm.php | 1 + 3 files changed, 1 insertion(+) diff --git a/Kms/metadata/V1/EkmService.php b/Kms/metadata/V1/EkmService.php index 8602060992a56e56180eae0b2851ee1a5d93a092..44bbb50c4508a40f8c196dc879a037567888e021 100644 GIT binary patch delta 24 gcmaE@@j_#R4m0DM&AQCb_!*lfiwH+d&KLdz0D310ZU6uP delta 28 kcmaE%@mgbp4m0EX&AQCb_!(O#iwH+B|6pXCoFn`P0G`?kZU6uP diff --git a/Kms/metadata/V1/Resources.php b/Kms/metadata/V1/Resources.php index 71f5874b2e3792c040cd535df48e67f161aa82a2..0684ba4e7ddbfd035c8494963531af111007e3b1 100644 GIT binary patch delta 30 mcmbPkGsR}ZHzt;grd-Msy_Gl1GAl?iwobN_jhZ}Lwgv#Dy9y)# delta 34 qcmbPYGu>vxHzt-Vrd-Msy_Gl1GAl?ic1*UDjbi@6$T)e1Yz+X;fD0r5 diff --git a/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionAlgorithm.php b/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionAlgorithm.php index 31073c07654a..1cdbbe719745 100644 --- a/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionAlgorithm.php +++ b/Kms/src/V1/CryptoKeyVersion/CryptoKeyVersionAlgorithm.php @@ -39,6 +39,7 @@ * [MAC][google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.MAC]. * The suffix following `HMAC_` corresponds to the hash algorithm being used * (eg. SHA256). + * Algorithms beginning with `PQ_` are post-quantum. * For more information, see [Key purposes and algorithms] * (https://cloud.google.com/kms/docs/algorithms). *