device_config.pb.go 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.34.2
  4. // protoc v4.25.3
  5. // source: user/v2/device_config.proto
  6. package v2
  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. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type CreateDeviceConfigRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. }
  24. func (x *CreateDeviceConfigRequest) Reset() {
  25. *x = CreateDeviceConfigRequest{}
  26. if protoimpl.UnsafeEnabled {
  27. mi := &file_user_v2_device_config_proto_msgTypes[0]
  28. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  29. ms.StoreMessageInfo(mi)
  30. }
  31. }
  32. func (x *CreateDeviceConfigRequest) String() string {
  33. return protoimpl.X.MessageStringOf(x)
  34. }
  35. func (*CreateDeviceConfigRequest) ProtoMessage() {}
  36. func (x *CreateDeviceConfigRequest) ProtoReflect() protoreflect.Message {
  37. mi := &file_user_v2_device_config_proto_msgTypes[0]
  38. if protoimpl.UnsafeEnabled && x != nil {
  39. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  40. if ms.LoadMessageInfo() == nil {
  41. ms.StoreMessageInfo(mi)
  42. }
  43. return ms
  44. }
  45. return mi.MessageOf(x)
  46. }
  47. // Deprecated: Use CreateDeviceConfigRequest.ProtoReflect.Descriptor instead.
  48. func (*CreateDeviceConfigRequest) Descriptor() ([]byte, []int) {
  49. return file_user_v2_device_config_proto_rawDescGZIP(), []int{0}
  50. }
  51. type CreateDeviceConfigReply struct {
  52. state protoimpl.MessageState
  53. sizeCache protoimpl.SizeCache
  54. unknownFields protoimpl.UnknownFields
  55. }
  56. func (x *CreateDeviceConfigReply) Reset() {
  57. *x = CreateDeviceConfigReply{}
  58. if protoimpl.UnsafeEnabled {
  59. mi := &file_user_v2_device_config_proto_msgTypes[1]
  60. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  61. ms.StoreMessageInfo(mi)
  62. }
  63. }
  64. func (x *CreateDeviceConfigReply) String() string {
  65. return protoimpl.X.MessageStringOf(x)
  66. }
  67. func (*CreateDeviceConfigReply) ProtoMessage() {}
  68. func (x *CreateDeviceConfigReply) ProtoReflect() protoreflect.Message {
  69. mi := &file_user_v2_device_config_proto_msgTypes[1]
  70. if protoimpl.UnsafeEnabled && x != nil {
  71. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  72. if ms.LoadMessageInfo() == nil {
  73. ms.StoreMessageInfo(mi)
  74. }
  75. return ms
  76. }
  77. return mi.MessageOf(x)
  78. }
  79. // Deprecated: Use CreateDeviceConfigReply.ProtoReflect.Descriptor instead.
  80. func (*CreateDeviceConfigReply) Descriptor() ([]byte, []int) {
  81. return file_user_v2_device_config_proto_rawDescGZIP(), []int{1}
  82. }
  83. type UpdateDeviceConfigRequest struct {
  84. state protoimpl.MessageState
  85. sizeCache protoimpl.SizeCache
  86. unknownFields protoimpl.UnknownFields
  87. }
  88. func (x *UpdateDeviceConfigRequest) Reset() {
  89. *x = UpdateDeviceConfigRequest{}
  90. if protoimpl.UnsafeEnabled {
  91. mi := &file_user_v2_device_config_proto_msgTypes[2]
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. ms.StoreMessageInfo(mi)
  94. }
  95. }
  96. func (x *UpdateDeviceConfigRequest) String() string {
  97. return protoimpl.X.MessageStringOf(x)
  98. }
  99. func (*UpdateDeviceConfigRequest) ProtoMessage() {}
  100. func (x *UpdateDeviceConfigRequest) ProtoReflect() protoreflect.Message {
  101. mi := &file_user_v2_device_config_proto_msgTypes[2]
  102. if protoimpl.UnsafeEnabled && x != nil {
  103. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  104. if ms.LoadMessageInfo() == nil {
  105. ms.StoreMessageInfo(mi)
  106. }
  107. return ms
  108. }
  109. return mi.MessageOf(x)
  110. }
  111. // Deprecated: Use UpdateDeviceConfigRequest.ProtoReflect.Descriptor instead.
  112. func (*UpdateDeviceConfigRequest) Descriptor() ([]byte, []int) {
  113. return file_user_v2_device_config_proto_rawDescGZIP(), []int{2}
  114. }
  115. type UpdateDeviceConfigReply struct {
  116. state protoimpl.MessageState
  117. sizeCache protoimpl.SizeCache
  118. unknownFields protoimpl.UnknownFields
  119. }
  120. func (x *UpdateDeviceConfigReply) Reset() {
  121. *x = UpdateDeviceConfigReply{}
  122. if protoimpl.UnsafeEnabled {
  123. mi := &file_user_v2_device_config_proto_msgTypes[3]
  124. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  125. ms.StoreMessageInfo(mi)
  126. }
  127. }
  128. func (x *UpdateDeviceConfigReply) String() string {
  129. return protoimpl.X.MessageStringOf(x)
  130. }
  131. func (*UpdateDeviceConfigReply) ProtoMessage() {}
  132. func (x *UpdateDeviceConfigReply) ProtoReflect() protoreflect.Message {
  133. mi := &file_user_v2_device_config_proto_msgTypes[3]
  134. if protoimpl.UnsafeEnabled && x != nil {
  135. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  136. if ms.LoadMessageInfo() == nil {
  137. ms.StoreMessageInfo(mi)
  138. }
  139. return ms
  140. }
  141. return mi.MessageOf(x)
  142. }
  143. // Deprecated: Use UpdateDeviceConfigReply.ProtoReflect.Descriptor instead.
  144. func (*UpdateDeviceConfigReply) Descriptor() ([]byte, []int) {
  145. return file_user_v2_device_config_proto_rawDescGZIP(), []int{3}
  146. }
  147. type DeleteDeviceConfigRequest struct {
  148. state protoimpl.MessageState
  149. sizeCache protoimpl.SizeCache
  150. unknownFields protoimpl.UnknownFields
  151. }
  152. func (x *DeleteDeviceConfigRequest) Reset() {
  153. *x = DeleteDeviceConfigRequest{}
  154. if protoimpl.UnsafeEnabled {
  155. mi := &file_user_v2_device_config_proto_msgTypes[4]
  156. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  157. ms.StoreMessageInfo(mi)
  158. }
  159. }
  160. func (x *DeleteDeviceConfigRequest) String() string {
  161. return protoimpl.X.MessageStringOf(x)
  162. }
  163. func (*DeleteDeviceConfigRequest) ProtoMessage() {}
  164. func (x *DeleteDeviceConfigRequest) ProtoReflect() protoreflect.Message {
  165. mi := &file_user_v2_device_config_proto_msgTypes[4]
  166. if protoimpl.UnsafeEnabled && x != nil {
  167. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  168. if ms.LoadMessageInfo() == nil {
  169. ms.StoreMessageInfo(mi)
  170. }
  171. return ms
  172. }
  173. return mi.MessageOf(x)
  174. }
  175. // Deprecated: Use DeleteDeviceConfigRequest.ProtoReflect.Descriptor instead.
  176. func (*DeleteDeviceConfigRequest) Descriptor() ([]byte, []int) {
  177. return file_user_v2_device_config_proto_rawDescGZIP(), []int{4}
  178. }
  179. type DeleteDeviceConfigReply struct {
  180. state protoimpl.MessageState
  181. sizeCache protoimpl.SizeCache
  182. unknownFields protoimpl.UnknownFields
  183. }
  184. func (x *DeleteDeviceConfigReply) Reset() {
  185. *x = DeleteDeviceConfigReply{}
  186. if protoimpl.UnsafeEnabled {
  187. mi := &file_user_v2_device_config_proto_msgTypes[5]
  188. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  189. ms.StoreMessageInfo(mi)
  190. }
  191. }
  192. func (x *DeleteDeviceConfigReply) String() string {
  193. return protoimpl.X.MessageStringOf(x)
  194. }
  195. func (*DeleteDeviceConfigReply) ProtoMessage() {}
  196. func (x *DeleteDeviceConfigReply) ProtoReflect() protoreflect.Message {
  197. mi := &file_user_v2_device_config_proto_msgTypes[5]
  198. if protoimpl.UnsafeEnabled && x != nil {
  199. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  200. if ms.LoadMessageInfo() == nil {
  201. ms.StoreMessageInfo(mi)
  202. }
  203. return ms
  204. }
  205. return mi.MessageOf(x)
  206. }
  207. // Deprecated: Use DeleteDeviceConfigReply.ProtoReflect.Descriptor instead.
  208. func (*DeleteDeviceConfigReply) Descriptor() ([]byte, []int) {
  209. return file_user_v2_device_config_proto_rawDescGZIP(), []int{5}
  210. }
  211. type GetDeviceConfigRequest struct {
  212. state protoimpl.MessageState
  213. sizeCache protoimpl.SizeCache
  214. unknownFields protoimpl.UnknownFields
  215. }
  216. func (x *GetDeviceConfigRequest) Reset() {
  217. *x = GetDeviceConfigRequest{}
  218. if protoimpl.UnsafeEnabled {
  219. mi := &file_user_v2_device_config_proto_msgTypes[6]
  220. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  221. ms.StoreMessageInfo(mi)
  222. }
  223. }
  224. func (x *GetDeviceConfigRequest) String() string {
  225. return protoimpl.X.MessageStringOf(x)
  226. }
  227. func (*GetDeviceConfigRequest) ProtoMessage() {}
  228. func (x *GetDeviceConfigRequest) ProtoReflect() protoreflect.Message {
  229. mi := &file_user_v2_device_config_proto_msgTypes[6]
  230. if protoimpl.UnsafeEnabled && x != nil {
  231. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  232. if ms.LoadMessageInfo() == nil {
  233. ms.StoreMessageInfo(mi)
  234. }
  235. return ms
  236. }
  237. return mi.MessageOf(x)
  238. }
  239. // Deprecated: Use GetDeviceConfigRequest.ProtoReflect.Descriptor instead.
  240. func (*GetDeviceConfigRequest) Descriptor() ([]byte, []int) {
  241. return file_user_v2_device_config_proto_rawDescGZIP(), []int{6}
  242. }
  243. type GetDeviceConfigReply struct {
  244. state protoimpl.MessageState
  245. sizeCache protoimpl.SizeCache
  246. unknownFields protoimpl.UnknownFields
  247. }
  248. func (x *GetDeviceConfigReply) Reset() {
  249. *x = GetDeviceConfigReply{}
  250. if protoimpl.UnsafeEnabled {
  251. mi := &file_user_v2_device_config_proto_msgTypes[7]
  252. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  253. ms.StoreMessageInfo(mi)
  254. }
  255. }
  256. func (x *GetDeviceConfigReply) String() string {
  257. return protoimpl.X.MessageStringOf(x)
  258. }
  259. func (*GetDeviceConfigReply) ProtoMessage() {}
  260. func (x *GetDeviceConfigReply) ProtoReflect() protoreflect.Message {
  261. mi := &file_user_v2_device_config_proto_msgTypes[7]
  262. if protoimpl.UnsafeEnabled && x != nil {
  263. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  264. if ms.LoadMessageInfo() == nil {
  265. ms.StoreMessageInfo(mi)
  266. }
  267. return ms
  268. }
  269. return mi.MessageOf(x)
  270. }
  271. // Deprecated: Use GetDeviceConfigReply.ProtoReflect.Descriptor instead.
  272. func (*GetDeviceConfigReply) Descriptor() ([]byte, []int) {
  273. return file_user_v2_device_config_proto_rawDescGZIP(), []int{7}
  274. }
  275. type ListDeviceConfigRequest struct {
  276. state protoimpl.MessageState
  277. sizeCache protoimpl.SizeCache
  278. unknownFields protoimpl.UnknownFields
  279. }
  280. func (x *ListDeviceConfigRequest) Reset() {
  281. *x = ListDeviceConfigRequest{}
  282. if protoimpl.UnsafeEnabled {
  283. mi := &file_user_v2_device_config_proto_msgTypes[8]
  284. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  285. ms.StoreMessageInfo(mi)
  286. }
  287. }
  288. func (x *ListDeviceConfigRequest) String() string {
  289. return protoimpl.X.MessageStringOf(x)
  290. }
  291. func (*ListDeviceConfigRequest) ProtoMessage() {}
  292. func (x *ListDeviceConfigRequest) ProtoReflect() protoreflect.Message {
  293. mi := &file_user_v2_device_config_proto_msgTypes[8]
  294. if protoimpl.UnsafeEnabled && x != nil {
  295. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  296. if ms.LoadMessageInfo() == nil {
  297. ms.StoreMessageInfo(mi)
  298. }
  299. return ms
  300. }
  301. return mi.MessageOf(x)
  302. }
  303. // Deprecated: Use ListDeviceConfigRequest.ProtoReflect.Descriptor instead.
  304. func (*ListDeviceConfigRequest) Descriptor() ([]byte, []int) {
  305. return file_user_v2_device_config_proto_rawDescGZIP(), []int{8}
  306. }
  307. type ListDeviceConfigReply struct {
  308. state protoimpl.MessageState
  309. sizeCache protoimpl.SizeCache
  310. unknownFields protoimpl.UnknownFields
  311. }
  312. func (x *ListDeviceConfigReply) Reset() {
  313. *x = ListDeviceConfigReply{}
  314. if protoimpl.UnsafeEnabled {
  315. mi := &file_user_v2_device_config_proto_msgTypes[9]
  316. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  317. ms.StoreMessageInfo(mi)
  318. }
  319. }
  320. func (x *ListDeviceConfigReply) String() string {
  321. return protoimpl.X.MessageStringOf(x)
  322. }
  323. func (*ListDeviceConfigReply) ProtoMessage() {}
  324. func (x *ListDeviceConfigReply) ProtoReflect() protoreflect.Message {
  325. mi := &file_user_v2_device_config_proto_msgTypes[9]
  326. if protoimpl.UnsafeEnabled && x != nil {
  327. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  328. if ms.LoadMessageInfo() == nil {
  329. ms.StoreMessageInfo(mi)
  330. }
  331. return ms
  332. }
  333. return mi.MessageOf(x)
  334. }
  335. // Deprecated: Use ListDeviceConfigReply.ProtoReflect.Descriptor instead.
  336. func (*ListDeviceConfigReply) Descriptor() ([]byte, []int) {
  337. return file_user_v2_device_config_proto_rawDescGZIP(), []int{9}
  338. }
  339. var File_user_v2_device_config_proto protoreflect.FileDescriptor
  340. var file_user_v2_device_config_proto_rawDesc = []byte{
  341. 0x0a, 0x1b, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
  342. 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0b, 0x61,
  343. 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x22, 0x1b, 0x0a, 0x19, 0x43, 0x72,
  344. 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  345. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x19, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74,
  346. 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70,
  347. 0x6c, 0x79, 0x22, 0x1b, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69,
  348. 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
  349. 0x19, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43,
  350. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x0a, 0x19, 0x44, 0x65,
  351. 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  352. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x19, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74,
  353. 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70,
  354. 0x6c, 0x79, 0x22, 0x18, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43,
  355. 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x16, 0x0a, 0x14,
  356. 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52,
  357. 0x65, 0x70, 0x6c, 0x79, 0x22, 0x19, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69,
  358. 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22,
  359. 0x17, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e,
  360. 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x32, 0xf3, 0x03, 0x0a, 0x0c, 0x44, 0x65, 0x76,
  361. 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x62, 0x0a, 0x12, 0x43, 0x72, 0x65,
  362. 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12,
  363. 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72,
  364. 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  365. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
  366. 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69,
  367. 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x62, 0x0a,
  368. 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e,
  369. 0x66, 0x69, 0x67, 0x12, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76,
  370. 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f,
  371. 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x61, 0x70,
  372. 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  373. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c,
  374. 0x79, 0x12, 0x62, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63,
  375. 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x26, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73,
  376. 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69,
  377. 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
  378. 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x44, 0x65,
  379. 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67,
  380. 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x59, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69,
  381. 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x23, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75,
  382. 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  383. 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e,
  384. 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x47, 0x65, 0x74, 0x44,
  385. 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79,
  386. 0x12, 0x5c, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f,
  387. 0x6e, 0x66, 0x69, 0x67, 0x12, 0x24, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e,
  388. 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e,
  389. 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x61, 0x70, 0x69,
  390. 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x76,
  391. 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x42, 0x30,
  392. 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x2e, 0x75, 0x73, 0x65, 0x72, 0x2e, 0x76, 0x32, 0x50, 0x01, 0x5a,
  393. 0x1f, 0x73, 0x69, 0x6b, 0x65, 0x79, 0x2f, 0x77, 0x33, 0x30, 0x33, 0x61, 0x2f, 0x68, 0x74, 0x74,
  394. 0x70, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x75, 0x73, 0x65, 0x72, 0x2f, 0x76, 0x32, 0x3b, 0x76, 0x32,
  395. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  396. }
  397. var (
  398. file_user_v2_device_config_proto_rawDescOnce sync.Once
  399. file_user_v2_device_config_proto_rawDescData = file_user_v2_device_config_proto_rawDesc
  400. )
  401. func file_user_v2_device_config_proto_rawDescGZIP() []byte {
  402. file_user_v2_device_config_proto_rawDescOnce.Do(func() {
  403. file_user_v2_device_config_proto_rawDescData = protoimpl.X.CompressGZIP(file_user_v2_device_config_proto_rawDescData)
  404. })
  405. return file_user_v2_device_config_proto_rawDescData
  406. }
  407. var file_user_v2_device_config_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  408. var file_user_v2_device_config_proto_goTypes = []any{
  409. (*CreateDeviceConfigRequest)(nil), // 0: api.user.v2.CreateDeviceConfigRequest
  410. (*CreateDeviceConfigReply)(nil), // 1: api.user.v2.CreateDeviceConfigReply
  411. (*UpdateDeviceConfigRequest)(nil), // 2: api.user.v2.UpdateDeviceConfigRequest
  412. (*UpdateDeviceConfigReply)(nil), // 3: api.user.v2.UpdateDeviceConfigReply
  413. (*DeleteDeviceConfigRequest)(nil), // 4: api.user.v2.DeleteDeviceConfigRequest
  414. (*DeleteDeviceConfigReply)(nil), // 5: api.user.v2.DeleteDeviceConfigReply
  415. (*GetDeviceConfigRequest)(nil), // 6: api.user.v2.GetDeviceConfigRequest
  416. (*GetDeviceConfigReply)(nil), // 7: api.user.v2.GetDeviceConfigReply
  417. (*ListDeviceConfigRequest)(nil), // 8: api.user.v2.ListDeviceConfigRequest
  418. (*ListDeviceConfigReply)(nil), // 9: api.user.v2.ListDeviceConfigReply
  419. }
  420. var file_user_v2_device_config_proto_depIdxs = []int32{
  421. 0, // 0: api.user.v2.DeviceConfig.CreateDeviceConfig:input_type -> api.user.v2.CreateDeviceConfigRequest
  422. 2, // 1: api.user.v2.DeviceConfig.UpdateDeviceConfig:input_type -> api.user.v2.UpdateDeviceConfigRequest
  423. 4, // 2: api.user.v2.DeviceConfig.DeleteDeviceConfig:input_type -> api.user.v2.DeleteDeviceConfigRequest
  424. 6, // 3: api.user.v2.DeviceConfig.GetDeviceConfig:input_type -> api.user.v2.GetDeviceConfigRequest
  425. 8, // 4: api.user.v2.DeviceConfig.ListDeviceConfig:input_type -> api.user.v2.ListDeviceConfigRequest
  426. 1, // 5: api.user.v2.DeviceConfig.CreateDeviceConfig:output_type -> api.user.v2.CreateDeviceConfigReply
  427. 3, // 6: api.user.v2.DeviceConfig.UpdateDeviceConfig:output_type -> api.user.v2.UpdateDeviceConfigReply
  428. 5, // 7: api.user.v2.DeviceConfig.DeleteDeviceConfig:output_type -> api.user.v2.DeleteDeviceConfigReply
  429. 7, // 8: api.user.v2.DeviceConfig.GetDeviceConfig:output_type -> api.user.v2.GetDeviceConfigReply
  430. 9, // 9: api.user.v2.DeviceConfig.ListDeviceConfig:output_type -> api.user.v2.ListDeviceConfigReply
  431. 5, // [5:10] is the sub-list for method output_type
  432. 0, // [0:5] is the sub-list for method input_type
  433. 0, // [0:0] is the sub-list for extension type_name
  434. 0, // [0:0] is the sub-list for extension extendee
  435. 0, // [0:0] is the sub-list for field type_name
  436. }
  437. func init() { file_user_v2_device_config_proto_init() }
  438. func file_user_v2_device_config_proto_init() {
  439. if File_user_v2_device_config_proto != nil {
  440. return
  441. }
  442. if !protoimpl.UnsafeEnabled {
  443. file_user_v2_device_config_proto_msgTypes[0].Exporter = func(v any, i int) any {
  444. switch v := v.(*CreateDeviceConfigRequest); i {
  445. case 0:
  446. return &v.state
  447. case 1:
  448. return &v.sizeCache
  449. case 2:
  450. return &v.unknownFields
  451. default:
  452. return nil
  453. }
  454. }
  455. file_user_v2_device_config_proto_msgTypes[1].Exporter = func(v any, i int) any {
  456. switch v := v.(*CreateDeviceConfigReply); i {
  457. case 0:
  458. return &v.state
  459. case 1:
  460. return &v.sizeCache
  461. case 2:
  462. return &v.unknownFields
  463. default:
  464. return nil
  465. }
  466. }
  467. file_user_v2_device_config_proto_msgTypes[2].Exporter = func(v any, i int) any {
  468. switch v := v.(*UpdateDeviceConfigRequest); i {
  469. case 0:
  470. return &v.state
  471. case 1:
  472. return &v.sizeCache
  473. case 2:
  474. return &v.unknownFields
  475. default:
  476. return nil
  477. }
  478. }
  479. file_user_v2_device_config_proto_msgTypes[3].Exporter = func(v any, i int) any {
  480. switch v := v.(*UpdateDeviceConfigReply); i {
  481. case 0:
  482. return &v.state
  483. case 1:
  484. return &v.sizeCache
  485. case 2:
  486. return &v.unknownFields
  487. default:
  488. return nil
  489. }
  490. }
  491. file_user_v2_device_config_proto_msgTypes[4].Exporter = func(v any, i int) any {
  492. switch v := v.(*DeleteDeviceConfigRequest); i {
  493. case 0:
  494. return &v.state
  495. case 1:
  496. return &v.sizeCache
  497. case 2:
  498. return &v.unknownFields
  499. default:
  500. return nil
  501. }
  502. }
  503. file_user_v2_device_config_proto_msgTypes[5].Exporter = func(v any, i int) any {
  504. switch v := v.(*DeleteDeviceConfigReply); i {
  505. case 0:
  506. return &v.state
  507. case 1:
  508. return &v.sizeCache
  509. case 2:
  510. return &v.unknownFields
  511. default:
  512. return nil
  513. }
  514. }
  515. file_user_v2_device_config_proto_msgTypes[6].Exporter = func(v any, i int) any {
  516. switch v := v.(*GetDeviceConfigRequest); i {
  517. case 0:
  518. return &v.state
  519. case 1:
  520. return &v.sizeCache
  521. case 2:
  522. return &v.unknownFields
  523. default:
  524. return nil
  525. }
  526. }
  527. file_user_v2_device_config_proto_msgTypes[7].Exporter = func(v any, i int) any {
  528. switch v := v.(*GetDeviceConfigReply); i {
  529. case 0:
  530. return &v.state
  531. case 1:
  532. return &v.sizeCache
  533. case 2:
  534. return &v.unknownFields
  535. default:
  536. return nil
  537. }
  538. }
  539. file_user_v2_device_config_proto_msgTypes[8].Exporter = func(v any, i int) any {
  540. switch v := v.(*ListDeviceConfigRequest); i {
  541. case 0:
  542. return &v.state
  543. case 1:
  544. return &v.sizeCache
  545. case 2:
  546. return &v.unknownFields
  547. default:
  548. return nil
  549. }
  550. }
  551. file_user_v2_device_config_proto_msgTypes[9].Exporter = func(v any, i int) any {
  552. switch v := v.(*ListDeviceConfigReply); i {
  553. case 0:
  554. return &v.state
  555. case 1:
  556. return &v.sizeCache
  557. case 2:
  558. return &v.unknownFields
  559. default:
  560. return nil
  561. }
  562. }
  563. }
  564. type x struct{}
  565. out := protoimpl.TypeBuilder{
  566. File: protoimpl.DescBuilder{
  567. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  568. RawDescriptor: file_user_v2_device_config_proto_rawDesc,
  569. NumEnums: 0,
  570. NumMessages: 10,
  571. NumExtensions: 0,
  572. NumServices: 1,
  573. },
  574. GoTypes: file_user_v2_device_config_proto_goTypes,
  575. DependencyIndexes: file_user_v2_device_config_proto_depIdxs,
  576. MessageInfos: file_user_v2_device_config_proto_msgTypes,
  577. }.Build()
  578. File_user_v2_device_config_proto = out.File
  579. file_user_v2_device_config_proto_rawDesc = nil
  580. file_user_v2_device_config_proto_goTypes = nil
  581. file_user_v2_device_config_proto_depIdxs = nil
  582. }