Skip to content

Commit a087e0c

Browse files
feat: Automated regeneration of vmmigration v1alpha1 client (googleapis#21890)
Auto-created at 2025-02-26 21:34:19 +0000 using the toys pull request generator.
1 parent 00a61b9 commit a087e0c

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

generated/google-apis-vmmigration_v1alpha1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-vmmigration_v1alpha1
22

3+
### v0.53.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250213
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.52.0 (2024-12-02)
49

510
* Regenerated from discovery document revision 20241114

generated/google-apis-vmmigration_v1alpha1/lib/google/apis/vmmigration_v1alpha1/classes.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def update!(**args)
149149
end
150150
end
151151

152-
# Holds informatiom about the available versions for upgrade.
152+
# Holds information about the available versions for upgrade.
153153
class AvailableUpdates
154154
include Google::Apis::Core::Hashable
155155

@@ -1486,7 +1486,7 @@ def update!(**args)
14861486
end
14871487

14881488
# CutoverJob message describes a cutover of a migrating VM. The CutoverJob is
1489-
# the operation of shutting down the VM, creating a snapshot and clonning the VM
1489+
# the operation of shutting down the VM, creating a snapshot and cloning the VM
14901490
# using the replicated snapshot.
14911491
class CutoverJob
14921492
include Google::Apis::Core::Hashable
@@ -1728,7 +1728,7 @@ class DatacenterConnector
17281728
# @return [String]
17291729
attr_accessor :appliance_software_version
17301730

1731-
# Holds informatiom about the available versions for upgrade.
1731+
# Holds information about the available versions for upgrade.
17321732
# Corresponds to the JSON property `availableVersions`
17331733
# @return [Google::Apis::VmmigrationV1alpha1::AvailableUpdates]
17341734
attr_accessor :available_versions

generated/google-apis-vmmigration_v1alpha1/lib/google/apis/vmmigration_v1alpha1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module VmmigrationV1alpha1
1818
# Version of the google-apis-vmmigration_v1alpha1 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241114"
25+
REVISION = "20250213"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)