Skip to content

Commit 77a80ef

Browse files
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - schemas.AvailableUpdates.description - schemas.CutoverJob.description #### vmmigration:v1 The following keys were changed: - schemas.AvailableUpdates.description - schemas.CutoverJob.description
1 parent b2790e8 commit 77a80ef

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

discovery/vmmigration-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20250116",
2223+
"revision": "20250213",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {
@@ -2310,7 +2310,7 @@
23102310
"type": "object"
23112311
},
23122312
"AvailableUpdates": {
2313-
"description": "Holds informatiom about the available versions for upgrade.",
2313+
"description": "Holds information about the available versions for upgrade.",
23142314
"id": "AvailableUpdates",
23152315
"properties": {
23162316
"inPlaceUpdate": {
@@ -3514,7 +3514,7 @@
35143514
"type": "object"
35153515
},
35163516
"CutoverJob": {
3517-
"description": "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.",
3517+
"description": "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.",
35183518
"id": "CutoverJob",
35193519
"properties": {
35203520
"computeEngineDisksTargetDetails": {

discovery/vmmigration-v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20250116",
2223+
"revision": "20250213",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {
@@ -2310,7 +2310,7 @@
23102310
"type": "object"
23112311
},
23122312
"AvailableUpdates": {
2313-
"description": "Holds informatiom about the available versions for upgrade.",
2313+
"description": "Holds information about the available versions for upgrade.",
23142314
"id": "AvailableUpdates",
23152315
"properties": {
23162316
"inPlaceUpdate": {
@@ -3530,7 +3530,7 @@
35303530
"type": "object"
35313531
},
35323532
"CutoverJob": {
3533-
"description": "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.",
3533+
"description": "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.",
35343534
"id": "CutoverJob",
35353535
"properties": {
35363536
"computeEngineDisksTargetDetails": {

src/apis/vmmigration/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export namespace vmmigration_v1 {
189189
type?: string | null;
190190
}
191191
/**
192-
* Holds informatiom about the available versions for upgrade.
192+
* Holds information about the available versions for upgrade.
193193
*/
194194
export interface Schema$AvailableUpdates {
195195
/**
@@ -911,7 +911,7 @@ export namespace vmmigration_v1 {
911911
estimatedCutoverJobDuration?: string | null;
912912
}
913913
/**
914-
* 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.
914+
* 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.
915915
*/
916916
export interface Schema$CutoverJob {
917917
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export namespace vmmigration_v1alpha1 {
189189
type?: string | null;
190190
}
191191
/**
192-
* Holds informatiom about the available versions for upgrade.
192+
* Holds information about the available versions for upgrade.
193193
*/
194194
export interface Schema$AvailableUpdates {
195195
/**
@@ -920,7 +920,7 @@ export namespace vmmigration_v1alpha1 {
920920
estimatedCutoverJobDuration?: string | null;
921921
}
922922
/**
923-
* 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.
923+
* 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.
924924
*/
925925
export interface Schema$CutoverJob {
926926
/**

0 commit comments

Comments
 (0)