dr_resource_idl.pb.go 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.36.6
  4. // protoc v6.31.0
  5. // source: dr_resource_idl.proto
  6. package dr_resource_pb
  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 EmptyRequest struct {
  21. state protoimpl.MessageState `protogen:"open.v1"`
  22. unknownFields protoimpl.UnknownFields
  23. sizeCache protoimpl.SizeCache
  24. }
  25. func (x *EmptyRequest) Reset() {
  26. *x = EmptyRequest{}
  27. mi := &file_dr_resource_idl_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. func (x *EmptyRequest) String() string {
  32. return protoimpl.X.MessageStringOf(x)
  33. }
  34. func (*EmptyRequest) ProtoMessage() {}
  35. func (x *EmptyRequest) ProtoReflect() protoreflect.Message {
  36. mi := &file_dr_resource_idl_proto_msgTypes[0]
  37. if x != nil {
  38. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  39. if ms.LoadMessageInfo() == nil {
  40. ms.StoreMessageInfo(mi)
  41. }
  42. return ms
  43. }
  44. return mi.MessageOf(x)
  45. }
  46. // Deprecated: Use EmptyRequest.ProtoReflect.Descriptor instead.
  47. func (*EmptyRequest) Descriptor() ([]byte, []int) {
  48. return file_dr_resource_idl_proto_rawDescGZIP(), []int{0}
  49. }
  50. type SoftwareInfoReply struct {
  51. state protoimpl.MessageState `protogen:"open.v1"`
  52. Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
  53. Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc,omitempty"`
  54. Build string `protobuf:"bytes,3,opt,name=build,proto3" json:"build,omitempty"`
  55. Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
  56. unknownFields protoimpl.UnknownFields
  57. sizeCache protoimpl.SizeCache
  58. }
  59. func (x *SoftwareInfoReply) Reset() {
  60. *x = SoftwareInfoReply{}
  61. mi := &file_dr_resource_idl_proto_msgTypes[1]
  62. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  63. ms.StoreMessageInfo(mi)
  64. }
  65. func (x *SoftwareInfoReply) String() string {
  66. return protoimpl.X.MessageStringOf(x)
  67. }
  68. func (*SoftwareInfoReply) ProtoMessage() {}
  69. func (x *SoftwareInfoReply) ProtoReflect() protoreflect.Message {
  70. mi := &file_dr_resource_idl_proto_msgTypes[1]
  71. if x != nil {
  72. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  73. if ms.LoadMessageInfo() == nil {
  74. ms.StoreMessageInfo(mi)
  75. }
  76. return ms
  77. }
  78. return mi.MessageOf(x)
  79. }
  80. // Deprecated: Use SoftwareInfoReply.ProtoReflect.Descriptor instead.
  81. func (*SoftwareInfoReply) Descriptor() ([]byte, []int) {
  82. return file_dr_resource_idl_proto_rawDescGZIP(), []int{1}
  83. }
  84. func (x *SoftwareInfoReply) GetModule() string {
  85. if x != nil {
  86. return x.Module
  87. }
  88. return ""
  89. }
  90. func (x *SoftwareInfoReply) GetDesc() string {
  91. if x != nil {
  92. return x.Desc
  93. }
  94. return ""
  95. }
  96. func (x *SoftwareInfoReply) GetBuild() string {
  97. if x != nil {
  98. return x.Build
  99. }
  100. return ""
  101. }
  102. func (x *SoftwareInfoReply) GetVersion() string {
  103. if x != nil {
  104. return x.Version
  105. }
  106. return ""
  107. }
  108. type ConfigOptionListRequest struct {
  109. state protoimpl.MessageState `protogen:"open.v1"`
  110. Flag string `protobuf:"bytes,1,opt,name=flag,proto3" json:"flag,omitempty"`
  111. IsEnabled bool `protobuf:"varint,2,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  112. unknownFields protoimpl.UnknownFields
  113. sizeCache protoimpl.SizeCache
  114. }
  115. func (x *ConfigOptionListRequest) Reset() {
  116. *x = ConfigOptionListRequest{}
  117. mi := &file_dr_resource_idl_proto_msgTypes[2]
  118. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  119. ms.StoreMessageInfo(mi)
  120. }
  121. func (x *ConfigOptionListRequest) String() string {
  122. return protoimpl.X.MessageStringOf(x)
  123. }
  124. func (*ConfigOptionListRequest) ProtoMessage() {}
  125. func (x *ConfigOptionListRequest) ProtoReflect() protoreflect.Message {
  126. mi := &file_dr_resource_idl_proto_msgTypes[2]
  127. if x != nil {
  128. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  129. if ms.LoadMessageInfo() == nil {
  130. ms.StoreMessageInfo(mi)
  131. }
  132. return ms
  133. }
  134. return mi.MessageOf(x)
  135. }
  136. // Deprecated: Use ConfigOptionListRequest.ProtoReflect.Descriptor instead.
  137. func (*ConfigOptionListRequest) Descriptor() ([]byte, []int) {
  138. return file_dr_resource_idl_proto_rawDescGZIP(), []int{2}
  139. }
  140. func (x *ConfigOptionListRequest) GetFlag() string {
  141. if x != nil {
  142. return x.Flag
  143. }
  144. return ""
  145. }
  146. func (x *ConfigOptionListRequest) GetIsEnabled() bool {
  147. if x != nil {
  148. return x.IsEnabled
  149. }
  150. return false
  151. }
  152. type ConfigOption struct {
  153. state protoimpl.MessageState `protogen:"open.v1"`
  154. Flag string `protobuf:"bytes,1,opt,name=flag,proto3" json:"flag,omitempty"`
  155. Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
  156. Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
  157. Order int32 `protobuf:"varint,4,opt,name=order,proto3" json:"order,omitempty"`
  158. IsEnabled bool `protobuf:"varint,5,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  159. unknownFields protoimpl.UnknownFields
  160. sizeCache protoimpl.SizeCache
  161. }
  162. func (x *ConfigOption) Reset() {
  163. *x = ConfigOption{}
  164. mi := &file_dr_resource_idl_proto_msgTypes[3]
  165. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  166. ms.StoreMessageInfo(mi)
  167. }
  168. func (x *ConfigOption) String() string {
  169. return protoimpl.X.MessageStringOf(x)
  170. }
  171. func (*ConfigOption) ProtoMessage() {}
  172. func (x *ConfigOption) ProtoReflect() protoreflect.Message {
  173. mi := &file_dr_resource_idl_proto_msgTypes[3]
  174. if x != nil {
  175. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  176. if ms.LoadMessageInfo() == nil {
  177. ms.StoreMessageInfo(mi)
  178. }
  179. return ms
  180. }
  181. return mi.MessageOf(x)
  182. }
  183. // Deprecated: Use ConfigOption.ProtoReflect.Descriptor instead.
  184. func (*ConfigOption) Descriptor() ([]byte, []int) {
  185. return file_dr_resource_idl_proto_rawDescGZIP(), []int{3}
  186. }
  187. func (x *ConfigOption) GetFlag() string {
  188. if x != nil {
  189. return x.Flag
  190. }
  191. return ""
  192. }
  193. func (x *ConfigOption) GetText() string {
  194. if x != nil {
  195. return x.Text
  196. }
  197. return ""
  198. }
  199. func (x *ConfigOption) GetValue() string {
  200. if x != nil {
  201. return x.Value
  202. }
  203. return ""
  204. }
  205. func (x *ConfigOption) GetOrder() int32 {
  206. if x != nil {
  207. return x.Order
  208. }
  209. return 0
  210. }
  211. func (x *ConfigOption) GetIsEnabled() bool {
  212. if x != nil {
  213. return x.IsEnabled
  214. }
  215. return false
  216. }
  217. type ConfigOptionListReply struct {
  218. state protoimpl.MessageState `protogen:"open.v1"`
  219. ConfigOption []*ConfigOption `protobuf:"bytes,1,rep,name=configOption,proto3" json:"configOption,omitempty"`
  220. unknownFields protoimpl.UnknownFields
  221. sizeCache protoimpl.SizeCache
  222. }
  223. func (x *ConfigOptionListReply) Reset() {
  224. *x = ConfigOptionListReply{}
  225. mi := &file_dr_resource_idl_proto_msgTypes[4]
  226. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  227. ms.StoreMessageInfo(mi)
  228. }
  229. func (x *ConfigOptionListReply) String() string {
  230. return protoimpl.X.MessageStringOf(x)
  231. }
  232. func (*ConfigOptionListReply) ProtoMessage() {}
  233. func (x *ConfigOptionListReply) ProtoReflect() protoreflect.Message {
  234. mi := &file_dr_resource_idl_proto_msgTypes[4]
  235. if x != nil {
  236. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  237. if ms.LoadMessageInfo() == nil {
  238. ms.StoreMessageInfo(mi)
  239. }
  240. return ms
  241. }
  242. return mi.MessageOf(x)
  243. }
  244. // Deprecated: Use ConfigOptionListReply.ProtoReflect.Descriptor instead.
  245. func (*ConfigOptionListReply) Descriptor() ([]byte, []int) {
  246. return file_dr_resource_idl_proto_rawDescGZIP(), []int{4}
  247. }
  248. func (x *ConfigOptionListReply) GetConfigOption() []*ConfigOption {
  249. if x != nil {
  250. return x.ConfigOption
  251. }
  252. return nil
  253. }
  254. type ConfigListRequest struct {
  255. state protoimpl.MessageState `protogen:"open.v1"`
  256. // Types that are valid to be assigned to Filter:
  257. //
  258. // *ConfigListRequest_Group
  259. // *ConfigListRequest_Key
  260. Filter isConfigListRequest_Filter `protobuf_oneof:"filter"`
  261. unknownFields protoimpl.UnknownFields
  262. sizeCache protoimpl.SizeCache
  263. }
  264. func (x *ConfigListRequest) Reset() {
  265. *x = ConfigListRequest{}
  266. mi := &file_dr_resource_idl_proto_msgTypes[5]
  267. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  268. ms.StoreMessageInfo(mi)
  269. }
  270. func (x *ConfigListRequest) String() string {
  271. return protoimpl.X.MessageStringOf(x)
  272. }
  273. func (*ConfigListRequest) ProtoMessage() {}
  274. func (x *ConfigListRequest) ProtoReflect() protoreflect.Message {
  275. mi := &file_dr_resource_idl_proto_msgTypes[5]
  276. if x != nil {
  277. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  278. if ms.LoadMessageInfo() == nil {
  279. ms.StoreMessageInfo(mi)
  280. }
  281. return ms
  282. }
  283. return mi.MessageOf(x)
  284. }
  285. // Deprecated: Use ConfigListRequest.ProtoReflect.Descriptor instead.
  286. func (*ConfigListRequest) Descriptor() ([]byte, []int) {
  287. return file_dr_resource_idl_proto_rawDescGZIP(), []int{5}
  288. }
  289. func (x *ConfigListRequest) GetFilter() isConfigListRequest_Filter {
  290. if x != nil {
  291. return x.Filter
  292. }
  293. return nil
  294. }
  295. func (x *ConfigListRequest) GetGroup() string {
  296. if x != nil {
  297. if x, ok := x.Filter.(*ConfigListRequest_Group); ok {
  298. return x.Group
  299. }
  300. }
  301. return ""
  302. }
  303. func (x *ConfigListRequest) GetKey() string {
  304. if x != nil {
  305. if x, ok := x.Filter.(*ConfigListRequest_Key); ok {
  306. return x.Key
  307. }
  308. }
  309. return ""
  310. }
  311. type isConfigListRequest_Filter interface {
  312. isConfigListRequest_Filter()
  313. }
  314. type ConfigListRequest_Group struct {
  315. Group string `protobuf:"bytes,1,opt,name=group,proto3,oneof"`
  316. }
  317. type ConfigListRequest_Key struct {
  318. Key string `protobuf:"bytes,2,opt,name=key,proto3,oneof"`
  319. }
  320. func (*ConfigListRequest_Group) isConfigListRequest_Filter() {}
  321. func (*ConfigListRequest_Key) isConfigListRequest_Filter() {}
  322. type ConfigListResponse struct {
  323. state protoimpl.MessageState `protogen:"open.v1"`
  324. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
  325. Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
  326. OptionKey string `protobuf:"bytes,3,opt,name=option_key,json=optionKey,proto3" json:"option_key,omitempty"`
  327. ValueType string `protobuf:"bytes,4,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
  328. Desc string `protobuf:"bytes,5,opt,name=desc,proto3" json:"desc,omitempty"`
  329. Order int32 `protobuf:"varint,6,opt,name=order,proto3" json:"order,omitempty"`
  330. IsEnabled bool `protobuf:"varint,7,opt,name=is_enabled,json=isEnabled,proto3" json:"is_enabled,omitempty"`
  331. Uri string `protobuf:"bytes,8,opt,name=uri,proto3" json:"uri,omitempty"`
  332. unknownFields protoimpl.UnknownFields
  333. sizeCache protoimpl.SizeCache
  334. }
  335. func (x *ConfigListResponse) Reset() {
  336. *x = ConfigListResponse{}
  337. mi := &file_dr_resource_idl_proto_msgTypes[6]
  338. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  339. ms.StoreMessageInfo(mi)
  340. }
  341. func (x *ConfigListResponse) String() string {
  342. return protoimpl.X.MessageStringOf(x)
  343. }
  344. func (*ConfigListResponse) ProtoMessage() {}
  345. func (x *ConfigListResponse) ProtoReflect() protoreflect.Message {
  346. mi := &file_dr_resource_idl_proto_msgTypes[6]
  347. if x != nil {
  348. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  349. if ms.LoadMessageInfo() == nil {
  350. ms.StoreMessageInfo(mi)
  351. }
  352. return ms
  353. }
  354. return mi.MessageOf(x)
  355. }
  356. // Deprecated: Use ConfigListResponse.ProtoReflect.Descriptor instead.
  357. func (*ConfigListResponse) Descriptor() ([]byte, []int) {
  358. return file_dr_resource_idl_proto_rawDescGZIP(), []int{6}
  359. }
  360. func (x *ConfigListResponse) GetKey() string {
  361. if x != nil {
  362. return x.Key
  363. }
  364. return ""
  365. }
  366. func (x *ConfigListResponse) GetValue() string {
  367. if x != nil {
  368. return x.Value
  369. }
  370. return ""
  371. }
  372. func (x *ConfigListResponse) GetOptionKey() string {
  373. if x != nil {
  374. return x.OptionKey
  375. }
  376. return ""
  377. }
  378. func (x *ConfigListResponse) GetValueType() string {
  379. if x != nil {
  380. return x.ValueType
  381. }
  382. return ""
  383. }
  384. func (x *ConfigListResponse) GetDesc() string {
  385. if x != nil {
  386. return x.Desc
  387. }
  388. return ""
  389. }
  390. func (x *ConfigListResponse) GetOrder() int32 {
  391. if x != nil {
  392. return x.Order
  393. }
  394. return 0
  395. }
  396. func (x *ConfigListResponse) GetIsEnabled() bool {
  397. if x != nil {
  398. return x.IsEnabled
  399. }
  400. return false
  401. }
  402. func (x *ConfigListResponse) GetUri() string {
  403. if x != nil {
  404. return x.Uri
  405. }
  406. return ""
  407. }
  408. type ConfigItemRequest struct {
  409. state protoimpl.MessageState `protogen:"open.v1"`
  410. Items map[string]string `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"`
  411. unknownFields protoimpl.UnknownFields
  412. sizeCache protoimpl.SizeCache
  413. }
  414. func (x *ConfigItemRequest) Reset() {
  415. *x = ConfigItemRequest{}
  416. mi := &file_dr_resource_idl_proto_msgTypes[7]
  417. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  418. ms.StoreMessageInfo(mi)
  419. }
  420. func (x *ConfigItemRequest) String() string {
  421. return protoimpl.X.MessageStringOf(x)
  422. }
  423. func (*ConfigItemRequest) ProtoMessage() {}
  424. func (x *ConfigItemRequest) ProtoReflect() protoreflect.Message {
  425. mi := &file_dr_resource_idl_proto_msgTypes[7]
  426. if x != nil {
  427. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  428. if ms.LoadMessageInfo() == nil {
  429. ms.StoreMessageInfo(mi)
  430. }
  431. return ms
  432. }
  433. return mi.MessageOf(x)
  434. }
  435. // Deprecated: Use ConfigItemRequest.ProtoReflect.Descriptor instead.
  436. func (*ConfigItemRequest) Descriptor() ([]byte, []int) {
  437. return file_dr_resource_idl_proto_rawDescGZIP(), []int{7}
  438. }
  439. func (x *ConfigItemRequest) GetItems() map[string]string {
  440. if x != nil {
  441. return x.Items
  442. }
  443. return nil
  444. }
  445. var File_dr_resource_idl_proto protoreflect.FileDescriptor
  446. const file_dr_resource_idl_proto_rawDesc = "" +
  447. "\n" +
  448. "\x15dr_resource_idl.proto\x12\vdr.resource\"\x0e\n" +
  449. "\fEmptyRequest\"o\n" +
  450. "\x11SoftwareInfoReply\x12\x16\n" +
  451. "\x06module\x18\x01 \x01(\tR\x06module\x12\x12\n" +
  452. "\x04desc\x18\x02 \x01(\tR\x04desc\x12\x14\n" +
  453. "\x05build\x18\x03 \x01(\tR\x05build\x12\x18\n" +
  454. "\aversion\x18\x04 \x01(\tR\aversion\"L\n" +
  455. "\x17ConfigOptionListRequest\x12\x12\n" +
  456. "\x04flag\x18\x01 \x01(\tR\x04flag\x12\x1d\n" +
  457. "\n" +
  458. "is_enabled\x18\x02 \x01(\bR\tisEnabled\"\x81\x01\n" +
  459. "\fConfigOption\x12\x12\n" +
  460. "\x04flag\x18\x01 \x01(\tR\x04flag\x12\x12\n" +
  461. "\x04text\x18\x02 \x01(\tR\x04text\x12\x14\n" +
  462. "\x05value\x18\x03 \x01(\tR\x05value\x12\x14\n" +
  463. "\x05order\x18\x04 \x01(\x05R\x05order\x12\x1d\n" +
  464. "\n" +
  465. "is_enabled\x18\x05 \x01(\bR\tisEnabled\"V\n" +
  466. "\x15ConfigOptionListReply\x12=\n" +
  467. "\fconfigOption\x18\x01 \x03(\v2\x19.dr.resource.ConfigOptionR\fconfigOption\"I\n" +
  468. "\x11ConfigListRequest\x12\x16\n" +
  469. "\x05group\x18\x01 \x01(\tH\x00R\x05group\x12\x12\n" +
  470. "\x03key\x18\x02 \x01(\tH\x00R\x03keyB\b\n" +
  471. "\x06filter\"\xd5\x01\n" +
  472. "\x12ConfigListResponse\x12\x10\n" +
  473. "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
  474. "\x05value\x18\x02 \x01(\tR\x05value\x12\x1d\n" +
  475. "\n" +
  476. "option_key\x18\x03 \x01(\tR\toptionKey\x12\x1d\n" +
  477. "\n" +
  478. "value_type\x18\x04 \x01(\tR\tvalueType\x12\x12\n" +
  479. "\x04desc\x18\x05 \x01(\tR\x04desc\x12\x14\n" +
  480. "\x05order\x18\x06 \x01(\x05R\x05order\x12\x1d\n" +
  481. "\n" +
  482. "is_enabled\x18\a \x01(\bR\tisEnabled\x12\x10\n" +
  483. "\x03uri\x18\b \x01(\tR\x03uri\"\x8e\x01\n" +
  484. "\x11ConfigItemRequest\x12?\n" +
  485. "\x05items\x18\x01 \x03(\v2).dr.resource.ConfigItemRequest.ItemsEntryR\x05items\x1a8\n" +
  486. "\n" +
  487. "ItemsEntry\x12\x10\n" +
  488. "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
  489. "\x05value\x18\x02 \x01(\tR\x05value:\x028\x012T\n" +
  490. "\x05Basic\x12K\n" +
  491. "\fSoftwareInfo\x12\x19.dr.resource.EmptyRequest\x1a\x1e.dr.resource.SoftwareInfoReply\"\x002\x91\x02\n" +
  492. "\x06Config\x12^\n" +
  493. "\x10ConfigOptionList\x12$.dr.resource.ConfigOptionListRequest\x1a\".dr.resource.ConfigOptionListReply\"\x00\x12O\n" +
  494. "\n" +
  495. "ConfigList\x12\x1e.dr.resource.ConfigListRequest\x1a\x1f.dr.resource.ConfigListResponse\"\x00\x12V\n" +
  496. "\x11UpdateConfigItems\x12\x1e.dr.resource.ConfigItemRequest\x1a\x1f.dr.resource.ConfigListResponse\"\x00B\x11Z\x0fdr_resource_pb/b\x06proto3"
  497. var (
  498. file_dr_resource_idl_proto_rawDescOnce sync.Once
  499. file_dr_resource_idl_proto_rawDescData []byte
  500. )
  501. func file_dr_resource_idl_proto_rawDescGZIP() []byte {
  502. file_dr_resource_idl_proto_rawDescOnce.Do(func() {
  503. file_dr_resource_idl_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_dr_resource_idl_proto_rawDesc), len(file_dr_resource_idl_proto_rawDesc)))
  504. })
  505. return file_dr_resource_idl_proto_rawDescData
  506. }
  507. var file_dr_resource_idl_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
  508. var file_dr_resource_idl_proto_goTypes = []any{
  509. (*EmptyRequest)(nil), // 0: dr.resource.EmptyRequest
  510. (*SoftwareInfoReply)(nil), // 1: dr.resource.SoftwareInfoReply
  511. (*ConfigOptionListRequest)(nil), // 2: dr.resource.ConfigOptionListRequest
  512. (*ConfigOption)(nil), // 3: dr.resource.ConfigOption
  513. (*ConfigOptionListReply)(nil), // 4: dr.resource.ConfigOptionListReply
  514. (*ConfigListRequest)(nil), // 5: dr.resource.ConfigListRequest
  515. (*ConfigListResponse)(nil), // 6: dr.resource.ConfigListResponse
  516. (*ConfigItemRequest)(nil), // 7: dr.resource.ConfigItemRequest
  517. nil, // 8: dr.resource.ConfigItemRequest.ItemsEntry
  518. }
  519. var file_dr_resource_idl_proto_depIdxs = []int32{
  520. 3, // 0: dr.resource.ConfigOptionListReply.configOption:type_name -> dr.resource.ConfigOption
  521. 8, // 1: dr.resource.ConfigItemRequest.items:type_name -> dr.resource.ConfigItemRequest.ItemsEntry
  522. 0, // 2: dr.resource.Basic.SoftwareInfo:input_type -> dr.resource.EmptyRequest
  523. 2, // 3: dr.resource.Config.ConfigOptionList:input_type -> dr.resource.ConfigOptionListRequest
  524. 5, // 4: dr.resource.Config.ConfigList:input_type -> dr.resource.ConfigListRequest
  525. 7, // 5: dr.resource.Config.UpdateConfigItems:input_type -> dr.resource.ConfigItemRequest
  526. 1, // 6: dr.resource.Basic.SoftwareInfo:output_type -> dr.resource.SoftwareInfoReply
  527. 4, // 7: dr.resource.Config.ConfigOptionList:output_type -> dr.resource.ConfigOptionListReply
  528. 6, // 8: dr.resource.Config.ConfigList:output_type -> dr.resource.ConfigListResponse
  529. 6, // 9: dr.resource.Config.UpdateConfigItems:output_type -> dr.resource.ConfigListResponse
  530. 6, // [6:10] is the sub-list for method output_type
  531. 2, // [2:6] is the sub-list for method input_type
  532. 2, // [2:2] is the sub-list for extension type_name
  533. 2, // [2:2] is the sub-list for extension extendee
  534. 0, // [0:2] is the sub-list for field type_name
  535. }
  536. func init() { file_dr_resource_idl_proto_init() }
  537. func file_dr_resource_idl_proto_init() {
  538. if File_dr_resource_idl_proto != nil {
  539. return
  540. }
  541. file_dr_resource_idl_proto_msgTypes[5].OneofWrappers = []any{
  542. (*ConfigListRequest_Group)(nil),
  543. (*ConfigListRequest_Key)(nil),
  544. }
  545. type x struct{}
  546. out := protoimpl.TypeBuilder{
  547. File: protoimpl.DescBuilder{
  548. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  549. RawDescriptor: unsafe.Slice(unsafe.StringData(file_dr_resource_idl_proto_rawDesc), len(file_dr_resource_idl_proto_rawDesc)),
  550. NumEnums: 0,
  551. NumMessages: 9,
  552. NumExtensions: 0,
  553. NumServices: 2,
  554. },
  555. GoTypes: file_dr_resource_idl_proto_goTypes,
  556. DependencyIndexes: file_dr_resource_idl_proto_depIdxs,
  557. MessageInfos: file_dr_resource_idl_proto_msgTypes,
  558. }.Build()
  559. File_dr_resource_idl_proto = out.File
  560. file_dr_resource_idl_proto_goTypes = nil
  561. file_dr_resource_idl_proto_depIdxs = nil
  562. }