@@ -494,7 +494,7 @@ export class DataMigrationServiceClient {
494
494
// -- Service calls --
495
495
// -------------------
496
496
getMigrationJob (
497
- request : protos . google . cloud . clouddms . v1 . IGetMigrationJobRequest ,
497
+ request ? : protos . google . cloud . clouddms . v1 . IGetMigrationJobRequest ,
498
498
options ?: CallOptions
499
499
) : Promise <
500
500
[
@@ -542,7 +542,7 @@ export class DataMigrationServiceClient {
542
542
* const [response] = await client.getMigrationJob(request);
543
543
*/
544
544
getMigrationJob (
545
- request : protos . google . cloud . clouddms . v1 . IGetMigrationJobRequest ,
545
+ request ? : protos . google . cloud . clouddms . v1 . IGetMigrationJobRequest ,
546
546
optionsOrCallback ?:
547
547
| CallOptions
548
548
| Callback <
@@ -585,7 +585,7 @@ export class DataMigrationServiceClient {
585
585
return this . innerApiCalls . getMigrationJob ( request , options , callback ) ;
586
586
}
587
587
generateSshScript (
588
- request : protos . google . cloud . clouddms . v1 . IGenerateSshScriptRequest ,
588
+ request ? : protos . google . cloud . clouddms . v1 . IGenerateSshScriptRequest ,
589
589
options ?: CallOptions
590
590
) : Promise <
591
591
[
@@ -642,7 +642,7 @@ export class DataMigrationServiceClient {
642
642
* const [response] = await client.generateSshScript(request);
643
643
*/
644
644
generateSshScript (
645
- request : protos . google . cloud . clouddms . v1 . IGenerateSshScriptRequest ,
645
+ request ? : protos . google . cloud . clouddms . v1 . IGenerateSshScriptRequest ,
646
646
optionsOrCallback ?:
647
647
| CallOptions
648
648
| Callback <
@@ -685,7 +685,7 @@ export class DataMigrationServiceClient {
685
685
return this . innerApiCalls . generateSshScript ( request , options , callback ) ;
686
686
}
687
687
getConnectionProfile (
688
- request : protos . google . cloud . clouddms . v1 . IGetConnectionProfileRequest ,
688
+ request ? : protos . google . cloud . clouddms . v1 . IGetConnectionProfileRequest ,
689
689
options ?: CallOptions
690
690
) : Promise <
691
691
[
@@ -733,7 +733,7 @@ export class DataMigrationServiceClient {
733
733
* const [response] = await client.getConnectionProfile(request);
734
734
*/
735
735
getConnectionProfile (
736
- request : protos . google . cloud . clouddms . v1 . IGetConnectionProfileRequest ,
736
+ request ? : protos . google . cloud . clouddms . v1 . IGetConnectionProfileRequest ,
737
737
optionsOrCallback ?:
738
738
| CallOptions
739
739
| Callback <
@@ -777,7 +777,7 @@ export class DataMigrationServiceClient {
777
777
}
778
778
779
779
createMigrationJob (
780
- request : protos . google . cloud . clouddms . v1 . ICreateMigrationJobRequest ,
780
+ request ? : protos . google . cloud . clouddms . v1 . ICreateMigrationJobRequest ,
781
781
options ?: CallOptions
782
782
) : Promise <
783
783
[
@@ -847,7 +847,7 @@ export class DataMigrationServiceClient {
847
847
* const [response] = await operation.promise();
848
848
*/
849
849
createMigrationJob (
850
- request : protos . google . cloud . clouddms . v1 . ICreateMigrationJobRequest ,
850
+ request ? : protos . google . cloud . clouddms . v1 . ICreateMigrationJobRequest ,
851
851
optionsOrCallback ?:
852
852
| CallOptions
853
853
| Callback <
@@ -932,7 +932,7 @@ export class DataMigrationServiceClient {
932
932
> ;
933
933
}
934
934
updateMigrationJob (
935
- request : protos . google . cloud . clouddms . v1 . IUpdateMigrationJobRequest ,
935
+ request ? : protos . google . cloud . clouddms . v1 . IUpdateMigrationJobRequest ,
936
936
options ?: CallOptions
937
937
) : Promise <
938
938
[
@@ -999,7 +999,7 @@ export class DataMigrationServiceClient {
999
999
* const [response] = await operation.promise();
1000
1000
*/
1001
1001
updateMigrationJob (
1002
- request : protos . google . cloud . clouddms . v1 . IUpdateMigrationJobRequest ,
1002
+ request ? : protos . google . cloud . clouddms . v1 . IUpdateMigrationJobRequest ,
1003
1003
optionsOrCallback ?:
1004
1004
| CallOptions
1005
1005
| Callback <
@@ -1084,7 +1084,7 @@ export class DataMigrationServiceClient {
1084
1084
> ;
1085
1085
}
1086
1086
deleteMigrationJob (
1087
- request : protos . google . cloud . clouddms . v1 . IDeleteMigrationJobRequest ,
1087
+ request ? : protos . google . cloud . clouddms . v1 . IDeleteMigrationJobRequest ,
1088
1088
options ?: CallOptions
1089
1089
) : Promise <
1090
1090
[
@@ -1152,7 +1152,7 @@ export class DataMigrationServiceClient {
1152
1152
* const [response] = await operation.promise();
1153
1153
*/
1154
1154
deleteMigrationJob (
1155
- request : protos . google . cloud . clouddms . v1 . IDeleteMigrationJobRequest ,
1155
+ request ? : protos . google . cloud . clouddms . v1 . IDeleteMigrationJobRequest ,
1156
1156
optionsOrCallback ?:
1157
1157
| CallOptions
1158
1158
| Callback <
@@ -1237,7 +1237,7 @@ export class DataMigrationServiceClient {
1237
1237
> ;
1238
1238
}
1239
1239
startMigrationJob (
1240
- request : protos . google . cloud . clouddms . v1 . IStartMigrationJobRequest ,
1240
+ request ? : protos . google . cloud . clouddms . v1 . IStartMigrationJobRequest ,
1241
1241
options ?: CallOptions
1242
1242
) : Promise <
1243
1243
[
@@ -1293,7 +1293,7 @@ export class DataMigrationServiceClient {
1293
1293
* const [response] = await operation.promise();
1294
1294
*/
1295
1295
startMigrationJob (
1296
- request : protos . google . cloud . clouddms . v1 . IStartMigrationJobRequest ,
1296
+ request ? : protos . google . cloud . clouddms . v1 . IStartMigrationJobRequest ,
1297
1297
optionsOrCallback ?:
1298
1298
| CallOptions
1299
1299
| Callback <
@@ -1378,7 +1378,7 @@ export class DataMigrationServiceClient {
1378
1378
> ;
1379
1379
}
1380
1380
stopMigrationJob (
1381
- request : protos . google . cloud . clouddms . v1 . IStopMigrationJobRequest ,
1381
+ request ? : protos . google . cloud . clouddms . v1 . IStopMigrationJobRequest ,
1382
1382
options ?: CallOptions
1383
1383
) : Promise <
1384
1384
[
@@ -1434,7 +1434,7 @@ export class DataMigrationServiceClient {
1434
1434
* const [response] = await operation.promise();
1435
1435
*/
1436
1436
stopMigrationJob (
1437
- request : protos . google . cloud . clouddms . v1 . IStopMigrationJobRequest ,
1437
+ request ? : protos . google . cloud . clouddms . v1 . IStopMigrationJobRequest ,
1438
1438
optionsOrCallback ?:
1439
1439
| CallOptions
1440
1440
| Callback <
@@ -1519,7 +1519,7 @@ export class DataMigrationServiceClient {
1519
1519
> ;
1520
1520
}
1521
1521
resumeMigrationJob (
1522
- request : protos . google . cloud . clouddms . v1 . IResumeMigrationJobRequest ,
1522
+ request ? : protos . google . cloud . clouddms . v1 . IResumeMigrationJobRequest ,
1523
1523
options ?: CallOptions
1524
1524
) : Promise <
1525
1525
[
@@ -1576,7 +1576,7 @@ export class DataMigrationServiceClient {
1576
1576
* const [response] = await operation.promise();
1577
1577
*/
1578
1578
resumeMigrationJob (
1579
- request : protos . google . cloud . clouddms . v1 . IResumeMigrationJobRequest ,
1579
+ request ? : protos . google . cloud . clouddms . v1 . IResumeMigrationJobRequest ,
1580
1580
optionsOrCallback ?:
1581
1581
| CallOptions
1582
1582
| Callback <
@@ -1661,7 +1661,7 @@ export class DataMigrationServiceClient {
1661
1661
> ;
1662
1662
}
1663
1663
promoteMigrationJob (
1664
- request : protos . google . cloud . clouddms . v1 . IPromoteMigrationJobRequest ,
1664
+ request ? : protos . google . cloud . clouddms . v1 . IPromoteMigrationJobRequest ,
1665
1665
options ?: CallOptions
1666
1666
) : Promise <
1667
1667
[
@@ -1718,7 +1718,7 @@ export class DataMigrationServiceClient {
1718
1718
* const [response] = await operation.promise();
1719
1719
*/
1720
1720
promoteMigrationJob (
1721
- request : protos . google . cloud . clouddms . v1 . IPromoteMigrationJobRequest ,
1721
+ request ? : protos . google . cloud . clouddms . v1 . IPromoteMigrationJobRequest ,
1722
1722
optionsOrCallback ?:
1723
1723
| CallOptions
1724
1724
| Callback <
@@ -1803,7 +1803,7 @@ export class DataMigrationServiceClient {
1803
1803
> ;
1804
1804
}
1805
1805
verifyMigrationJob (
1806
- request : protos . google . cloud . clouddms . v1 . IVerifyMigrationJobRequest ,
1806
+ request ? : protos . google . cloud . clouddms . v1 . IVerifyMigrationJobRequest ,
1807
1807
options ?: CallOptions
1808
1808
) : Promise <
1809
1809
[
@@ -1860,7 +1860,7 @@ export class DataMigrationServiceClient {
1860
1860
* const [response] = await operation.promise();
1861
1861
*/
1862
1862
verifyMigrationJob (
1863
- request : protos . google . cloud . clouddms . v1 . IVerifyMigrationJobRequest ,
1863
+ request ? : protos . google . cloud . clouddms . v1 . IVerifyMigrationJobRequest ,
1864
1864
optionsOrCallback ?:
1865
1865
| CallOptions
1866
1866
| Callback <
@@ -1945,7 +1945,7 @@ export class DataMigrationServiceClient {
1945
1945
> ;
1946
1946
}
1947
1947
restartMigrationJob (
1948
- request : protos . google . cloud . clouddms . v1 . IRestartMigrationJobRequest ,
1948
+ request ? : protos . google . cloud . clouddms . v1 . IRestartMigrationJobRequest ,
1949
1949
options ?: CallOptions
1950
1950
) : Promise <
1951
1951
[
@@ -2003,7 +2003,7 @@ export class DataMigrationServiceClient {
2003
2003
* const [response] = await operation.promise();
2004
2004
*/
2005
2005
restartMigrationJob (
2006
- request : protos . google . cloud . clouddms . v1 . IRestartMigrationJobRequest ,
2006
+ request ? : protos . google . cloud . clouddms . v1 . IRestartMigrationJobRequest ,
2007
2007
optionsOrCallback ?:
2008
2008
| CallOptions
2009
2009
| Callback <
@@ -2088,7 +2088,7 @@ export class DataMigrationServiceClient {
2088
2088
> ;
2089
2089
}
2090
2090
createConnectionProfile (
2091
- request : protos . google . cloud . clouddms . v1 . ICreateConnectionProfileRequest ,
2091
+ request ? : protos . google . cloud . clouddms . v1 . ICreateConnectionProfileRequest ,
2092
2092
options ?: CallOptions
2093
2093
) : Promise <
2094
2094
[
@@ -2156,7 +2156,7 @@ export class DataMigrationServiceClient {
2156
2156
* const [response] = await operation.promise();
2157
2157
*/
2158
2158
createConnectionProfile (
2159
- request : protos . google . cloud . clouddms . v1 . ICreateConnectionProfileRequest ,
2159
+ request ? : protos . google . cloud . clouddms . v1 . ICreateConnectionProfileRequest ,
2160
2160
optionsOrCallback ?:
2161
2161
| CallOptions
2162
2162
| Callback <
@@ -2245,7 +2245,7 @@ export class DataMigrationServiceClient {
2245
2245
> ;
2246
2246
}
2247
2247
updateConnectionProfile (
2248
- request : protos . google . cloud . clouddms . v1 . IUpdateConnectionProfileRequest ,
2248
+ request ? : protos . google . cloud . clouddms . v1 . IUpdateConnectionProfileRequest ,
2249
2249
options ?: CallOptions
2250
2250
) : Promise <
2251
2251
[
@@ -2312,7 +2312,7 @@ export class DataMigrationServiceClient {
2312
2312
* const [response] = await operation.promise();
2313
2313
*/
2314
2314
updateConnectionProfile (
2315
- request : protos . google . cloud . clouddms . v1 . IUpdateConnectionProfileRequest ,
2315
+ request ? : protos . google . cloud . clouddms . v1 . IUpdateConnectionProfileRequest ,
2316
2316
optionsOrCallback ?:
2317
2317
| CallOptions
2318
2318
| Callback <
@@ -2401,7 +2401,7 @@ export class DataMigrationServiceClient {
2401
2401
> ;
2402
2402
}
2403
2403
deleteConnectionProfile (
2404
- request : protos . google . cloud . clouddms . v1 . IDeleteConnectionProfileRequest ,
2404
+ request ? : protos . google . cloud . clouddms . v1 . IDeleteConnectionProfileRequest ,
2405
2405
options ?: CallOptions
2406
2406
) : Promise <
2407
2407
[
@@ -2470,7 +2470,7 @@ export class DataMigrationServiceClient {
2470
2470
* const [response] = await operation.promise();
2471
2471
*/
2472
2472
deleteConnectionProfile (
2473
- request : protos . google . cloud . clouddms . v1 . IDeleteConnectionProfileRequest ,
2473
+ request ? : protos . google . cloud . clouddms . v1 . IDeleteConnectionProfileRequest ,
2474
2474
optionsOrCallback ?:
2475
2475
| CallOptions
2476
2476
| Callback <
@@ -2559,7 +2559,7 @@ export class DataMigrationServiceClient {
2559
2559
> ;
2560
2560
}
2561
2561
listMigrationJobs (
2562
- request : protos . google . cloud . clouddms . v1 . IListMigrationJobsRequest ,
2562
+ request ? : protos . google . cloud . clouddms . v1 . IListMigrationJobsRequest ,
2563
2563
options ?: CallOptions
2564
2564
) : Promise <
2565
2565
[
@@ -2634,7 +2634,7 @@ export class DataMigrationServiceClient {
2634
2634
* for more details and examples.
2635
2635
*/
2636
2636
listMigrationJobs (
2637
- request : protos . google . cloud . clouddms . v1 . IListMigrationJobsRequest ,
2637
+ request ? : protos . google . cloud . clouddms . v1 . IListMigrationJobsRequest ,
2638
2638
optionsOrCallback ?:
2639
2639
| CallOptions
2640
2640
| PaginationCallback <
@@ -2810,7 +2810,7 @@ export class DataMigrationServiceClient {
2810
2810
) as AsyncIterable < protos . google . cloud . clouddms . v1 . IMigrationJob > ;
2811
2811
}
2812
2812
listConnectionProfiles (
2813
- request : protos . google . cloud . clouddms . v1 . IListConnectionProfilesRequest ,
2813
+ request ? : protos . google . cloud . clouddms . v1 . IListConnectionProfilesRequest ,
2814
2814
options ?: CallOptions
2815
2815
) : Promise <
2816
2816
[
@@ -2884,7 +2884,7 @@ export class DataMigrationServiceClient {
2884
2884
* for more details and examples.
2885
2885
*/
2886
2886
listConnectionProfiles (
2887
- request : protos . google . cloud . clouddms . v1 . IListConnectionProfilesRequest ,
2887
+ request ? : protos . google . cloud . clouddms . v1 . IListConnectionProfilesRequest ,
2888
2888
optionsOrCallback ?:
2889
2889
| CallOptions
2890
2890
| PaginationCallback <
0 commit comments