Skip to content

Commit d9b2d6a

Browse files
feat: regenerate index files
1 parent 9297726 commit d9b2d6a

9 files changed

Lines changed: 276 additions & 17 deletions

discovery/apigee-v1.json

Lines changed: 94 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11914,9 +11914,84 @@
1191411914
}
1191511915
}
1191611916
},
11917-
"revision": "20260106",
11917+
"revision": "20260130",
1191811918
"rootUrl": "https://apigee.googleapis.com/",
1191911919
"schemas": {
11920+
"ApiservingMcpMcpToolDataHandlingProfile": {
11921+
"description": "Profile describing the data handling characteristics of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/data_handling\"",
11922+
"id": "ApiservingMcpMcpToolDataHandlingProfile",
11923+
"properties": {
11924+
"inputDataAccessLevel": {
11925+
"description": "// The data access level of the tool's inputs.",
11926+
"enum": [
11927+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
11928+
"DATA_ACCESS_LEVEL_PUBLIC",
11929+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
11930+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
11931+
"DATA_ACCESS_LEVEL_PII",
11932+
"DATA_ACCESS_LEVEL_USER",
11933+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
11934+
],
11935+
"enumDescriptions": [
11936+
"The default value. This value is unused.",
11937+
"Public data.",
11938+
"Confidential data.",
11939+
"Need-to-know data.",
11940+
"Personally Identifiable Information (PII) data.",
11941+
"User data.",
11942+
"The tool does not access any data."
11943+
],
11944+
"type": "string"
11945+
},
11946+
"outputDataAccessLevel": {
11947+
"description": "The data access level of the tool's outputs.",
11948+
"enum": [
11949+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
11950+
"DATA_ACCESS_LEVEL_PUBLIC",
11951+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
11952+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
11953+
"DATA_ACCESS_LEVEL_PII",
11954+
"DATA_ACCESS_LEVEL_USER",
11955+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
11956+
],
11957+
"enumDescriptions": [
11958+
"The default value. This value is unused.",
11959+
"Public data.",
11960+
"Confidential data.",
11961+
"Need-to-know data.",
11962+
"Personally Identifiable Information (PII) data.",
11963+
"User data.",
11964+
"The tool does not access any data."
11965+
],
11966+
"type": "string"
11967+
}
11968+
},
11969+
"type": "object"
11970+
},
11971+
"ApiservingMcpMcpToolLifecycleProfile": {
11972+
"description": "Profile describing the lifecycle stage of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/lifecycle\"",
11973+
"id": "ApiservingMcpMcpToolLifecycleProfile",
11974+
"properties": {
11975+
"launchState": {
11976+
"description": "Output only. The current launch state of the MCP tool.",
11977+
"enum": [
11978+
"LAUNCH_STATE_UNSPECIFIED",
11979+
"LAUNCH_STATE_DEVELOPMENT",
11980+
"LAUNCH_STATE_PRODUCTION_PREVIEW",
11981+
"LAUNCH_STATE_GENERAL_AVAILABILITY"
11982+
],
11983+
"enumDescriptions": [
11984+
"The default value. This value is unused.",
11985+
"The tool is currently in development.",
11986+
"The tool is in production preview.",
11987+
"The tool is generally available."
11988+
],
11989+
"readOnly": true,
11990+
"type": "string"
11991+
}
11992+
},
11993+
"type": "object"
11994+
},
1192011995
"EdgeConfigstoreBundleBadBundle": {
1192111996
"description": "Describes why a bundle is invalid. Intended for use in error details.",
1192211997
"id": "EdgeConfigstoreBundleBadBundle",
@@ -19075,7 +19150,7 @@
1907519150
"type": "object"
1907619151
},
1907719152
"GoogleCloudApigeeV1RuntimeTraceConfig": {
19078-
"description": "NEXT ID: 8 RuntimeTraceConfig defines the configurations for distributed trace in an environment.",
19153+
"description": "NEXT ID: 9 RuntimeTraceConfig defines the configurations for distributed trace in an environment.",
1907919154
"id": "GoogleCloudApigeeV1RuntimeTraceConfig",
1908019155
"properties": {
1908119156
"endpoint": {
@@ -19087,19 +19162,25 @@
1908719162
"enum": [
1908819163
"EXPORTER_UNSPECIFIED",
1908919164
"JAEGER",
19090-
"CLOUD_TRACE"
19165+
"CLOUD_TRACE",
19166+
"OPEN_TELEMETRY_COLLECTOR"
1909119167
],
1909219168
"enumDescriptions": [
1909319169
"Exporter unspecified",
1909419170
"Jaeger exporter",
19095-
"Cloudtrace exporter"
19171+
"Cloudtrace exporter",
19172+
"Open Telemetry Collector"
1909619173
],
1909719174
"type": "string"
1909819175
},
1909919176
"name": {
1910019177
"description": "Name of the trace config in the following format: `organizations/{org}/environment/{env}/traceConfig`",
1910119178
"type": "string"
1910219179
},
19180+
"openTelemetryProtocolEnabled": {
19181+
"description": "If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID",
19182+
"type": "boolean"
19183+
},
1910319184
"overrides": {
1910419185
"description": "List of trace configuration overrides for spicific API proxies.",
1910519186
"items": {
@@ -19124,7 +19205,7 @@
1912419205
"type": "object"
1912519206
},
1912619207
"GoogleCloudApigeeV1RuntimeTraceConfigOverride": {
19127-
"description": "NEXT ID: 7 Trace configuration override for a specific API proxy in an environment.",
19208+
"description": "NEXT ID: 8 Trace configuration override for a specific API proxy in an environment.",
1912819209
"id": "GoogleCloudApigeeV1RuntimeTraceConfigOverride",
1912919210
"properties": {
1913019211
"apiProxy": {
@@ -19135,6 +19216,10 @@
1913519216
"description": "Name of the trace config override in the following format: `organizations/{org}/environment/{env}/traceConfig/overrides/{override}`",
1913619217
"type": "string"
1913719218
},
19219+
"openTelemetryProtocolEnabled": {
19220+
"description": "If `true`, the runtime uses OpenTelemetry Protocol (OTLP) to send trace data. Configuration Requirements (if `open_telemetry_protocol_enabled` is `true`): - Allowed `Exporter`s: `CLOUD_TRACE` or `OPEN_TELEMETRY_COLLECTOR`. - If `Exporter` is `OPEN_TELEMETRY_COLLECTOR`: - `endpoint` refers to a valid OTLP collector URL. - If `Exporter` is `CLOUD_TRACE`: - `endpoint` refers to a valid project ID",
19221+
"type": "boolean"
19222+
},
1913819223
"revisionCreateTime": {
1913919224
"description": "The timestamp that the revision was created or updated.",
1914019225
"format": "google-datetime",
@@ -21094,12 +21179,14 @@
2109421179
"enum": [
2109521180
"EXPORTER_UNSPECIFIED",
2109621181
"JAEGER",
21097-
"CLOUD_TRACE"
21182+
"CLOUD_TRACE",
21183+
"OPEN_TELEMETRY_COLLECTOR"
2109821184
],
2109921185
"enumDescriptions": [
2110021186
"Exporter unspecified",
2110121187
"Jaeger exporter",
21102-
"Cloudtrace exporter"
21188+
"Cloudtrace exporter",
21189+
"Open Telemetry Collector"
2110321190
],
2110421191
"type": "string"
2110521192
},

discovery/cloudcontrolspartner-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
},
579-
"revision": "20241231",
579+
"revision": "20260128",
580580
"rootUrl": "https://cloudcontrolspartner.googleapis.com/",
581581
"schemas": {
582582
"AccessApprovalRequest": {
@@ -1308,7 +1308,8 @@
13081308
"PARTNER_SOVEREIGN_CONTROLS_BY_SIA_MINSAIT",
13091309
"PARTNER_SOVEREIGN_CONTROLS_BY_PSN",
13101310
"PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT",
1311-
"PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
1311+
"PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM",
1312+
"PARTNER_SPAIN_DATA_BOUNDARY_BY_TELEFONICA"
13121313
],
13131314
"enumDescriptions": [
13141315
"Unknown Partner.",
@@ -1317,7 +1318,8 @@
13171318
"Enum representing SIA_MINSAIT (Indra) partner.",
13181319
"Enum representing PSN (TIM) partner.",
13191320
"Enum representing CNTXT (Kingdom of Saudi Arabia) partner.",
1320-
"Enum representing CNXT (Kingdom of Saudi Arabia) partner offering without EKM provisioning."
1321+
"Enum representing CNXT (Kingdom of Saudi Arabia) partner offering without EKM provisioning.",
1322+
"Enum representing Telefonica (Spain) partner."
13211323
],
13221324
"type": "string"
13231325
},

discovery/datalineage-v1.json

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,9 +1247,84 @@
12471247
}
12481248
}
12491249
},
1250-
"revision": "20260123",
1250+
"revision": "20260130",
12511251
"rootUrl": "https://datalineage.googleapis.com/",
12521252
"schemas": {
1253+
"ApiservingMcpMcpToolDataHandlingProfile": {
1254+
"description": "Profile describing the data handling characteristics of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/data_handling\"",
1255+
"id": "ApiservingMcpMcpToolDataHandlingProfile",
1256+
"properties": {
1257+
"inputDataAccessLevel": {
1258+
"description": "// The data access level of the tool's inputs.",
1259+
"enum": [
1260+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
1261+
"DATA_ACCESS_LEVEL_PUBLIC",
1262+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
1263+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
1264+
"DATA_ACCESS_LEVEL_PII",
1265+
"DATA_ACCESS_LEVEL_USER",
1266+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
1267+
],
1268+
"enumDescriptions": [
1269+
"The default value. This value is unused.",
1270+
"Public data.",
1271+
"Confidential data.",
1272+
"Need-to-know data.",
1273+
"Personally Identifiable Information (PII) data.",
1274+
"User data.",
1275+
"The tool does not access any data."
1276+
],
1277+
"type": "string"
1278+
},
1279+
"outputDataAccessLevel": {
1280+
"description": "The data access level of the tool's outputs.",
1281+
"enum": [
1282+
"DATA_ACCESS_LEVEL_UNSPECIFIED",
1283+
"DATA_ACCESS_LEVEL_PUBLIC",
1284+
"DATA_ACCESS_LEVEL_CONFIDENTIAL",
1285+
"DATA_ACCESS_LEVEL_NEED_TO_KNOW",
1286+
"DATA_ACCESS_LEVEL_PII",
1287+
"DATA_ACCESS_LEVEL_USER",
1288+
"DATA_ACCESS_LEVEL_NO_DATA_ACCESS"
1289+
],
1290+
"enumDescriptions": [
1291+
"The default value. This value is unused.",
1292+
"Public data.",
1293+
"Confidential data.",
1294+
"Need-to-know data.",
1295+
"Personally Identifiable Information (PII) data.",
1296+
"User data.",
1297+
"The tool does not access any data."
1298+
],
1299+
"type": "string"
1300+
}
1301+
},
1302+
"type": "object"
1303+
},
1304+
"ApiservingMcpMcpToolLifecycleProfile": {
1305+
"description": "Profile describing the lifecycle stage of an MCP tool. When used within the McpTool.meta field, this message should be packed into a google.protobuf.Any and associated with the key: \"google.com/tool.profiles/lifecycle\"",
1306+
"id": "ApiservingMcpMcpToolLifecycleProfile",
1307+
"properties": {
1308+
"launchState": {
1309+
"description": "Output only. The current launch state of the MCP tool.",
1310+
"enum": [
1311+
"LAUNCH_STATE_UNSPECIFIED",
1312+
"LAUNCH_STATE_DEVELOPMENT",
1313+
"LAUNCH_STATE_PRODUCTION_PREVIEW",
1314+
"LAUNCH_STATE_GENERAL_AVAILABILITY"
1315+
],
1316+
"enumDescriptions": [
1317+
"The default value. This value is unused.",
1318+
"The tool is currently in development.",
1319+
"The tool is in production preview.",
1320+
"The tool is generally available."
1321+
],
1322+
"readOnly": true,
1323+
"type": "string"
1324+
}
1325+
},
1326+
"type": "object"
1327+
},
12531328
"GoogleCloudDatacatalogLineageConfigmanagementV1Config": {
12541329
"description": "Configuration for Data Lineage. Defines different configuration options for Lineage customers to control behaviour of lineage systems.",
12551330
"id": "GoogleCloudDatacatalogLineageConfigmanagementV1Config",
@@ -1322,7 +1397,7 @@
13221397
"id": "GoogleCloudDatacatalogLineageConfigmanagementV1ConfigIngestionIngestionRuleLineageEnablement",
13231398
"properties": {
13241399
"enabled": {
1325-
"description": "Optional. Required. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.",
1400+
"description": "Optional. If true, ingestion of lineage should be enabled. If false, it should be disabled. If unspecified, the system default value is used.",
13261401
"type": "boolean"
13271402
}
13281403
},

discovery/datastore-v1.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
"endpointUrl": "https://datastore.asia-southeast2.rep.googleapis.com/",
6969
"location": "asia-southeast2"
7070
},
71+
{
72+
"description": "Regional Endpoint",
73+
"endpointUrl": "https://datastore.asia-southeast3.rep.googleapis.com/",
74+
"location": "asia-southeast3"
75+
},
7176
{
7277
"description": "Regional Endpoint",
7378
"endpointUrl": "https://datastore.australia-southeast1.rep.googleapis.com/",
@@ -113,6 +118,11 @@
113118
"endpointUrl": "https://datastore.europe-west12.rep.googleapis.com/",
114119
"location": "europe-west12"
115120
},
121+
{
122+
"description": "Regional Endpoint",
123+
"endpointUrl": "https://datastore.europe-west15.rep.googleapis.com/",
124+
"location": "europe-west15"
125+
},
116126
{
117127
"description": "Regional Endpoint",
118128
"endpointUrl": "https://datastore.europe-west2.rep.googleapis.com/",
@@ -278,6 +288,11 @@
278288
"endpointUrl": "https://batch-datastore.asia-southeast2.rep.googleapis.com/",
279289
"location": "asia-southeast2"
280290
},
291+
{
292+
"description": "Regional Endpoint",
293+
"endpointUrl": "https://batch-datastore.asia-southeast3.rep.googleapis.com/",
294+
"location": "asia-southeast3"
295+
},
281296
{
282297
"description": "Regional Endpoint",
283298
"endpointUrl": "https://batch-datastore.australia-southeast1.rep.googleapis.com/",
@@ -323,6 +338,11 @@
323338
"endpointUrl": "https://batch-datastore.europe-west12.rep.googleapis.com/",
324339
"location": "europe-west12"
325340
},
341+
{
342+
"description": "Regional Endpoint",
343+
"endpointUrl": "https://batch-datastore.europe-west15.rep.googleapis.com/",
344+
"location": "europe-west15"
345+
},
326346
{
327347
"description": "Regional Endpoint",
328348
"endpointUrl": "https://batch-datastore.europe-west2.rep.googleapis.com/",
@@ -1101,7 +1121,7 @@
11011121
}
11021122
}
11031123
},
1104-
"revision": "20260105",
1124+
"revision": "20260130",
11051125
"rootUrl": "https://datastore.googleapis.com/",
11061126
"schemas": {
11071127
"Aggregation": {

discovery/datastore-v1beta1.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@
6868
"endpointUrl": "https://datastore.asia-southeast2.rep.googleapis.com/",
6969
"location": "asia-southeast2"
7070
},
71+
{
72+
"description": "Regional Endpoint",
73+
"endpointUrl": "https://datastore.asia-southeast3.rep.googleapis.com/",
74+
"location": "asia-southeast3"
75+
},
7176
{
7277
"description": "Regional Endpoint",
7378
"endpointUrl": "https://datastore.australia-southeast1.rep.googleapis.com/",
@@ -113,6 +118,11 @@
113118
"endpointUrl": "https://datastore.europe-west12.rep.googleapis.com/",
114119
"location": "europe-west12"
115120
},
121+
{
122+
"description": "Regional Endpoint",
123+
"endpointUrl": "https://datastore.europe-west15.rep.googleapis.com/",
124+
"location": "europe-west15"
125+
},
116126
{
117127
"description": "Regional Endpoint",
118128
"endpointUrl": "https://datastore.europe-west2.rep.googleapis.com/",
@@ -278,6 +288,11 @@
278288
"endpointUrl": "https://batch-datastore.asia-southeast2.rep.googleapis.com/",
279289
"location": "asia-southeast2"
280290
},
291+
{
292+
"description": "Regional Endpoint",
293+
"endpointUrl": "https://batch-datastore.asia-southeast3.rep.googleapis.com/",
294+
"location": "asia-southeast3"
295+
},
281296
{
282297
"description": "Regional Endpoint",
283298
"endpointUrl": "https://batch-datastore.australia-southeast1.rep.googleapis.com/",
@@ -323,6 +338,11 @@
323338
"endpointUrl": "https://batch-datastore.europe-west12.rep.googleapis.com/",
324339
"location": "europe-west12"
325340
},
341+
{
342+
"description": "Regional Endpoint",
343+
"endpointUrl": "https://batch-datastore.europe-west15.rep.googleapis.com/",
344+
"location": "europe-west15"
345+
},
326346
{
327347
"description": "Regional Endpoint",
328348
"endpointUrl": "https://batch-datastore.europe-west2.rep.googleapis.com/",
@@ -610,7 +630,7 @@
610630
}
611631
}
612632
},
613-
"revision": "20260105",
633+
"revision": "20260130",
614634
"rootUrl": "https://datastore.googleapis.com/",
615635
"schemas": {
616636
"GoogleDatastoreAdminV1CommonMetadata": {

0 commit comments

Comments
 (0)