@googleapis/vmmigration 6.0.0 → 7.0.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.
@@ -401,7 +401,7 @@ export declare namespace vmmigration_v1alpha1 {
401
401
  vmCapabilitiesInfo?: Schema$VmCapabilities;
402
402
  }
403
403
  /**
404
- * AwsVmDetails describes a VM in AWS.
404
+ * AzureVmDetails describes a VM in Azure.
405
405
  */
406
406
  export interface Schema$AzureVmDetails {
407
407
  /**
@@ -503,6 +503,11 @@ export declare namespace vmmigration_v1alpha1 {
503
503
  */
504
504
  export interface Schema$CancelCutoverJobRequest {
505
505
  }
506
+ /**
507
+ * Request message for 'CancelImageImportJob' request.
508
+ */
509
+ export interface Schema$CancelImageImportJobRequest {
510
+ }
506
511
  /**
507
512
  * The request message for Operations.CancelOperation.
508
513
  */
@@ -833,6 +838,11 @@ export declare namespace vmmigration_v1alpha1 {
833
838
  */
834
839
  restartType?: string | null;
835
840
  }
841
+ /**
842
+ * CreatingImageStep contains specific step details.
843
+ */
844
+ export interface Schema$CreatingImageStep {
845
+ }
836
846
  /**
837
847
  * CutoverForecast holds information about future CutoverJobs of a MigratingVm.
838
848
  */
@@ -1022,6 +1032,11 @@ export declare namespace vmmigration_v1alpha1 {
1022
1032
  */
1023
1033
  version?: string | null;
1024
1034
  }
1035
+ /**
1036
+ * Mentions that the image import is not using OS adaptation process.
1037
+ */
1038
+ export interface Schema$DataDiskImageImport {
1039
+ }
1025
1040
  /**
1026
1041
  * A message describing a data disk.
1027
1042
  */
@@ -1048,6 +1063,53 @@ export declare namespace vmmigration_v1alpha1 {
1048
1063
  */
1049
1064
  sourceImage?: string | null;
1050
1065
  }
1066
+ /**
1067
+ * The target details of the image resource that will be created by the import job.
1068
+ */
1069
+ export interface Schema$DiskImageTargetDetails {
1070
+ /**
1071
+ * Optional. Additional licenses to assign to the image.
1072
+ */
1073
+ additionalLicenses?: string[] | null;
1074
+ /**
1075
+ * Optional. Use to skip OS adaptation process.
1076
+ */
1077
+ dataDiskImageImport?: Schema$DataDiskImageImport;
1078
+ /**
1079
+ * Optional. An optional description of the image.
1080
+ */
1081
+ description?: string | null;
1082
+ /**
1083
+ * Optional. Immutable. The encryption to apply to the image.
1084
+ */
1085
+ encryption?: Schema$Encryption;
1086
+ /**
1087
+ * Optional. The name of the image family to which the new image belongs.
1088
+ */
1089
+ familyName?: string | null;
1090
+ /**
1091
+ * Required. The name of the image to be created.
1092
+ */
1093
+ imageName?: string | null;
1094
+ /**
1095
+ * Optional. A map of labels to associate with the image.
1096
+ */
1097
+ labels?: {
1098
+ [key: string]: string;
1099
+ } | null;
1100
+ /**
1101
+ * Optional. Use to set the parameters relevant for the OS adaptation process.
1102
+ */
1103
+ osAdaptationParameters?: Schema$ImageImportOsAdaptationParameters;
1104
+ /**
1105
+ * Optional. Set to true to set the image storageLocations to the single region of the import job. When false, the closest multi-region is selected.
1106
+ */
1107
+ singleRegionStorage?: boolean | null;
1108
+ /**
1109
+ * Required. Reference to the TargetProject resource that represents the target project in which the imported image will be created.
1110
+ */
1111
+ targetProject?: string | null;
1112
+ }
1051
1113
  /**
1052
1114
  * Details for a disk only migration.
1053
1115
  */
@@ -1205,6 +1267,127 @@ export declare namespace vmmigration_v1alpha1 {
1205
1267
  */
1206
1268
  updateTime?: string | null;
1207
1269
  }
1270
+ /**
1271
+ * ImageImport describes the configuration of the image import to run.
1272
+ */
1273
+ export interface Schema$ImageImport {
1274
+ /**
1275
+ * Immutable. The path to the Cloud Storage file from which the image should be imported.
1276
+ */
1277
+ cloudStorageUri?: string | null;
1278
+ /**
1279
+ * Output only. The time the image import was created.
1280
+ */
1281
+ createTime?: string | null;
1282
+ /**
1283
+ * Immutable. Target details for importing a disk image, will be used by ImageImportJob.
1284
+ */
1285
+ diskImageTargetDefaults?: Schema$DiskImageTargetDetails;
1286
+ /**
1287
+ * Immutable. The encryption details used by the image import process during the image adaptation for Compute Engine.
1288
+ */
1289
+ encryption?: Schema$Encryption;
1290
+ /**
1291
+ * Output only. The resource path of the ImageImport.
1292
+ */
1293
+ name?: string | null;
1294
+ /**
1295
+ * Output only. The result of the most recent runs for this ImageImport. All jobs for this ImageImport can be listed via ListImageImportJobs.
1296
+ */
1297
+ recentImageImportJobs?: Schema$ImageImportJob[];
1298
+ }
1299
+ /**
1300
+ * ImageImportJob describes the progress and result of an image import.
1301
+ */
1302
+ export interface Schema$ImageImportJob {
1303
+ /**
1304
+ * Output only. The path to the Cloud Storage file from which the image should be imported.
1305
+ */
1306
+ cloudStorageUri?: string | null;
1307
+ /**
1308
+ * Output only. The resource paths of the resources created by the image import job.
1309
+ */
1310
+ createdResources?: string[] | null;
1311
+ /**
1312
+ * Output only. The time the image import was created (as an API call, not when it was actually created in the target).
1313
+ */
1314
+ createTime?: string | null;
1315
+ /**
1316
+ * Output only. Target details used to import a disk image.
1317
+ */
1318
+ diskImageTargetDetails?: Schema$DiskImageTargetDetails;
1319
+ /**
1320
+ * Output only. The time the image import was ended.
1321
+ */
1322
+ endTime?: string | null;
1323
+ /**
1324
+ * Output only. Provides details on the error that led to the image import state in case of an error.
1325
+ */
1326
+ errors?: Schema$Status[];
1327
+ /**
1328
+ * Output only. The resource path of the ImageImportJob.
1329
+ */
1330
+ name?: string | null;
1331
+ /**
1332
+ * Output only. The state of the image import.
1333
+ */
1334
+ state?: string | null;
1335
+ /**
1336
+ * Output only. The image import steps list representing its progress.
1337
+ */
1338
+ steps?: Schema$ImageImportStep[];
1339
+ /**
1340
+ * Output only. Warnings that occurred during the image import.
1341
+ */
1342
+ warnings?: Schema$MigrationWarning[];
1343
+ }
1344
+ /**
1345
+ * Parameters affecting the OS adaptation process.
1346
+ */
1347
+ export interface Schema$ImageImportOsAdaptationParameters {
1348
+ /**
1349
+ * Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).
1350
+ */
1351
+ generalize?: boolean | null;
1352
+ /**
1353
+ * Optional. Choose which type of license to apply to the imported image.
1354
+ */
1355
+ licenseType?: string | null;
1356
+ }
1357
+ /**
1358
+ * ImageImportStep holds information about the image import step progress.
1359
+ */
1360
+ export interface Schema$ImageImportStep {
1361
+ /**
1362
+ * Adapting OS step.
1363
+ */
1364
+ adaptingOs?: Schema$AdaptingOSStep;
1365
+ /**
1366
+ * Creating image step.
1367
+ */
1368
+ creatingImage?: Schema$CreatingImageStep;
1369
+ /**
1370
+ * Output only. The time the step has ended.
1371
+ */
1372
+ endTime?: string | null;
1373
+ /**
1374
+ * Initializing step.
1375
+ */
1376
+ initializing?: Schema$InitializingImageImportStep;
1377
+ /**
1378
+ * Loading source files step.
1379
+ */
1380
+ loadingSourceFiles?: Schema$LoadingImageSourceFilesStep;
1381
+ /**
1382
+ * Output only. The time the step has started.
1383
+ */
1384
+ startTime?: string | null;
1385
+ }
1386
+ /**
1387
+ * InitializingImageImportStep contains specific step details.
1388
+ */
1389
+ export interface Schema$InitializingImageImportStep {
1390
+ }
1208
1391
  /**
1209
1392
  * InitializingReplicationStep contains specific step details.
1210
1393
  */
@@ -1296,6 +1479,40 @@ export declare namespace vmmigration_v1alpha1 {
1296
1479
  */
1297
1480
  unreachable?: string[] | null;
1298
1481
  }
1482
+ /**
1483
+ * Response message for 'ListImageImportJobs' call.
1484
+ */
1485
+ export interface Schema$ListImageImportJobsResponse {
1486
+ /**
1487
+ * Output only. The list of target response.
1488
+ */
1489
+ imageImportJobs?: Schema$ImageImportJob[];
1490
+ /**
1491
+ * Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
1492
+ */
1493
+ nextPageToken?: string | null;
1494
+ /**
1495
+ * Output only. Locations that could not be reached.
1496
+ */
1497
+ unreachable?: string[] | null;
1498
+ }
1499
+ /**
1500
+ * Response message for 'ListImageImports' call.
1501
+ */
1502
+ export interface Schema$ListImageImportsResponse {
1503
+ /**
1504
+ * Output only. The list of target response.
1505
+ */
1506
+ imageImports?: Schema$ImageImport[];
1507
+ /**
1508
+ * Output only. A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
1509
+ */
1510
+ nextPageToken?: string | null;
1511
+ /**
1512
+ * Output only. Locations that could not be reached.
1513
+ */
1514
+ unreachable?: string[] | null;
1515
+ }
1299
1516
  /**
1300
1517
  * The response message for Locations.ListLocations.
1301
1518
  */
@@ -1407,6 +1624,11 @@ export declare namespace vmmigration_v1alpha1 {
1407
1624
  */
1408
1625
  utilizationReports?: Schema$UtilizationReport[];
1409
1626
  }
1627
+ /**
1628
+ * LoadingImageSourceFilesStep contains specific step details.
1629
+ */
1630
+ export interface Schema$LoadingImageSourceFilesStep {
1631
+ }
1410
1632
  /**
1411
1633
  * Provides a localized error message that is safe to return to the user which can be attached to an RPC error.
1412
1634
  */
@@ -2444,6 +2666,7 @@ export declare namespace vmmigration_v1alpha1 {
2444
2666
  export class Resource$Projects$Locations {
2445
2667
  context: APIRequestContext;
2446
2668
  groups: Resource$Projects$Locations$Groups;
2669
+ imageImports: Resource$Projects$Locations$Imageimports;
2447
2670
  operations: Resource$Projects$Locations$Operations;
2448
2671
  sources: Resource$Projects$Locations$Sources;
2449
2672
  targetProjects: Resource$Projects$Locations$Targetprojects;
@@ -2697,6 +2920,207 @@ export declare namespace vmmigration_v1alpha1 {
2697
2920
  */
2698
2921
  requestBody?: Schema$RemoveGroupMigrationRequest;
2699
2922
  }
2923
+ export class Resource$Projects$Locations$Imageimports {
2924
+ context: APIRequestContext;
2925
+ imageImportJobs: Resource$Projects$Locations$Imageimports$Imageimportjobs;
2926
+ constructor(context: APIRequestContext);
2927
+ /**
2928
+ * Creates a new ImageImport in a given project.
2929
+ *
2930
+ * @param params - Parameters for request
2931
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
2932
+ * @param callback - Optional callback that handles the response.
2933
+ * @returns A promise if used with async/await, or void if used with a callback.
2934
+ */
2935
+ create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: StreamMethodOptions): GaxiosPromise<Readable>;
2936
+ create(params?: Params$Resource$Projects$Locations$Imageimports$Create, options?: MethodOptions): GaxiosPromise<Schema$Operation>;
2937
+ create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
2938
+ create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
2939
+ create(params: Params$Resource$Projects$Locations$Imageimports$Create, callback: BodyResponseCallback<Schema$Operation>): void;
2940
+ create(callback: BodyResponseCallback<Schema$Operation>): void;
2941
+ /**
2942
+ * Deletes a single ImageImport.
2943
+ *
2944
+ * @param params - Parameters for request
2945
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
2946
+ * @param callback - Optional callback that handles the response.
2947
+ * @returns A promise if used with async/await, or void if used with a callback.
2948
+ */
2949
+ delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: StreamMethodOptions): GaxiosPromise<Readable>;
2950
+ delete(params?: Params$Resource$Projects$Locations$Imageimports$Delete, options?: MethodOptions): GaxiosPromise<Schema$Operation>;
2951
+ delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
2952
+ delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
2953
+ delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
2954
+ delete(callback: BodyResponseCallback<Schema$Operation>): void;
2955
+ /**
2956
+ * Gets details of a single ImageImport.
2957
+ *
2958
+ * @param params - Parameters for request
2959
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
2960
+ * @param callback - Optional callback that handles the response.
2961
+ * @returns A promise if used with async/await, or void if used with a callback.
2962
+ */
2963
+ get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: StreamMethodOptions): GaxiosPromise<Readable>;
2964
+ get(params?: Params$Resource$Projects$Locations$Imageimports$Get, options?: MethodOptions): GaxiosPromise<Schema$ImageImport>;
2965
+ get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
2966
+ get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: MethodOptions | BodyResponseCallback<Schema$ImageImport>, callback: BodyResponseCallback<Schema$ImageImport>): void;
2967
+ get(params: Params$Resource$Projects$Locations$Imageimports$Get, callback: BodyResponseCallback<Schema$ImageImport>): void;
2968
+ get(callback: BodyResponseCallback<Schema$ImageImport>): void;
2969
+ /**
2970
+ * Lists ImageImports in a given project.
2971
+ *
2972
+ * @param params - Parameters for request
2973
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
2974
+ * @param callback - Optional callback that handles the response.
2975
+ * @returns A promise if used with async/await, or void if used with a callback.
2976
+ */
2977
+ list(params: Params$Resource$Projects$Locations$Imageimports$List, options: StreamMethodOptions): GaxiosPromise<Readable>;
2978
+ list(params?: Params$Resource$Projects$Locations$Imageimports$List, options?: MethodOptions): GaxiosPromise<Schema$ListImageImportsResponse>;
2979
+ list(params: Params$Resource$Projects$Locations$Imageimports$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
2980
+ list(params: Params$Resource$Projects$Locations$Imageimports$List, options: MethodOptions | BodyResponseCallback<Schema$ListImageImportsResponse>, callback: BodyResponseCallback<Schema$ListImageImportsResponse>): void;
2981
+ list(params: Params$Resource$Projects$Locations$Imageimports$List, callback: BodyResponseCallback<Schema$ListImageImportsResponse>): void;
2982
+ list(callback: BodyResponseCallback<Schema$ListImageImportsResponse>): void;
2983
+ }
2984
+ export interface Params$Resource$Projects$Locations$Imageimports$Create extends StandardParameters {
2985
+ /**
2986
+ * 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.
2987
+ */
2988
+ imageImportId?: string;
2989
+ /**
2990
+ * Required. The ImageImport's parent.
2991
+ */
2992
+ parent?: string;
2993
+ /**
2994
+ * Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
2995
+ */
2996
+ requestId?: string;
2997
+ /**
2998
+ * Request body metadata
2999
+ */
3000
+ requestBody?: Schema$ImageImport;
3001
+ }
3002
+ export interface Params$Resource$Projects$Locations$Imageimports$Delete extends StandardParameters {
3003
+ /**
3004
+ * Required. The ImageImport name.
3005
+ */
3006
+ name?: string;
3007
+ /**
3008
+ * Optional. A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3009
+ */
3010
+ requestId?: string;
3011
+ }
3012
+ export interface Params$Resource$Projects$Locations$Imageimports$Get extends StandardParameters {
3013
+ /**
3014
+ * Required. The ImageImport name.
3015
+ */
3016
+ name?: string;
3017
+ }
3018
+ export interface Params$Resource$Projects$Locations$Imageimports$List extends StandardParameters {
3019
+ /**
3020
+ * Optional. The filter request (according to https://google.aip.dev/160).
3021
+ */
3022
+ filter?: string;
3023
+ /**
3024
+ * Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
3025
+ */
3026
+ orderBy?: string;
3027
+ /**
3028
+ * Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
3029
+ */
3030
+ pageSize?: number;
3031
+ /**
3032
+ * Optional. A page token, received from a previous `ListImageImports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListImageImports` must match the call that provided the page token.
3033
+ */
3034
+ pageToken?: string;
3035
+ /**
3036
+ * Required. The parent, which owns this collection of targets.
3037
+ */
3038
+ parent?: string;
3039
+ }
3040
+ export class Resource$Projects$Locations$Imageimports$Imageimportjobs {
3041
+ context: APIRequestContext;
3042
+ constructor(context: APIRequestContext);
3043
+ /**
3044
+ * Initiates the cancellation of a running clone job.
3045
+ *
3046
+ * @param params - Parameters for request
3047
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
3048
+ * @param callback - Optional callback that handles the response.
3049
+ * @returns A promise if used with async/await, or void if used with a callback.
3050
+ */
3051
+ cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: StreamMethodOptions): GaxiosPromise<Readable>;
3052
+ cancel(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options?: MethodOptions): GaxiosPromise<Schema$Operation>;
3053
+ cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
3054
+ cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
3055
+ cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, callback: BodyResponseCallback<Schema$Operation>): void;
3056
+ cancel(callback: BodyResponseCallback<Schema$Operation>): void;
3057
+ /**
3058
+ * Gets details of a single ImageImportJob.
3059
+ *
3060
+ * @param params - Parameters for request
3061
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
3062
+ * @param callback - Optional callback that handles the response.
3063
+ * @returns A promise if used with async/await, or void if used with a callback.
3064
+ */
3065
+ get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: StreamMethodOptions): GaxiosPromise<Readable>;
3066
+ get(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options?: MethodOptions): GaxiosPromise<Schema$ImageImportJob>;
3067
+ get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
3068
+ get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: MethodOptions | BodyResponseCallback<Schema$ImageImportJob>, callback: BodyResponseCallback<Schema$ImageImportJob>): void;
3069
+ get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, callback: BodyResponseCallback<Schema$ImageImportJob>): void;
3070
+ get(callback: BodyResponseCallback<Schema$ImageImportJob>): void;
3071
+ /**
3072
+ * Lists ImageImportJobs in a given project.
3073
+ *
3074
+ * @param params - Parameters for request
3075
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
3076
+ * @param callback - Optional callback that handles the response.
3077
+ * @returns A promise if used with async/await, or void if used with a callback.
3078
+ */
3079
+ list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: StreamMethodOptions): GaxiosPromise<Readable>;
3080
+ list(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options?: MethodOptions): GaxiosPromise<Schema$ListImageImportJobsResponse>;
3081
+ list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
3082
+ list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: MethodOptions | BodyResponseCallback<Schema$ListImageImportJobsResponse>, callback: BodyResponseCallback<Schema$ListImageImportJobsResponse>): void;
3083
+ list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, callback: BodyResponseCallback<Schema$ListImageImportJobsResponse>): void;
3084
+ list(callback: BodyResponseCallback<Schema$ListImageImportJobsResponse>): void;
3085
+ }
3086
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel extends StandardParameters {
3087
+ /**
3088
+ * Required. The image import job id.
3089
+ */
3090
+ name?: string;
3091
+ /**
3092
+ * Request body metadata
3093
+ */
3094
+ requestBody?: Schema$CancelImageImportJobRequest;
3095
+ }
3096
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get extends StandardParameters {
3097
+ /**
3098
+ * Required. The ImageImportJob name.
3099
+ */
3100
+ name?: string;
3101
+ }
3102
+ export interface Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List extends StandardParameters {
3103
+ /**
3104
+ * Optional. The filter request (according to https://google.aip.dev/160).
3105
+ */
3106
+ filter?: string;
3107
+ /**
3108
+ * Optional. The order by fields for the result (according to https://google.aip.dev/132#ordering). Currently ordering is only possible by "name" field.
3109
+ */
3110
+ orderBy?: string;
3111
+ /**
3112
+ * Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
3113
+ */
3114
+ pageSize?: number;
3115
+ /**
3116
+ * Optional. A page token, received from a previous `ListImageImportJobs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListImageImportJobs` must match the call that provided the page token.
3117
+ */
3118
+ pageToken?: string;
3119
+ /**
3120
+ * Required. The parent, which owns this collection of targets.
3121
+ */
3122
+ parent?: string;
3123
+ }
2700
3124
  export class Resource$Projects$Locations$Operations {
2701
3125
  context: APIRequestContext;
2702
3126
  constructor(context: APIRequestContext);