Skip to content

Commit 4c0fb49

Browse files
feat: [Compute] Update Compute Engine v1 API to revision 20250909 (#8623)
* feat: Update Compute Engine v1 API to revision 20250909 Source-Link: googleapis/googleapis@31b413b Source-Link: googleapis/googleapis-gen@8481017 Copy-Tag: eyJwIjoiQ29tcHV0ZS8uT3dsQm90LnlhbWwiLCJoIjoiODQ4MTAxNzZhNzEwZjZkZWJjN2M3ZmE0MWViZTJmNzcxMzUxYjFlMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7874b57 commit 4c0fb49

15 files changed

Lines changed: 853 additions & 2 deletions

Compute/metadata/V1/Compute.php

1.48 KB
Binary file not shown.

Compute/samples/V1/ProjectsClient/move_disk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use Google\Rpc\Status;
3232

3333
/**
34-
* Moves a persistent disk from one zone to another.
34+
* 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.
3535
*
3636
* @param string $project Project ID for this request.
3737
*/

Compute/src/V1/Client/ProjectsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ public function listXpnHosts(ListXpnHostsProjectsRequest $request, array $callOp
498498
}
499499

500500
/**
501-
* Moves a persistent disk from one zone to another.
501+
* 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.
502502
*
503503
* The async variant is {@see ProjectsClient::moveDiskAsync()} .
504504
*

Compute/src/V1/GetSubnetworkRequest.php

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

Compute/src/V1/GetSubnetworkRequest/Views.php

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

Compute/src/V1/InterconnectLocation.php

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

Compute/src/V1/InterconnectRemoteLocation.php

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

Compute/src/V1/ListSubnetworksRequest.php

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

0 commit comments

Comments
 (0)