inproxy_broker.pb.go 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.10
  4. // protoc v6.33.0
  5. // source: ca.psiphon.psiphond/inproxy_broker.proto
  6. package psiphond
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. unsafe "unsafe"
  13. )
  14. const (
  15. // Verify that this generated code is sufficiently up-to-date.
  16. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  17. // Verify that runtime/protoimpl is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  19. )
  20. type InproxyBroker struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. BaseParams *BaseParams `protobuf:"bytes,1,opt,name=base_params,json=baseParams,proto3,oneof" json:"base_params,omitempty"`
  23. AnnouncementMatchIndex *int64 `protobuf:"varint,100,opt,name=announcement_match_index,json=announcementMatchIndex,proto3,oneof" json:"announcement_match_index,omitempty"`
  24. AnnouncementQueueSize *int64 `protobuf:"varint,101,opt,name=announcement_queue_size,json=announcementQueueSize,proto3,oneof" json:"announcement_queue_size,omitempty"`
  25. AnswerError *string `protobuf:"bytes,102,opt,name=answer_error,json=answerError,proto3,oneof" json:"answer_error,omitempty"`
  26. BrokerEvent *string `protobuf:"bytes,103,opt,name=broker_event,json=brokerEvent,proto3,oneof" json:"broker_event,omitempty"`
  27. BrokerId *string `protobuf:"bytes,104,opt,name=broker_id,json=brokerId,proto3,oneof" json:"broker_id,omitempty"`
  28. ConnectedClients *int64 `protobuf:"varint,105,opt,name=connected_clients,json=connectedClients,proto3,oneof" json:"connected_clients,omitempty"`
  29. ConnectingClients *int64 `protobuf:"varint,106,opt,name=connecting_clients,json=connectingClients,proto3,oneof" json:"connecting_clients,omitempty"`
  30. ConnectionId *string `protobuf:"bytes,107,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"`
  31. DestinationServerId *string `protobuf:"bytes,108,opt,name=destination_server_id,json=destinationServerId,proto3,oneof" json:"destination_server_id,omitempty"`
  32. ElapsedTime *int64 `protobuf:"varint,109,opt,name=elapsed_time,json=elapsedTime,proto3,oneof" json:"elapsed_time,omitempty"`
  33. Error *string `protobuf:"bytes,110,opt,name=error,proto3,oneof" json:"error,omitempty"`
  34. FilteredIceCandidates []string `protobuf:"bytes,111,rep,name=filtered_ice_candidates,json=filteredIceCandidates,proto3" json:"filtered_ice_candidates,omitempty"`
  35. FrontingProviderId *string `protobuf:"bytes,112,opt,name=fronting_provider_id,json=frontingProviderId,proto3,oneof" json:"fronting_provider_id,omitempty"`
  36. Has_IPv6 *bool `protobuf:"varint,113,opt,name=has_IPv6,json=hasIPv6,proto3,oneof" json:"has_IPv6,omitempty"`
  37. HasCommonCompartmentIds *bool `protobuf:"varint,114,opt,name=has_common_compartment_ids,json=hasCommonCompartmentIds,proto3,oneof" json:"has_common_compartment_ids,omitempty"`
  38. HasPersonalCompartmentIds *bool `protobuf:"varint,115,opt,name=has_personal_compartment_ids,json=hasPersonalCompartmentIds,proto3,oneof" json:"has_personal_compartment_ids,omitempty"`
  39. HasPrivate_IP *bool `protobuf:"varint,116,opt,name=has_private_IP,json=hasPrivateIP,proto3,oneof" json:"has_private_IP,omitempty"`
  40. IceCandidateTypes []string `protobuf:"bytes,117,rep,name=ice_candidate_types,json=iceCandidateTypes,proto3" json:"ice_candidate_types,omitempty"`
  41. IsPriority *bool `protobuf:"varint,118,opt,name=is_priority,json=isPriority,proto3,oneof" json:"is_priority,omitempty"`
  42. LimitDownstreamBytesPerSecond *int64 `protobuf:"varint,119,opt,name=limit_downstream_bytes_per_second,json=limitDownstreamBytesPerSecond,proto3,oneof" json:"limit_downstream_bytes_per_second,omitempty"`
  43. LimitUpstreamBytesPerSecond *int64 `protobuf:"varint,120,opt,name=limit_upstream_bytes_per_second,json=limitUpstreamBytesPerSecond,proto3,oneof" json:"limit_upstream_bytes_per_second,omitempty"`
  44. MaxClients *int64 `protobuf:"varint,121,opt,name=max_clients,json=maxClients,proto3,oneof" json:"max_clients,omitempty"`
  45. NatType *string `protobuf:"bytes,122,opt,name=nat_type,json=natType,proto3,oneof" json:"nat_type,omitempty"`
  46. NewTacticsTag *string `protobuf:"bytes,123,opt,name=new_tactics_tag,json=newTacticsTag,proto3,oneof" json:"new_tactics_tag,omitempty"`
  47. OfferMatchIndex *int64 `protobuf:"varint,124,opt,name=offer_match_index,json=offerMatchIndex,proto3,oneof" json:"offer_match_index,omitempty"`
  48. OfferQueueSize *int64 `protobuf:"varint,125,opt,name=offer_queue_size,json=offerQueueSize,proto3,oneof" json:"offer_queue_size,omitempty"`
  49. PeakDownstreamBytesPerSecond *int64 `protobuf:"varint,126,opt,name=peak_downstream_bytes_per_second,json=peakDownstreamBytesPerSecond,proto3,oneof" json:"peak_downstream_bytes_per_second,omitempty"`
  50. PeakUpstreamBytesPerSecond *int64 `protobuf:"varint,127,opt,name=peak_upstream_bytes_per_second,json=peakUpstreamBytesPerSecond,proto3,oneof" json:"peak_upstream_bytes_per_second,omitempty"`
  51. PortMappingTypes []string `protobuf:"bytes,128,rep,name=port_mapping_types,json=portMappingTypes,proto3" json:"port_mapping_types,omitempty"`
  52. PreferredNatMatch *bool `protobuf:"varint,129,opt,name=preferred_nat_match,json=preferredNatMatch,proto3,oneof" json:"preferred_nat_match,omitempty"`
  53. ProtocolVersion *int64 `protobuf:"varint,130,opt,name=protocol_version,json=protocolVersion,proto3,oneof" json:"protocol_version,omitempty"`
  54. ProxyId *string `protobuf:"bytes,131,opt,name=proxy_id,json=proxyId,proto3,oneof" json:"proxy_id,omitempty"`
  55. ProxyNatType *string `protobuf:"bytes,132,opt,name=proxy_nat_type,json=proxyNatType,proto3,oneof" json:"proxy_nat_type,omitempty"`
  56. ProxyPortMappingTypes []string `protobuf:"bytes,133,rep,name=proxy_port_mapping_types,json=proxyPortMappingTypes,proto3" json:"proxy_port_mapping_types,omitempty"`
  57. ServerId *string `protobuf:"bytes,134,opt,name=server_id,json=serverId,proto3,oneof" json:"server_id,omitempty"`
  58. StoredTacticsTag *string `protobuf:"bytes,135,opt,name=stored_tactics_tag,json=storedTacticsTag,proto3,oneof" json:"stored_tactics_tag,omitempty"`
  59. TimedOut *bool `protobuf:"varint,136,opt,name=timed_out,json=timedOut,proto3,oneof" json:"timed_out,omitempty"`
  60. MeekServerHttpVersion *string `protobuf:"bytes,137,opt,name=meek_server_http_version,json=meekServerHttpVersion,proto3,oneof" json:"meek_server_http_version,omitempty"`
  61. PendingAnswersSize *int64 `protobuf:"varint,138,opt,name=pending_answers_size,json=pendingAnswersSize,proto3,oneof" json:"pending_answers_size,omitempty"`
  62. unknownFields protoimpl.UnknownFields
  63. sizeCache protoimpl.SizeCache
  64. }
  65. func (x *InproxyBroker) Reset() {
  66. *x = InproxyBroker{}
  67. mi := &file_ca_psiphon_psiphond_inproxy_broker_proto_msgTypes[0]
  68. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  69. ms.StoreMessageInfo(mi)
  70. }
  71. func (x *InproxyBroker) String() string {
  72. return protoimpl.X.MessageStringOf(x)
  73. }
  74. func (*InproxyBroker) ProtoMessage() {}
  75. func (x *InproxyBroker) ProtoReflect() protoreflect.Message {
  76. mi := &file_ca_psiphon_psiphond_inproxy_broker_proto_msgTypes[0]
  77. if x != nil {
  78. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  79. if ms.LoadMessageInfo() == nil {
  80. ms.StoreMessageInfo(mi)
  81. }
  82. return ms
  83. }
  84. return mi.MessageOf(x)
  85. }
  86. // Deprecated: Use InproxyBroker.ProtoReflect.Descriptor instead.
  87. func (*InproxyBroker) Descriptor() ([]byte, []int) {
  88. return file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescGZIP(), []int{0}
  89. }
  90. func (x *InproxyBroker) GetBaseParams() *BaseParams {
  91. if x != nil {
  92. return x.BaseParams
  93. }
  94. return nil
  95. }
  96. func (x *InproxyBroker) GetAnnouncementMatchIndex() int64 {
  97. if x != nil && x.AnnouncementMatchIndex != nil {
  98. return *x.AnnouncementMatchIndex
  99. }
  100. return 0
  101. }
  102. func (x *InproxyBroker) GetAnnouncementQueueSize() int64 {
  103. if x != nil && x.AnnouncementQueueSize != nil {
  104. return *x.AnnouncementQueueSize
  105. }
  106. return 0
  107. }
  108. func (x *InproxyBroker) GetAnswerError() string {
  109. if x != nil && x.AnswerError != nil {
  110. return *x.AnswerError
  111. }
  112. return ""
  113. }
  114. func (x *InproxyBroker) GetBrokerEvent() string {
  115. if x != nil && x.BrokerEvent != nil {
  116. return *x.BrokerEvent
  117. }
  118. return ""
  119. }
  120. func (x *InproxyBroker) GetBrokerId() string {
  121. if x != nil && x.BrokerId != nil {
  122. return *x.BrokerId
  123. }
  124. return ""
  125. }
  126. func (x *InproxyBroker) GetConnectedClients() int64 {
  127. if x != nil && x.ConnectedClients != nil {
  128. return *x.ConnectedClients
  129. }
  130. return 0
  131. }
  132. func (x *InproxyBroker) GetConnectingClients() int64 {
  133. if x != nil && x.ConnectingClients != nil {
  134. return *x.ConnectingClients
  135. }
  136. return 0
  137. }
  138. func (x *InproxyBroker) GetConnectionId() string {
  139. if x != nil && x.ConnectionId != nil {
  140. return *x.ConnectionId
  141. }
  142. return ""
  143. }
  144. func (x *InproxyBroker) GetDestinationServerId() string {
  145. if x != nil && x.DestinationServerId != nil {
  146. return *x.DestinationServerId
  147. }
  148. return ""
  149. }
  150. func (x *InproxyBroker) GetElapsedTime() int64 {
  151. if x != nil && x.ElapsedTime != nil {
  152. return *x.ElapsedTime
  153. }
  154. return 0
  155. }
  156. func (x *InproxyBroker) GetError() string {
  157. if x != nil && x.Error != nil {
  158. return *x.Error
  159. }
  160. return ""
  161. }
  162. func (x *InproxyBroker) GetFilteredIceCandidates() []string {
  163. if x != nil {
  164. return x.FilteredIceCandidates
  165. }
  166. return nil
  167. }
  168. func (x *InproxyBroker) GetFrontingProviderId() string {
  169. if x != nil && x.FrontingProviderId != nil {
  170. return *x.FrontingProviderId
  171. }
  172. return ""
  173. }
  174. func (x *InproxyBroker) GetHas_IPv6() bool {
  175. if x != nil && x.Has_IPv6 != nil {
  176. return *x.Has_IPv6
  177. }
  178. return false
  179. }
  180. func (x *InproxyBroker) GetHasCommonCompartmentIds() bool {
  181. if x != nil && x.HasCommonCompartmentIds != nil {
  182. return *x.HasCommonCompartmentIds
  183. }
  184. return false
  185. }
  186. func (x *InproxyBroker) GetHasPersonalCompartmentIds() bool {
  187. if x != nil && x.HasPersonalCompartmentIds != nil {
  188. return *x.HasPersonalCompartmentIds
  189. }
  190. return false
  191. }
  192. func (x *InproxyBroker) GetHasPrivate_IP() bool {
  193. if x != nil && x.HasPrivate_IP != nil {
  194. return *x.HasPrivate_IP
  195. }
  196. return false
  197. }
  198. func (x *InproxyBroker) GetIceCandidateTypes() []string {
  199. if x != nil {
  200. return x.IceCandidateTypes
  201. }
  202. return nil
  203. }
  204. func (x *InproxyBroker) GetIsPriority() bool {
  205. if x != nil && x.IsPriority != nil {
  206. return *x.IsPriority
  207. }
  208. return false
  209. }
  210. func (x *InproxyBroker) GetLimitDownstreamBytesPerSecond() int64 {
  211. if x != nil && x.LimitDownstreamBytesPerSecond != nil {
  212. return *x.LimitDownstreamBytesPerSecond
  213. }
  214. return 0
  215. }
  216. func (x *InproxyBroker) GetLimitUpstreamBytesPerSecond() int64 {
  217. if x != nil && x.LimitUpstreamBytesPerSecond != nil {
  218. return *x.LimitUpstreamBytesPerSecond
  219. }
  220. return 0
  221. }
  222. func (x *InproxyBroker) GetMaxClients() int64 {
  223. if x != nil && x.MaxClients != nil {
  224. return *x.MaxClients
  225. }
  226. return 0
  227. }
  228. func (x *InproxyBroker) GetNatType() string {
  229. if x != nil && x.NatType != nil {
  230. return *x.NatType
  231. }
  232. return ""
  233. }
  234. func (x *InproxyBroker) GetNewTacticsTag() string {
  235. if x != nil && x.NewTacticsTag != nil {
  236. return *x.NewTacticsTag
  237. }
  238. return ""
  239. }
  240. func (x *InproxyBroker) GetOfferMatchIndex() int64 {
  241. if x != nil && x.OfferMatchIndex != nil {
  242. return *x.OfferMatchIndex
  243. }
  244. return 0
  245. }
  246. func (x *InproxyBroker) GetOfferQueueSize() int64 {
  247. if x != nil && x.OfferQueueSize != nil {
  248. return *x.OfferQueueSize
  249. }
  250. return 0
  251. }
  252. func (x *InproxyBroker) GetPeakDownstreamBytesPerSecond() int64 {
  253. if x != nil && x.PeakDownstreamBytesPerSecond != nil {
  254. return *x.PeakDownstreamBytesPerSecond
  255. }
  256. return 0
  257. }
  258. func (x *InproxyBroker) GetPeakUpstreamBytesPerSecond() int64 {
  259. if x != nil && x.PeakUpstreamBytesPerSecond != nil {
  260. return *x.PeakUpstreamBytesPerSecond
  261. }
  262. return 0
  263. }
  264. func (x *InproxyBroker) GetPortMappingTypes() []string {
  265. if x != nil {
  266. return x.PortMappingTypes
  267. }
  268. return nil
  269. }
  270. func (x *InproxyBroker) GetPreferredNatMatch() bool {
  271. if x != nil && x.PreferredNatMatch != nil {
  272. return *x.PreferredNatMatch
  273. }
  274. return false
  275. }
  276. func (x *InproxyBroker) GetProtocolVersion() int64 {
  277. if x != nil && x.ProtocolVersion != nil {
  278. return *x.ProtocolVersion
  279. }
  280. return 0
  281. }
  282. func (x *InproxyBroker) GetProxyId() string {
  283. if x != nil && x.ProxyId != nil {
  284. return *x.ProxyId
  285. }
  286. return ""
  287. }
  288. func (x *InproxyBroker) GetProxyNatType() string {
  289. if x != nil && x.ProxyNatType != nil {
  290. return *x.ProxyNatType
  291. }
  292. return ""
  293. }
  294. func (x *InproxyBroker) GetProxyPortMappingTypes() []string {
  295. if x != nil {
  296. return x.ProxyPortMappingTypes
  297. }
  298. return nil
  299. }
  300. func (x *InproxyBroker) GetServerId() string {
  301. if x != nil && x.ServerId != nil {
  302. return *x.ServerId
  303. }
  304. return ""
  305. }
  306. func (x *InproxyBroker) GetStoredTacticsTag() string {
  307. if x != nil && x.StoredTacticsTag != nil {
  308. return *x.StoredTacticsTag
  309. }
  310. return ""
  311. }
  312. func (x *InproxyBroker) GetTimedOut() bool {
  313. if x != nil && x.TimedOut != nil {
  314. return *x.TimedOut
  315. }
  316. return false
  317. }
  318. func (x *InproxyBroker) GetMeekServerHttpVersion() string {
  319. if x != nil && x.MeekServerHttpVersion != nil {
  320. return *x.MeekServerHttpVersion
  321. }
  322. return ""
  323. }
  324. func (x *InproxyBroker) GetPendingAnswersSize() int64 {
  325. if x != nil && x.PendingAnswersSize != nil {
  326. return *x.PendingAnswersSize
  327. }
  328. return 0
  329. }
  330. var File_ca_psiphon_psiphond_inproxy_broker_proto protoreflect.FileDescriptor
  331. const file_ca_psiphon_psiphond_inproxy_broker_proto_rawDesc = "" +
  332. "\n" +
  333. "(ca.psiphon.psiphond/inproxy_broker.proto\x12\x13ca.psiphon.psiphond\x1a%ca.psiphon.psiphond/base_params.proto\"\x93\x16\n" +
  334. "\rInproxyBroker\x12E\n" +
  335. "\vbase_params\x18\x01 \x01(\v2\x1f.ca.psiphon.psiphond.BaseParamsH\x00R\n" +
  336. "baseParams\x88\x01\x01\x12=\n" +
  337. "\x18announcement_match_index\x18d \x01(\x03H\x01R\x16announcementMatchIndex\x88\x01\x01\x12;\n" +
  338. "\x17announcement_queue_size\x18e \x01(\x03H\x02R\x15announcementQueueSize\x88\x01\x01\x12&\n" +
  339. "\fanswer_error\x18f \x01(\tH\x03R\vanswerError\x88\x01\x01\x12&\n" +
  340. "\fbroker_event\x18g \x01(\tH\x04R\vbrokerEvent\x88\x01\x01\x12 \n" +
  341. "\tbroker_id\x18h \x01(\tH\x05R\bbrokerId\x88\x01\x01\x120\n" +
  342. "\x11connected_clients\x18i \x01(\x03H\x06R\x10connectedClients\x88\x01\x01\x122\n" +
  343. "\x12connecting_clients\x18j \x01(\x03H\aR\x11connectingClients\x88\x01\x01\x12(\n" +
  344. "\rconnection_id\x18k \x01(\tH\bR\fconnectionId\x88\x01\x01\x127\n" +
  345. "\x15destination_server_id\x18l \x01(\tH\tR\x13destinationServerId\x88\x01\x01\x12&\n" +
  346. "\felapsed_time\x18m \x01(\x03H\n" +
  347. "R\velapsedTime\x88\x01\x01\x12\x19\n" +
  348. "\x05error\x18n \x01(\tH\vR\x05error\x88\x01\x01\x126\n" +
  349. "\x17filtered_ice_candidates\x18o \x03(\tR\x15filteredIceCandidates\x125\n" +
  350. "\x14fronting_provider_id\x18p \x01(\tH\fR\x12frontingProviderId\x88\x01\x01\x12\x1e\n" +
  351. "\bhas_IPv6\x18q \x01(\bH\rR\ahasIPv6\x88\x01\x01\x12@\n" +
  352. "\x1ahas_common_compartment_ids\x18r \x01(\bH\x0eR\x17hasCommonCompartmentIds\x88\x01\x01\x12D\n" +
  353. "\x1chas_personal_compartment_ids\x18s \x01(\bH\x0fR\x19hasPersonalCompartmentIds\x88\x01\x01\x12)\n" +
  354. "\x0ehas_private_IP\x18t \x01(\bH\x10R\fhasPrivateIP\x88\x01\x01\x12.\n" +
  355. "\x13ice_candidate_types\x18u \x03(\tR\x11iceCandidateTypes\x12$\n" +
  356. "\vis_priority\x18v \x01(\bH\x11R\n" +
  357. "isPriority\x88\x01\x01\x12M\n" +
  358. "!limit_downstream_bytes_per_second\x18w \x01(\x03H\x12R\x1dlimitDownstreamBytesPerSecond\x88\x01\x01\x12I\n" +
  359. "\x1flimit_upstream_bytes_per_second\x18x \x01(\x03H\x13R\x1blimitUpstreamBytesPerSecond\x88\x01\x01\x12$\n" +
  360. "\vmax_clients\x18y \x01(\x03H\x14R\n" +
  361. "maxClients\x88\x01\x01\x12\x1e\n" +
  362. "\bnat_type\x18z \x01(\tH\x15R\anatType\x88\x01\x01\x12+\n" +
  363. "\x0fnew_tactics_tag\x18{ \x01(\tH\x16R\rnewTacticsTag\x88\x01\x01\x12/\n" +
  364. "\x11offer_match_index\x18| \x01(\x03H\x17R\x0fofferMatchIndex\x88\x01\x01\x12-\n" +
  365. "\x10offer_queue_size\x18} \x01(\x03H\x18R\x0eofferQueueSize\x88\x01\x01\x12K\n" +
  366. " peak_downstream_bytes_per_second\x18~ \x01(\x03H\x19R\x1cpeakDownstreamBytesPerSecond\x88\x01\x01\x12G\n" +
  367. "\x1epeak_upstream_bytes_per_second\x18\x7f \x01(\x03H\x1aR\x1apeakUpstreamBytesPerSecond\x88\x01\x01\x12-\n" +
  368. "\x12port_mapping_types\x18\x80\x01 \x03(\tR\x10portMappingTypes\x124\n" +
  369. "\x13preferred_nat_match\x18\x81\x01 \x01(\bH\x1bR\x11preferredNatMatch\x88\x01\x01\x12/\n" +
  370. "\x10protocol_version\x18\x82\x01 \x01(\x03H\x1cR\x0fprotocolVersion\x88\x01\x01\x12\x1f\n" +
  371. "\bproxy_id\x18\x83\x01 \x01(\tH\x1dR\aproxyId\x88\x01\x01\x12*\n" +
  372. "\x0eproxy_nat_type\x18\x84\x01 \x01(\tH\x1eR\fproxyNatType\x88\x01\x01\x128\n" +
  373. "\x18proxy_port_mapping_types\x18\x85\x01 \x03(\tR\x15proxyPortMappingTypes\x12!\n" +
  374. "\tserver_id\x18\x86\x01 \x01(\tH\x1fR\bserverId\x88\x01\x01\x122\n" +
  375. "\x12stored_tactics_tag\x18\x87\x01 \x01(\tH R\x10storedTacticsTag\x88\x01\x01\x12!\n" +
  376. "\ttimed_out\x18\x88\x01 \x01(\bH!R\btimedOut\x88\x01\x01\x12=\n" +
  377. "\x18meek_server_http_version\x18\x89\x01 \x01(\tH\"R\x15meekServerHttpVersion\x88\x01\x01\x126\n" +
  378. "\x14pending_answers_size\x18\x8a\x01 \x01(\x03H#R\x12pendingAnswersSize\x88\x01\x01B\x0e\n" +
  379. "\f_base_paramsB\x1b\n" +
  380. "\x19_announcement_match_indexB\x1a\n" +
  381. "\x18_announcement_queue_sizeB\x0f\n" +
  382. "\r_answer_errorB\x0f\n" +
  383. "\r_broker_eventB\f\n" +
  384. "\n" +
  385. "_broker_idB\x14\n" +
  386. "\x12_connected_clientsB\x15\n" +
  387. "\x13_connecting_clientsB\x10\n" +
  388. "\x0e_connection_idB\x18\n" +
  389. "\x16_destination_server_idB\x0f\n" +
  390. "\r_elapsed_timeB\b\n" +
  391. "\x06_errorB\x17\n" +
  392. "\x15_fronting_provider_idB\v\n" +
  393. "\t_has_IPv6B\x1d\n" +
  394. "\x1b_has_common_compartment_idsB\x1f\n" +
  395. "\x1d_has_personal_compartment_idsB\x11\n" +
  396. "\x0f_has_private_IPB\x0e\n" +
  397. "\f_is_priorityB$\n" +
  398. "\"_limit_downstream_bytes_per_secondB\"\n" +
  399. " _limit_upstream_bytes_per_secondB\x0e\n" +
  400. "\f_max_clientsB\v\n" +
  401. "\t_nat_typeB\x12\n" +
  402. "\x10_new_tactics_tagB\x14\n" +
  403. "\x12_offer_match_indexB\x13\n" +
  404. "\x11_offer_queue_sizeB#\n" +
  405. "!_peak_downstream_bytes_per_secondB!\n" +
  406. "\x1f_peak_upstream_bytes_per_secondB\x16\n" +
  407. "\x14_preferred_nat_matchB\x13\n" +
  408. "\x11_protocol_versionB\v\n" +
  409. "\t_proxy_idB\x11\n" +
  410. "\x0f_proxy_nat_typeB\f\n" +
  411. "\n" +
  412. "_server_idB\x15\n" +
  413. "\x13_stored_tactics_tagB\f\n" +
  414. "\n" +
  415. "_timed_outB\x1b\n" +
  416. "\x19_meek_server_http_versionB\x17\n" +
  417. "\x15_pending_answers_sizeBHZFgithub.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/server/pb/psiphondb\x06proto3"
  418. var (
  419. file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescOnce sync.Once
  420. file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescData []byte
  421. )
  422. func file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescGZIP() []byte {
  423. file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescOnce.Do(func() {
  424. file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_ca_psiphon_psiphond_inproxy_broker_proto_rawDesc), len(file_ca_psiphon_psiphond_inproxy_broker_proto_rawDesc)))
  425. })
  426. return file_ca_psiphon_psiphond_inproxy_broker_proto_rawDescData
  427. }
  428. var file_ca_psiphon_psiphond_inproxy_broker_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  429. var file_ca_psiphon_psiphond_inproxy_broker_proto_goTypes = []any{
  430. (*InproxyBroker)(nil), // 0: ca.psiphon.psiphond.InproxyBroker
  431. (*BaseParams)(nil), // 1: ca.psiphon.psiphond.BaseParams
  432. }
  433. var file_ca_psiphon_psiphond_inproxy_broker_proto_depIdxs = []int32{
  434. 1, // 0: ca.psiphon.psiphond.InproxyBroker.base_params:type_name -> ca.psiphon.psiphond.BaseParams
  435. 1, // [1:1] is the sub-list for method output_type
  436. 1, // [1:1] is the sub-list for method input_type
  437. 1, // [1:1] is the sub-list for extension type_name
  438. 1, // [1:1] is the sub-list for extension extendee
  439. 0, // [0:1] is the sub-list for field type_name
  440. }
  441. func init() { file_ca_psiphon_psiphond_inproxy_broker_proto_init() }
  442. func file_ca_psiphon_psiphond_inproxy_broker_proto_init() {
  443. if File_ca_psiphon_psiphond_inproxy_broker_proto != nil {
  444. return
  445. }
  446. file_ca_psiphon_psiphond_base_params_proto_init()
  447. file_ca_psiphon_psiphond_inproxy_broker_proto_msgTypes[0].OneofWrappers = []any{}
  448. type x struct{}
  449. out := protoimpl.TypeBuilder{
  450. File: protoimpl.DescBuilder{
  451. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  452. RawDescriptor: unsafe.Slice(unsafe.StringData(file_ca_psiphon_psiphond_inproxy_broker_proto_rawDesc), len(file_ca_psiphon_psiphond_inproxy_broker_proto_rawDesc)),
  453. NumEnums: 0,
  454. NumMessages: 1,
  455. NumExtensions: 0,
  456. NumServices: 0,
  457. },
  458. GoTypes: file_ca_psiphon_psiphond_inproxy_broker_proto_goTypes,
  459. DependencyIndexes: file_ca_psiphon_psiphond_inproxy_broker_proto_depIdxs,
  460. MessageInfos: file_ca_psiphon_psiphond_inproxy_broker_proto_msgTypes,
  461. }.Build()
  462. File_ca_psiphon_psiphond_inproxy_broker_proto = out.File
  463. file_ca_psiphon_psiphond_inproxy_broker_proto_goTypes = nil
  464. file_ca_psiphon_psiphond_inproxy_broker_proto_depIdxs = nil
  465. }