Skip to content

Commit 0b6c7af

Browse files
feat: regenerate index files
1 parent 66d216b commit 0b6c7af

20 files changed

+1210
-219
lines changed

discovery/accessapproval-v1.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20240820",
916+
"revision": "20250206",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1294,7 +1294,9 @@
12941294
"HMAC_SHA384",
12951295
"HMAC_SHA512",
12961296
"HMAC_SHA224",
1297-
"EXTERNAL_SYMMETRIC_ENCRYPTION"
1297+
"EXTERNAL_SYMMETRIC_ENCRYPTION",
1298+
"PQ_SIGN_ML_DSA_65",
1299+
"PQ_SIGN_SLH_DSA_SHA2_128S"
12981300
],
12991301
"enumDescriptions": [
13001302
"Not specified.",
@@ -1332,7 +1334,9 @@
13321334
"HMAC-SHA384 signing with a 384 bit key.",
13331335
"HMAC-SHA512 signing with a 512 bit key.",
13341336
"HMAC-SHA224 signing with a 224 bit key.",
1335-
"Algorithm representing symmetric encryption by an external key manager."
1337+
"Algorithm representing symmetric encryption by an external key manager.",
1338+
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
1339+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version."
13361340
],
13371341
"type": "string"
13381342
},

discovery/apigee-v1.json

Lines changed: 602 additions & 76 deletions
Large diffs are not rendered by default.

discovery/assuredworkloads-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20241206",
594+
"revision": "20250213",
595595
"rootUrl": "https://assuredworkloads.googleapis.com/",
596596
"schemas": {
597597
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -1675,7 +1675,7 @@
16751675
],
16761676
"enumDescriptions": [
16771677
"KAJ Enrollment type is unspecified",
1678-
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
1678+
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
16791679
],
16801680
"type": "string"
16811681
}

discovery/assuredworkloads-v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
}
657657
}
658658
},
659-
"revision": "20241206",
659+
"revision": "20250213",
660660
"rootUrl": "https://assuredworkloads.googleapis.com/",
661661
"schemas": {
662662
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -2029,7 +2029,7 @@
20292029
],
20302030
"enumDescriptions": [
20312031
"KAJ Enrollment type is unspecified",
2032-
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
2032+
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
20332033
],
20342034
"type": "string"
20352035
}

