Skip to content

Commit 15998f7

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(migrationcenter): update the API
#### migrationcenter:v1alpha1 The following keys were changed: - schemas.OutputFile.properties.fileSizeBytes.format - schemas.OutputFile.properties.fileSizeBytes.type
1 parent 117a719 commit 15998f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/migrationcenter-v1alpha1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2554,7 +2554,7 @@
25542554
}
25552555
}
25562556
},
2557-
"revision": "20250710",
2557+
"revision": "20250724",
25582558
"rootUrl": "https://migrationcenter.googleapis.com/",
25592559
"schemas": {
25602560
"AddAssetsToGroupRequest": {
@@ -6874,9 +6874,9 @@
68746874
},
68756875
"fileSizeBytes": {
68766876
"description": "Output only. File size in bytes.",
6877-
"format": "int32",
6877+
"format": "int64",
68786878
"readOnly": true,
6879-
"type": "integer"
6879+
"type": "string"
68806880
},
68816881
"xlsxOutputFile": {
68826882
"$ref": "XlsxOutputFile",

src/apis/migrationcenter/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,7 @@ export namespace migrationcenter_v1alpha1 {
29782978
/**
29792979
* Output only. File size in bytes.
29802980
*/
2981-
fileSizeBytes?: number | null;
2981+
fileSizeBytes?: string | null;
29822982
/**
29832983
* Output only. XLSX output file.
29842984
*/

0 commit comments

Comments
 (0)