steamutils 1.3.65 → 1.3.67

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. package/SteamClient.js +6 -3
  2. package/package.json +2 -2
  3. package/protos/csgo/base_gcmessages.proto +553 -0
  4. package/protos/csgo/connectionless_netmessages.proto +0 -2
  5. package/protos/csgo/cs_gameevents.proto +1 -0
  6. package/protos/csgo/cstrike15_gcmessages.proto +41 -12
  7. package/protos/csgo/cstrike15_usermessages.proto +0 -4
  8. package/protos/csgo/demo.proto +5 -0
  9. package/protos/csgo/econ_gcmessages.proto +0 -9
  10. package/protos/csgo/gcsdk_gcmessages.proto +2 -2
  11. package/protos/csgo/gcsystemmsgs.proto +1 -0
  12. package/protos/csgo/netmessages.proto +22 -8
  13. package/protos/csgo/networkbasetypes.proto +2 -0
  14. package/protos/csgo/steammessages.proto +23 -0
  15. package/protos/csgo/usercmd.proto +2 -1
  16. package/protos/csgo/usermessages.proto +31 -0
  17. package/protos/steam/enums.proto +58 -1
  18. package/protos/steam/enums_clientserver.proto +3 -34
  19. package/protos/steam/enums_productinfo.proto +1 -0
  20. package/protos/steam/htmlmessages.proto +12 -0
  21. package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
  22. package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
  23. package/protos/steam/steammessages_appoverview.proto +18 -1
  24. package/protos/steam/steammessages_auth.steamclient.proto +128 -188
  25. package/protos/steam/steammessages_base.proto +3 -0
  26. package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
  27. package/protos/steam/steammessages_chat.steamclient.proto +79 -290
  28. package/protos/steam/steammessages_client_objects.proto +4 -0
  29. package/protos/steam/steammessages_clientlanp2p.proto +1 -0
  30. package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
  31. package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
  32. package/protos/steam/steammessages_clientserver_2.proto +11 -0
  33. package/protos/steam/steammessages_clientserver_login.proto +1 -1
  34. package/protos/steam/steammessages_clientserver_mms.proto +228 -235
  35. package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
  36. package/protos/steam/steammessages_clientserver_uds.proto +1 -0
  37. package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
  38. package/protos/steam/steammessages_clientsettings.proto +46 -6
  39. package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
  40. package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
  41. package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
  42. package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
  43. package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
  44. package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
  45. package/protos/steam/steammessages_econ.steamclient.proto +12 -25
  46. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
  47. package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
  48. package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
  49. package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
  50. package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
  51. package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
  52. package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
  53. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
  54. package/protos/steam/steammessages_market.steamclient.proto +9 -13
  55. package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
  56. package/protos/steam/steammessages_offline.steamclient.proto +2 -9
  57. package/protos/steam/steammessages_parental.steamclient.proto +100 -66
  58. package/protos/steam/steammessages_parties.steamclient.proto +6 -25
  59. package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
  60. package/protos/steam/steammessages_player.steamclient.proto +133 -278
  61. package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
  62. package/protos/steam/steammessages_qms.steamclient.proto +4 -18
  63. package/protos/steam/steammessages_remoteclient.proto +2 -1
  64. package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
  65. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
  66. package/protos/steam/steammessages_remoteplay.proto +1 -2
  67. package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
  68. package/protos/steam/steammessages_shader.steamclient.proto +6 -25
  69. package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
  70. package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
  71. package/protos/steam/steammessages_store.steamclient.proto +110 -77
  72. package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
  73. package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
  74. package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
  75. package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
  76. package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
  77. package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
  78. package/protos/steam/steammessages_vac.steamclient.proto +2 -9
  79. package/protos/steam/steammessages_video.steamclient.proto +25 -128
  80. package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
  81. package/protos/steam/webuimessages_achievements.proto +29 -0
  82. package/protos/steam/webuimessages_gamescope.proto +57 -0
  83. package/protos/steam/webuimessages_steamengine.proto +9 -0
  84. package/protos/steam/webuimessages_steamos.proto +114 -0
  85. package/protos/steam/webuimessages_transport.proto +4 -0
  86. package/protos/steam/webuimessages_transportvalidation.proto +14 -0
  87. package/test_steamclient.js +7 -11
  88. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
  89. package/protos/steam/renderer/rendermessages.proto +0 -893
  90. package/protos/steam/steammessages_star.steamclient.proto +0 -64
  91. package/protos/webui/common.proto +0 -5508
  92. package/protos/webui/common_base.proto +0 -27
  93. package/protos/webui/service_accountlinking.proto +0 -27
  94. package/protos/webui/service_accountprivacy.proto +0 -42
  95. package/protos/webui/service_auction.proto +0 -97
  96. package/protos/webui/service_authentication.proto +0 -222
  97. package/protos/webui/service_authenticationsupport.proto +0 -74
  98. package/protos/webui/service_broadcast.proto +0 -562
  99. package/protos/webui/service_chat.proto +0 -11
  100. package/protos/webui/service_chatroom.proto +0 -810
  101. package/protos/webui/service_chatusability.proto +0 -107
  102. package/protos/webui/service_clan.proto +0 -41
  103. package/protos/webui/service_clanchatrooms.proto +0 -25
  104. package/protos/webui/service_clanfaqs.proto +0 -202
  105. package/protos/webui/service_clientcomm.proto +0 -150
  106. package/protos/webui/service_clientmetrics.proto +0 -63
  107. package/protos/webui/service_cloud.proto +0 -222
  108. package/protos/webui/service_cloudconfigstore.proto +0 -51
  109. package/protos/webui/service_cloudgaming.proto +0 -30
  110. package/protos/webui/service_community.proto +0 -365
  111. package/protos/webui/service_econ.proto +0 -134
  112. package/protos/webui/service_embedded.proto +0 -24
  113. package/protos/webui/service_experimentservice.proto +0 -6
  114. package/protos/webui/service_fovasvideo.proto +0 -15
  115. package/protos/webui/service_friendmessages.proto +0 -133
  116. package/protos/webui/service_friendslist.proto +0 -70
  117. package/protos/webui/service_gamenotes.proto +0 -15
  118. package/protos/webui/service_helprequestlogs.proto +0 -26
  119. package/protos/webui/service_loyaltyrewards.proto +0 -252
  120. package/protos/webui/service_marketingmessages.proto +0 -184
  121. package/protos/webui/service_mobileapp.proto +0 -18
  122. package/protos/webui/service_mobileauth.proto +0 -24
  123. package/protos/webui/service_mobiledevice.proto +0 -26
  124. package/protos/webui/service_mobileperaccount.proto +0 -31
  125. package/protos/webui/service_news.proto +0 -101
  126. package/protos/webui/service_parental.proto +0 -178
  127. package/protos/webui/service_partnermembershipinvite.proto +0 -29
  128. package/protos/webui/service_partnerstorebrowse.proto +0 -6
  129. package/protos/webui/service_phone.proto +0 -51
  130. package/protos/webui/service_physicalgoods.proto +0 -15
  131. package/protos/webui/service_player.proto +0 -885
  132. package/protos/webui/service_promotioneventinvites.proto +0 -50
  133. package/protos/webui/service_promotionplanning.proto +0 -72
  134. package/protos/webui/service_publishedfile.proto +0 -687
  135. package/protos/webui/service_publishing.proto +0 -119
  136. package/protos/webui/service_quest.proto +0 -127
  137. package/protos/webui/service_salefeature.proto +0 -315
  138. package/protos/webui/service_saleitemrewards.proto +0 -54
  139. package/protos/webui/service_shoppingcart.proto +0 -108
  140. package/protos/webui/service_steamawards.proto +0 -19
  141. package/protos/webui/service_steamcharts.proto +0 -75
  142. package/protos/webui/service_steamengine.proto +0 -36
  143. package/protos/webui/service_steamlearn.proto +0 -727
  144. package/protos/webui/service_steamnotification.proto +0 -84
  145. package/protos/webui/service_steamtv.proto +0 -495
  146. package/protos/webui/service_steamvrvoicechat.proto +0 -67
  147. package/protos/webui/service_steamvrwebrtc.proto +0 -48
  148. package/protos/webui/service_storagedevicemanager.proto +0 -104
  149. package/protos/webui/service_store.proto +0 -289
  150. package/protos/webui/service_storeappsimilarity.proto +0 -76
  151. package/protos/webui/service_storebrowse.proto +0 -73
  152. package/protos/webui/service_storequery.proto +0 -97
  153. package/protos/webui/service_storesales.proto +0 -15
  154. package/protos/webui/service_storetopsellers.proto +0 -44
  155. package/protos/webui/service_systemmanager.proto +0 -11
  156. package/protos/webui/service_test_transporterror.proto +0 -6
  157. package/protos/webui/service_transportauth.proto +0 -12
  158. package/protos/webui/service_transportvalidation.proto +0 -69
  159. package/protos/webui/service_twofactor.proto +0 -181
  160. package/protos/webui/service_useraccount.proto +0 -138
  161. package/protos/webui/service_usergameactivity.proto +0 -34
  162. package/protos/webui/service_usergamenotes.proto +0 -53
  163. package/protos/webui/service_usernews.proto +0 -68
  164. package/protos/webui/service_userreviews.proto +0 -96
  165. package/protos/webui/service_video.proto +0 -128
  166. package/protos/webui/service_voicechat.proto +0 -139
  167. package/protos/webui/service_webrtc.proto +0 -52
