mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
initial import from steam-vent repo
This commit is contained in:
commit
d936a6049b
237 changed files with 607341 additions and 0 deletions
45
steam/protos/steammessages_unified_base.steamclient.proto
Normal file
45
steam/protos/steammessages_unified_base.steamclient.proto
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = false;
|
||||
|
||||
extend .google.protobuf.MessageOptions {
|
||||
optional string message_description = 51000;
|
||||
optional bool force_emit_message = 50026 [default = false];
|
||||
}
|
||||
|
||||
extend .google.protobuf.FieldOptions {
|
||||
optional string description = 50000;
|
||||
}
|
||||
|
||||
extend .google.protobuf.ServiceOptions {
|
||||
optional string service_description = 50000;
|
||||
optional .EProtoExecutionSite service_execution_site = 50008 [default = k_EProtoExecutionSiteUnknown];
|
||||
optional .EProtoServiceType service_type = 50025 [default = k_EProtoServiceTypeSteamMessages];
|
||||
optional bool force_emit_service = 50026 [default = false];
|
||||
}
|
||||
|
||||
extend .google.protobuf.MethodOptions {
|
||||
optional string method_description = 50000;
|
||||
}
|
||||
|
||||
extend .google.protobuf.EnumOptions {
|
||||
optional string enum_description = 50000;
|
||||
}
|
||||
|
||||
extend .google.protobuf.EnumValueOptions {
|
||||
optional string enum_value_description = 50000;
|
||||
}
|
||||
|
||||
enum EProtoExecutionSite {
|
||||
k_EProtoExecutionSiteUnknown = 0;
|
||||
k_EProtoExecutionSiteSteamClient = 2;
|
||||
}
|
||||
|
||||
enum EProtoServiceType {
|
||||
k_EProtoServiceTypeSteamMessages = 0;
|
||||
k_EProtoServiceTypeVRGamepadUIMessages = 1;
|
||||
}
|
||||
|
||||
message NoResponse {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue