Skip to content

Commit c8bc10f

Browse files
feat: Automated regeneration of VMMigration client (googleapis#12995)
Auto-created at 2025-02-20 13:12:54 +0000 using the toys pull request generator.
1 parent ca4bfaa commit c8bc10f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/vm_migration/lib/google_api/vm_migration/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.VMMigration.V1 do
2020
API client metadata for GoogleApi.VMMigration.V1.
2121
"""
2222

23-
@discovery_revision "20241114"
23+
@discovery_revision "20250213"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/vm_migration/lib/google_api/vm_migration/v1/model/available_updates.ex

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

1818
defmodule GoogleApi.VMMigration.V1.Model.AvailableUpdates do
1919
@moduledoc """
20-
Holds informatiom about the available versions for upgrade.
20+
Holds information about the available versions for upgrade.
2121
2222
## Attributes
2323

clients/vm_migration/lib/google_api/vm_migration/v1/model/cutover_job.ex

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

1818
defmodule GoogleApi.VMMigration.V1.Model.CutoverJob do
1919
@moduledoc """
20-
CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and clonning the VM using the replicated snapshot.
20+
CutoverJob message describes a cutover of a migrating VM. The CutoverJob is the operation of shutting down the VM, creating a snapshot and cloning the VM using the replicated snapshot.
2121
2222
## Attributes
2323

clients/vm_migration/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.VMMigration.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.10.1"
21+
@version "0.10.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)