Skip to content

Commit f2d3a2d

Browse files
feat: regenerate index files
1 parent 1710743 commit f2d3a2d

File tree

7 files changed

+192
-10
lines changed

7 files changed

+192
-10
lines changed

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/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": {

discovery/datastore-v1beta3.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/",
@@ -778,7 +798,7 @@
778798
}
779799
}
780800
},
781-
"revision": "20260105",
801+
"revision": "20260130",
782802
"rootUrl": "https://datastore.googleapis.com/",
783803
"schemas": {
784804
"Aggregation": {

discovery/index.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,6 +1200,36 @@
12001200
"title": "Certificate Manager API",
12011201
"version": "v1"
12021202
},
1203+
{
1204+
"description": "",
1205+
"discoveryRestUrl": "https://ces.googleapis.com/$discovery/rest?version=v1beta",
1206+
"documentationLink": "https://cloud.google.com/customer-engagement-ai/conversational-agents/ps/reference",
1207+
"icons": {
1208+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1209+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1210+
},
1211+
"id": "ces:v1beta",
1212+
"kind": "discovery#directoryItem",
1213+
"name": "ces",
1214+
"preferred": false,
1215+
"title": "Gemini Enterprise for Customer Experience API",
1216+
"version": "v1beta"
1217+
},
1218+
{
1219+
"description": "",
1220+
"discoveryRestUrl": "https://ces.googleapis.com/$discovery/rest?version=v1",
1221+
"documentationLink": "https://cloud.google.com/customer-engagement-ai/conversational-agents/ps/reference",
1222+
"icons": {
1223+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
1224+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
1225+
},
1226+
"id": "ces:v1",
1227+
"kind": "discovery#directoryItem",
1228+
"name": "ces",
1229+
"preferred": true,
1230+
"title": "Gemini Enterprise for Customer Experience API",
1231+
"version": "v1"
1232+
},
12031233
{
12041234
"description": "The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.",
12051235
"discoveryRestUrl": "https://chat.googleapis.com/$discovery/rest?version=v1",

src/apis/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ import {
172172
VERSIONS as certificatemanagerVersions,
173173
certificatemanager,
174174
} from './certificatemanager';
175+
import {VERSIONS as cesVersions, ces} from './ces';
175176
import {VERSIONS as chatVersions, chat} from './chat';
176177
import {VERSIONS as checksVersions, checks} from './checks';
177178
import {
@@ -845,6 +846,7 @@ export const APIS: APIList = {
845846
businessprofileperformance: businessprofileperformanceVersions,
846847
calendar: calendarVersions,
847848
certificatemanager: certificatemanagerVersions,
849+
ces: cesVersions,
848850
chat: chatVersions,
849851
checks: checksVersions,
850852
chromemanagement: chromemanagementVersions,
@@ -1169,6 +1171,7 @@ export class GeneratedAPIs {
11691171
businessprofileperformance = businessprofileperformance;
11701172
calendar = calendar;
11711173
certificatemanager = certificatemanager;
1174+
ces = ces;
11721175
chat = chat;
11731176
checks = checks;
11741177
chromemanagement = chromemanagement;

0 commit comments

Comments
 (0)