@@ -15,7 +15,7 @@ message CCloud_ClientLogUploadComplete_Notification {
15
15
  }
16
16
 
17
17
  message CCloud_GetUploadServerInfo_Request {
18
- optional uint32 appid = 1 [(description) = "App ID to which a file will be uploaded to."];
18
+ optional uint32 appid = 1;
19
19
  }
20
20
 
21
21
  message CCloud_GetUploadServerInfo_Response {
@@ -23,15 +23,15 @@ message CCloud_GetUploadServerInfo_Response {
23
23
  }
24
24
 
25
25
  message CCloud_BeginHTTPUpload_Request {
26
- optional uint32 appid = 1 [(description) = "App ID for which the file is being uploaded."];
27
- optional uint32 file_size = 2 [(description) = "Original file size in bytes."];
28
- optional string filename = 3 [(description) = "Name of the file to store in the cloud."];
29
- optional string file_sha = 4 [(description) = "Hex string (40 digits) representing the SHA1 digest of the file."];
30
- optional bool is_public = 5 [(description) = "True if the file should be marked public on the UFS, false otherwise."];
31
- repeated string platforms_to_sync = 6 [(description) = "Array of string specifying which platforms to sync; value values: all, Windows, MacOS, linux, Switch, iPhoneOS, Android."];
32
- repeated string request_headers_names = 7 [(description) = "Names for headers you'll want to set on your upload request. May be left blank."];
33
- repeated string request_headers_values = 8 [(description) = "Values for headers you'll want to set on your upload request. The number of names must equal the number of values."];
34
- optional uint64 upload_batch_id = 9 [(description) = "ID of this batch returned by prior BeginAppUploadBatch call."];
26
+ optional uint32 appid = 1;
27
+ optional uint32 file_size = 2;
28
+ optional string filename = 3;
29
+ optional string file_sha = 4;
30
+ optional bool is_public = 5;
31
+ repeated string platforms_to_sync = 6;
32
+ repeated string request_headers_names = 7;
33
+ repeated string request_headers_values = 8;
34
+ optional uint64 upload_batch_id = 9;
35
35
  }
36
36
 
37
37
  message CCloud_BeginHTTPUpload_Response {
@@ -40,31 +40,31 @@ message CCloud_BeginHTTPUpload_Response {
40
40
  optional string value = 2;
41
41
  }
42
42
 
43
- optional fixed64 ugcid = 1 [(description) = "UGC ID of the uploaded file."];
44
- optional fixed32 timestamp = 2 [(description) = "Server timestamp of file."];
45
- optional string url_host = 3 [(description) = "Host name of server to which file should be uploaded via HTTP PUT."];
46
- optional string url_path = 4 [(description) = "Relative path on server to which file should be uploaded."];
47
- optional bool use_https = 5 [(description) = "If true, use https, otherwise use http."];
48
- repeated .CCloud_BeginHTTPUpload_Response.HTTPHeaders request_headers = 6 [(description) = "Name-value pairs to be sent in HTTP PUT request."];
43
+ optional fixed64 ugcid = 1;
44
+ optional fixed32 timestamp = 2;
45
+ optional string url_host = 3;
46
+ optional string url_path = 4;
47
+ optional bool use_https = 5;
48
+ repeated .CCloud_BeginHTTPUpload_Response.HTTPHeaders request_headers = 6;
49
49
  }
50
50
 
51
51
  message CCloud_CommitHTTPUpload_Request {
52
- optional bool transfer_succeeded = 1 [(description) = "True if the HTTP PUT to the upload URL succeeded (URL provided in response to Cloud.BeginHTTPUpload), false if a failure occurred."];
53
- optional uint32 appid = 2 [(description) = "App ID for which the file is being uploaded. Must match the app ID provided to Cloud.BeginHTTPUpload."];
54
- optional string file_sha = 3 [(description) = "Hex string (40 digits) representing the SHA1 digest of the file. Must match the SHA1 digest provided to Cloud.BeginHTTPUpload."];
55
- optional string filename = 4 [(description) = "Filename as specified in the Cloud.BeginHTTPUpload request."];
52
+ optional bool transfer_succeeded = 1;
53
+ optional uint32 appid = 2;
54
+ optional string file_sha = 3;
55
+ optional string filename = 4;
56
56
  }
57
57
 
58
58
  message CCloud_CommitHTTPUpload_Response {
59
- optional bool file_committed = 1 [(description) = "True if the file was successfully committed, false otherwise."];
59
+ optional bool file_committed = 1;
60
60
  }
61
61
 
62
62
  message CCloud_BeginUGCUpload_Request {
63
- optional uint32 appid = 1 [(description) = "App ID this UGC belongs to."];
64
- optional uint32 file_size = 2 [(description) = "File size in bytes."];
65
- optional string filename = 3 [(description) = "Name of the file."];
66
- optional string file_sha = 4 [(description) = "Hex string (40 digits) representing the SHA1 digest of the file."];
67
- optional string content_type = 5 [(description) = "MIME content type of the file"];
63
+ optional uint32 appid = 1;
64
+ optional uint32 file_size = 2;
65
+ optional string filename = 3;
66
+ optional string file_sha = 4;
67
+ optional string content_type = 5;
68
68
  }
69
69
 
70
70
  message CCloud_BeginUGCUpload_Response {
@@ -73,28 +73,28 @@ message CCloud_BeginUGCUpload_Response {
73
73
  optional string value = 2;
74
74
  }
75
75
 
76
- optional .EPublishedFileStorageSystem storage_system = 1 [default = k_EPublishedFileStorageSystemInvalid, (description) = "UGC Storage system chosen for this file"];
77
- optional fixed64 ugcid = 2 [(description) = "UGC ID of the uploaded file."];
78
- optional fixed32 timestamp = 3 [(description) = "Server timestamp of file."];
79
- optional string url_host = 4 [(description) = "Host name of server to which file should be uploaded via HTTP PUT."];
80
- optional string url_path = 5 [(description) = "Relative path on server to which file should be uploaded."];
81
- optional bool use_https = 6 [(description) = "If true, use https, otherwise use http."];
82
- repeated .CCloud_BeginUGCUpload_Response.HTTPHeaders request_headers = 7 [(description) = "Name-value pairs to be sent in HTTP PUT request."];
76
+ optional .EPublishedFileStorageSystem storage_system = 1 [default = k_EPublishedFileStorageSystemInvalid];
77
+ optional fixed64 ugcid = 2;
78
+ optional fixed32 timestamp = 3;
79
+ optional string url_host = 4;
80
+ optional string url_path = 5;
81
+ optional bool use_https = 6;
82
+ repeated .CCloud_BeginUGCUpload_Response.HTTPHeaders request_headers = 7;
83
83
  }
84
84
 
85
85
  message CCloud_CommitUGCUpload_Request {
86
- optional bool transfer_succeeded = 1 [(description) = "True if the HTTP PUT to the upload URL succeeded (URL provided in response to Cloud.BeginUGCUpload), false if a failure occurred."];
87
- optional uint32 appid = 2 [(description) = "App ID for which the file is being uploaded. Must match the app ID provided to Cloud.BeginUGCUpload."];
88
- optional fixed64 ugcid = 3 [(description) = "UGC ID of the uploaded file."];
86
+ optional bool transfer_succeeded = 1;
87
+ optional uint32 appid = 2;
88
+ optional fixed64 ugcid = 3;
89
89
  }
90
90
 
91
91
  message CCloud_CommitUGCUpload_Response {
92
- optional bool file_committed = 1 [(description) = "True if the file was successfully committed, false otherwise."];
92
+ optional bool file_committed = 1;
93
93
  }
94
94
 
95
95
  message CCloud_GetFileDetails_Request {
96
- optional uint64 ugcid = 1 [(description) = "ID of the Cloud file to get details for."];
97
- optional uint32 appid = 2 [(description) = "App ID the file belongs to."];
96
+ optional uint64 ugcid = 1;
97
+ optional uint32 appid = 2;
98
98
  }
99
99
 
100
100
  message CCloud_UserFile {
@@ -106,8 +106,8 @@ message CCloud_UserFile {
106
106
  optional string url = 6;
107
107
  optional fixed64 steamid_creator = 7;
108
108
  optional uint32 flags = 8;
109
- repeated string platforms_to_sync = 9 [(description) = "Array of string specifying which platforms to sync; value values: all, Windows, MacOS, linux, Switch, iPhoneOS, Android."];
110
- optional string file_sha = 10 [(description) = "Hex string (40 digits) representing the SHA1 digest of the file."];
109
+ repeated string platforms_to_sync = 9;
110
+ optional string file_sha = 10;
111
111
  }
112
112
 
113
113
  message CCloud_GetFileDetails_Response {
@@ -115,10 +115,10 @@ message CCloud_GetFileDetails_Response {
115
115
  }
116
116
 
117
117
  message CCloud_EnumerateUserFiles_Request {
118
- optional uint32 appid = 1 [(description) = "App ID to enumerate the files of."];
119
- optional bool extended_details = 2 [(description) = "(Optional) Get extended details back on the files found. Defaults to only returned the app Id and UGC Id of the files found."];
120
- optional uint32 count = 3 [(description) = "(Optional) Maximum number of results to return on this call. Defaults to a maximum of 500 files returned."];
121
- optional uint32 start_index = 4 [(description) = "(Optional) Starting index to begin enumeration at. Defaults to the beginning of the list."];
118
+ optional uint32 appid = 1;
119
+ optional bool extended_details = 2;
120
+ optional uint32 count = 3;
121
+ optional uint32 start_index = 4;
122
122
  }
123
123
 
124
124
  message CCloud_EnumerateUserFiles_Response {
@@ -128,8 +128,8 @@ message CCloud_EnumerateUserFiles_Response {
128
128
 
129
129
  message CCloud_Delete_Request {
130
130
  optional string filename = 1;
131
- optional uint32 appid = 2 [(description) = "App ID the file belongs to."];
132
- optional uint64 upload_batch_id = 3 [(description) = "ID of this batch returned by prior BeginAppUploadBatch call."];
131
+ optional uint32 appid = 2;
132
+ optional uint64 upload_batch_id = 3;
133
133
  }
134
134
 
135
135
  message CCloud_Delete_Response {
@@ -139,8 +139,8 @@ message CCloud_GetClientEncryptionKey_Request {
139
139
  }
140
140
 
141
141
  message CCloud_GetClientEncryptionKey_Response {
142
- optional bytes key = 1 [(description) = "AES-256 encryption key"];
143
- optional int32 crc = 2 [(description) = "CRC of key"];
142
+ optional bytes key = 1;
143
+ optional int32 crc = 2;
144
144
  }
145
145
 
146
146
  message CCloud_CDNReport_Notification {
@@ -173,47 +173,47 @@ message CCloud_ExternalStorageTransferReport_Notification {
173
173
  }
174
174
 
175
175
  message CCloud_BeginAppUploadBatch_Request {
176
- optional uint32 appid = 1 [(description) = "App ID for this batch is for."];
177
- optional string machine_name = 2 [(description) = "Client machine name (may be user's alias)."];
178
- repeated string files_to_upload = 3 [(description) = "Filenames of files to upload in this batch"];
179
- repeated string files_to_delete = 4 [(description) = "Filenames of files to delete in this batch"];
180
- optional uint64 client_id = 5 [(description) = "Client ID number"];
181
- optional uint64 app_build_id = 6 [(description) = "Current local build of the app which made these changes"];
176
+ optional uint32 appid = 1;
177
+ optional string machine_name = 2;
178
+ repeated string files_to_upload = 3;
179
+ repeated string files_to_delete = 4;
180
+ optional uint64 client_id = 5;
181
+ optional uint64 app_build_id = 6;
182
182
  }
183
183
 
184
184
  message CCloud_BeginAppUploadBatch_Response {
185
- optional uint64 batch_id = 1 [(description) = "ID of this batch."];
186
- optional uint64 app_change_number = 4 [(description) = "New App Change Number"];
185
+ optional uint64 batch_id = 1;
186
+ optional uint64 app_change_number = 4;
187
187
  }
188
188
 
189
189
  message CCloud_CompleteAppUploadBatch_Notification {
190
- optional uint32 appid = 1 [(description) = "App ID for this batch is for."];
191
- optional uint64 batch_id = 2 [(description) = "ID of this batch."];
192
- optional uint32 batch_eresult = 3 [(description) = "result of this batch."];
190
+ optional uint32 appid = 1;
191
+ optional uint64 batch_id = 2;
192
+ optional uint32 batch_eresult = 3;
193
193
  }
194
194
 
195
195
  message CCloud_CompleteAppUploadBatch_Request {
196
- optional uint32 appid = 1 [(description) = "App ID for this batch is for."];
197
- optional uint64 batch_id = 2 [(description) = "ID of this batch."];
198
- optional uint32 batch_eresult = 3 [(description) = "result of this batch."];
196
+ optional uint32 appid = 1;
197
+ optional uint64 batch_id = 2;
198
+ optional uint32 batch_eresult = 3;
199
199
  }
200
200
 
201
201
  message CCloud_CompleteAppUploadBatch_Response {
202
202
  }
203
203
 
204
204
  message CCloud_ClientBeginFileUpload_Request {
205
- optional uint32 appid = 1 [(description) = "App ID for which the file is being uploaded."];
206
- optional uint32 file_size = 2 [(description) = "file size as transmitted and stored in Cloud."];
207
- optional uint32 raw_file_size = 3 [(description) = "file size before any compression and/or encryption."];
208
- optional bytes file_sha = 4 [(description) = "SHA-1 of raw file."];
209
- optional uint64 time_stamp = 5 [(description) = "Timestamp of file."];
210
- optional string filename = 6 [(description) = "Name of the file to store in the cloud."];
205
+ optional uint32 appid = 1;
206
+ optional uint32 file_size = 2;
207
+ optional uint32 raw_file_size = 3;
208
+ optional bytes file_sha = 4;
209
+ optional uint64 time_stamp = 5;
210
+ optional string filename = 6;
211
211
  optional uint32 platforms_to_sync = 7 [default = 4294967295];
212
- optional uint32 cell_id = 9 [(description) = "Client's cell ID so we can pick storage location."];
213
- optional bool can_encrypt = 10 [(description) = "if true, client can encrypt the file before uploading it"];
214
- optional bool is_shared_file = 11 [(description) = "if true, this is going to be UGC or a screenshot or some other shared file"];
215
- optional uint32 deprecated_realm = 12 [(description) = "unused"];
216
- optional uint64 upload_batch_id = 13 [(description) = "ID of this batch."];
212
+ optional uint32 cell_id = 9;
213
+ optional bool can_encrypt = 10;
214
+ optional bool is_shared_file = 11;
215
+ optional uint32 deprecated_realm = 12;
216
+ optional uint64 upload_batch_id = 13;
217
217
  }
218
218
 
219
219
  message ClientCloudFileUploadBlockDetails {
@@ -222,37 +222,37 @@ message ClientCloudFileUploadBlockDetails {
222
222
  optional string value = 2;
223
223
  }
224
224
 
225
- optional string url_host = 1 [(description) = "Host name of server to which file should be uploaded via HTTP PUT."];
226
- optional string url_path = 2 [(description) = "Relative path on server to which file should be uploaded."];
227
- optional bool use_https = 3 [(description) = "If true, use https, otherwise use http."];
228
- optional int32 http_method = 4 [(description) = "EHTTPMethod to use for this block."];
229
- repeated .ClientCloudFileUploadBlockDetails.HTTPHeaders request_headers = 5 [(description) = "Name-value pairs to be sent in HTTP PUT request."];
230
- optional uint64 block_offset = 6 [(description) = "offset of file block to upload"];
231
- optional uint32 block_length = 7 [(description) = "length of file block to upload - if zero, no part of the file is part of this block"];
232
- optional bytes explicit_body_data = 8 [(description) = "explicit body data to use, instead of file data, for this block"];
233
- optional bool may_parallelize = 9 [(description) = "if true, this request may be done in parallel with other similarly-marked requests"];
225
+ optional string url_host = 1;
226
+ optional string url_path = 2;
227
+ optional bool use_https = 3;
228
+ optional int32 http_method = 4;
229
+ repeated .ClientCloudFileUploadBlockDetails.HTTPHeaders request_headers = 5;
230
+ optional uint64 block_offset = 6;
231
+ optional uint32 block_length = 7;
232
+ optional bytes explicit_body_data = 8;
233
+ optional bool may_parallelize = 9;
234
234
  }
235
235
 
236
236
  message CCloud_ClientBeginFileUpload_Response {
237
- optional bool encrypt_file = 1 [(description) = "If true, the file should be encrypted by the client before upload"];
238
- repeated .ClientCloudFileUploadBlockDetails block_requests = 2 [(description) = "HTTP requests to make to perform upload"];
237
+ optional bool encrypt_file = 1;
238
+ repeated .ClientCloudFileUploadBlockDetails block_requests = 2;
239
239
  }
240
240
 
241
241
  message CCloud_ClientCommitFileUpload_Request {
242
- optional bool transfer_succeeded = 1 [(description) = "True if all block uploads succeeded, false if any of them failed."];
243
- optional uint32 appid = 2 [(description) = "App ID for which the file is being uploaded. Must match the app ID provided to Cloud.BeginFileUpload."];
244
- optional bytes file_sha = 3 [(description) = "SHA1 digest of the raw file. Must match the SHA1 digest provided to Cloud.BeginFileUpload."];
245
- optional string filename = 4 [(description) = "Filename as specified in the Cloud.BeginFileUpload request."];
242
+ optional bool transfer_succeeded = 1;
243
+ optional uint32 appid = 2;
244
+ optional bytes file_sha = 3;
245
+ optional string filename = 4;
246
246
  }
247
247
 
248
248
  message CCloud_ClientCommitFileUpload_Response {
249
- optional bool file_committed = 1 [(description) = "True if the file was successfully committed, false otherwise."];
249
+ optional bool file_committed = 1;
250
250
  }
251
251
 
252
252
  message CCloud_ClientFileDownload_Request {
253
- optional uint32 appid = 1 [(description) = "App ID the file is part of."];
254
- optional string filename = 2 [(description) = "Filename of the file."];
255
- optional uint32 realm = 3 [(description) = "Steam Realm"];
253
+ optional uint32 appid = 1;
254
+ optional string filename = 2;
255
+ optional uint32 realm = 3;
256
256
  }
257
257
 
258
258
  message CCloud_ClientFileDownload_Response {
@@ -261,32 +261,32 @@ message CCloud_ClientFileDownload_Response {
261
261
  optional string value = 2;
262
262
  }
263
263
 
264
- optional uint32 appid = 1 [(description) = "Application the file belongs to"];
265
- optional uint32 file_size = 2 [(description) = "file size as transmitted and stored in the Cloud"];
266
- optional uint32 raw_file_size = 3 [(description) = "file size when decompressed and/or decrypted"];
267
- optional bytes sha_file = 4 [(description) = "SHA of file"];
268
- optional uint64 time_stamp = 5 [(description) = "Timestamp of file"];
269
- optional bool is_explicit_delete = 6 [(description) = "True if this is an explicitly deleted file"];
270
- optional string url_host = 7 [(description) = "Host to GET the file from"];
271
- optional string url_path = 8 [(description) = "Path on that host to use, including URL parameters if any"];
272
- optional bool use_https = 9 [(description) = "If set, use HTTPS, else use HTTP"];
273
- repeated .CCloud_ClientFileDownload_Response.HTTPHeaders request_headers = 10 [(description) = "Name-value pairs to be sent in HTTP GET request."];
264
+ optional uint32 appid = 1;
265
+ optional uint32 file_size = 2;
266
+ optional uint32 raw_file_size = 3;
267
+ optional bytes sha_file = 4;
268
+ optional uint64 time_stamp = 5;
269
+ optional bool is_explicit_delete = 6;
270
+ optional string url_host = 7;
271
+ optional string url_path = 8;
272
+ optional bool use_https = 9;
273
+ repeated .CCloud_ClientFileDownload_Response.HTTPHeaders request_headers = 10;
274
274
  optional bool encrypted = 11;
275
275
  }
276
276
 
277
277
  message CCloud_ClientDeleteFile_Request {
278
- optional uint32 appid = 1 [(description) = "App ID for which the file is being deleted."];
279
- optional string filename = 2 [(description) = "Filename of file."];
280
- optional bool is_explicit_delete = 3 [(description) = "If true, this is a 'delete'; if false, it is a 'forget'"];
281
- optional uint64 upload_batch_id = 4 [(description) = "ID of this batch."];
278
+ optional uint32 appid = 1;
279
+ optional string filename = 2;
280
+ optional bool is_explicit_delete = 3;
281
+ optional uint64 upload_batch_id = 4;
282
282
  }
283
283
 
284
284
  message CCloud_ClientDeleteFile_Response {
285
285
  }
286
286
 
287
287
  message CCloud_ClientConflictResolution_Notification {
288
- optional uint32 appid = 1 [(description) = "App ID for which the conflict was resolved."];
289
- optional bool chose_local_files = 2 [(description) = "Did the user choose to keep the files local to the machine they are on right now?"];
288
+ optional uint32 appid = 1;
289
+ optional bool chose_local_files = 2;
290
290
  }
291
291
 
292
292
  message CCloud_EnumerateUserApps_Request {
@@ -303,28 +303,28 @@ message CCloud_EnumerateUserApps_Response {
303
303
  }
304
304
 
305
305
  message CCloud_GetAppFileChangelist_Request {
306
- optional uint32 appid = 1 [(description) = "App ID"];
307
- optional uint64 synced_change_number = 2 [(description) = "Change Number to which local machine was last successfully synced"];
306
+ optional uint32 appid = 1;
307
+ optional uint64 synced_change_number = 2;
308
308
  }
309
309
 
310
310
  message CCloud_AppFileInfo {
311
- optional string file_name = 1 [(description) = "unqualified filename"];
312
- optional bytes sha_file = 2 [(description) = "SHA of file"];
313
- optional uint64 time_stamp = 3 [(description) = "server timestamp of last modification"];
314
- optional uint32 raw_file_size = 4 [(description) = "size of raw file"];
315
- optional .ECloudStoragePersistState persist_state = 5 [default = k_ECloudStoragePersistStatePersisted, (description) = "current persist state of the file"];
316
- optional uint32 platforms_to_sync = 6 [(description) = "ERemoteStoragePlatform bits"];
317
- optional uint32 path_prefix_index = 7 [(description) = "index into string table of path prefixes"];
318
- optional uint32 machine_name_index = 8 [(description) = "what machine last modified this file"];
311
+ optional string file_name = 1;
312
+ optional bytes sha_file = 2;
313
+ optional uint64 time_stamp = 3;
314
+ optional uint32 raw_file_size = 4;
315
+ optional .ECloudStoragePersistState persist_state = 5 [default = k_ECloudStoragePersistStatePersisted];
316
+ optional uint32 platforms_to_sync = 6;
317
+ optional uint32 path_prefix_index = 7;
318
+ optional uint32 machine_name_index = 8;
319
319
  }
320
320
 
321
321
  message CCloud_GetAppFileChangelist_Response {
322
- optional uint64 current_change_number = 1 [(description) = "Change Number current on server"];
323
- repeated .CCloud_AppFileInfo files = 2 [(description) = "List of files; may be the full list of extant/deleted files, or just a delta from the client list"];
324
- optional bool is_only_delta = 3 [(description) = "If true, 'files' omits any files that have not changed since client's change ID"];
325
- repeated string path_prefixes = 4 [(description) = "string table of path prefixes"];
326
- repeated string machine_names = 5 [(description) = "string table of machine names"];
327
- optional uint64 app_buildid_hwm = 6 [(description) = "highest app build ID which has uploaded data"];
322
+ optional uint64 current_change_number = 1;
323
+ repeated .CCloud_AppFileInfo files = 2;
324
+ optional bool is_only_delta = 3;
325
+ repeated string path_prefixes = 4;
326
+ repeated string machine_names = 5;
327
+ optional uint64 app_buildid_hwm = 6;
328
328
  }
329
329
 
330
330
  message CCloud_AppSessionSuspend_Request {
@@ -353,7 +353,7 @@ message CCloud_AppLaunchIntent_Request {
353
353
  }
354
354
 
355
355
  message CCloud_AppLaunchIntent_Response {
356
- repeated .CCloud_PendingRemoteOperation pending_remote_operations = 1 [(description) = "pending remote operations you should be aware of"];
356
+ repeated .CCloud_PendingRemoteOperation pending_remote_operations = 1;
357
357
  }
358
358
 
359
359
  message CCloud_AppExitSyncDone_Notification {
@@ -375,8 +375,8 @@ message CCloud_ClientGetAppQuotaUsage_Response {
375
375
  }
376
376
 
377
377
  message CCloud_AppCloudStateChange_Notification {
378
- optional uint32 appid = 1 [(description) = "App which has had a change in cloud state"];
379
- optional uint64 app_change_number = 2 [(description) = "New App Change Number"];
378
+ optional uint32 appid = 1;
379
+ optional uint64 app_change_number = 2;
380
380
  }
381
381
 
382
382
  message CCloud_ClientLogUploadRequest_Notification {
@@ -384,130 +384,39 @@ message CCloud_ClientLogUploadRequest_Notification {
384
384
  }
385
385
 
386
386
  service Cloud {
387
- option (service_description) = "A service for Steam Cloud operations.";
388
-
389
- rpc ClientLogUploadCheck (.CCloud_ClientLogUploadCheck_Notification) returns (.NoResponse) {
390
- option (method_description) = "Client checking for pending log upload requests.";
391
- }
392
-
393
- rpc ClientLogUploadComplete (.CCloud_ClientLogUploadComplete_Notification) returns (.NoResponse) {
394
- option (method_description) = "Client is flagging a log upload request as completed.";
395
- }
396
-
397
- rpc GetUploadServerInfo (.CCloud_GetUploadServerInfo_Request) returns (.CCloud_GetUploadServerInfo_Response) {
398
- option (method_description) = "Returns the URL of the proper cloud server for a user.";
399
- }
400
-
401
- rpc BeginHTTPUpload (.CCloud_BeginHTTPUpload_Request) returns (.CCloud_BeginHTTPUpload_Response) {
402
- option (method_description) = "Begins the process of uploading a file to Steam external storage services. File should be uploaded via HTTP PUT to the returned URL, after which the upload must be finalized by a call to CommitHTTPUpload.";
403
- }
404
-
405
- rpc CommitHTTPUpload (.CCloud_CommitHTTPUpload_Request) returns (.CCloud_CommitHTTPUpload_Response) {
406
- option (method_description) = "Commits a file upload initiated by BeginHTTPUpload and transferred via HTTP PUT.";
407
- }
408
-
409
- rpc BeginUGCUpload (.CCloud_BeginUGCUpload_Request) returns (.CCloud_BeginUGCUpload_Response) {
410
- option (method_description) = "Begins the process of uploading a file to Steam external storage services. File should be uploaded via HTTP PUT to the returned URL, after which the upload must be finalized by a call to CommitHTTPUpload.";
411
- }
412
-
413
- rpc CommitUGCUpload (.CCloud_CommitUGCUpload_Request) returns (.CCloud_CommitUGCUpload_Response) {
414
- option (method_description) = "Commits a file upload initiated by BeginUGCUpload and transferred via HTTP PUT.";
415
- }
416
-
417
- rpc GetFileDetails (.CCloud_GetFileDetails_Request) returns (.CCloud_GetFileDetails_Response) {
418
- option (method_description) = "Returns details on a Cloud file.";
419
- }
420
-
421
- rpc EnumerateUserFiles (.CCloud_EnumerateUserFiles_Request) returns (.CCloud_EnumerateUserFiles_Response) {
422
- option (method_description) = "Enumerates Cloud files for a user of a given app ID. Returns up to 500 files at a time.";
423
- }
424
-
425
- rpc Delete (.CCloud_Delete_Request) returns (.CCloud_Delete_Response) {
426
- option (method_description) = "Deletes a file from the user's cloud.";
427
- }
428
-
429
- rpc GetClientEncryptionKey (.CCloud_GetClientEncryptionKey_Request) returns (.CCloud_GetClientEncryptionKey_Response) {
430
- option (method_description) = "Gets the user's Cloud file encryption key.";
431
- }
432
-
433
- rpc CDNReport (.CCloud_CDNReport_Notification) returns (.NoResponse) {
434
- option (method_description) = "Reports the result of a CDN transfer.";
435
- }
436
-
437
- rpc ExternalStorageTransferReport (.CCloud_ExternalStorageTransferReport_Notification) returns (.NoResponse) {
438
- option (method_description) = "Reports the result of an external Cloud storage transfer.";
439
- }
440
-
441
- rpc BeginAppUploadBatch (.CCloud_BeginAppUploadBatch_Request) returns (.CCloud_BeginAppUploadBatch_Response) {
442
- option (method_description) = "Indicate a batch of files that will be uploaded / deleted for an app.";
443
- }
444
-
445
- rpc CompleteAppUploadBatch (.CCloud_CompleteAppUploadBatch_Notification) returns (.NoResponse) {
446
- option (method_description) = "Indicate that the batch is complete or being stopped for some other reason.";
447
- }
448
-
449
- rpc CompleteAppUploadBatchBlocking (.CCloud_CompleteAppUploadBatch_Request) returns (.CCloud_CompleteAppUploadBatch_Response) {
450
- option (method_description) = "Indicate that the batch is complete or being stopped for some other reason.";
451
- }
452
-
453
- rpc ClientBeginFileUpload (.CCloud_ClientBeginFileUpload_Request) returns (.CCloud_ClientBeginFileUpload_Response) {
454
- option (method_description) = "Initiate an upload to Cloud.";
455
- }
456
-
457
- rpc ClientCommitFileUpload (.CCloud_ClientCommitFileUpload_Request) returns (.CCloud_ClientCommitFileUpload_Response) {
458
- option (method_description) = "Commit the file upload or indicate failure.";
459
- }
460
-
461
- rpc ClientFileDownload (.CCloud_ClientFileDownload_Request) returns (.CCloud_ClientFileDownload_Response) {
462
- option (method_description) = "Initiate a file download.";
463
- }
464
-
465
- rpc ClientDeleteFile (.CCloud_ClientDeleteFile_Request) returns (.CCloud_ClientDeleteFile_Response) {
466
- option (method_description) = "Delete or forget a file.";
467
- }
468
-
469
- rpc ClientConflictResolution (.CCloud_ClientConflictResolution_Notification) returns (.NoResponse) {
470
- option (method_description) = "User has picked a resolution for a Cloud conflict.";
471
- }
472
-
473
- rpc EnumerateUserApps (.CCloud_EnumerateUserApps_Request) returns (.CCloud_EnumerateUserApps_Response) {
474
- option (method_description) = "Enumerates apps stroing cloud files for a user.";
475
- }
476
-
477
- rpc GetAppFileChangelist (.CCloud_GetAppFileChangelist_Request) returns (.CCloud_GetAppFileChangelist_Response) {
478
- option (method_description) = "Get a list of Cloud file changes for an app given a starting Change Number.";
479
- }
480
-
481
- rpc SuspendAppSession (.CCloud_AppSessionSuspend_Request) returns (.CCloud_AppSessionSuspend_Response) {
482
- option (method_description) = "An app session is being suspended";
483
- }
484
-
485
- rpc ResumeAppSession (.CCloud_AppSessionResume_Request) returns (.CCloud_AppSessionResume_Response) {
486
- option (method_description) = "An app session is being resumed";
487
- }
488
-
489
- rpc SignalAppLaunchIntent (.CCloud_AppLaunchIntent_Request) returns (.CCloud_AppLaunchIntent_Response) {
490
- option (method_description) = "Client intends to launch an app";
491
- }
492
-
493
- rpc SignalAppExitSyncDone (.CCloud_AppExitSyncDone_Notification) returns (.NoResponse) {
494
- option (method_description) = "Client is done trying to sync after a game session";
495
- }
496
-
497
- rpc ClientGetAppQuotaUsage (.CCloud_ClientGetAppQuotaUsage_Request) returns (.CCloud_ClientGetAppQuotaUsage_Response) {
498
- option (method_description) = "Client is requesting quota usage for an app";
499
- }
387
+ rpc ClientLogUploadCheck (.CCloud_ClientLogUploadCheck_Notification) returns (.NoResponse);
388
+ rpc ClientLogUploadComplete (.CCloud_ClientLogUploadComplete_Notification) returns (.NoResponse);
389
+ rpc GetUploadServerInfo (.CCloud_GetUploadServerInfo_Request) returns (.CCloud_GetUploadServerInfo_Response);
390
+ rpc BeginHTTPUpload (.CCloud_BeginHTTPUpload_Request) returns (.CCloud_BeginHTTPUpload_Response);
391
+ rpc CommitHTTPUpload (.CCloud_CommitHTTPUpload_Request) returns (.CCloud_CommitHTTPUpload_Response);
392
+ rpc BeginUGCUpload (.CCloud_BeginUGCUpload_Request) returns (.CCloud_BeginUGCUpload_Response);
393
+ rpc CommitUGCUpload (.CCloud_CommitUGCUpload_Request) returns (.CCloud_CommitUGCUpload_Response);
394
+ rpc GetFileDetails (.CCloud_GetFileDetails_Request) returns (.CCloud_GetFileDetails_Response);
395
+ rpc EnumerateUserFiles (.CCloud_EnumerateUserFiles_Request) returns (.CCloud_EnumerateUserFiles_Response);
396
+ rpc Delete (.CCloud_Delete_Request) returns (.CCloud_Delete_Response);
397
+ rpc GetClientEncryptionKey (.CCloud_GetClientEncryptionKey_Request) returns (.CCloud_GetClientEncryptionKey_Response);
398
+ rpc CDNReport (.CCloud_CDNReport_Notification) returns (.NoResponse);
399
+ rpc ExternalStorageTransferReport (.CCloud_ExternalStorageTransferReport_Notification) returns (.NoResponse);
400
+ rpc BeginAppUploadBatch (.CCloud_BeginAppUploadBatch_Request) returns (.CCloud_BeginAppUploadBatch_Response);
401
+ rpc CompleteAppUploadBatch (.CCloud_CompleteAppUploadBatch_Notification) returns (.NoResponse);
402
+ rpc CompleteAppUploadBatchBlocking (.CCloud_CompleteAppUploadBatch_Request) returns (.CCloud_CompleteAppUploadBatch_Response);
403
+ rpc ClientBeginFileUpload (.CCloud_ClientBeginFileUpload_Request) returns (.CCloud_ClientBeginFileUpload_Response);
404
+ rpc ClientCommitFileUpload (.CCloud_ClientCommitFileUpload_Request) returns (.CCloud_ClientCommitFileUpload_Response);
405
+ rpc ClientFileDownload (.CCloud_ClientFileDownload_Request) returns (.CCloud_ClientFileDownload_Response);
406
+ rpc ClientDeleteFile (.CCloud_ClientDeleteFile_Request) returns (.CCloud_ClientDeleteFile_Response);
407
+ rpc ClientConflictResolution (.CCloud_ClientConflictResolution_Notification) returns (.NoResponse);
408
+ rpc EnumerateUserApps (.CCloud_EnumerateUserApps_Request) returns (.CCloud_EnumerateUserApps_Response);
409
+ rpc GetAppFileChangelist (.CCloud_GetAppFileChangelist_Request) returns (.CCloud_GetAppFileChangelist_Response);
410
+ rpc SuspendAppSession (.CCloud_AppSessionSuspend_Request) returns (.CCloud_AppSessionSuspend_Response);
411
+ rpc ResumeAppSession (.CCloud_AppSessionResume_Request) returns (.CCloud_AppSessionResume_Response);
412
+ rpc SignalAppLaunchIntent (.CCloud_AppLaunchIntent_Request) returns (.CCloud_AppLaunchIntent_Response);
413
+ rpc SignalAppExitSyncDone (.CCloud_AppExitSyncDone_Notification) returns (.NoResponse);
414
+ rpc ClientGetAppQuotaUsage (.CCloud_ClientGetAppQuotaUsage_Request) returns (.CCloud_ClientGetAppQuotaUsage_Response);
500
415
  }
501
416
 
502
417
  service CloudClient {
503
- option (service_description) = "Client notifications for Steam cloud events";
504
418
  option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
505
419
 
506
- rpc NotifyAppStateChange (.CCloud_AppCloudStateChange_Notification) returns (.NoResponse) {
507
- option (method_description) = "Cloud state for the given app has changed.";
508
- }
509
-
510
- rpc ClientLogUploadRequest (.CCloud_ClientLogUploadRequest_Notification) returns (.NoResponse) {
511
- option (method_description) = "Server is requesting log file uploads from the given client.";
512
- }
420
+ rpc NotifyAppStateChange (.CCloud_AppCloudStateChange_Notification) returns (.NoResponse);
421
+ rpc ClientLogUploadRequest (.CCloud_ClientLogUploadRequest_Notification) returns (.NoResponse);
513
422
  }
@@ -3,12 +3,19 @@ import "steammessages_unified_base.steamclient.proto";
3
3
 
4
4
  option cc_generic_services = true;
5
5
 
6
+ message CContentServerDirectory_ConnectedSteamPipeServerInfo {
7
+ optional string type = 1;
8
+ optional int32 source_id = 2;
9
+ optional string hostname = 3;
10
+ }
11
+
6
12
  message CContentServerDirectory_GetServersForSteamPipe_Request {
7
- optional uint32 cell_id = 1 [(description) = "client Cell ID"];
8
- optional uint32 max_servers = 2 [default = 20, (description) = "max servers in response list"];
9
- optional string ip_override = 3 [(description) = "client IP address"];
10
- optional int32 launcher_type = 4 [default = 0, (description) = "launcher type"];
11
- optional string ipv6_public = 5 [(description) = "client public ipv6 address if it knows it"];
13
+ optional uint32 cell_id = 1;
14
+ optional uint32 max_servers = 2 [default = 20];
15
+ optional string ip_override = 3;
16
+ optional int32 launcher_type = 4 [default = 0];
17
+ optional string ipv6_public = 5;
18
+ repeated .CContentServerDirectory_ConnectedSteamPipeServerInfo current_connections = 6;
12
19
  }
13
20
 
14
21
  message CContentServerDirectory_ServerInfo {
@@ -25,11 +32,13 @@ message CContentServerDirectory_ServerInfo {
25
32
  optional string proxy_request_path_template = 11;
26
33
  optional string https_support = 12;
27
34
  repeated uint32 allowed_app_ids = 13;
28
- optional bool preferred_server = 14;
35
+ optional uint32 priority_class = 15;
36
+ repeated string bypass_proxies_of_type = 16;
29
37
  }
30
38
 
31
39
  message CContentServerDirectory_GetServersForSteamPipe_Response {
32
40
  repeated .CContentServerDirectory_ServerInfo servers = 1;
41
+ optional bool no_change = 2;
33
42
  }
34
43
 
35
44
  message CContentServerDirectory_GetDepotPatchInfo_Request {
@@ -89,6 +98,7 @@ message CContentServerDirectory_RequestPeerContentServer_Request {
89
98
  message CContentServerDirectory_RequestPeerContentServer_Response {
90
99
  optional uint32 server_port = 1;
91
100
  repeated uint32 installed_depots = 2;
101
+ optional uint64 access_token = 3;
92
102
  }
93
103
 
94
104
  message CContentServerDirectory_GetPeerContentInfo_Request {
@@ -103,8 +113,6 @@ message CContentServerDirectory_GetPeerContentInfo_Response {
103
113
  }
104
114
 
105
115
  service ContentServerDirectory {
106
- option (service_description) = "Content Server and CDN directory";
107
-
108
116
  rpc GetServersForSteamPipe (.CContentServerDirectory_GetServersForSteamPipe_Request) returns (.CContentServerDirectory_GetServersForSteamPipe_Response);
109
117
  rpc GetDepotPatchInfo (.CContentServerDirectory_GetDepotPatchInfo_Request) returns (.CContentServerDirectory_GetDepotPatchInfo_Response);
110
118
  rpc GetClientUpdateHosts (.CContentServerDirectory_GetClientUpdateHosts_Request) returns (.CContentServerDirectory_GetClientUpdateHosts_Response);