@googleapis/vmmigration 12.2.0 → 13.0.1
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/CHANGELOG.md +18 -0
- package/build/index.d.ts +1 -1
- package/build/index.js.map +1 -1
- package/build/v1.d.ts +119 -119
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +119 -119
- package/build/v1alpha1.js.map +1 -1
- package/index.ts +0 -1
- package/package.json +2 -2
- package/v1.ts +327 -194
- package/v1alpha1.ts +327 -194
package/build/v1alpha1.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="node" />
|
|
2
|
-
import { OAuth2Client, JWT, Compute, UserRefreshClient, BaseExternalAccountClient,
|
|
2
|
+
import { OAuth2Client, JWT, Compute, UserRefreshClient, BaseExternalAccountClient, GaxiosResponseWithHTTP2, GoogleConfigurable, MethodOptions, StreamMethodOptions, GlobalOptions, GoogleAuth, BodyResponseCallback, APIRequestContext } from 'googleapis-common';
|
|
3
3
|
import { Readable } from 'stream';
|
|
4
4
|
export declare namespace vmmigration_v1alpha1 {
|
|
5
5
|
export interface Options extends GlobalOptions {
|
|
@@ -2854,8 +2854,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2854
2854
|
* @param callback - Optional callback that handles the response.
|
|
2855
2855
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2856
2856
|
*/
|
|
2857
|
-
get(params: Params$Resource$Projects$Locations$Get, options: StreamMethodOptions):
|
|
2858
|
-
get(params?: Params$Resource$Projects$Locations$Get, options?: MethodOptions):
|
|
2857
|
+
get(params: Params$Resource$Projects$Locations$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2858
|
+
get(params?: Params$Resource$Projects$Locations$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Location>>;
|
|
2859
2859
|
get(params: Params$Resource$Projects$Locations$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2860
2860
|
get(params: Params$Resource$Projects$Locations$Get, options: MethodOptions | BodyResponseCallback<Schema$Location>, callback: BodyResponseCallback<Schema$Location>): void;
|
|
2861
2861
|
get(params: Params$Resource$Projects$Locations$Get, callback: BodyResponseCallback<Schema$Location>): void;
|
|
@@ -2868,8 +2868,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2868
2868
|
* @param callback - Optional callback that handles the response.
|
|
2869
2869
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2870
2870
|
*/
|
|
2871
|
-
list(params: Params$Resource$Projects$Locations$List, options: StreamMethodOptions):
|
|
2872
|
-
list(params?: Params$Resource$Projects$Locations$List, options?: MethodOptions):
|
|
2871
|
+
list(params: Params$Resource$Projects$Locations$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2872
|
+
list(params?: Params$Resource$Projects$Locations$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListLocationsResponse>>;
|
|
2873
2873
|
list(params: Params$Resource$Projects$Locations$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2874
2874
|
list(params: Params$Resource$Projects$Locations$List, options: MethodOptions | BodyResponseCallback<Schema$ListLocationsResponse>, callback: BodyResponseCallback<Schema$ListLocationsResponse>): void;
|
|
2875
2875
|
list(params: Params$Resource$Projects$Locations$List, callback: BodyResponseCallback<Schema$ListLocationsResponse>): void;
|
|
@@ -2914,8 +2914,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2914
2914
|
* @param callback - Optional callback that handles the response.
|
|
2915
2915
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2916
2916
|
*/
|
|
2917
|
-
addGroupMigration(params: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options: StreamMethodOptions):
|
|
2918
|
-
addGroupMigration(params?: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options?: MethodOptions):
|
|
2917
|
+
addGroupMigration(params: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2918
|
+
addGroupMigration(params?: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
2919
2919
|
addGroupMigration(params: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2920
2920
|
addGroupMigration(params: Params$Resource$Projects$Locations$Groups$Addgroupmigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
2921
2921
|
addGroupMigration(params: Params$Resource$Projects$Locations$Groups$Addgroupmigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -2928,8 +2928,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2928
2928
|
* @param callback - Optional callback that handles the response.
|
|
2929
2929
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2930
2930
|
*/
|
|
2931
|
-
create(params: Params$Resource$Projects$Locations$Groups$Create, options: StreamMethodOptions):
|
|
2932
|
-
create(params?: Params$Resource$Projects$Locations$Groups$Create, options?: MethodOptions):
|
|
2931
|
+
create(params: Params$Resource$Projects$Locations$Groups$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2932
|
+
create(params?: Params$Resource$Projects$Locations$Groups$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
2933
2933
|
create(params: Params$Resource$Projects$Locations$Groups$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2934
2934
|
create(params: Params$Resource$Projects$Locations$Groups$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
2935
2935
|
create(params: Params$Resource$Projects$Locations$Groups$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -2942,8 +2942,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2942
2942
|
* @param callback - Optional callback that handles the response.
|
|
2943
2943
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2944
2944
|
*/
|
|
2945
|
-
delete(params: Params$Resource$Projects$Locations$Groups$Delete, options: StreamMethodOptions):
|
|
2946
|
-
delete(params?: Params$Resource$Projects$Locations$Groups$Delete, options?: MethodOptions):
|
|
2945
|
+
delete(params: Params$Resource$Projects$Locations$Groups$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2946
|
+
delete(params?: Params$Resource$Projects$Locations$Groups$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
2947
2947
|
delete(params: Params$Resource$Projects$Locations$Groups$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2948
2948
|
delete(params: Params$Resource$Projects$Locations$Groups$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
2949
2949
|
delete(params: Params$Resource$Projects$Locations$Groups$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -2956,8 +2956,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2956
2956
|
* @param callback - Optional callback that handles the response.
|
|
2957
2957
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2958
2958
|
*/
|
|
2959
|
-
get(params: Params$Resource$Projects$Locations$Groups$Get, options: StreamMethodOptions):
|
|
2960
|
-
get(params?: Params$Resource$Projects$Locations$Groups$Get, options?: MethodOptions):
|
|
2959
|
+
get(params: Params$Resource$Projects$Locations$Groups$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2960
|
+
get(params?: Params$Resource$Projects$Locations$Groups$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Group>>;
|
|
2961
2961
|
get(params: Params$Resource$Projects$Locations$Groups$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2962
2962
|
get(params: Params$Resource$Projects$Locations$Groups$Get, options: MethodOptions | BodyResponseCallback<Schema$Group>, callback: BodyResponseCallback<Schema$Group>): void;
|
|
2963
2963
|
get(params: Params$Resource$Projects$Locations$Groups$Get, callback: BodyResponseCallback<Schema$Group>): void;
|
|
@@ -2970,8 +2970,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2970
2970
|
* @param callback - Optional callback that handles the response.
|
|
2971
2971
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2972
2972
|
*/
|
|
2973
|
-
list(params: Params$Resource$Projects$Locations$Groups$List, options: StreamMethodOptions):
|
|
2974
|
-
list(params?: Params$Resource$Projects$Locations$Groups$List, options?: MethodOptions):
|
|
2973
|
+
list(params: Params$Resource$Projects$Locations$Groups$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2974
|
+
list(params?: Params$Resource$Projects$Locations$Groups$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListGroupsResponse>>;
|
|
2975
2975
|
list(params: Params$Resource$Projects$Locations$Groups$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2976
2976
|
list(params: Params$Resource$Projects$Locations$Groups$List, options: MethodOptions | BodyResponseCallback<Schema$ListGroupsResponse>, callback: BodyResponseCallback<Schema$ListGroupsResponse>): void;
|
|
2977
2977
|
list(params: Params$Resource$Projects$Locations$Groups$List, callback: BodyResponseCallback<Schema$ListGroupsResponse>): void;
|
|
@@ -2984,8 +2984,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2984
2984
|
* @param callback - Optional callback that handles the response.
|
|
2985
2985
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
2986
2986
|
*/
|
|
2987
|
-
patch(params: Params$Resource$Projects$Locations$Groups$Patch, options: StreamMethodOptions):
|
|
2988
|
-
patch(params?: Params$Resource$Projects$Locations$Groups$Patch, options?: MethodOptions):
|
|
2987
|
+
patch(params: Params$Resource$Projects$Locations$Groups$Patch, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
2988
|
+
patch(params?: Params$Resource$Projects$Locations$Groups$Patch, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
2989
2989
|
patch(params: Params$Resource$Projects$Locations$Groups$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
2990
2990
|
patch(params: Params$Resource$Projects$Locations$Groups$Patch, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
2991
2991
|
patch(params: Params$Resource$Projects$Locations$Groups$Patch, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -2998,8 +2998,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
2998
2998
|
* @param callback - Optional callback that handles the response.
|
|
2999
2999
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3000
3000
|
*/
|
|
3001
|
-
removeGroupMigration(params: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options: StreamMethodOptions):
|
|
3002
|
-
removeGroupMigration(params?: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options?: MethodOptions):
|
|
3001
|
+
removeGroupMigration(params: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3002
|
+
removeGroupMigration(params?: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3003
3003
|
removeGroupMigration(params: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3004
3004
|
removeGroupMigration(params: Params$Resource$Projects$Locations$Groups$Removegroupmigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3005
3005
|
removeGroupMigration(params: Params$Resource$Projects$Locations$Groups$Removegroupmigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3111,8 +3111,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3111
3111
|
* @param callback - Optional callback that handles the response.
|
|
3112
3112
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3113
3113
|
*/
|
|
3114
|
-
create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: StreamMethodOptions):
|
|
3115
|
-
create(params?: Params$Resource$Projects$Locations$Imageimports$Create, options?: MethodOptions):
|
|
3114
|
+
create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3115
|
+
create(params?: Params$Resource$Projects$Locations$Imageimports$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3116
3116
|
create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3117
3117
|
create(params: Params$Resource$Projects$Locations$Imageimports$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3118
3118
|
create(params: Params$Resource$Projects$Locations$Imageimports$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3125,8 +3125,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3125
3125
|
* @param callback - Optional callback that handles the response.
|
|
3126
3126
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3127
3127
|
*/
|
|
3128
|
-
delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: StreamMethodOptions):
|
|
3129
|
-
delete(params?: Params$Resource$Projects$Locations$Imageimports$Delete, options?: MethodOptions):
|
|
3128
|
+
delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3129
|
+
delete(params?: Params$Resource$Projects$Locations$Imageimports$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3130
3130
|
delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3131
3131
|
delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3132
3132
|
delete(params: Params$Resource$Projects$Locations$Imageimports$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3139,8 +3139,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3139
3139
|
* @param callback - Optional callback that handles the response.
|
|
3140
3140
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3141
3141
|
*/
|
|
3142
|
-
get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: StreamMethodOptions):
|
|
3143
|
-
get(params?: Params$Resource$Projects$Locations$Imageimports$Get, options?: MethodOptions):
|
|
3142
|
+
get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3143
|
+
get(params?: Params$Resource$Projects$Locations$Imageimports$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ImageImport>>;
|
|
3144
3144
|
get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3145
3145
|
get(params: Params$Resource$Projects$Locations$Imageimports$Get, options: MethodOptions | BodyResponseCallback<Schema$ImageImport>, callback: BodyResponseCallback<Schema$ImageImport>): void;
|
|
3146
3146
|
get(params: Params$Resource$Projects$Locations$Imageimports$Get, callback: BodyResponseCallback<Schema$ImageImport>): void;
|
|
@@ -3153,8 +3153,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3153
3153
|
* @param callback - Optional callback that handles the response.
|
|
3154
3154
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3155
3155
|
*/
|
|
3156
|
-
list(params: Params$Resource$Projects$Locations$Imageimports$List, options: StreamMethodOptions):
|
|
3157
|
-
list(params?: Params$Resource$Projects$Locations$Imageimports$List, options?: MethodOptions):
|
|
3156
|
+
list(params: Params$Resource$Projects$Locations$Imageimports$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3157
|
+
list(params?: Params$Resource$Projects$Locations$Imageimports$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListImageImportsResponse>>;
|
|
3158
3158
|
list(params: Params$Resource$Projects$Locations$Imageimports$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3159
3159
|
list(params: Params$Resource$Projects$Locations$Imageimports$List, options: MethodOptions | BodyResponseCallback<Schema$ListImageImportsResponse>, callback: BodyResponseCallback<Schema$ListImageImportsResponse>): void;
|
|
3160
3160
|
list(params: Params$Resource$Projects$Locations$Imageimports$List, callback: BodyResponseCallback<Schema$ListImageImportsResponse>): void;
|
|
@@ -3227,8 +3227,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3227
3227
|
* @param callback - Optional callback that handles the response.
|
|
3228
3228
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3229
3229
|
*/
|
|
3230
|
-
cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: StreamMethodOptions):
|
|
3231
|
-
cancel(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options?: MethodOptions):
|
|
3230
|
+
cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3231
|
+
cancel(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3232
3232
|
cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3233
3233
|
cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3234
3234
|
cancel(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Cancel, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3241,8 +3241,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3241
3241
|
* @param callback - Optional callback that handles the response.
|
|
3242
3242
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3243
3243
|
*/
|
|
3244
|
-
get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: StreamMethodOptions):
|
|
3245
|
-
get(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options?: MethodOptions):
|
|
3244
|
+
get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3245
|
+
get(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ImageImportJob>>;
|
|
3246
3246
|
get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3247
3247
|
get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, options: MethodOptions | BodyResponseCallback<Schema$ImageImportJob>, callback: BodyResponseCallback<Schema$ImageImportJob>): void;
|
|
3248
3248
|
get(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$Get, callback: BodyResponseCallback<Schema$ImageImportJob>): void;
|
|
@@ -3255,8 +3255,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3255
3255
|
* @param callback - Optional callback that handles the response.
|
|
3256
3256
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3257
3257
|
*/
|
|
3258
|
-
list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: StreamMethodOptions):
|
|
3259
|
-
list(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options?: MethodOptions):
|
|
3258
|
+
list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3259
|
+
list(params?: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListImageImportJobsResponse>>;
|
|
3260
3260
|
list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3261
3261
|
list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, options: MethodOptions | BodyResponseCallback<Schema$ListImageImportJobsResponse>, callback: BodyResponseCallback<Schema$ListImageImportJobsResponse>): void;
|
|
3262
3262
|
list(params: Params$Resource$Projects$Locations$Imageimports$Imageimportjobs$List, callback: BodyResponseCallback<Schema$ListImageImportJobsResponse>): void;
|
|
@@ -3311,8 +3311,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3311
3311
|
* @param callback - Optional callback that handles the response.
|
|
3312
3312
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3313
3313
|
*/
|
|
3314
|
-
cancel(params: Params$Resource$Projects$Locations$Operations$Cancel, options: StreamMethodOptions):
|
|
3315
|
-
cancel(params?: Params$Resource$Projects$Locations$Operations$Cancel, options?: MethodOptions):
|
|
3314
|
+
cancel(params: Params$Resource$Projects$Locations$Operations$Cancel, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3315
|
+
cancel(params?: Params$Resource$Projects$Locations$Operations$Cancel, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Empty>>;
|
|
3316
3316
|
cancel(params: Params$Resource$Projects$Locations$Operations$Cancel, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3317
3317
|
cancel(params: Params$Resource$Projects$Locations$Operations$Cancel, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void;
|
|
3318
3318
|
cancel(params: Params$Resource$Projects$Locations$Operations$Cancel, callback: BodyResponseCallback<Schema$Empty>): void;
|
|
@@ -3325,8 +3325,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3325
3325
|
* @param callback - Optional callback that handles the response.
|
|
3326
3326
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3327
3327
|
*/
|
|
3328
|
-
delete(params: Params$Resource$Projects$Locations$Operations$Delete, options: StreamMethodOptions):
|
|
3329
|
-
delete(params?: Params$Resource$Projects$Locations$Operations$Delete, options?: MethodOptions):
|
|
3328
|
+
delete(params: Params$Resource$Projects$Locations$Operations$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3329
|
+
delete(params?: Params$Resource$Projects$Locations$Operations$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Empty>>;
|
|
3330
3330
|
delete(params: Params$Resource$Projects$Locations$Operations$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3331
3331
|
delete(params: Params$Resource$Projects$Locations$Operations$Delete, options: MethodOptions | BodyResponseCallback<Schema$Empty>, callback: BodyResponseCallback<Schema$Empty>): void;
|
|
3332
3332
|
delete(params: Params$Resource$Projects$Locations$Operations$Delete, callback: BodyResponseCallback<Schema$Empty>): void;
|
|
@@ -3339,8 +3339,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3339
3339
|
* @param callback - Optional callback that handles the response.
|
|
3340
3340
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3341
3341
|
*/
|
|
3342
|
-
get(params: Params$Resource$Projects$Locations$Operations$Get, options: StreamMethodOptions):
|
|
3343
|
-
get(params?: Params$Resource$Projects$Locations$Operations$Get, options?: MethodOptions):
|
|
3342
|
+
get(params: Params$Resource$Projects$Locations$Operations$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3343
|
+
get(params?: Params$Resource$Projects$Locations$Operations$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3344
3344
|
get(params: Params$Resource$Projects$Locations$Operations$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3345
3345
|
get(params: Params$Resource$Projects$Locations$Operations$Get, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3346
3346
|
get(params: Params$Resource$Projects$Locations$Operations$Get, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3353,8 +3353,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3353
3353
|
* @param callback - Optional callback that handles the response.
|
|
3354
3354
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3355
3355
|
*/
|
|
3356
|
-
list(params: Params$Resource$Projects$Locations$Operations$List, options: StreamMethodOptions):
|
|
3357
|
-
list(params?: Params$Resource$Projects$Locations$Operations$List, options?: MethodOptions):
|
|
3356
|
+
list(params: Params$Resource$Projects$Locations$Operations$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3357
|
+
list(params?: Params$Resource$Projects$Locations$Operations$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListOperationsResponse>>;
|
|
3358
3358
|
list(params: Params$Resource$Projects$Locations$Operations$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3359
3359
|
list(params: Params$Resource$Projects$Locations$Operations$List, options: MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>, callback: BodyResponseCallback<Schema$ListOperationsResponse>): void;
|
|
3360
3360
|
list(params: Params$Resource$Projects$Locations$Operations$List, callback: BodyResponseCallback<Schema$ListOperationsResponse>): void;
|
|
@@ -3414,8 +3414,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3414
3414
|
* @param callback - Optional callback that handles the response.
|
|
3415
3415
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3416
3416
|
*/
|
|
3417
|
-
create(params: Params$Resource$Projects$Locations$Sources$Create, options: StreamMethodOptions):
|
|
3418
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Create, options?: MethodOptions):
|
|
3417
|
+
create(params: Params$Resource$Projects$Locations$Sources$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3418
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3419
3419
|
create(params: Params$Resource$Projects$Locations$Sources$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3420
3420
|
create(params: Params$Resource$Projects$Locations$Sources$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3421
3421
|
create(params: Params$Resource$Projects$Locations$Sources$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3428,8 +3428,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3428
3428
|
* @param callback - Optional callback that handles the response.
|
|
3429
3429
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3430
3430
|
*/
|
|
3431
|
-
delete(params: Params$Resource$Projects$Locations$Sources$Delete, options: StreamMethodOptions):
|
|
3432
|
-
delete(params?: Params$Resource$Projects$Locations$Sources$Delete, options?: MethodOptions):
|
|
3431
|
+
delete(params: Params$Resource$Projects$Locations$Sources$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3432
|
+
delete(params?: Params$Resource$Projects$Locations$Sources$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3433
3433
|
delete(params: Params$Resource$Projects$Locations$Sources$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3434
3434
|
delete(params: Params$Resource$Projects$Locations$Sources$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3435
3435
|
delete(params: Params$Resource$Projects$Locations$Sources$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3442,8 +3442,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3442
3442
|
* @param callback - Optional callback that handles the response.
|
|
3443
3443
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3444
3444
|
*/
|
|
3445
|
-
fetchInventory(params: Params$Resource$Projects$Locations$Sources$Fetchinventory, options: StreamMethodOptions):
|
|
3446
|
-
fetchInventory(params?: Params$Resource$Projects$Locations$Sources$Fetchinventory, options?: MethodOptions):
|
|
3445
|
+
fetchInventory(params: Params$Resource$Projects$Locations$Sources$Fetchinventory, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3446
|
+
fetchInventory(params?: Params$Resource$Projects$Locations$Sources$Fetchinventory, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$FetchInventoryResponse>>;
|
|
3447
3447
|
fetchInventory(params: Params$Resource$Projects$Locations$Sources$Fetchinventory, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3448
3448
|
fetchInventory(params: Params$Resource$Projects$Locations$Sources$Fetchinventory, options: MethodOptions | BodyResponseCallback<Schema$FetchInventoryResponse>, callback: BodyResponseCallback<Schema$FetchInventoryResponse>): void;
|
|
3449
3449
|
fetchInventory(params: Params$Resource$Projects$Locations$Sources$Fetchinventory, callback: BodyResponseCallback<Schema$FetchInventoryResponse>): void;
|
|
@@ -3456,8 +3456,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3456
3456
|
* @param callback - Optional callback that handles the response.
|
|
3457
3457
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3458
3458
|
*/
|
|
3459
|
-
get(params: Params$Resource$Projects$Locations$Sources$Get, options: StreamMethodOptions):
|
|
3460
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Get, options?: MethodOptions):
|
|
3459
|
+
get(params: Params$Resource$Projects$Locations$Sources$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3460
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Source>>;
|
|
3461
3461
|
get(params: Params$Resource$Projects$Locations$Sources$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3462
3462
|
get(params: Params$Resource$Projects$Locations$Sources$Get, options: MethodOptions | BodyResponseCallback<Schema$Source>, callback: BodyResponseCallback<Schema$Source>): void;
|
|
3463
3463
|
get(params: Params$Resource$Projects$Locations$Sources$Get, callback: BodyResponseCallback<Schema$Source>): void;
|
|
@@ -3470,8 +3470,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3470
3470
|
* @param callback - Optional callback that handles the response.
|
|
3471
3471
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3472
3472
|
*/
|
|
3473
|
-
list(params: Params$Resource$Projects$Locations$Sources$List, options: StreamMethodOptions):
|
|
3474
|
-
list(params?: Params$Resource$Projects$Locations$Sources$List, options?: MethodOptions):
|
|
3473
|
+
list(params: Params$Resource$Projects$Locations$Sources$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3474
|
+
list(params?: Params$Resource$Projects$Locations$Sources$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListSourcesResponse>>;
|
|
3475
3475
|
list(params: Params$Resource$Projects$Locations$Sources$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3476
3476
|
list(params: Params$Resource$Projects$Locations$Sources$List, options: MethodOptions | BodyResponseCallback<Schema$ListSourcesResponse>, callback: BodyResponseCallback<Schema$ListSourcesResponse>): void;
|
|
3477
3477
|
list(params: Params$Resource$Projects$Locations$Sources$List, callback: BodyResponseCallback<Schema$ListSourcesResponse>): void;
|
|
@@ -3484,8 +3484,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3484
3484
|
* @param callback - Optional callback that handles the response.
|
|
3485
3485
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3486
3486
|
*/
|
|
3487
|
-
patch(params: Params$Resource$Projects$Locations$Sources$Patch, options: StreamMethodOptions):
|
|
3488
|
-
patch(params?: Params$Resource$Projects$Locations$Sources$Patch, options?: MethodOptions):
|
|
3487
|
+
patch(params: Params$Resource$Projects$Locations$Sources$Patch, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3488
|
+
patch(params?: Params$Resource$Projects$Locations$Sources$Patch, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3489
3489
|
patch(params: Params$Resource$Projects$Locations$Sources$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3490
3490
|
patch(params: Params$Resource$Projects$Locations$Sources$Patch, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3491
3491
|
patch(params: Params$Resource$Projects$Locations$Sources$Patch, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3594,8 +3594,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3594
3594
|
* @param callback - Optional callback that handles the response.
|
|
3595
3595
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3596
3596
|
*/
|
|
3597
|
-
create(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options: StreamMethodOptions):
|
|
3598
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options?: MethodOptions):
|
|
3597
|
+
create(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3598
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3599
3599
|
create(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3600
3600
|
create(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3601
3601
|
create(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3608,8 +3608,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3608
3608
|
* @param callback - Optional callback that handles the response.
|
|
3609
3609
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3610
3610
|
*/
|
|
3611
|
-
delete(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options: StreamMethodOptions):
|
|
3612
|
-
delete(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options?: MethodOptions):
|
|
3611
|
+
delete(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3612
|
+
delete(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3613
3613
|
delete(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3614
3614
|
delete(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3615
3615
|
delete(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3622,8 +3622,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3622
3622
|
* @param callback - Optional callback that handles the response.
|
|
3623
3623
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3624
3624
|
*/
|
|
3625
|
-
get(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options: StreamMethodOptions):
|
|
3626
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options?: MethodOptions):
|
|
3625
|
+
get(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3626
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$DatacenterConnector>>;
|
|
3627
3627
|
get(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3628
3628
|
get(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, options: MethodOptions | BodyResponseCallback<Schema$DatacenterConnector>, callback: BodyResponseCallback<Schema$DatacenterConnector>): void;
|
|
3629
3629
|
get(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Get, callback: BodyResponseCallback<Schema$DatacenterConnector>): void;
|
|
@@ -3636,8 +3636,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3636
3636
|
* @param callback - Optional callback that handles the response.
|
|
3637
3637
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3638
3638
|
*/
|
|
3639
|
-
list(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options: StreamMethodOptions):
|
|
3640
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options?: MethodOptions):
|
|
3639
|
+
list(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3640
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListDatacenterConnectorsResponse>>;
|
|
3641
3641
|
list(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3642
3642
|
list(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, options: MethodOptions | BodyResponseCallback<Schema$ListDatacenterConnectorsResponse>, callback: BodyResponseCallback<Schema$ListDatacenterConnectorsResponse>): void;
|
|
3643
3643
|
list(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$List, callback: BodyResponseCallback<Schema$ListDatacenterConnectorsResponse>): void;
|
|
@@ -3650,8 +3650,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3650
3650
|
* @param callback - Optional callback that handles the response.
|
|
3651
3651
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3652
3652
|
*/
|
|
3653
|
-
upgradeAppliance(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options: StreamMethodOptions):
|
|
3654
|
-
upgradeAppliance(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options?: MethodOptions):
|
|
3653
|
+
upgradeAppliance(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3654
|
+
upgradeAppliance(params?: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3655
3655
|
upgradeAppliance(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3656
3656
|
upgradeAppliance(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3657
3657
|
upgradeAppliance(params: Params$Resource$Projects$Locations$Sources$Datacenterconnectors$Upgradeappliance, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3737,8 +3737,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3737
3737
|
* @param callback - Optional callback that handles the response.
|
|
3738
3738
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3739
3739
|
*/
|
|
3740
|
-
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options: StreamMethodOptions):
|
|
3741
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options?: MethodOptions):
|
|
3740
|
+
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3741
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3742
3742
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3743
3743
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3744
3744
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3751,8 +3751,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3751
3751
|
* @param callback - Optional callback that handles the response.
|
|
3752
3752
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3753
3753
|
*/
|
|
3754
|
-
delete(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options: StreamMethodOptions):
|
|
3755
|
-
delete(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options?: MethodOptions):
|
|
3754
|
+
delete(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3755
|
+
delete(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3756
3756
|
delete(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3757
3757
|
delete(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3758
3758
|
delete(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3765,8 +3765,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3765
3765
|
* @param callback - Optional callback that handles the response.
|
|
3766
3766
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3767
3767
|
*/
|
|
3768
|
-
finalizeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options: StreamMethodOptions):
|
|
3769
|
-
finalizeMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options?: MethodOptions):
|
|
3768
|
+
finalizeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3769
|
+
finalizeMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3770
3770
|
finalizeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3771
3771
|
finalizeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3772
3772
|
finalizeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Finalizemigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3779,8 +3779,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3779
3779
|
* @param callback - Optional callback that handles the response.
|
|
3780
3780
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3781
3781
|
*/
|
|
3782
|
-
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options: StreamMethodOptions):
|
|
3783
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options?: MethodOptions):
|
|
3782
|
+
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3783
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$MigratingVm>>;
|
|
3784
3784
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3785
3785
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, options: MethodOptions | BodyResponseCallback<Schema$MigratingVm>, callback: BodyResponseCallback<Schema$MigratingVm>): void;
|
|
3786
3786
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Get, callback: BodyResponseCallback<Schema$MigratingVm>): void;
|
|
@@ -3793,8 +3793,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3793
3793
|
* @param callback - Optional callback that handles the response.
|
|
3794
3794
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3795
3795
|
*/
|
|
3796
|
-
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options: StreamMethodOptions):
|
|
3797
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options?: MethodOptions):
|
|
3796
|
+
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3797
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListMigratingVmsResponse>>;
|
|
3798
3798
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3799
3799
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$List, options: MethodOptions | BodyResponseCallback<Schema$ListMigratingVmsResponse>, callback: BodyResponseCallback<Schema$ListMigratingVmsResponse>): void;
|
|
3800
3800
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$List, callback: BodyResponseCallback<Schema$ListMigratingVmsResponse>): void;
|
|
@@ -3807,8 +3807,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3807
3807
|
* @param callback - Optional callback that handles the response.
|
|
3808
3808
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3809
3809
|
*/
|
|
3810
|
-
patch(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options: StreamMethodOptions):
|
|
3811
|
-
patch(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options?: MethodOptions):
|
|
3810
|
+
patch(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3811
|
+
patch(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3812
3812
|
patch(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3813
3813
|
patch(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3814
3814
|
patch(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Patch, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3821,8 +3821,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3821
3821
|
* @param callback - Optional callback that handles the response.
|
|
3822
3822
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3823
3823
|
*/
|
|
3824
|
-
pauseMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options: StreamMethodOptions):
|
|
3825
|
-
pauseMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options?: MethodOptions):
|
|
3824
|
+
pauseMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3825
|
+
pauseMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3826
3826
|
pauseMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3827
3827
|
pauseMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3828
3828
|
pauseMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Pausemigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3835,8 +3835,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3835
3835
|
* @param callback - Optional callback that handles the response.
|
|
3836
3836
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3837
3837
|
*/
|
|
3838
|
-
resumeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options: StreamMethodOptions):
|
|
3839
|
-
resumeMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options?: MethodOptions):
|
|
3838
|
+
resumeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3839
|
+
resumeMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3840
3840
|
resumeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3841
3841
|
resumeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3842
3842
|
resumeMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Resumemigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3849,8 +3849,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3849
3849
|
* @param callback - Optional callback that handles the response.
|
|
3850
3850
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3851
3851
|
*/
|
|
3852
|
-
startMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options: StreamMethodOptions):
|
|
3853
|
-
startMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options?: MethodOptions):
|
|
3852
|
+
startMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3853
|
+
startMigration(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3854
3854
|
startMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3855
3855
|
startMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3856
3856
|
startMigration(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Startmigration, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3985,8 +3985,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3985
3985
|
* @param callback - Optional callback that handles the response.
|
|
3986
3986
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
3987
3987
|
*/
|
|
3988
|
-
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options: StreamMethodOptions):
|
|
3989
|
-
cancel(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options?: MethodOptions):
|
|
3988
|
+
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
3989
|
+
cancel(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
3990
3990
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
3991
3991
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
3992
3992
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Cancel, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -3999,8 +3999,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
3999
3999
|
* @param callback - Optional callback that handles the response.
|
|
4000
4000
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4001
4001
|
*/
|
|
4002
|
-
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options: StreamMethodOptions):
|
|
4003
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options?: MethodOptions):
|
|
4002
|
+
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4003
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4004
4004
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4005
4005
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4006
4006
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4013,8 +4013,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4013
4013
|
* @param callback - Optional callback that handles the response.
|
|
4014
4014
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4015
4015
|
*/
|
|
4016
|
-
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options: StreamMethodOptions):
|
|
4017
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options?: MethodOptions):
|
|
4016
|
+
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4017
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$CloneJob>>;
|
|
4018
4018
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4019
4019
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, options: MethodOptions | BodyResponseCallback<Schema$CloneJob>, callback: BodyResponseCallback<Schema$CloneJob>): void;
|
|
4020
4020
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$Get, callback: BodyResponseCallback<Schema$CloneJob>): void;
|
|
@@ -4027,8 +4027,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4027
4027
|
* @param callback - Optional callback that handles the response.
|
|
4028
4028
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4029
4029
|
*/
|
|
4030
|
-
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options: StreamMethodOptions):
|
|
4031
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options?: MethodOptions):
|
|
4030
|
+
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4031
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListCloneJobsResponse>>;
|
|
4032
4032
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4033
4033
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, options: MethodOptions | BodyResponseCallback<Schema$ListCloneJobsResponse>, callback: BodyResponseCallback<Schema$ListCloneJobsResponse>): void;
|
|
4034
4034
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Clonejobs$List, callback: BodyResponseCallback<Schema$ListCloneJobsResponse>): void;
|
|
@@ -4101,8 +4101,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4101
4101
|
* @param callback - Optional callback that handles the response.
|
|
4102
4102
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4103
4103
|
*/
|
|
4104
|
-
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options: StreamMethodOptions):
|
|
4105
|
-
cancel(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options?: MethodOptions):
|
|
4104
|
+
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4105
|
+
cancel(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4106
4106
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4107
4107
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4108
4108
|
cancel(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Cancel, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4115,8 +4115,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4115
4115
|
* @param callback - Optional callback that handles the response.
|
|
4116
4116
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4117
4117
|
*/
|
|
4118
|
-
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options: StreamMethodOptions):
|
|
4119
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options?: MethodOptions):
|
|
4118
|
+
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4119
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4120
4120
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4121
4121
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4122
4122
|
create(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4129,8 +4129,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4129
4129
|
* @param callback - Optional callback that handles the response.
|
|
4130
4130
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4131
4131
|
*/
|
|
4132
|
-
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options: StreamMethodOptions):
|
|
4133
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options?: MethodOptions):
|
|
4132
|
+
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4133
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$CutoverJob>>;
|
|
4134
4134
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4135
4135
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, options: MethodOptions | BodyResponseCallback<Schema$CutoverJob>, callback: BodyResponseCallback<Schema$CutoverJob>): void;
|
|
4136
4136
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$Get, callback: BodyResponseCallback<Schema$CutoverJob>): void;
|
|
@@ -4143,8 +4143,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4143
4143
|
* @param callback - Optional callback that handles the response.
|
|
4144
4144
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4145
4145
|
*/
|
|
4146
|
-
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options: StreamMethodOptions):
|
|
4147
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options?: MethodOptions):
|
|
4146
|
+
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4147
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListCutoverJobsResponse>>;
|
|
4148
4148
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4149
4149
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, options: MethodOptions | BodyResponseCallback<Schema$ListCutoverJobsResponse>, callback: BodyResponseCallback<Schema$ListCutoverJobsResponse>): void;
|
|
4150
4150
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Cutoverjobs$List, callback: BodyResponseCallback<Schema$ListCutoverJobsResponse>): void;
|
|
@@ -4217,8 +4217,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4217
4217
|
* @param callback - Optional callback that handles the response.
|
|
4218
4218
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4219
4219
|
*/
|
|
4220
|
-
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options: StreamMethodOptions):
|
|
4221
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options?: MethodOptions):
|
|
4220
|
+
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4221
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ReplicationCycle>>;
|
|
4222
4222
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4223
4223
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, options: MethodOptions | BodyResponseCallback<Schema$ReplicationCycle>, callback: BodyResponseCallback<Schema$ReplicationCycle>): void;
|
|
4224
4224
|
get(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$Get, callback: BodyResponseCallback<Schema$ReplicationCycle>): void;
|
|
@@ -4231,8 +4231,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4231
4231
|
* @param callback - Optional callback that handles the response.
|
|
4232
4232
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4233
4233
|
*/
|
|
4234
|
-
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options: StreamMethodOptions):
|
|
4235
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options?: MethodOptions):
|
|
4234
|
+
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4235
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListReplicationCyclesResponse>>;
|
|
4236
4236
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4237
4237
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, options: MethodOptions | BodyResponseCallback<Schema$ListReplicationCyclesResponse>, callback: BodyResponseCallback<Schema$ListReplicationCyclesResponse>): void;
|
|
4238
4238
|
list(params: Params$Resource$Projects$Locations$Sources$Migratingvms$Replicationcycles$List, callback: BodyResponseCallback<Schema$ListReplicationCyclesResponse>): void;
|
|
@@ -4277,8 +4277,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4277
4277
|
* @param callback - Optional callback that handles the response.
|
|
4278
4278
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4279
4279
|
*/
|
|
4280
|
-
create(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options: StreamMethodOptions):
|
|
4281
|
-
create(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options?: MethodOptions):
|
|
4280
|
+
create(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4281
|
+
create(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4282
4282
|
create(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4283
4283
|
create(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4284
4284
|
create(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4291,8 +4291,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4291
4291
|
* @param callback - Optional callback that handles the response.
|
|
4292
4292
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4293
4293
|
*/
|
|
4294
|
-
delete(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options: StreamMethodOptions):
|
|
4295
|
-
delete(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options?: MethodOptions):
|
|
4294
|
+
delete(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4295
|
+
delete(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4296
4296
|
delete(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4297
4297
|
delete(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4298
4298
|
delete(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4305,8 +4305,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4305
4305
|
* @param callback - Optional callback that handles the response.
|
|
4306
4306
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4307
4307
|
*/
|
|
4308
|
-
get(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options: StreamMethodOptions):
|
|
4309
|
-
get(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options?: MethodOptions):
|
|
4308
|
+
get(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4309
|
+
get(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$UtilizationReport>>;
|
|
4310
4310
|
get(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4311
4311
|
get(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, options: MethodOptions | BodyResponseCallback<Schema$UtilizationReport>, callback: BodyResponseCallback<Schema$UtilizationReport>): void;
|
|
4312
4312
|
get(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$Get, callback: BodyResponseCallback<Schema$UtilizationReport>): void;
|
|
@@ -4319,8 +4319,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4319
4319
|
* @param callback - Optional callback that handles the response.
|
|
4320
4320
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4321
4321
|
*/
|
|
4322
|
-
list(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options: StreamMethodOptions):
|
|
4323
|
-
list(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options?: MethodOptions):
|
|
4322
|
+
list(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4323
|
+
list(params?: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListUtilizationReportsResponse>>;
|
|
4324
4324
|
list(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4325
4325
|
list(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, options: MethodOptions | BodyResponseCallback<Schema$ListUtilizationReportsResponse>, callback: BodyResponseCallback<Schema$ListUtilizationReportsResponse>): void;
|
|
4326
4326
|
list(params: Params$Resource$Projects$Locations$Sources$Utilizationreports$List, callback: BodyResponseCallback<Schema$ListUtilizationReportsResponse>): void;
|
|
@@ -4401,8 +4401,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4401
4401
|
* @param callback - Optional callback that handles the response.
|
|
4402
4402
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4403
4403
|
*/
|
|
4404
|
-
create(params: Params$Resource$Projects$Locations$Targetprojects$Create, options: StreamMethodOptions):
|
|
4405
|
-
create(params?: Params$Resource$Projects$Locations$Targetprojects$Create, options?: MethodOptions):
|
|
4404
|
+
create(params: Params$Resource$Projects$Locations$Targetprojects$Create, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4405
|
+
create(params?: Params$Resource$Projects$Locations$Targetprojects$Create, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4406
4406
|
create(params: Params$Resource$Projects$Locations$Targetprojects$Create, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4407
4407
|
create(params: Params$Resource$Projects$Locations$Targetprojects$Create, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4408
4408
|
create(params: Params$Resource$Projects$Locations$Targetprojects$Create, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4415,8 +4415,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4415
4415
|
* @param callback - Optional callback that handles the response.
|
|
4416
4416
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4417
4417
|
*/
|
|
4418
|
-
delete(params: Params$Resource$Projects$Locations$Targetprojects$Delete, options: StreamMethodOptions):
|
|
4419
|
-
delete(params?: Params$Resource$Projects$Locations$Targetprojects$Delete, options?: MethodOptions):
|
|
4418
|
+
delete(params: Params$Resource$Projects$Locations$Targetprojects$Delete, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4419
|
+
delete(params?: Params$Resource$Projects$Locations$Targetprojects$Delete, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4420
4420
|
delete(params: Params$Resource$Projects$Locations$Targetprojects$Delete, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4421
4421
|
delete(params: Params$Resource$Projects$Locations$Targetprojects$Delete, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4422
4422
|
delete(params: Params$Resource$Projects$Locations$Targetprojects$Delete, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
@@ -4429,8 +4429,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4429
4429
|
* @param callback - Optional callback that handles the response.
|
|
4430
4430
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4431
4431
|
*/
|
|
4432
|
-
get(params: Params$Resource$Projects$Locations$Targetprojects$Get, options: StreamMethodOptions):
|
|
4433
|
-
get(params?: Params$Resource$Projects$Locations$Targetprojects$Get, options?: MethodOptions):
|
|
4432
|
+
get(params: Params$Resource$Projects$Locations$Targetprojects$Get, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4433
|
+
get(params?: Params$Resource$Projects$Locations$Targetprojects$Get, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$TargetProject>>;
|
|
4434
4434
|
get(params: Params$Resource$Projects$Locations$Targetprojects$Get, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4435
4435
|
get(params: Params$Resource$Projects$Locations$Targetprojects$Get, options: MethodOptions | BodyResponseCallback<Schema$TargetProject>, callback: BodyResponseCallback<Schema$TargetProject>): void;
|
|
4436
4436
|
get(params: Params$Resource$Projects$Locations$Targetprojects$Get, callback: BodyResponseCallback<Schema$TargetProject>): void;
|
|
@@ -4443,8 +4443,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4443
4443
|
* @param callback - Optional callback that handles the response.
|
|
4444
4444
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4445
4445
|
*/
|
|
4446
|
-
list(params: Params$Resource$Projects$Locations$Targetprojects$List, options: StreamMethodOptions):
|
|
4447
|
-
list(params?: Params$Resource$Projects$Locations$Targetprojects$List, options?: MethodOptions):
|
|
4446
|
+
list(params: Params$Resource$Projects$Locations$Targetprojects$List, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4447
|
+
list(params?: Params$Resource$Projects$Locations$Targetprojects$List, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$ListTargetProjectsResponse>>;
|
|
4448
4448
|
list(params: Params$Resource$Projects$Locations$Targetprojects$List, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4449
4449
|
list(params: Params$Resource$Projects$Locations$Targetprojects$List, options: MethodOptions | BodyResponseCallback<Schema$ListTargetProjectsResponse>, callback: BodyResponseCallback<Schema$ListTargetProjectsResponse>): void;
|
|
4450
4450
|
list(params: Params$Resource$Projects$Locations$Targetprojects$List, callback: BodyResponseCallback<Schema$ListTargetProjectsResponse>): void;
|
|
@@ -4457,8 +4457,8 @@ export declare namespace vmmigration_v1alpha1 {
|
|
|
4457
4457
|
* @param callback - Optional callback that handles the response.
|
|
4458
4458
|
* @returns A promise if used with async/await, or void if used with a callback.
|
|
4459
4459
|
*/
|
|
4460
|
-
patch(params: Params$Resource$Projects$Locations$Targetprojects$Patch, options: StreamMethodOptions):
|
|
4461
|
-
patch(params?: Params$Resource$Projects$Locations$Targetprojects$Patch, options?: MethodOptions):
|
|
4460
|
+
patch(params: Params$Resource$Projects$Locations$Targetprojects$Patch, options: StreamMethodOptions): Promise<GaxiosResponseWithHTTP2<Readable>>;
|
|
4461
|
+
patch(params?: Params$Resource$Projects$Locations$Targetprojects$Patch, options?: MethodOptions): Promise<GaxiosResponseWithHTTP2<Schema$Operation>>;
|
|
4462
4462
|
patch(params: Params$Resource$Projects$Locations$Targetprojects$Patch, options: StreamMethodOptions | BodyResponseCallback<Readable>, callback: BodyResponseCallback<Readable>): void;
|
|
4463
4463
|
patch(params: Params$Resource$Projects$Locations$Targetprojects$Patch, options: MethodOptions | BodyResponseCallback<Schema$Operation>, callback: BodyResponseCallback<Schema$Operation>): void;
|
|
4464
4464
|
patch(params: Params$Resource$Projects$Locations$Targetprojects$Patch, callback: BodyResponseCallback<Schema$Operation>): void;
|