Skip to content

Commit fb62d8b

Browse files
yoshi-automationfeywind
authored andcommitted
fix(migrationcenter): update the API
#### migrationcenter:v1alpha1 The following keys were changed: - schemas.AddAssetsToGroupRequest.properties.assets.description #### migrationcenter:v1 The following keys were changed: - schemas.AddAssetsToGroupRequest.properties.assets.description
1 parent 8ec435a commit fb62d8b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/migrationcenter-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@
24122412
}
24132413
}
24142414
},
2415-
"revision": "20250928",
2415+
"revision": "20250930",
24162416
"rootUrl": "https://migrationcenter.googleapis.com/",
24172417
"schemas": {
24182418
"AddAssetsToGroupRequest": {
@@ -2425,7 +2425,7 @@
24252425
},
24262426
"assets": {
24272427
"$ref": "AssetList",
2428-
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000."
2428+
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000."
24292429
},
24302430
"requestId": {
24312431
"description": "Optional. An optional 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 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).",

discovery/migrationcenter-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@
25592559
}
25602560
}
25612561
},
2562-
"revision": "20250928",
2562+
"revision": "20250930",
25632563
"rootUrl": "https://migrationcenter.googleapis.com/",
25642564
"schemas": {
25652565
"AddAssetsToGroupRequest": {
@@ -2572,7 +2572,7 @@
25722572
},
25732573
"assets": {
25742574
"$ref": "AssetList",
2575-
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000."
2575+
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000."
25762576
},
25772577
"requestId": {
25782578
"description": "Optional. An optional 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 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).",

src/apis/migrationcenter/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export namespace migrationcenter_v1 {
133133
*/
134134
allowExisting?: boolean | null;
135135
/**
136-
* Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000.
136+
* Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000.
137137
*/
138138
assets?: Schema$AssetList;
139139
/**

src/apis/migrationcenter/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export namespace migrationcenter_v1alpha1 {
133133
*/
134134
allowExisting?: boolean | null;
135135
/**
136-
* Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000.
136+
* Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000.
137137
*/
138138
assets?: Schema$AssetList;
139139
/**

0 commit comments

Comments
 (0)