mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
d936a6049b
commit
9946f23749
127 changed files with 40662 additions and 28630 deletions
|
|
@ -9,6 +9,7 @@ message CContentBuilder_InitDepotBuild_Request {
|
|||
optional uint64 workshop_itemid = 3;
|
||||
optional bool for_local_cs = 4;
|
||||
optional string target_branch = 5;
|
||||
optional bool shader_depot = 6;
|
||||
}
|
||||
|
||||
message CContentBuilder_InitDepotBuild_Response {
|
||||
|
|
@ -23,6 +24,9 @@ message CContentBuilder_InitDepotBuild_Response {
|
|||
optional uint32 offset_detection_blast_radius_post = 9;
|
||||
optional uint32 offset_detection_max_distance_pre = 10;
|
||||
optional uint32 offset_detection_max_distance_post = 11;
|
||||
optional uint32 compression_method = 12;
|
||||
optional string download_host = 13;
|
||||
optional uint64 manifest_request_code = 14;
|
||||
}
|
||||
|
||||
message CContentBuilder_StartDepotUpload_Request {
|
||||
|
|
@ -61,6 +65,7 @@ message CContentBuilder_FinishDepotUpload_Request {
|
|||
message CContentBuilder_FinishDepotUpload_Response {
|
||||
optional uint64 manifestid = 1;
|
||||
optional bool prev_reused = 2;
|
||||
optional uint64 manifest_request_code = 3;
|
||||
}
|
||||
|
||||
message CContentBuilder_CommitAppBuild_Request {
|
||||
|
|
@ -73,6 +78,7 @@ message CContentBuilder_CommitAppBuild_Request {
|
|||
repeated .CContentBuilder_CommitAppBuild_Request.Depots depot_manifests = 2;
|
||||
optional string build_notes = 4;
|
||||
optional string live_branch = 5;
|
||||
optional bool for_local_cs = 6;
|
||||
}
|
||||
|
||||
message CContentBuilder_CommitAppBuild_Response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue