We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbca30 commit 72c36f4Copy full SHA for 72c36f4
ansys/api/geometry/v0/commands.proto
@@ -42,8 +42,8 @@ service Commands{
42
rpc AssignMidSurfaceThickness(AssignMidSurfaceThicknessRequest) returns (google.protobuf.Empty);
43
44
rpc AssignMidSurfaceOffsetType(AssignMidSurfaceOffsetTypeRequest) returns (google.protobuf.Empty);
45
-
46
- rpc DownloadFile(google.protobuf.Empty) returns (DownloadFileResponse);
+
+ rpc DownloadFile(google.protobuf.Empty) returns (DownloadFileResponse); // DEPRECATED in 25.2 version
47
48
rpc UploadFile(UploadFileRequest) returns (UploadFileResponse);
49
0 commit comments