You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/migrationcenter_v1alpha1.projects.locations.assetsExportJobs.html
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,12 @@ <h3>Method Details</h3>
155
155
},
156
156
},
157
157
"fileSizeBytes": 42, # Output only. File size in bytes.
158
+
"xlsxOutputFile": { # Contains a single output file of type XLSX. # Output only. XLSX output file.
159
+
"signedUri": { # Contains a signed URI. # Output only. Signed URI destination.
160
+
"file": "A String", # Output only. Name of the file the Signed URI references.
161
+
"uri": "A String", # Output only. Download URI for the file.
162
+
},
163
+
},
158
164
},
159
165
],
160
166
},
@@ -172,6 +178,7 @@ <h3>Method Details</h3>
172
178
],
173
179
"showHidden": True or False, # Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.
174
180
"signedUriDestination": { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
181
+
"fileFormat": "A String", # Required. The file format to export.
"fileSizeBytes": 42, # Output only. File size in bytes.
311
+
"xlsxOutputFile": { # Contains a single output file of type XLSX. # Output only. XLSX output file.
312
+
"signedUri": { # Contains a signed URI. # Output only. Signed URI destination.
313
+
"file": "A String", # Output only. Name of the file the Signed URI references.
314
+
"uri": "A String", # Output only. Download URI for the file.
315
+
},
316
+
},
304
317
},
305
318
],
306
319
},
@@ -318,6 +331,7 @@ <h3>Method Details</h3>
318
331
],
319
332
"showHidden": True or False, # Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.
320
333
"signedUriDestination": { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
334
+
"fileFormat": "A String", # Required. The file format to export.
"fileSizeBytes": 42, # Output only. File size in bytes.
403
+
"xlsxOutputFile": { # Contains a single output file of type XLSX. # Output only. XLSX output file.
404
+
"signedUri": { # Contains a signed URI. # Output only. Signed URI destination.
405
+
"file": "A String", # Output only. Name of the file the Signed URI references.
406
+
"uri": "A String", # Output only. Download URI for the file.
407
+
},
408
+
},
389
409
},
390
410
],
391
411
},
@@ -403,6 +423,7 @@ <h3>Method Details</h3>
403
423
],
404
424
"showHidden": True or False, # Optional. When this value is set to 'true' the response will include all assets, including those that are hidden.
405
425
"signedUriDestination": { # Signed URI destination configuration. # Export to Cloud Storage files downloadable using signed URIs.
426
+
"fileFormat": "A String", # Required. The file format to export.
0 commit comments