Skip to content

Commit d4e117f

Browse files
feat(migrationcenter): update the api
#### migrationcenter:v1alpha1 The following keys were added: - schemas.OutputFile.properties.xlsxOutputFile (Total Keys: 2) - schemas.SignedUriDestination.properties.fileFormat.type (Total Keys: 1) - schemas.XlsxOutputFile (Total Keys: 4)
1 parent 9aa6d7d commit d4e117f

File tree

2 files changed

+55
-2
lines changed

2 files changed

+55
-2
lines changed

docs/dyn/migrationcenter_v1alpha1.projects.locations.assetsExportJobs.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ <h3>Method Details</h3>
155155
},
156156
},
157157
&quot;fileSizeBytes&quot;: 42, # Output only. File size in bytes.
158+
&quot;xlsxOutputFile&quot;: { # Contains a single output file of type XLSX. # Output only. XLSX output file.
159+
&quot;signedUri&quot;: { # Contains a signed URI. # Output only. Signed URI destination.
160+
&quot;file&quot;: &quot;A String&quot;, # Output only. Name of the file the Signed URI references.
161+
&quot;uri&quot;: &quot;A String&quot;, # Output only. Download URI for the file.
162+
},
163+
},
158164
},
159165
],
160166
},
@@ -172,6 +178,7 @@ <h3>Method Details</h3>
172178
],
173179
&quot;showHidden&quot;: True or False, # Optional. When this value is set to &#x27;true&#x27; the response will include all assets, including those that are hidden.
174180
&quot;signedUriDestination&quot;: { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
181+
&quot;fileFormat&quot;: &quot;A String&quot;, # Required. The file format to export.
175182
},
176183
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Resource update time.
177184
}
@@ -301,6 +308,12 @@ <h3>Method Details</h3>
301308
},
302309
},
303310
&quot;fileSizeBytes&quot;: 42, # Output only. File size in bytes.
311+
&quot;xlsxOutputFile&quot;: { # Contains a single output file of type XLSX. # Output only. XLSX output file.
312+
&quot;signedUri&quot;: { # Contains a signed URI. # Output only. Signed URI destination.
313+
&quot;file&quot;: &quot;A String&quot;, # Output only. Name of the file the Signed URI references.
314+
&quot;uri&quot;: &quot;A String&quot;, # Output only. Download URI for the file.
315+
},
316+
},
304317
},
305318
],
306319
},
@@ -318,6 +331,7 @@ <h3>Method Details</h3>
318331
],
319332
&quot;showHidden&quot;: True or False, # Optional. When this value is set to &#x27;true&#x27; the response will include all assets, including those that are hidden.
320333
&quot;signedUriDestination&quot;: { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
334+
&quot;fileFormat&quot;: &quot;A String&quot;, # Required. The file format to export.
321335
},
322336
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Resource update time.
323337
}</pre>
@@ -386,6 +400,12 @@ <h3>Method Details</h3>
386400
},
387401
},
388402
&quot;fileSizeBytes&quot;: 42, # Output only. File size in bytes.
403+
&quot;xlsxOutputFile&quot;: { # Contains a single output file of type XLSX. # Output only. XLSX output file.
404+
&quot;signedUri&quot;: { # Contains a signed URI. # Output only. Signed URI destination.
405+
&quot;file&quot;: &quot;A String&quot;, # Output only. Name of the file the Signed URI references.
406+
&quot;uri&quot;: &quot;A String&quot;, # Output only. Download URI for the file.
407+
},
408+
},
389409
},
390410
],
391411
},
@@ -403,6 +423,7 @@ <h3>Method Details</h3>
403423
],
404424
&quot;showHidden&quot;: True or False, # Optional. When this value is set to &#x27;true&#x27; the response will include all assets, including those that are hidden.
405425
&quot;signedUriDestination&quot;: { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
426+
&quot;fileFormat&quot;: &quot;A String&quot;, # Required. The file format to export.
406427
},
407428
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Resource update time.
408429
},

googleapiclient/discovery_cache/documents/migrationcenter.v1alpha1.json

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,7 +2548,7 @@
25482548
}
25492549
}
25502550
},
2551-
"revision": "20241205",
2551+
"revision": "20241212",
25522552
"rootUrl": "https://migrationcenter.googleapis.com/",
25532553
"schemas": {
25542554
"AddAssetsToGroupRequest": {
@@ -6620,6 +6620,11 @@ false
66206620
"format": "int32",
66216621
"readOnly": true,
66226622
"type": "integer"
6623+
},
6624+
"xlsxOutputFile": {
6625+
"$ref": "XlsxOutputFile",
6626+
"description": "Output only. XLSX output file.",
6627+
"readOnly": true
66236628
}
66246629
},
66256630
"type": "object"
@@ -7858,7 +7863,22 @@ false
78587863
"SignedUriDestination": {
78597864
"description": "Signed URI destination configuration.",
78607865
"id": "SignedUriDestination",
7861-
"properties": {},
7866+
"properties": {
7867+
"fileFormat": {
7868+
"description": "Required. The file format to export.",
7869+
"enum": [
7870+
"FILE_FORMAT_UNSPECIFIED",
7871+
"CSV",
7872+
"XLSX"
7873+
],
7874+
"enumDescriptions": [
7875+
"Unspecified file format will be treated as CSV.",
7876+
"CSV file format.",
7877+
"XLSX file format which used in Excel."
7878+
],
7879+
"type": "string"
7880+
}
7881+
},
78627882
"type": "object"
78637883
},
78647884
"SignedUris": {
@@ -8798,6 +8818,18 @@ false
87988818
}
87998819
},
88008820
"type": "object"
8821+
},
8822+
"XlsxOutputFile": {
8823+
"description": "Contains a single output file of type XLSX.",
8824+
"id": "XlsxOutputFile",
8825+
"properties": {
8826+
"signedUri": {
8827+
"$ref": "SignedUri",
8828+
"description": "Output only. Signed URI destination.",
8829+
"readOnly": true
8830+
}
8831+
},
8832+
"type": "object"
88018833
}
88028834
},
88038835
"servicePath": "",

0 commit comments

Comments
 (0)