Skip to content

Commit 69a5677

Browse files
yoshi-code-botamanda-tarafa
authored andcommitted
feat: Update Compute Engine v1beta API to revision 20250909
1 parent 374928c commit 69a5677

File tree

4 files changed

+36
-7
lines changed

4 files changed

+36
-7
lines changed

google/cloud/compute/v1beta/compute.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"converterVersion": "",
3-
"updateTime": "2025-09-11T08:32:16Z",
3+
"updateTime": "2025-09-26T08:32:30Z",
44
"apiVersion": "v1beta",
5-
"discoveryRevision": "20250902",
5+
"discoveryRevision": "20250909",
66
"inlineSchemas": [
77
{
88
"schema": "7db34f55",

google/cloud/compute/v1beta/compute.proto

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
// Generated by the disco-to-proto3-converter. DO NOT EDIT!
1616
// Source Discovery file: compute.v1beta.json
17-
// Source file revision: 20250902
17+
// Source file revision: 20250909
1818
// API name: compute
1919
// API version: v1beta
2020

@@ -19905,6 +19905,9 @@ message InterconnectLocation {
1990519905
// [Output Only] Server-defined URL for the resource.
1990619906
optional string self_link = 456214797;
1990719907

19908+
// [Output Only] URLs of the other locations that can pair up with this location to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are Single-Region 99.99% peer locations of each other.
19909+
repeated string single_region_production_critical_peer_locations = 439537103;
19910+
1990819911
// [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
1990919912
// Check the Status enum for the list of possible values.
1991019913
optional string status = 181260274;
@@ -28340,6 +28343,9 @@ message PatchOrganizationSecurityPolicyRequest {
2834028343
// The body resource for this request
2834128344
SecurityPolicy security_policy_resource = 216159612 [(google.api.field_behavior) = REQUIRED];
2834228345

28346+
// Indicates fields to be cleared as part of this request.
28347+
optional string update_mask = 500079778;
28348+
2834328349
}
2834428350

2834528351
// A request message for PacketMirrorings.Patch. See the method description for details.
@@ -28957,6 +28963,9 @@ message PatchRuleOrganizationSecurityPolicyRequest {
2895728963
// The body resource for this request
2895828964
SecurityPolicyRule security_policy_rule_resource = 402693443 [(google.api.field_behavior) = REQUIRED];
2895928965

28966+
// Indicates fields to be cleared as part of this request.
28967+
optional string update_mask = 500079778;
28968+
2896028969
}
2896128970

2896228971
// A request message for RegionNetworkFirewallPolicies.PatchRule. See the method description for details.
@@ -50090,7 +50099,7 @@ service Projects {
5009050099
option (google.api.method_signature) = "project,projects_list_xpn_hosts_request_resource";
5009150100
}
5009250101

50093-
// Moves a persistent disk from one zone to another.
50102+
// Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different region or zone, follow the steps in [Change the location of a disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API responses will include a warning message in the response body about the upcoming deprecation. You can skip the message to continue using the service without interruption.
5009450103
rpc MoveDisk(MoveDiskProjectRequest) returns (Operation) {
5009550104
option (google.api.http) = {
5009650105
body: "disk_move_request_resource"

google/cloud/compute/v1beta/compute.v1beta.json

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22201,6 +22201,12 @@
2220122201
"pattern": "(securityPolicies/)?[0-9]{0,20}",
2220222202
"required": true,
2220322203
"type": "string"
22204+
},
22205+
"updateMask": {
22206+
"description": "Indicates fields to be cleared as part of this request.",
22207+
"format": "google-fieldmask",
22208+
"location": "query",
22209+
"type": "string"
2220422210
}
2220522211
},
2220622212
"path": "locations/global/securityPolicies/{securityPolicy}",
@@ -22241,6 +22247,12 @@
2224122247
"pattern": "(securityPolicies/)?[0-9]{0,20}",
2224222248
"required": true,
2224322249
"type": "string"
22250+
},
22251+
"updateMask": {
22252+
"description": "Indicates fields to be cleared as part of this request.",
22253+
"format": "google-fieldmask",
22254+
"location": "query",
22255+
"type": "string"
2224422256
}
2224522257
},
2224622258
"path": "locations/global/securityPolicies/{securityPolicy}/patchRule",
@@ -23124,7 +23136,8 @@
2312423136
]
2312523137
},
2312623138
"moveDisk": {
23127-
"description": "Moves a persistent disk from one zone to another.",
23139+
"deprecated": true,
23140+
"description": "Starting September 29, 2025, you can't use the moveDisk API on new projects. To move a disk to a different region or zone, follow the steps in [Change the location of a disk](https://{$universe.dns_names.final_documentation_domain}/compute/docs/disks/migrate-to-hyperdisk#migrate-to-hd). Projects that already use the moveDisk API can continue usage until September 29, 2026. Starting November 1, 2025, API responses will include a warning message in the response body about the upcoming deprecation. You can skip the message to continue using the service without interruption.",
2312823141
"flatPath": "projects/{project}/moveDisk",
2312923142
"httpMethod": "POST",
2313023143
"id": "compute.projects.moveDisk",
@@ -45753,7 +45766,7 @@
4575345766
}
4575445767
}
4575545768
},
45756-
"revision": "20250902",
45769+
"revision": "20250909",
4575745770
"rootUrl": "https://compute.googleapis.com/",
4575845771
"schemas": {
4575945772
"AWSV4Signature": {
@@ -68795,6 +68808,13 @@
6879568808
"description": "[Output Only] Server-defined URL for the resource.",
6879668809
"type": "string"
6879768810
},
68811+
"singleRegionProductionCriticalPeerLocations": {
68812+
"description": "[Output Only] URLs of the other locations that can pair up with this location to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are Single-Region 99.99% peer locations of each other.",
68813+
"items": {
68814+
"type": "string"
68815+
},
68816+
"type": "array"
68817+
},
6879868818
"status": {
6879968819
"description": "[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects. ",
6880068820
"enum": [

google/cloud/compute/v1beta/compute_gapic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Generated by the disco-to-proto3-converter. DO NOT EDIT!
1616
# Source Discovery file: compute.v1beta.json
17-
# Source file revision: 20250902
17+
# Source file revision: 20250909
1818
# API name: compute
1919
# API version: v1beta
2020

0 commit comments

Comments
 (0)