Skip to content

Commit 81f0e28

Browse files
feat: regenerate index files
1 parent 5922977 commit 81f0e28

14 files changed

+518
-85
lines changed

disclaimers.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,6 @@
247247
"api": "gkehub",
248248
"package": "@google-cloud/gke-hub"
249249
},
250-
{
251-
"api": "bigquery",
252-
"package": "@google-cloud/bigquery"
253-
},
254250
{
255251
"api": "bigqueryconnection",
256252
"package": "@google-cloud/bigquery-connection"
@@ -323,10 +319,6 @@
323319
"api": "logging",
324320
"package": "@google-cloud/logging"
325321
},
326-
{
327-
"api": "logging",
328-
"package": "@google-cloud/logging-bunyan"
329-
},
330322
{
331323
"api": "logging",
332324
"package": "@google-cloud/logging-winston"
@@ -443,10 +435,6 @@
443435
"api": "policysimulator",
444436
"package": "@google-cloud/policysimulator"
445437
},
446-
{
447-
"api": "cloudprofiler",
448-
"package": "@google-cloud/profiler"
449-
},
450438
{
451439
"api": "pubsub",
452440
"package": "@google-cloud/pubsub"

discovery/adsense-v2.json

Lines changed: 41 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,13 @@
10061006
"CUSTOM_SEARCH_STYLE_NAME",
10071007
"CUSTOM_SEARCH_STYLE_ID",
10081008
"DOMAIN_REGISTRANT",
1009-
"WEBSEARCH_QUERY_STRING"
1009+
"WEBSEARCH_QUERY_STRING",
1010+
"OS_TYPE_NAME",
1011+
"OS_TYPE_CODE",
1012+
"BROWSER_TYPE_NAME",
1013+
"BROWSER_TYPE_CODE",
1014+
"WEBVIEW_TYPE_NAME",
1015+
"WEBVIEW_TYPE_CODE"
10101016
],
10111017
"enumDeprecated": [
10121018
false,
@@ -1059,6 +1065,12 @@
10591065
false,
10601066
false,
10611067
false,
1068+
false,
1069+
false,
1070+
false,
1071+
false,
1072+
false,
1073+
false,
10621074
false
10631075
],
10641076
"enumDescriptions": [
@@ -1112,7 +1124,13 @@
11121124
"Custom search style name.",
11131125
"Custom search style id.",
11141126
"Domain registrants.",
1115-
"Query strings for web searches."
1127+
"Query strings for web searches.",
1128+
"Localized operating system type name (e.g. \"Windows\", \"MacOS\", \"Android\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1129+
"Operating system type code (e.g. \"WINDOWS\", \"MAC\", \"ANDROID\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1130+
"Localized browser type name (e.g. \"Google Chrome\", \"Firefox\", \"Safari\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1131+
"Browser type code (e.g. \"CHROME\", \"FIREFOX\", \"SAFARI\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1132+
"Localized webview type name (e.g. \"Webview (Uncategorized)\", \"Non-webview\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515).",
1133+
"Webview type code (e.g. \"UNCATEGORIZED\", \"NONE\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515)."
11161134
],
11171135
"location": "query",
11181136
"repeated": true,
@@ -1385,7 +1403,13 @@
13851403
"CUSTOM_SEARCH_STYLE_NAME",
13861404
"CUSTOM_SEARCH_STYLE_ID",
13871405
"DOMAIN_REGISTRANT",
1388-
"WEBSEARCH_QUERY_STRING"
1406+
"WEBSEARCH_QUERY_STRING",
1407+
"OS_TYPE_NAME",
1408+
"OS_TYPE_CODE",
1409+
"BROWSER_TYPE_NAME",
1410+
"BROWSER_TYPE_CODE",
1411+
"WEBVIEW_TYPE_NAME",
1412+
"WEBVIEW_TYPE_CODE"
13891413
],
13901414
"enumDeprecated": [
13911415
false,
@@ -1438,6 +1462,12 @@
14381462
false,
14391463
false,
14401464
false,
1465+
false,
1466+
false,
1467+
false,
1468+
false,
1469+
false,
1470+
false,
14411471
false
14421472
],
14431473
"enumDescriptions": [
@@ -1491,7 +1521,13 @@
14911521
"Custom search style name.",
14921522
"Custom search style id.",
14931523
"Domain registrants.",
1494-
"Query strings for web searches."
1524+
"Query strings for web searches.",
1525+
"Localized operating system type name (e.g. \"Windows\", \"MacOS\", \"Android\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1526+
"Operating system type code (e.g. \"WINDOWS\", \"MAC\", \"ANDROID\"). For more information, see [Operating system breakdown](https://support.google.com/adsense/answer/16853822).",
1527+
"Localized browser type name (e.g. \"Google Chrome\", \"Firefox\", \"Safari\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1528+
"Browser type code (e.g. \"CHROME\", \"FIREFOX\", \"SAFARI\"). For more information, see [Browser breakdown](https://support.google.com/adsense/answer/16851903).",
1529+
"Localized webview type name (e.g. \"Webview (Uncategorized)\", \"Non-webview\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515).",
1530+
"Webview type code (e.g. \"UNCATEGORIZED\", \"NONE\"). For more information, see [Hosting App breakdown](https://support.google.com/adsense/answer/16853515)."
14951531
],
14961532
"location": "query",
14971533
"repeated": true,
@@ -2030,7 +2066,7 @@
20302066
}
20312067
}
20322068
},
2033-
"revision": "20251002",
2069+
"revision": "20260209",
20342070
"rootUrl": "https://adsense.googleapis.com/",
20352071
"schemas": {
20362072
"Account": {

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/baremetalsolution-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
]
135135
},
136136
"list": {
137-
"description": "Lists information about the supported locations for this service.",
137+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
138138
"flatPath": "v2/projects/{projectsId}/locations",
139139
"httpMethod": "GET",
140140
"id": "baremetalsolution.projects.locations.list",
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20260112",
1731+
"revision": "20260128",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {

discovery/clouderrorreporting-v1beta1.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
"description": "Groups and counts similar errors from cloud services and applications, reports new errors, and provides access to error groups and their associated errors. ",
1616
"discoveryVersion": "v1",
1717
"documentationLink": "https://cloud.google.com/error-reporting/",
18+
"endpoints": [
19+
{
20+
"description": "Regional Endpoint",
21+
"endpointUrl": "https://clouderrorreporting.us.rep.googleapis.com/",
22+
"location": "us"
23+
}
24+
],
1825
"fullyEncodeReservedExpansion": true,
1926
"icons": {
2027
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -728,7 +735,7 @@
728735
}
729736
}
730737
},
731-
"revision": "20240705",
738+
"revision": "20260206",
732739
"rootUrl": "https://clouderrorreporting.googleapis.com/",
733740
"schemas": {
734741
"DeleteEventsResponse": {

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

0 commit comments

Comments
 (0)