Skip to content

Commit 4c77865

Browse files
feat(all): auto-regenerate discovery clients (#3596)
1 parent 13e1ad2 commit 4c77865

12 files changed

Lines changed: 2496 additions & 46 deletions

File tree

apigee/v1/apigee-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11964,7 +11964,7 @@
1196411964
}
1196511965
}
1196611966
},
11967-
"revision": "20260430",
11967+
"revision": "20260511",
1196811968
"rootUrl": "https://apigee.googleapis.com/",
1196911969
"schemas": {
1197011970
"EdgeConfigstoreBundleBadBundle": {
@@ -12781,6 +12781,11 @@
1278112781
"format": "int64",
1278212782
"type": "string"
1278312783
},
12784+
"mcp": {
12785+
"description": "Output only. Whether this proxy revision is detected as an MCP (Model Context Protocol) proxy. A proxy revision is identified as MCP if it has a proxy endpoint with the `/mcp` base path that routes to the MCP target URL.",
12786+
"readOnly": true,
12787+
"type": "boolean"
12788+
},
1278412789
"name": {
1278512790
"description": "Name of the API proxy.",
1278612791
"type": "string"

apigee/v1/apigee-gen.go

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

cloudkms/v1/cloudkms-api.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@
9191
},
9292
{
9393
"description": "Regional Endpoint",
94-
"endpointUrl": "https://cloudkms.northamerica-northeast1.rep.googleapis.com/",
95-
"location": "northamerica-northeast1"
94+
"endpointUrl": "https://cloudkms.europe-west3.rep.googleapis.com/",
95+
"location": "europe-west3"
9696
},
9797
{
9898
"description": "Regional Endpoint",
99-
"endpointUrl": "https://cloudkms.northamerica-northeast2.rep.googleapis.com/",
100-
"location": "northamerica-northeast2"
99+
"endpointUrl": "https://cloudkms.us-west8.rep.googleapis.com/",
100+
"location": "us-west8"
101101
},
102102
{
103103
"description": "Regional Endpoint",
104-
"endpointUrl": "https://cloudkms.europe-west3.rep.googleapis.com/",
105-
"location": "europe-west3"
104+
"endpointUrl": "https://cloudkms.northamerica-northeast1.rep.googleapis.com/",
105+
"location": "northamerica-northeast1"
106106
},
107107
{
108108
"description": "Regional Endpoint",
109-
"endpointUrl": "https://cloudkms.us-west8.rep.googleapis.com/",
110-
"location": "us-west8"
109+
"endpointUrl": "https://cloudkms.northamerica-northeast2.rep.googleapis.com/",
110+
"location": "northamerica-northeast2"
111111
},
112112
{
113113
"description": "Regional Endpoint",
@@ -2948,7 +2948,7 @@
29482948
}
29492949
}
29502950
},
2951-
"revision": "20260423",
2951+
"revision": "20260506",
29522952
"rootUrl": "https://cloudkms.googleapis.com/",
29532953
"schemas": {
29542954
"AddQuorumMember": {

0 commit comments

Comments
 (0)