File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1- 5.0.0 -dev0
1+ 5.0.1 -dev0
Original file line number Diff line number Diff line change @@ -302,18 +302,3 @@ message DownloadFileResponse {
302302 string content_md5 = 4 ; // md5 hash of content
303303 Progress progress = 10 ; // download progress
304304}
305-
306- message SimulationResponse {
307- string id = 1 ;
308- bytes logs = 2 ;
309- oneof ResponseType {
310- Progress progress = 10 ;
311- MeltPool melt_pool = 11 ;
312- PorosityResult porosity_result = 13 ;
313- MicrostructureResult microstructure_result = 14 ;
314- ThermalHistoryResult thermal_history_result = 15 ;
315- ThermalStrainResult thermal_strain_result = 16 ;
316- Microstructure3DResult microstructure_3d_result = 17 ;
317- MaterialTuningResult result = 18 ;
318- }
319- }
Original file line number Diff line number Diff line change @@ -41,6 +41,21 @@ message SimulationRequest {
4141 }
4242}
4343
44+ message SimulationResponse {
45+ string id = 1 ;
46+ bytes logs = 2 ; // zip file containing simulation logs
47+ oneof ResponseType {
48+ Progress progress = 10 ;
49+ MeltPool melt_pool = 11 ;
50+ PorosityResult porosity_result = 13 ;
51+ MicrostructureResult microstructure_result = 14 ;
52+ ThermalHistoryResult thermal_history_result = 15 ;
53+ ThermalStrainResult thermal_strain_result = 16 ;
54+ Microstructure3DResult microstructure_3d_result = 17 ;
55+ MaterialTuningResult material_tuning_result = 18 ;
56+ }
57+ }
58+
4459// UploadFileRequest is used to transfer a file in chunks from
4560// a client to the server. Each message should be <= 4MiB
4661// unless the gRPC max receive message size has been changed.
You can’t perform that action at this time.
0 commit comments