Skip to content

Commit fdd3593

Browse files
feat: regenerate index files
1 parent 7b30b6f commit fdd3593

7 files changed

Lines changed: 71 additions & 9 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/index.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,6 +6006,21 @@
60066006
"title": "Secret Manager API",
60076007
"version": "v1"
60086008
},
6009+
{
6010+
"description": "Regionally deployed, single-tenant managed source code repository hosted on Google Cloud.",
6011+
"discoveryRestUrl": "https://securesourcemanager.googleapis.com/$discovery/rest?version=v1",
6012+
"documentationLink": "https://cloud.google.com/secure-source-manager",
6013+
"icons": {
6014+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
6015+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
6016+
},
6017+
"id": "securesourcemanager:v1",
6018+
"kind": "discovery#directoryItem",
6019+
"name": "securesourcemanager",
6020+
"preferred": true,
6021+
"title": "Secure Source Manager API",
6022+
"version": "v1"
6023+
},
60096024
{
60106025
"description": "Security Command Center API provides access to temporal views of assets and findings within an organization.",
60116026
"discoveryRestUrl": "https://securitycenter.googleapis.com/$discovery/rest?version=v1beta1",

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."

discovery/testing-v1.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@
454454
}
455455
}
456456
},
457-
"revision": "20250624",
457+
"revision": "20250725",
458458
"rootUrl": "https://testing.googleapis.com/",
459459
"schemas": {
460460
"Account": {
@@ -670,13 +670,21 @@
670670
"DEVICE_FORM_FACTOR_UNSPECIFIED",
671671
"PHONE",
672672
"TABLET",
673-
"WEARABLE"
673+
"WEARABLE",
674+
"TV",
675+
"AUTOMOTIVE",
676+
"DESKTOP",
677+
"XR"
674678
],
675679
"enumDescriptions": [
676680
"Do not use. For proto versioning only.",
677681
"This device has the shape of a phone.",
678682
"This device has the shape of a tablet.",
679-
"This device has the shape of a watch or other wearable."
683+
"This device has the shape of a watch or other wearable.",
684+
"This device has a television form factor.",
685+
"This device has an automotive form factor.",
686+
"This device has a desktop form factor.",
687+
"This device has an Extended Reality form factor."
680688
],
681689
"type": "string"
682690
},
@@ -1540,13 +1548,21 @@
15401548
"DEVICE_FORM_FACTOR_UNSPECIFIED",
15411549
"PHONE",
15421550
"TABLET",
1543-
"WEARABLE"
1551+
"WEARABLE",
1552+
"TV",
1553+
"AUTOMOTIVE",
1554+
"DESKTOP",
1555+
"XR"
15441556
],
15451557
"enumDescriptions": [
15461558
"Do not use. For proto versioning only.",
15471559
"This device has the shape of a phone.",
15481560
"This device has the shape of a tablet.",
1549-
"This device has the shape of a watch or other wearable."
1561+
"This device has the shape of a watch or other wearable.",
1562+
"This device has a television form factor.",
1563+
"This device has an automotive form factor.",
1564+
"This device has a desktop form factor.",
1565+
"This device has an Extended Reality form factor."
15501566
],
15511567
"type": "string"
15521568
},

src/apis/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,10 @@ import {
628628
VERSIONS as secretmanagerVersions,
629629
secretmanager,
630630
} from './secretmanager';
631+
import {
632+
VERSIONS as securesourcemanagerVersions,
633+
securesourcemanager,
634+
} from './securesourcemanager';
631635
import {
632636
VERSIONS as securitycenterVersions,
633637
securitycenter,
@@ -1021,6 +1025,7 @@ export const APIS: APIList = {
10211025
searchads360: searchads360Versions,
10221026
searchconsole: searchconsoleVersions,
10231027
secretmanager: secretmanagerVersions,
1028+
securesourcemanager: securesourcemanagerVersions,
10241029
securitycenter: securitycenterVersions,
10251030
securityposture: securitypostureVersions,
10261031
serviceconsumermanagement: serviceconsumermanagementVersions,
@@ -1338,6 +1343,7 @@ export class GeneratedAPIs {
13381343
searchads360 = searchads360;
13391344
searchconsole = searchconsole;
13401345
secretmanager = secretmanager;
1346+
securesourcemanager = securesourcemanager;
13411347
securitycenter = securitycenter;
13421348
securityposture = securityposture;
13431349
serviceconsumermanagement = serviceconsumermanagement;

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ export {searchconsole_v1} from './apis/searchconsole/v1';
479479
export {secretmanager_v1} from './apis/secretmanager/v1';
480480
export {secretmanager_v1beta1} from './apis/secretmanager/v1beta1';
481481
export {secretmanager_v1beta2} from './apis/secretmanager/v1beta2';
482+
export {securesourcemanager_v1} from './apis/securesourcemanager/v1';
482483
export {securitycenter_v1} from './apis/securitycenter/v1';
483484
export {securitycenter_v1beta1} from './apis/securitycenter/v1beta1';
484485
export {securitycenter_v1beta2} from './apis/securitycenter/v1beta2';

0 commit comments

Comments
 (0)