discovery/datalineage-v1.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
"endpointUrl": "https://datalineage.europe-west12.rep.googleapis.com/",
112112
"location": "europe-west12"
113113
},
114+
{
115+
"description": "Regional Endpoint",
116+
"endpointUrl": "https://datalineage.europe-west15.rep.googleapis.com/",
117+
"location": "europe-west15"
118+
},
114119
{
115120
"description": "Regional Endpoint",
116121
"endpointUrl": "https://datalineage.europe-west2.rep.googleapis.com/",
@@ -1035,7 +1040,7 @@
10351040
}
10361041
}
10371042
},
1038-
"revision": "20241202",
1043+
"revision": "20250207",
10391044
"rootUrl": "https://datalineage.googleapis.com/",
10401045
"schemas": {
10411046
"GoogleCloudDatacatalogLineageV1BatchSearchLinkProcessesRequest": {
@@ -1084,7 +1089,7 @@
10841089
"id": "GoogleCloudDatacatalogLineageV1EntityReference",
10851090
"properties": {
10861091
"fullyQualifiedName": {
1087-
"description": "Required. [Fully Qualified Name (FQN)](https://cloud.google.com/data-catalog/docs/fully-qualified-names) of the entity.",
1092+
"description": "Required. [Fully Qualified Name (FQN)](https://cloud.google.com/dataplex/docs/fully-qualified-names) of the entity.",
10881093
"type": "string"
10891094
}
10901095
},
@@ -1285,7 +1290,7 @@
12851290
"id": "GoogleCloudDatacatalogLineageV1Origin",
12861291
"properties": {
12871292
"name": {
1288-
"description": "If the source_type isn't CUSTOM, the value of this field should be a GCP resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: \"projects/foo/locations/us/environments/bar\"}` - `{source_type: BIGQUERY, name: \"projects/foo/locations/eu\"}` - `{source_type: CUSTOM, name: \"myCustomIntegration\"}`",
1293+
"description": "If the source_type isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples: - `{source_type: COMPOSER, name: \"projects/foo/locations/us/environments/bar\"}` - `{source_type: BIGQUERY, name: \"projects/foo/locations/eu\"}` - `{source_type: CUSTOM, name: \"myCustomIntegration\"}`",
12891294
"type": "string"
12901295
},
12911296
"sourceType": {

discovery/doubleclickbidmanager-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
}
320320
}
321321
},
322-
"revision": "20240731",
322+
"revision": "20250305",
323323
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
324324
"schemas": {
325325
"DataRange": {
@@ -513,7 +513,7 @@
513513
"enumDeprecated": [
514514
false,
515515
false,
516-
false,
516+
true,
517517
true,
518518
false,
519519
false,
@@ -527,7 +527,7 @@
527527
"enumDescriptions": [
528528
"Default value when report type is not specified or is unknown in this version.",
529529
"Standard report.",
530-
"Inventory Availability report.",
530+
"Inventory Availability report. See the [Display & Video 360 Help Center announcement](https://support.google.com/displayvideo/answer/15874746) for more information on this deprecation.",
531531
"Audience Composition report.",
532532
"Floodlight report.",
533533
"YouTube report.",

discovery/index.json

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2699,10 +2699,25 @@
26992699
"id": "displayvideo:v3",
27002700
"kind": "discovery#directoryItem",
27012701
"name": "displayvideo",
2702-
"preferred": true,
2702+
"preferred": false,
27032703
"title": "Display & Video 360 API",
27042704
"version": "v3"
27052705
},
2706+
{
2707+
"description": "Display & Video 360 API allows users to automate complex Display & Video 360 workflows, such as creating insertion orders and setting targeting options for individual line items.",
2708+
"discoveryRestUrl": "https://displayvideo.googleapis.com/$discovery/rest?version=v4",
2709+
"documentationLink": "https://developers.google.com/display-video/",
2710+
"icons": {
2711+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
2712+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
2713+
},
2714+
"id": "displayvideo:v4",
2715+
"kind": "discovery#directoryItem",
2716+
"name": "displayvideo",
2717+
"preferred": true,
2718+
"title": "Display & Video 360 API",
2719+
"version": "v4"
2720+
},
27062721
{
27072722
"description": "Discover and protect your sensitive data. A fully managed service designed to help you discover, classify, and protect your valuable data assets with ease.",
27082723
"discoveryRestUrl": "https://dlp.googleapis.com/$discovery/rest?version=v2",
@@ -3338,7 +3353,7 @@
33383353
{
33393354
"description": "Reads and writes Google Forms and responses.",
33403355
"discoveryRestUrl": "https://forms.googleapis.com/$discovery/rest?version=v1",
3341-
"documentationLink": "https://developers.google.com/forms/api",
3356+
"documentationLink": "https://developers.google.com/workspace/forms/api",
33423357
"icons": {
33433358
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
33443359
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
@@ -3527,7 +3542,7 @@
35273542
"kind": "discovery#directoryItem",
35283543
"name": "gkeonprem",
35293544
"preferred": true,
3530-
"title": "GDC Virtual API",
3545+
"title": "GKE On-Prem API",
35313546
"version": "v1"
35323547
},
35333548
{
@@ -4100,6 +4115,21 @@
41004115
"title": "Managed Service for Microsoft Active Directory API",
41014116
"version": "v1"
41024117
},
4118+
{
4119+
"description": "Manage Apache Kafka clusters and resources.",
4120+
"discoveryRestUrl": "https://managedkafka.googleapis.com/$discovery/rest?version=v1",
4121+
"documentationLink": "https://cloud.google.com/managed-service-for-apache-kafka/docs",
4122+
"icons": {
4123+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4124+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4125+
},
4126+
"id": "managedkafka:v1",
4127+
"kind": "discovery#directoryItem",
4128+
"name": "managedkafka",
4129+
"preferred": true,
4130+
"title": "Managed Service for Apache Kafka API",
4131+
"version": "v1"
4132+
},
41034133
{
41044134
"description": "Public API for managing Manufacturer Center related data.",
41054135
"discoveryRestUrl": "https://manufacturers.googleapis.com/$discovery/rest?version=v1",
@@ -5452,7 +5482,7 @@
54525482
"version": "v1"
54535483
},
54545484
{
5455-
"description": "Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive via pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.",
5485+
"description": "Allows external bidders to manage their RTB integration with Google. This includes managing bidder endpoints, QPS quotas, configuring what ad inventory to receive with pretargeting, submitting creatives for verification, and accessing creative metadata such as approval status.",
54565486
"discoveryRestUrl": "https://realtimebidding.googleapis.com/$discovery/rest?version=v1",
54575487
"documentationLink": "https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/",
54585488
"icons": {

0 commit comments

Comments
 (0)