Skip to content

Commit a9f7da0

Browse files
feat: Update Compute Engine v1 API to revision 20250511 (#1047)
Note that this contains an intended breaking change to MachineType.scratchDisks. Googlers: see cl/751378213 and b/416655944
1 parent 5e49af8 commit a9f7da0

5 files changed

Lines changed: 4270 additions & 306 deletions

File tree

google/cloud/compute/v1/compute.config.json

Lines changed: 170 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"converterVersion": "",
3-
"updateTime": "2025-04-16T16:32:10Z",
3+
"updateTime": "2025-06-03T08:33:07Z",
44
"apiVersion": "v1",
5-
"discoveryRevision": "20250415",
5+
"discoveryRevision": "20250511",
66
"inlineSchemas": [
77
{
88
"schema": "7db34f55",
@@ -19,10 +19,12 @@
1919
"schemas.AcceleratorTypesScopedList.warning.data.data",
2020
"schemas.DiskTypesScopedList.warning.data.data",
2121
"schemas.SubnetworksScopedList.warning.data.data",
22+
"schemas.InterconnectAttachmentGroupsListResponse.warning.data.data",
2223
"schemas.InstantSnapshotList.warning.data.data",
2324
"schemas.VpnTunnelList.warning.data.data",
2425
"schemas.BackendServicesScopedList.warning.data.data",
2526
"schemas.PacketMirroringAggregatedList.warning.data.data",
27+
"schemas.InterconnectGroupsListResponse.warning.data.data",
2628
"schemas.PublicDelegatedPrefixList.warning.data.data",
2729
"schemas.CommitmentsScopedList.warning.data.data",
2830
"schemas.HttpHealthCheckList.warning.data.data",
@@ -177,6 +179,7 @@
177179
"schemas.BackendServiceList.warning.data.data",
178180
"schemas.TargetHttpsProxyList.warning.data.data",
179181
"schemas.InstanceTemplateAggregatedList.warning.data.data",
182+
"schemas.SubnetworksScopedWarning.warning.data.data",
180183
"schemas.ImageList.warning.data.data",
181184
"schemas.PublicDelegatedPrefixAggregatedList.warning.data.data",
182185
"schemas.NotificationEndpointList.warning.data.data",
@@ -230,6 +233,7 @@
230233
"schemas.InstanceGroupManagerResizeRequestsListResponse.warning",
231234
"schemas.TargetSslProxyList.warning",
232235
"schemas.StoragePoolList.warning",
236+
"schemas.SubnetworksScopedWarning.warning",
233237
"schemas.NotificationEndpointList.warning",
234238
"schemas.SubnetworkList.warning",
235239
"schemas.DiskTypesScopedList.warning",
@@ -350,6 +354,7 @@
350354
"schemas.InstanceGroupManagerAggregatedList.warning",
351355
"schemas.NetworkAttachmentsScopedList.warning",
352356
"schemas.FirewallPolicyList.warning",
357+
"schemas.InterconnectAttachmentGroupsListResponse.warning",
353358
"schemas.DiskTypeAggregatedList.warning",
354359
"schemas.RegionInstanceGroupsListInstances.warning",
355360
"schemas.InterconnectList.warning",
@@ -370,7 +375,8 @@
370375
"schemas.ReservationAggregatedList.warning",
371376
"schemas.NetworkEndpointGroupList.warning",
372377
"schemas.HttpHealthCheckList.warning",
373-
"schemas.ReservationsScopedList.warning"
378+
"schemas.ReservationsScopedList.warning",
379+
"schemas.InterconnectGroupsListResponse.warning"
374380
]
375381
}
376382
},
@@ -1112,6 +1118,14 @@
11121118
]
11131119
}
11141120
},
1121+
{
1122+
"schema": "a3e818f7",
1123+
"locations": {
1124+
"CreateMembersInterconnectGroupRequest": [
1125+
"resources.interconnectGroups.createMembers._request"
1126+
]
1127+
}
1128+
},
11151129
{
11161130
"schema": "98f1b53e",
11171131
"locations": {
@@ -1352,6 +1366,14 @@
13521366
]
13531367
}
13541368
},
1369+
{
1370+
"schema": "218e28c",
1371+
"locations": {
1372+
"DeleteInterconnectAttachmentGroupRequest": [
1373+
"resources.interconnectAttachmentGroups.delete._request"
1374+
]
1375+
}
1376+
},
13551377
{
13561378
"schema": "bc6611fd",
13571379
"locations": {
@@ -1360,6 +1382,14 @@
13601382
]
13611383
}
13621384
},
1385+
{
1386+
"schema": "647ac0af",
1387+
"locations": {
1388+
"DeleteInterconnectGroupRequest": [
1389+
"resources.interconnectGroups.delete._request"
1390+
]
1391+
}
1392+
},
13631393
{
13641394
"schema": "7044a9fa",
13651395
"locations": {
@@ -2256,6 +2286,22 @@
22562286
]
22572287
}
22582288
},
2289+
{
2290+
"schema": "c2649c92",
2291+
"locations": {
2292+
"GetIamPolicyInterconnectAttachmentGroupRequest": [
2293+
"resources.interconnectAttachmentGroups.getIamPolicy._request"
2294+
]
2295+
}
2296+
},
2297+
{
2298+
"schema": "fae21475",
2299+
"locations": {
2300+
"GetIamPolicyInterconnectGroupRequest": [
2301+
"resources.interconnectGroups.getIamPolicy._request"
2302+
]
2303+
}
2304+
},
22592305
{
22602306
"schema": "5516f165",
22612307
"locations": {
@@ -2456,6 +2502,14 @@
24562502
]
24572503
}
24582504
},
2505+
{
2506+
"schema": "853388d3",
2507+
"locations": {
2508+
"GetInterconnectAttachmentGroupRequest": [
2509+
"resources.interconnectAttachmentGroups.get._request"
2510+
]
2511+
}
2512+
},
24592513
{
24602514
"schema": "c05cf702",
24612515
"locations": {
@@ -2464,6 +2518,14 @@
24642518
]
24652519
}
24662520
},
2521+
{
2522+
"schema": "bbcc1590",
2523+
"locations": {
2524+
"GetInterconnectGroupRequest": [
2525+
"resources.interconnectGroups.get._request"
2526+
]
2527+
}
2528+
},
24672529
{
24682530
"schema": "a7f45670",
24692531
"locations": {
@@ -2616,6 +2678,22 @@
26162678
]
26172679
}
26182680
},
2681+
{
2682+
"schema": "e091a70f",
2683+
"locations": {
2684+
"GetOperationalStatusInterconnectAttachmentGroupRequest": [
2685+
"resources.interconnectAttachmentGroups.getOperationalStatus._request"
2686+
]
2687+
}
2688+
},
2689+
{
2690+
"schema": "94568bf2",
2691+
"locations": {
2692+
"GetOperationalStatusInterconnectGroupRequest": [
2693+
"resources.interconnectGroups.getOperationalStatus._request"
2694+
]
2695+
}
2696+
},
26192697
{
26202698
"schema": "2f527406",
26212699
"locations": {
@@ -3328,6 +3406,14 @@
33283406
]
33293407
}
33303408
},
3409+
{
3410+
"schema": "b231f9a",
3411+
"locations": {
3412+
"InsertInterconnectAttachmentGroupRequest": [
3413+
"resources.interconnectAttachmentGroups.insert._request"
3414+
]
3415+
}
3416+
},
33313417
{
33323418
"schema": "c5704f0b",
33333419
"locations": {
@@ -3336,6 +3422,14 @@
33363422
]
33373423
}
33383424
},
3425+
{
3426+
"schema": "6d84fdbd",
3427+
"locations": {
3428+
"InsertInterconnectGroupRequest": [
3429+
"resources.interconnectGroups.insert._request"
3430+
]
3431+
}
3432+
},
33393433
{
33403434
"schema": "794ee708",
33413435
"locations": {
@@ -4056,6 +4150,14 @@
40564150
]
40574151
}
40584152
},
4153+
{
4154+
"schema": "79ff79ff",
4155+
"locations": {
4156+
"ListInterconnectAttachmentGroupsRequest": [
4157+
"resources.interconnectAttachmentGroups.list._request"
4158+
]
4159+
}
4160+
},
40594161
{
40604162
"schema": "a403d1b0",
40614163
"locations": {
@@ -4064,6 +4166,14 @@
40644166
]
40654167
}
40664168
},
4169+
{
4170+
"schema": "167884e2",
4171+
"locations": {
4172+
"ListInterconnectGroupsRequest": [
4173+
"resources.interconnectGroups.list._request"
4174+
]
4175+
}
4176+
},
40674177
{
40684178
"schema": "af586002",
40694179
"locations": {
@@ -4872,6 +4982,14 @@
48724982
]
48734983
}
48744984
},
4985+
{
4986+
"schema": "1ee41645",
4987+
"locations": {
4988+
"PatchInterconnectAttachmentGroupRequest": [
4989+
"resources.interconnectAttachmentGroups.patch._request"
4990+
]
4991+
}
4992+
},
48754993
{
48764994
"schema": "356ab4b4",
48774995
"locations": {
@@ -4880,6 +4998,14 @@
48804998
]
48814999
}
48825000
},
5001+
{
5002+
"schema": "118c67c2",
5003+
"locations": {
5004+
"PatchInterconnectGroupRequest": [
5005+
"resources.interconnectGroups.patch._request"
5006+
]
5007+
}
5008+
},
48835009
{
48845010
"schema": "858aa917",
48855011
"locations": {
@@ -5648,6 +5774,22 @@
56485774
]
56495775
}
56505776
},
5777+
{
5778+
"schema": "1eb85d06",
5779+
"locations": {
5780+
"SetIamPolicyInterconnectAttachmentGroupRequest": [
5781+
"resources.interconnectAttachmentGroups.setIamPolicy._request"
5782+
]
5783+
}
5784+
},
5785+
{
5786+
"schema": "5735d4e9",
5787+
"locations": {
5788+
"SetIamPolicyInterconnectGroupRequest": [
5789+
"resources.interconnectGroups.setIamPolicy._request"
5790+
]
5791+
}
5792+
},
56515793
{
56525794
"schema": "b16ab1d9",
56535795
"locations": {
@@ -6456,6 +6598,22 @@
64566598
]
64576599
}
64586600
},
6601+
{
6602+
"schema": "22714a02",
6603+
"locations": {
6604+
"TestIamPermissionsInterconnectAttachmentGroupRequest": [
6605+
"resources.interconnectAttachmentGroups.testIamPermissions._request"
6606+
]
6607+
}
6608+
},
6609+
{
6610+
"schema": "36e00ba5",
6611+
"locations": {
6612+
"TestIamPermissionsInterconnectGroupRequest": [
6613+
"resources.interconnectGroups.testIamPermissions._request"
6614+
]
6615+
}
6616+
},
64596617
{
64606618
"schema": "3b29b922",
64616619
"locations": {
@@ -6688,6 +6846,14 @@
66886846
]
66896847
}
66906848
},
6849+
{
6850+
"schema": "68adc4bd",
6851+
"locations": {
6852+
"UpdateLicenseRequest": [
6853+
"resources.licenses.update._request"
6854+
]
6855+
}
6856+
},
66916857
{
66926858
"schema": "c2f5046a",
66936859
"locations": {
@@ -6873,4 +7039,4 @@
68737039
}
68747040
}
68757041
]
6876-
}
7042+
}

0 commit comments

Comments
 (0)