|
14 | 14 |
|
15 | 15 | // Generated by the disco-to-proto3-converter. DO NOT EDIT! |
16 | 16 | // Source Discovery file: compute.v1beta.json |
17 | | -// Source file revision: 20250902 |
| 17 | +// Source file revision: 20250909 |
18 | 18 | // API name: compute |
19 | 19 | // API version: v1beta |
20 | 20 |
|
@@ -19905,6 +19905,9 @@ message InterconnectLocation { |
19905 | 19905 | // [Output Only] Server-defined URL for the resource. |
19906 | 19906 | optional string self_link = 456214797; |
19907 | 19907 |
|
| 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 | + |
19908 | 19911 | // [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. |
19909 | 19912 | // Check the Status enum for the list of possible values. |
19910 | 19913 | optional string status = 181260274; |
@@ -28340,6 +28343,9 @@ message PatchOrganizationSecurityPolicyRequest { |
28340 | 28343 | // The body resource for this request |
28341 | 28344 | SecurityPolicy security_policy_resource = 216159612 [(google.api.field_behavior) = REQUIRED]; |
28342 | 28345 |
|
| 28346 | + // Indicates fields to be cleared as part of this request. |
| 28347 | + optional string update_mask = 500079778; |
| 28348 | + |
28343 | 28349 | } |
28344 | 28350 |
|
28345 | 28351 | // A request message for PacketMirrorings.Patch. See the method description for details. |
@@ -28957,6 +28963,9 @@ message PatchRuleOrganizationSecurityPolicyRequest { |
28957 | 28963 | // The body resource for this request |
28958 | 28964 | SecurityPolicyRule security_policy_rule_resource = 402693443 [(google.api.field_behavior) = REQUIRED]; |
28959 | 28965 |
|
| 28966 | + // Indicates fields to be cleared as part of this request. |
| 28967 | + optional string update_mask = 500079778; |
| 28968 | + |
28960 | 28969 | } |
28961 | 28970 |
|
28962 | 28971 | // A request message for RegionNetworkFirewallPolicies.PatchRule. See the method description for details. |
@@ -50090,7 +50099,7 @@ service Projects { |
50090 | 50099 | option (google.api.method_signature) = "project,projects_list_xpn_hosts_request_resource"; |
50091 | 50100 | } |
50092 | 50101 |
|
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. |
50094 | 50103 | rpc MoveDisk(MoveDiskProjectRequest) returns (Operation) { |
50095 | 50104 | option (google.api.http) = { |
50096 | 50105 | body: "disk_move_request_resource" |
|
0 commit comments