Skip to content

Commit 2d898aa

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#99)
Co-authored-by: tfs_caslservice <tfs_caslservice@PDUCASLVM02>
1 parent f24a43b commit 2d898aa

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)