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 f24a43b commit 2d898aaCopy full SHA for 2d898aa
ansys/api/geometry/v0/unsupported.proto
@@ -0,0 +1,18 @@
1
+// Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+syntax = "proto3";
3
+
4
+package ansys.api.geometry.v0.unsupported;
5
6
+import "ansys/api/dbu/v0/dbumodels.proto";
7
8
+option csharp_namespace = "Ansys.Api.Geometry.V0.Unsupported";
9
10
+service Unsupported {
11
12
+ // Turns the beep sound on or off
13
+ rpc SetSoundEnabled(SoundEnabledRequest) returns(ansys.api.dbu.v0.RequestResult);
14
+}
15
16
+message SoundEnabledRequest {
17
+ bool enabled = 1;
18
0 commit comments