Skip to content

Commit 040f8aa

Browse files
feat(all): auto-regenerate discovery clients (#3362)
1 parent acdddcd commit 040f8aa

32 files changed

+576
-102
lines changed

apigateway/v1/apigateway-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1094,7 +1094,7 @@
10941094
}
10951095
}
10961096
},
1097-
"revision": "20251001",
1097+
"revision": "20251021",
10981098
"rootUrl": "https://apigateway.googleapis.com/",
10991099
"schemas": {
11001100
"ApigatewayApi": {

apigateway/v1/apigateway-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apigateway/v1beta/apigateway-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1094,7 +1094,7 @@
10941094
}
10951095
}
10961096
},
1097-
"revision": "20251001",
1097+
"revision": "20251021",
10981098
"rootUrl": "https://apigateway.googleapis.com/",
10991099
"schemas": {
11001100
"ApigatewayApi": {

apigateway/v1beta/apigateway-gen.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apphub/v1/apphub-api.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"parameters": {
174174
"extraLocationTypes": {
175-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176176
"location": "query",
177177
"repeated": true,
178178
"type": "string"
@@ -1357,7 +1357,7 @@
13571357
}
13581358
}
13591359
},
1360-
"revision": "20251001",
1360+
"revision": "20251028",
13611361
"rootUrl": "https://apphub.googleapis.com/",
13621362
"schemas": {
13631363
"Application": {
@@ -1681,6 +1681,28 @@
16811681
},
16821682
"type": "object"
16831683
},
1684+
"FunctionalType": {
1685+
"description": "The functional type of a service or workload.",
1686+
"id": "FunctionalType",
1687+
"properties": {
1688+
"type": {
1689+
"description": "Output only. The functional type of a service or workload.",
1690+
"enum": [
1691+
"TYPE_UNSPECIFIED",
1692+
"AGENT",
1693+
"MCP_SERVER"
1694+
],
1695+
"enumDescriptions": [
1696+
"Unspecified type.",
1697+
"Agent type.",
1698+
"MCP Server type."
1699+
],
1700+
"readOnly": true,
1701+
"type": "string"
1702+
}
1703+
},
1704+
"type": "object"
1705+
},
16841706
"ListApplicationsResponse": {
16851707
"description": "Response for ListApplications.",
16861708
"id": "ListApplicationsResponse",
@@ -2223,6 +2245,11 @@
22232245
"description": "Properties of an underlying cloud resource that can comprise a Service.",
22242246
"id": "ServiceProperties",
22252247
"properties": {
2248+
"functionalType": {
2249+
"$ref": "FunctionalType",
2250+
"description": "Output only. The type of the service.",
2251+
"readOnly": true
2252+
},
22262253
"gcpProject": {
22272254
"description": "Output only. The service project identifier that the underlying cloud resource resides in.",
22282255
"readOnly": true,
@@ -2401,6 +2428,11 @@
24012428
"description": "Properties of an underlying compute resource represented by the Workload.",
24022429
"id": "WorkloadProperties",
24032430
"properties": {
2431+
"functionalType": {
2432+
"$ref": "FunctionalType",
2433+
"description": "Output only. The type of the workload.",
2434+
"readOnly": true
2435+
},
24042436
"gcpProject": {
24052437
"description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.",
24062438
"readOnly": true,

apphub/v1/apphub-gen.go

Lines changed: 42 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apphub/v1alpha/apphub-api.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
],
173173
"parameters": {
174174
"extraLocationTypes": {
175-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
175+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
176176
"location": "query",
177177
"repeated": true,
178178
"type": "string"
@@ -1449,7 +1449,7 @@
14491449
}
14501450
}
14511451
},
1452-
"revision": "20251001",
1452+
"revision": "20251028",
14531453
"rootUrl": "https://apphub.googleapis.com/",
14541454
"schemas": {
14551455
"Application": {
@@ -1853,6 +1853,28 @@
18531853
},
18541854
"type": "object"
18551855
},
1856+
"FunctionalType": {
1857+
"description": "The functional type of a service or workload.",
1858+
"id": "FunctionalType",
1859+
"properties": {
1860+
"type": {
1861+
"description": "Output only. The functional type of a service or workload.",
1862+
"enum": [
1863+
"TYPE_UNSPECIFIED",
1864+
"AGENT",
1865+
"MCP_SERVER"
1866+
],
1867+
"enumDescriptions": [
1868+
"Unspecified type.",
1869+
"Agent type.",
1870+
"MCP Server type."
1871+
],
1872+
"readOnly": true,
1873+
"type": "string"
1874+
}
1875+
},
1876+
"type": "object"
1877+
},
18561878
"ListApplicationsResponse": {
18571879
"description": "Response for ListApplications.",
18581880
"id": "ListApplicationsResponse",
@@ -2364,6 +2386,11 @@
23642386
"description": "Properties of an underlying cloud resource that can comprise a Service.",
23652387
"id": "ServiceProperties",
23662388
"properties": {
2389+
"functionalType": {
2390+
"$ref": "FunctionalType",
2391+
"description": "Output only. The type of the service.",
2392+
"readOnly": true
2393+
},
23672394
"gcpProject": {
23682395
"description": "Output only. The service project identifier that the underlying cloud resource resides in.",
23692396
"readOnly": true,
@@ -2547,6 +2574,11 @@
25472574
"description": "Properties of an underlying compute resource represented by the Workload.",
25482575
"id": "WorkloadProperties",
25492576
"properties": {
2577+
"functionalType": {
2578+
"$ref": "FunctionalType",
2579+
"description": "Output only. The type of the workload.",
2580+
"readOnly": true
2581+
},
25502582
"gcpProject": {
25512583
"description": "Output only. The service project identifier that the underlying cloud resource resides in. Empty for non-cloud resources.",
25522584
"readOnly": true,

0 commit comments

Comments
 (0)