@googleapis/vmmigration 18.0.0 → 18.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v1alpha1.ts CHANGED
@@ -1197,7 +1197,12 @@ export namespace vmmigration_v1alpha1 {
1197
1197
  /**
1198
1198
  * Used when the image import is not using OS adaptation process.
1199
1199
  */
1200
- export interface Schema$DataDiskImageImport {}
1200
+ export interface Schema$DataDiskImageImport {
1201
+ /**
1202
+ * Optional. A list of guest OS features to apply to the imported image. These features are flags that are used by Compute Engine to enable certain capabilities for virtual machine instances that are created from the image. This field does not change the OS of the image; it only marks the image with the specified features. The user must ensure that the OS is compatible with the features. For a list of available features, see https://cloud.google.com/compute/docs/images/create-custom#guest-os-features.
1203
+ */
1204
+ guestOsFeatures?: string[] | null;
1205
+ }
1201
1206
  /**
1202
1207
  * A message describing a data disk.
1203
1208
  */
@@ -3401,15 +3406,13 @@ export namespace vmmigration_v1alpha1 {
3401
3406
  }
3402
3407
  }
3403
3408
 
3404
- export interface Params$Resource$Projects$Locations$Get
3405
- extends StandardParameters {
3409
+ export interface Params$Resource$Projects$Locations$Get extends StandardParameters {
3406
3410
  /**
3407
3411
  * Resource name for the location.
3408
3412
  */
3409
3413
  name?: string;
3410
3414
  }
3411
- export interface Params$Resource$Projects$Locations$List
3412
- extends StandardParameters {
3415
+ export interface Params$Resource$Projects$Locations$List extends StandardParameters {
3413
3416
  /**
3414
3417
  * Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
3415
3418
  */
@@ -4480,8 +4483,7 @@ export namespace vmmigration_v1alpha1 {
4480
4483
  }
4481
4484
  }
4482
4485
 
4483
- export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration
4484
- extends StandardParameters {
4486
+ export interface Params$Resource$Projects$Locations$Groups$Addgroupmigration extends StandardParameters {
4485
4487
  /**
4486
4488
  * Required. The full path name of the Group to add to.
4487
4489
  */
@@ -4492,8 +4494,7 @@ export namespace vmmigration_v1alpha1 {
4492
4494
  */
4493
4495
  requestBody?: Schema$AddGroupMigrationRequest;
4494
4496
  }
4495
- export interface Params$Resource$Projects$Locations$Groups$Create
4496
- extends StandardParameters {
4497
+ export interface Params$Resource$Projects$Locations$Groups$Create extends StandardParameters {
4497
4498
  /**
4498
4499
  * Required. The group identifier.
4499
4500
  */
@@ -4512,8 +4513,7 @@ export namespace vmmigration_v1alpha1 {
4512
4513
  */
4513
4514
  requestBody?: Schema$Group;
4514
4515
  }
4515
- export interface Params$Resource$Projects$Locations$Groups$Delete
4516
- extends StandardParameters {
4516
+ export interface Params$Resource$Projects$Locations$Groups$Delete extends StandardParameters {
4517
4517
  /**
4518
4518
  * Required. The Group name.
4519
4519
  */
@@ -4523,15 +4523,13 @@ export namespace vmmigration_v1alpha1 {
4523
4523
  */
4524
4524
  requestId?: string;
4525
4525
  }
4526
- export interface Params$Resource$Projects$Locations$Groups$Get
4527
- extends StandardParameters {
4526
+ export interface Params$Resource$Projects$Locations$Groups$Get extends StandardParameters {
4528
4527
  /**
4529
4528
  * Required. The group name.
4530
4529
  */
4531
4530
  name?: string;
4532
4531
  }
4533
- export interface Params$Resource$Projects$Locations$Groups$List
4534
- extends StandardParameters {
4532
+ export interface Params$Resource$Projects$Locations$Groups$List extends StandardParameters {
4535
4533
  /**
4536
4534
  * Optional. The filter request.
4537
4535
  */
@@ -4553,8 +4551,7 @@ export namespace vmmigration_v1alpha1 {
4553
4551
  */
4554
4552
  parent?: string;
4555
4553
  }
4556
- export interface Params$Resource$Projects$Locations$Groups$Patch
4557
- extends StandardParameters {
4554
+ export interface Params$Resource$Projects$Locations$Groups$Patch extends StandardParameters {
4558
4555
  /**
4559
4556
  * Output only. The Group name.
4560
4557
  */
@@ -4573,8 +4570,7 @@ export namespace vmmigration_v1alpha1 {
4573
4570
  */
4574
4571
  requestBody?: Schema$Group;
4575
4572
  }
4576
- export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration
4577
- extends StandardParameters {
4573
+ export interface Params$Resource$Projects$Locations$Groups$Removegroupmigration extends StandardParameters {
4578
4574
  /**
4579
4575
  * Required. The name of the Group.
4580
4576
  */
@@ -5186,8 +5182,7 @@ export namespace vmmigration_v1alpha1 {
5186
5182
  }
5187
5183
  }
5188
5184
 
5189
- export interface Params$Resource$Projects$Locations$Imageimports$Create
5190
- extends StandardParameters {
5185
+ export interface Params$Resource$Projects$Locations$Imageimports$Create extends StandardParameters {
5191
5186
  /**
5192
5187
  * Required. The image import identifier. This value maximum length is 63 characters, and valid characters are /a-z-/. It must start with an english letter and must not end with a hyphen.
5193
5188
  */
@@ -5206,8 +5201,7 @@ export namespace vmmigration_v1alpha1 {
5206
5201
  */
5207
5202
  requestBody?: Schema$ImageImport;
5208
5203
  }
5209
- export interface Params$Resource$Projects$Locations$Imageimports$Delete
5210
- extends StandardParameters {
5204
+ export interface Params$Resource$Projects$Locations$Imageimports$Delete extends StandardParameters {
5211
5205
  /**
5212
5206
  * Required. The ImageImport name.
5213
5207
  */
@@ -5217,15 +5211,13 @@ export namespace vmmigration_v1alpha1 {
5217
5211
  */
5218
5212
  requestId?: string;
5219
5213
  }
5220
- export interface Params$Resource$Projects$Locations$Imageimports$Get
5221
- extends StandardParameters {
5214
+ export interface Params$Resource$Projects$Locations$Imageimports$Get extends StandardParameters {
5222
5215
  /**
5223
5216
  * Required. The ImageImport name.
5224
5217
  */
5225
5218
  name?: string;
5226
5219
  }
5227
- export interface Params$Resource$Projects$Locations$Imageimports$List
5228
- extends StandardParameters {
5220
+ export interface Params$Resource$Projects$Locations$Imageimports$List extends StandardParameters {
5229
5221
  /**
5230
5222
  * Optional. The filter request (according to AIP-160).
5231
5223
  */
@@ -5704,8 +5696,7 @@ export namespace vmmigration_v1alpha1 {
5704
5696
  }
5705
5697
  }
5706
5698
 
5707
- export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel
5708
- extends StandardParameters {
5699
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel extends StandardParameters {
5709
5700
  /**
5710
5701
  * Required. The image import job id.
5711
5702
  */
@@ -5716,15 +5707,13 @@ export namespace vmmigration_v1alpha1 {
5716
5707
  */
5717
5708
  requestBody?: Schema$CancelImageImportJobRequest;
5718
5709
  }
5719
- export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get
5720
- extends StandardParameters {
5710
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get extends StandardParameters {
5721
5711
  /**
5722
5712
  * Required. The ImageImportJob name.
5723
5713
  */
5724
5714
  name?: string;
5725
5715
  }
5726
- export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List
5727
- extends StandardParameters {
5716
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List extends StandardParameters {
5728
5717
  /**
5729
5718
  * Optional. The filter request (according to AIP-160).
5730
5719
  */
@@ -6314,8 +6303,7 @@ export namespace vmmigration_v1alpha1 {
6314
6303
  }
6315
6304
  }
6316
6305
 
6317
- export interface Params$Resource$Projects$Locations$Operations$Cancel
6318
- extends StandardParameters {
6306
+ export interface Params$Resource$Projects$Locations$Operations$Cancel extends StandardParameters {
6319
6307
  /**
6320
6308
  * The name of the operation resource to be cancelled.
6321
6309
  */
@@ -6326,22 +6314,19 @@ export namespace vmmigration_v1alpha1 {
6326
6314
  */
6327
6315
  requestBody?: Schema$CancelOperationRequest;
6328
6316
  }
6329
- export interface Params$Resource$Projects$Locations$Operations$Delete
6330
- extends StandardParameters {
6317
+ export interface Params$Resource$Projects$Locations$Operations$Delete extends StandardParameters {
6331
6318
  /**
6332
6319
  * The name of the operation resource to be deleted.
6333
6320
  */
6334
6321
  name?: string;
6335
6322
  }
6336
- export interface Params$Resource$Projects$Locations$Operations$Get
6337
- extends StandardParameters {
6323
+ export interface Params$Resource$Projects$Locations$Operations$Get extends StandardParameters {
6338
6324
  /**
6339
6325
  * The name of the operation resource.
6340
6326
  */
6341
6327
  name?: string;
6342
6328
  }
6343
- export interface Params$Resource$Projects$Locations$Operations$List
6344
- extends StandardParameters {
6329
+ export interface Params$Resource$Projects$Locations$Operations$List extends StandardParameters {
6345
6330
  /**
6346
6331
  * The standard list filter.
6347
6332
  */
@@ -7445,8 +7430,7 @@ export namespace vmmigration_v1alpha1 {
7445
7430
  }
7446
7431
  }
7447
7432
 
7448
- export interface Params$Resource$Projects$Locations$Sources$Create
7449
- extends StandardParameters {
7433
+ export interface Params$Resource$Projects$Locations$Sources$Create extends StandardParameters {
7450
7434
  /**
7451
7435
  * Required. The Source's parent.
7452
7436
  */
@@ -7465,8 +7449,7 @@ export namespace vmmigration_v1alpha1 {
7465
7449
  */
7466
7450
  requestBody?: Schema$Source;
7467
7451
  }
7468
- export interface Params$Resource$Projects$Locations$Sources$Delete
7469
- extends StandardParameters {
7452
+ export interface Params$Resource$Projects$Locations$Sources$Delete extends StandardParameters {
7470
7453
  /**
7471
7454
  * Required. The Source name.
7472
7455
  */
@@ -7476,8 +7459,7 @@ export namespace vmmigration_v1alpha1 {
7476
7459
  */
7477
7460
  requestId?: string;
7478
7461
  }
7479
- export interface Params$Resource$Projects$Locations$Sources$Fetchinventory
7480
- extends StandardParameters {
7462
+ export interface Params$Resource$Projects$Locations$Sources$Fetchinventory extends StandardParameters {
7481
7463
  /**
7482
7464
  * If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
7483
7465
  */
@@ -7495,8 +7477,7 @@ export namespace vmmigration_v1alpha1 {
7495
7477
  */
7496
7478
  source?: string;
7497
7479
  }
7498
- export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory
7499
- extends StandardParameters {
7480
+ export interface Params$Resource$Projects$Locations$Sources$Fetchstorageinventory extends StandardParameters {
7500
7481
  /**
7501
7482
  * Optional. If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
7502
7483
  */
@@ -7518,15 +7499,13 @@ export namespace vmmigration_v1alpha1 {
7518
7499
  */
7519
7500
  type?: string;
7520
7501
  }
7521
- export interface Params$Resource$Projects$Locations$Sources$Get
7522
- extends StandardParameters {
7502
+ export interface Params$Resource$Projects$Locations$Sources$Get extends StandardParameters {
7523
7503
  /**
7524
7504
  * Required. The Source name.
7525
7505
  */
7526
7506
  name?: string;
7527
7507
  }
7528
- export interface Params$Resource$Projects$Locations$Sources$List
7529
- extends StandardParameters {
7508
+ export interface Params$Resource$Projects$Locations$Sources$List extends StandardParameters {
7530
7509
  /**
7531
7510
  * Optional. The filter request.
7532
7511
  */
@@ -7548,8 +7527,7 @@ export namespace vmmigration_v1alpha1 {
7548
7527
  */
7549
7528
  parent?: string;
7550
7529
  }
7551
- export interface Params$Resource$Projects$Locations$Sources$Patch
7552
- extends StandardParameters {
7530
+ export interface Params$Resource$Projects$Locations$Sources$Patch extends StandardParameters {
7553
7531
  /**
7554
7532
  * Output only. The Source name.
7555
7533
  */
@@ -8347,8 +8325,7 @@ export namespace vmmigration_v1alpha1 {
8347
8325
  }
8348
8326
  }
8349
8327
 
8350
- export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create
8351
- extends StandardParameters {
8328
+ export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create extends StandardParameters {
8352
8329
  /**
8353
8330
  * Required. The datacenterConnector identifier.
8354
8331
  */
@@ -8367,8 +8344,7 @@ export namespace vmmigration_v1alpha1 {
8367
8344
  */
8368
8345
  requestBody?: Schema$DatacenterConnector;
8369
8346
  }
8370
- export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete
8371
- extends StandardParameters {
8347
+ export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete extends StandardParameters {
8372
8348
  /**
8373
8349
  * Required. The DatacenterConnector name.
8374
8350
  */
@@ -8378,15 +8354,13 @@ export namespace vmmigration_v1alpha1 {
8378
8354
  */
8379
8355
  requestId?: string;
8380
8356
  }
8381
- export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get
8382
- extends StandardParameters {
8357
+ export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get extends StandardParameters {
8383
8358
  /**
8384
8359
  * Required. The name of the DatacenterConnector.
8385
8360
  */
8386
8361
  name?: string;
8387
8362
  }
8388
- export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List
8389
- extends StandardParameters {
8363
+ export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List extends StandardParameters {
8390
8364
  /**
8391
8365
  * Optional. The filter request.
8392
8366
  */
@@ -8408,8 +8382,7 @@ export namespace vmmigration_v1alpha1 {
8408
8382
  */
8409
8383
  parent?: string;
8410
8384
  }
8411
- export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance
8412
- extends StandardParameters {
8385
+ export interface Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance extends StandardParameters {
8413
8386
  /**
8414
8387
  * Required. The DatacenterConnector name.
8415
8388
  */
@@ -9485,8 +9458,7 @@ export namespace vmmigration_v1alpha1 {
9485
9458
  }
9486
9459
  }
9487
9460
 
9488
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel
9489
- extends StandardParameters {
9461
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Cancel extends StandardParameters {
9490
9462
  /**
9491
9463
  * Required. The name of the DiskMigrationJob.
9492
9464
  */
@@ -9497,8 +9469,7 @@ export namespace vmmigration_v1alpha1 {
9497
9469
  */
9498
9470
  requestBody?: Schema$CancelDiskMigrationJobRequest;
9499
9471
  }
9500
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create
9501
- extends StandardParameters {
9472
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Create extends StandardParameters {
9502
9473
  /**
9503
9474
  * Required. The DiskMigrationJob identifier. The maximum length of this value is 63 characters. Valid characters are lower case Latin letters, digits and hyphen. It must start with a Latin letter and must not end with a hyphen.
9504
9475
  */
@@ -9517,22 +9488,19 @@ export namespace vmmigration_v1alpha1 {
9517
9488
  */
9518
9489
  requestBody?: Schema$DiskMigrationJob;
9519
9490
  }
9520
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete
9521
- extends StandardParameters {
9491
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Delete extends StandardParameters {
9522
9492
  /**
9523
9493
  * Required. The name of the DiskMigrationJob.
9524
9494
  */
9525
9495
  name?: string;
9526
9496
  }
9527
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get
9528
- extends StandardParameters {
9497
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Get extends StandardParameters {
9529
9498
  /**
9530
9499
  * Required. The name of the DiskMigrationJob.
9531
9500
  */
9532
9501
  name?: string;
9533
9502
  }
9534
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List
9535
- extends StandardParameters {
9503
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$List extends StandardParameters {
9536
9504
  /**
9537
9505
  * Optional. The filter request (according to AIP-160).
9538
9506
  */
@@ -9554,8 +9522,7 @@ export namespace vmmigration_v1alpha1 {
9554
9522
  */
9555
9523
  parent?: string;
9556
9524
  }
9557
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch
9558
- extends StandardParameters {
9525
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Patch extends StandardParameters {
9559
9526
  /**
9560
9527
  * Output only. Identifier. The identifier of the DiskMigrationJob.
9561
9528
  */
@@ -9574,8 +9541,7 @@ export namespace vmmigration_v1alpha1 {
9574
9541
  */
9575
9542
  requestBody?: Schema$DiskMigrationJob;
9576
9543
  }
9577
- export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run
9578
- extends StandardParameters {
9544
+ export interface Params$Resource$Projects$Locations$Sources$Diskmigrationjobs$Run extends StandardParameters {
9579
9545
  /**
9580
9546
  * Required. The name of the DiskMigrationJob.
9581
9547
  */
@@ -11168,8 +11134,7 @@ export namespace vmmigration_v1alpha1 {
11168
11134
  }
11169
11135
  }
11170
11136
 
11171
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create
11172
- extends StandardParameters {
11137
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Create extends StandardParameters {
11173
11138
  /**
11174
11139
  * Required. The migratingVm identifier.
11175
11140
  */
@@ -11188,15 +11153,13 @@ export namespace vmmigration_v1alpha1 {
11188
11153
  */
11189
11154
  requestBody?: Schema$MigratingVm;
11190
11155
  }
11191
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete
11192
- extends StandardParameters {
11156
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Delete extends StandardParameters {
11193
11157
  /**
11194
11158
  * Required. The name of the MigratingVm.
11195
11159
  */
11196
11160
  name?: string;
11197
11161
  }
11198
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration
11199
- extends StandardParameters {
11162
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Extendmigration extends StandardParameters {
11200
11163
  /**
11201
11164
  * Required. The name of the MigratingVm.
11202
11165
  */
@@ -11207,8 +11170,7 @@ export namespace vmmigration_v1alpha1 {
11207
11170
  */
11208
11171
  requestBody?: Schema$ExtendMigrationRequest;
11209
11172
  }
11210
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration
11211
- extends StandardParameters {
11173
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration extends StandardParameters {
11212
11174
  /**
11213
11175
  * Required. The name of the MigratingVm.
11214
11176
  */
@@ -11219,8 +11181,7 @@ export namespace vmmigration_v1alpha1 {
11219
11181
  */
11220
11182
  requestBody?: Schema$FinalizeMigrationRequest;
11221
11183
  }
11222
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get
11223
- extends StandardParameters {
11184
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Get extends StandardParameters {
11224
11185
  /**
11225
11186
  * Required. The name of the MigratingVm.
11226
11187
  */
@@ -11230,8 +11191,7 @@ export namespace vmmigration_v1alpha1 {
11230
11191
  */
11231
11192
  view?: string;
11232
11193
  }
11233
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List
11234
- extends StandardParameters {
11194
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$List extends StandardParameters {
11235
11195
  /**
11236
11196
  * Optional. The filter request.
11237
11197
  */
@@ -11257,8 +11217,7 @@ export namespace vmmigration_v1alpha1 {
11257
11217
  */
11258
11218
  view?: string;
11259
11219
  }
11260
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch
11261
- extends StandardParameters {
11220
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Patch extends StandardParameters {
11262
11221
  /**
11263
11222
  * Output only. The identifier of the MigratingVm.
11264
11223
  */
@@ -11277,8 +11236,7 @@ export namespace vmmigration_v1alpha1 {
11277
11236
  */
11278
11237
  requestBody?: Schema$MigratingVm;
11279
11238
  }
11280
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration
11281
- extends StandardParameters {
11239
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration extends StandardParameters {
11282
11240
  /**
11283
11241
  * Required. The name of the MigratingVm.
11284
11242
  */
@@ -11289,8 +11247,7 @@ export namespace vmmigration_v1alpha1 {
11289
11247
  */
11290
11248
  requestBody?: Schema$PauseMigrationRequest;
11291
11249
  }
11292
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration
11293
- extends StandardParameters {
11250
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration extends StandardParameters {
11294
11251
  /**
11295
11252
  * Required. The name of the MigratingVm.
11296
11253
  */
@@ -11301,8 +11258,7 @@ export namespace vmmigration_v1alpha1 {
11301
11258
  */
11302
11259
  requestBody?: Schema$ResumeMigrationRequest;
11303
11260
  }
11304
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration
11305
- extends StandardParameters {
11261
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration extends StandardParameters {
11306
11262
  /**
11307
11263
  * Required. The name of the MigratingVm.
11308
11264
  */
@@ -11934,8 +11890,7 @@ export namespace vmmigration_v1alpha1 {
11934
11890
  }
11935
11891
  }
11936
11892
 
11937
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel
11938
- extends StandardParameters {
11893
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel extends StandardParameters {
11939
11894
  /**
11940
11895
  * Required. The clone job id
11941
11896
  */
@@ -11946,8 +11901,7 @@ export namespace vmmigration_v1alpha1 {
11946
11901
  */
11947
11902
  requestBody?: Schema$CancelCloneJobRequest;
11948
11903
  }
11949
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create
11950
- extends StandardParameters {
11904
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create extends StandardParameters {
11951
11905
  /**
11952
11906
  * Required. The clone job identifier.
11953
11907
  */
@@ -11966,15 +11920,13 @@ export namespace vmmigration_v1alpha1 {
11966
11920
  */
11967
11921
  requestBody?: Schema$CloneJob;
11968
11922
  }
11969
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get
11970
- extends StandardParameters {
11923
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get extends StandardParameters {
11971
11924
  /**
11972
11925
  * Required. The name of the CloneJob.
11973
11926
  */
11974
11927
  name?: string;
11975
11928
  }
11976
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List
11977
- extends StandardParameters {
11929
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List extends StandardParameters {
11978
11930
  /**
11979
11931
  * Optional. The filter request.
11980
11932
  */
@@ -12627,8 +12579,7 @@ export namespace vmmigration_v1alpha1 {
12627
12579
  }
12628
12580
  }
12629
12581
 
12630
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel
12631
- extends StandardParameters {
12582
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel extends StandardParameters {
12632
12583
  /**
12633
12584
  * Required. The cutover job id
12634
12585
  */
@@ -12639,8 +12590,7 @@ export namespace vmmigration_v1alpha1 {
12639
12590
  */
12640
12591
  requestBody?: Schema$CancelCutoverJobRequest;
12641
12592
  }
12642
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create
12643
- extends StandardParameters {
12593
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create extends StandardParameters {
12644
12594
  /**
12645
12595
  * Required. The cutover job identifier.
12646
12596
  */
@@ -12659,15 +12609,13 @@ export namespace vmmigration_v1alpha1 {
12659
12609
  */
12660
12610
  requestBody?: Schema$CutoverJob;
12661
12611
  }
12662
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get
12663
- extends StandardParameters {
12612
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get extends StandardParameters {
12664
12613
  /**
12665
12614
  * Required. The name of the CutoverJob.
12666
12615
  */
12667
12616
  name?: string;
12668
12617
  }
12669
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List
12670
- extends StandardParameters {
12618
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List extends StandardParameters {
12671
12619
  /**
12672
12620
  * Optional. The filter request.
12673
12621
  */
@@ -13003,15 +12951,13 @@ export namespace vmmigration_v1alpha1 {
13003
12951
  }
13004
12952
  }
13005
12953
 
13006
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get
13007
- extends StandardParameters {
12954
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get extends StandardParameters {
13008
12955
  /**
13009
12956
  * Required. The name of the ReplicationCycle.
13010
12957
  */
13011
12958
  name?: string;
13012
12959
  }
13013
- export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List
13014
- extends StandardParameters {
12960
+ export interface Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List extends StandardParameters {
13015
12961
  /**
13016
12962
  * Optional. The filter request.
13017
12963
  */
@@ -13653,8 +13599,7 @@ export namespace vmmigration_v1alpha1 {
13653
13599
  }
13654
13600
  }
13655
13601
 
13656
- export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create
13657
- extends StandardParameters {
13602
+ export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Create extends StandardParameters {
13658
13603
  /**
13659
13604
  * Required. The Utilization Report's parent.
13660
13605
  */
@@ -13673,8 +13618,7 @@ export namespace vmmigration_v1alpha1 {
13673
13618
  */
13674
13619
  requestBody?: Schema$UtilizationReport;
13675
13620
  }
13676
- export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete
13677
- extends StandardParameters {
13621
+ export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete extends StandardParameters {
13678
13622
  /**
13679
13623
  * Required. The Utilization Report name.
13680
13624
  */
@@ -13684,8 +13628,7 @@ export namespace vmmigration_v1alpha1 {
13684
13628
  */
13685
13629
  requestId?: string;
13686
13630
  }
13687
- export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get
13688
- extends StandardParameters {
13631
+ export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$Get extends StandardParameters {
13689
13632
  /**
13690
13633
  * Required. The Utilization Report name.
13691
13634
  */
@@ -13695,8 +13638,7 @@ export namespace vmmigration_v1alpha1 {
13695
13638
  */
13696
13639
  view?: string;
13697
13640
  }
13698
- export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List
13699
- extends StandardParameters {
13641
+ export interface Params$Resource$Projects$Locations$Sources$Utilizationreports$List extends StandardParameters {
13700
13642
  /**
13701
13643
  * Optional. The filter request.
13702
13644
  */
@@ -14470,8 +14412,7 @@ export namespace vmmigration_v1alpha1 {
14470
14412
  }
14471
14413
  }
14472
14414
 
14473
- export interface Params$Resource$Projects$Locations$Targetprojects$Create
14474
- extends StandardParameters {
14415
+ export interface Params$Resource$Projects$Locations$Targetprojects$Create extends StandardParameters {
14475
14416
  /**
14476
14417
  * Required. The TargetProject's parent.
14477
14418
  */
@@ -14490,8 +14431,7 @@ export namespace vmmigration_v1alpha1 {
14490
14431
  */
14491
14432
  requestBody?: Schema$TargetProject;
14492
14433
  }
14493
- export interface Params$Resource$Projects$Locations$Targetprojects$Delete
14494
- extends StandardParameters {
14434
+ export interface Params$Resource$Projects$Locations$Targetprojects$Delete extends StandardParameters {
14495
14435
  /**
14496
14436
  * Required. The TargetProject name.
14497
14437
  */
@@ -14501,15 +14441,13 @@ export namespace vmmigration_v1alpha1 {
14501
14441
  */
14502
14442
  requestId?: string;
14503
14443
  }
14504
- export interface Params$Resource$Projects$Locations$Targetprojects$Get
14505
- extends StandardParameters {
14444
+ export interface Params$Resource$Projects$Locations$Targetprojects$Get extends StandardParameters {
14506
14445
  /**
14507
14446
  * Required. The TargetProject name.
14508
14447
  */
14509
14448
  name?: string;
14510
14449
  }
14511
- export interface Params$Resource$Projects$Locations$Targetprojects$List
14512
- extends StandardParameters {
14450
+ export interface Params$Resource$Projects$Locations$Targetprojects$List extends StandardParameters {
14513
14451
  /**
14514
14452
  * Optional. The filter request.
14515
14453
  */
@@ -14531,8 +14469,7 @@ export namespace vmmigration_v1alpha1 {
14531
14469
  */
14532
14470
  parent?: string;
14533
14471
  }
14534
- export interface Params$Resource$Projects$Locations$Targetprojects$Patch
14535
- extends StandardParameters {
14472
+ export interface Params$Resource$Projects$Locations$Targetprojects$Patch extends StandardParameters {
14536
14473
  /**
14537
14474
  * Output only. The name of the target project.
14538
14475
  */