Skip to content

Commit 3f0fa85

Browse files
feat: regenerate index files
1 parent a049b81 commit 3f0fa85

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

disclaimers.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -619,6 +619,10 @@
619619
"api": "chronicle",
620620
"package": "@google-cloud/chronicle"
621621
},
622+
{
623+
"api": "configdelivery",
624+
"package": "@google-cloud/configdelivery"
625+
},
622626
{
623627
"api": "css",
624628
"package": "@google-shopping/css"

discovery/accessapproval-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250617",
916+
"revision": "20250728",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1333,6 +1333,9 @@
13331333
"HMAC_SHA512",
13341334
"HMAC_SHA224",
13351335
"EXTERNAL_SYMMETRIC_ENCRYPTION",
1336+
"ML_KEM_768",
1337+
"ML_KEM_1024",
1338+
"KEM_XWING",
13361339
"PQ_SIGN_ML_DSA_65",
13371340
"PQ_SIGN_SLH_DSA_SHA2_128S",
13381341
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
@@ -1374,6 +1377,9 @@
13741377
"HMAC-SHA512 signing with a 512 bit key.",
13751378
"HMAC-SHA224 signing with a 224 bit key.",
13761379
"Algorithm representing symmetric encryption by an external key manager.",
1380+
"ML-KEM-768 (FIPS 203)",
1381+
"ML-KEM-1024 (FIPS 203)",
1382+
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
13771383
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
13781384
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
13791385
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."

discovery/kmsinventory-v1.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
}
243243
}
244244
},
245-
"revision": "20250525",
245+
"revision": "20250727",
246246
"rootUrl": "https://kmsinventory.googleapis.com/",
247247
"schemas": {
248248
"GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
@@ -438,15 +438,17 @@
438438
"ASYMMETRIC_SIGN",
439439
"ASYMMETRIC_DECRYPT",
440440
"RAW_ENCRYPT_DECRYPT",
441-
"MAC"
441+
"MAC",
442+
"KEY_ENCAPSULATION"
442443
],
443444
"enumDescriptions": [
444445
"Not specified.",
445446
"CryptoKeys with this purpose may be used with Encrypt and Decrypt.",
446447
"CryptoKeys with this purpose may be used with AsymmetricSign and GetPublicKey.",
447448
"CryptoKeys with this purpose may be used with AsymmetricDecrypt and GetPublicKey.",
448449
"CryptoKeys with this purpose may be used with RawEncrypt and RawDecrypt. This purpose is meant to be used for interoperable symmetric encryption and does not support automatic CryptoKey rotation.",
449-
"CryptoKeys with this purpose may be used with MacSign."
450+
"CryptoKeys with this purpose may be used with MacSign.",
451+
"CryptoKeys with this purpose may be used with GetPublicKey and Decapsulate."
450452
],
451453
"type": "string"
452454
},
@@ -505,6 +507,9 @@
505507
"HMAC_SHA512",
506508
"HMAC_SHA224",
507509
"EXTERNAL_SYMMETRIC_ENCRYPTION",
510+
"ML_KEM_768",
511+
"ML_KEM_1024",
512+
"KEM_XWING",
508513
"PQ_SIGN_ML_DSA_65",
509514
"PQ_SIGN_SLH_DSA_SHA2_128S",
510515
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
@@ -546,6 +551,9 @@
546551
"HMAC-SHA512 signing with a 512 bit key.",
547552
"HMAC-SHA224 signing with a 224 bit key.",
548553
"Algorithm representing symmetric encryption by an external key manager.",
554+
"ML-KEM-768 (FIPS 203)",
555+
"ML-KEM-1024 (FIPS 203)",
556+
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
549557
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
550558
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
551559
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
@@ -717,6 +725,9 @@
717725
"HMAC_SHA512",
718726
"HMAC_SHA224",
719727
"EXTERNAL_SYMMETRIC_ENCRYPTION",
728+
"ML_KEM_768",
729+
"ML_KEM_1024",
730+
"KEM_XWING",
720731
"PQ_SIGN_ML_DSA_65",
721732
"PQ_SIGN_SLH_DSA_SHA2_128S",
722733
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
@@ -758,6 +769,9 @@
758769
"HMAC-SHA512 signing with a 512 bit key.",
759770
"HMAC-SHA224 signing with a 224 bit key.",
760771
"Algorithm representing symmetric encryption by an external key manager.",
772+
"ML-KEM-768 (FIPS 203)",
773+
"ML-KEM-1024 (FIPS 203)",
774+
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
761775
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
762776
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
763777
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."

0 commit comments

Comments
 (0)