device.pb.go 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. // define syntax used in proto file
  2. // Code generated by protoc-gen-go. DO NOT EDIT.
  3. // versions:
  4. // protoc-gen-go v1.30.0
  5. // protoc (unknown)
  6. // source: device/v3/device.proto
  7. package v3
  8. import (
  9. _ "github.com/osguydch/ccosproc/proto/google/api"
  10. _ "github.com/osguydch/ccosproc/proto/protoc-gen-openapiv2/options"
  11. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  12. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  13. reflect "reflect"
  14. sync "sync"
  15. )
  16. const (
  17. // Verify that this generated code is sufficiently up-to-date.
  18. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  19. // Verify that runtime/protoimpl is sufficiently up-to-date.
  20. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  21. )
  22. // simple message
  23. type OpenRequest struct {
  24. state protoimpl.MessageState
  25. sizeCache protoimpl.SizeCache
  26. unknownFields protoimpl.UnknownFields
  27. DeviceUri string `protobuf:"bytes,1,opt,name=deviceUri,proto3" json:"deviceUri,omitempty"`
  28. DeviceGroup string `protobuf:"bytes,2,opt,name=deviceGroup,proto3" json:"deviceGroup,omitempty"`
  29. }
  30. func (x *OpenRequest) Reset() {
  31. *x = OpenRequest{}
  32. if protoimpl.UnsafeEnabled {
  33. mi := &file_device_v3_device_proto_msgTypes[0]
  34. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  35. ms.StoreMessageInfo(mi)
  36. }
  37. }
  38. func (x *OpenRequest) String() string {
  39. return protoimpl.X.MessageStringOf(x)
  40. }
  41. func (*OpenRequest) ProtoMessage() {}
  42. func (x *OpenRequest) ProtoReflect() protoreflect.Message {
  43. mi := &file_device_v3_device_proto_msgTypes[0]
  44. if protoimpl.UnsafeEnabled && x != nil {
  45. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  46. if ms.LoadMessageInfo() == nil {
  47. ms.StoreMessageInfo(mi)
  48. }
  49. return ms
  50. }
  51. return mi.MessageOf(x)
  52. }
  53. // Deprecated: Use OpenRequest.ProtoReflect.Descriptor instead.
  54. func (*OpenRequest) Descriptor() ([]byte, []int) {
  55. return file_device_v3_device_proto_rawDescGZIP(), []int{0}
  56. }
  57. func (x *OpenRequest) GetDeviceUri() string {
  58. if x != nil {
  59. return x.DeviceUri
  60. }
  61. return ""
  62. }
  63. func (x *OpenRequest) GetDeviceGroup() string {
  64. if x != nil {
  65. return x.DeviceGroup
  66. }
  67. return ""
  68. }
  69. type OpenReply struct {
  70. state protoimpl.MessageState
  71. sizeCache protoimpl.SizeCache
  72. unknownFields protoimpl.UnknownFields
  73. Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
  74. RetCode string `protobuf:"bytes,2,opt,name=retCode,proto3" json:"retCode,omitempty"`
  75. RetContext string `protobuf:"bytes,3,opt,name=retContext,proto3" json:"retContext,omitempty"`
  76. }
  77. func (x *OpenReply) Reset() {
  78. *x = OpenReply{}
  79. if protoimpl.UnsafeEnabled {
  80. mi := &file_device_v3_device_proto_msgTypes[1]
  81. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  82. ms.StoreMessageInfo(mi)
  83. }
  84. }
  85. func (x *OpenReply) String() string {
  86. return protoimpl.X.MessageStringOf(x)
  87. }
  88. func (*OpenReply) ProtoMessage() {}
  89. func (x *OpenReply) ProtoReflect() protoreflect.Message {
  90. mi := &file_device_v3_device_proto_msgTypes[1]
  91. if protoimpl.UnsafeEnabled && x != nil {
  92. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  93. if ms.LoadMessageInfo() == nil {
  94. ms.StoreMessageInfo(mi)
  95. }
  96. return ms
  97. }
  98. return mi.MessageOf(x)
  99. }
  100. // Deprecated: Use OpenReply.ProtoReflect.Descriptor instead.
  101. func (*OpenReply) Descriptor() ([]byte, []int) {
  102. return file_device_v3_device_proto_rawDescGZIP(), []int{1}
  103. }
  104. func (x *OpenReply) GetMessage() string {
  105. if x != nil {
  106. return x.Message
  107. }
  108. return ""
  109. }
  110. func (x *OpenReply) GetRetCode() string {
  111. if x != nil {
  112. return x.RetCode
  113. }
  114. return ""
  115. }
  116. func (x *OpenReply) GetRetContext() string {
  117. if x != nil {
  118. return x.RetContext
  119. }
  120. return ""
  121. }
  122. type DoRequest struct {
  123. state protoimpl.MessageState
  124. sizeCache protoimpl.SizeCache
  125. unknownFields protoimpl.UnknownFields
  126. DeviceUri string `protobuf:"bytes,1,opt,name=deviceUri,proto3" json:"deviceUri,omitempty"`
  127. ReqName string `protobuf:"bytes,2,opt,name=reqName,proto3" json:"reqName,omitempty"`
  128. ReqParam string `protobuf:"bytes,3,opt,name=reqParam,proto3" json:"reqParam,omitempty"`
  129. ReqTransaction string `protobuf:"bytes,4,opt,name=reqTransaction,proto3" json:"reqTransaction,omitempty"`
  130. ReqClientID string `protobuf:"bytes,5,opt,name=reqClientID,proto3" json:"reqClientID,omitempty"`
  131. }
  132. func (x *DoRequest) Reset() {
  133. *x = DoRequest{}
  134. if protoimpl.UnsafeEnabled {
  135. mi := &file_device_v3_device_proto_msgTypes[2]
  136. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  137. ms.StoreMessageInfo(mi)
  138. }
  139. }
  140. func (x *DoRequest) String() string {
  141. return protoimpl.X.MessageStringOf(x)
  142. }
  143. func (*DoRequest) ProtoMessage() {}
  144. func (x *DoRequest) ProtoReflect() protoreflect.Message {
  145. mi := &file_device_v3_device_proto_msgTypes[2]
  146. if protoimpl.UnsafeEnabled && x != nil {
  147. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  148. if ms.LoadMessageInfo() == nil {
  149. ms.StoreMessageInfo(mi)
  150. }
  151. return ms
  152. }
  153. return mi.MessageOf(x)
  154. }
  155. // Deprecated: Use DoRequest.ProtoReflect.Descriptor instead.
  156. func (*DoRequest) Descriptor() ([]byte, []int) {
  157. return file_device_v3_device_proto_rawDescGZIP(), []int{2}
  158. }
  159. func (x *DoRequest) GetDeviceUri() string {
  160. if x != nil {
  161. return x.DeviceUri
  162. }
  163. return ""
  164. }
  165. func (x *DoRequest) GetReqName() string {
  166. if x != nil {
  167. return x.ReqName
  168. }
  169. return ""
  170. }
  171. func (x *DoRequest) GetReqParam() string {
  172. if x != nil {
  173. return x.ReqParam
  174. }
  175. return ""
  176. }
  177. func (x *DoRequest) GetReqTransaction() string {
  178. if x != nil {
  179. return x.ReqTransaction
  180. }
  181. return ""
  182. }
  183. func (x *DoRequest) GetReqClientID() string {
  184. if x != nil {
  185. return x.ReqClientID
  186. }
  187. return ""
  188. }
  189. type DoResponse struct {
  190. state protoimpl.MessageState
  191. sizeCache protoimpl.SizeCache
  192. unknownFields protoimpl.UnknownFields
  193. DeviceUri string `protobuf:"bytes,1,opt,name=deviceUri,proto3" json:"deviceUri,omitempty"`
  194. RetCode string `protobuf:"bytes,2,opt,name=retCode,proto3" json:"retCode,omitempty"`
  195. ReqName string `protobuf:"bytes,3,opt,name=reqName,proto3" json:"reqName,omitempty"`
  196. RespResult string `protobuf:"bytes,4,opt,name=respResult,proto3" json:"respResult,omitempty"`
  197. ReqTransaction string `protobuf:"bytes,5,opt,name=reqTransaction,proto3" json:"reqTransaction,omitempty"`
  198. RetContext string `protobuf:"bytes,6,opt,name=retContext,proto3" json:"retContext,omitempty"`
  199. }
  200. func (x *DoResponse) Reset() {
  201. *x = DoResponse{}
  202. if protoimpl.UnsafeEnabled {
  203. mi := &file_device_v3_device_proto_msgTypes[3]
  204. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  205. ms.StoreMessageInfo(mi)
  206. }
  207. }
  208. func (x *DoResponse) String() string {
  209. return protoimpl.X.MessageStringOf(x)
  210. }
  211. func (*DoResponse) ProtoMessage() {}
  212. func (x *DoResponse) ProtoReflect() protoreflect.Message {
  213. mi := &file_device_v3_device_proto_msgTypes[3]
  214. if protoimpl.UnsafeEnabled && x != nil {
  215. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  216. if ms.LoadMessageInfo() == nil {
  217. ms.StoreMessageInfo(mi)
  218. }
  219. return ms
  220. }
  221. return mi.MessageOf(x)
  222. }
  223. // Deprecated: Use DoResponse.ProtoReflect.Descriptor instead.
  224. func (*DoResponse) Descriptor() ([]byte, []int) {
  225. return file_device_v3_device_proto_rawDescGZIP(), []int{3}
  226. }
  227. func (x *DoResponse) GetDeviceUri() string {
  228. if x != nil {
  229. return x.DeviceUri
  230. }
  231. return ""
  232. }
  233. func (x *DoResponse) GetRetCode() string {
  234. if x != nil {
  235. return x.RetCode
  236. }
  237. return ""
  238. }
  239. func (x *DoResponse) GetReqName() string {
  240. if x != nil {
  241. return x.ReqName
  242. }
  243. return ""
  244. }
  245. func (x *DoResponse) GetRespResult() string {
  246. if x != nil {
  247. return x.RespResult
  248. }
  249. return ""
  250. }
  251. func (x *DoResponse) GetReqTransaction() string {
  252. if x != nil {
  253. return x.ReqTransaction
  254. }
  255. return ""
  256. }
  257. func (x *DoResponse) GetRetContext() string {
  258. if x != nil {
  259. return x.RetContext
  260. }
  261. return ""
  262. }
  263. var File_device_v3_device_proto protoreflect.FileDescriptor
  264. var file_device_v3_device_proto_rawDesc = []byte{
  265. 0x0a, 0x16, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x33, 0x2f, 0x64, 0x65, 0x76, 0x69,
  266. 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  267. 0x2e, 0x56, 0x33, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  268. 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  269. 0x6f, 0x1a, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x2d, 0x67, 0x65, 0x6e, 0x2d, 0x6f, 0x70,
  270. 0x65, 0x6e, 0x61, 0x70, 0x69, 0x76, 0x32, 0x2f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
  271. 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  272. 0x6f, 0x22, 0x4d, 0x0a, 0x0b, 0x4f, 0x70, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  273. 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x18, 0x01, 0x20,
  274. 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x12, 0x20,
  275. 0x0a, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20,
  276. 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x47, 0x72, 0x6f, 0x75, 0x70,
  277. 0x22, 0x5f, 0x0a, 0x09, 0x4f, 0x70, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a,
  278. 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  279. 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f,
  280. 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x64,
  281. 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18,
  282. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78,
  283. 0x74, 0x22, 0xa9, 0x01, 0x0a, 0x09, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  284. 0x1c, 0x0a, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01,
  285. 0x28, 0x09, 0x52, 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x12, 0x18, 0x0a,
  286. 0x07, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
  287. 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x50, 0x61,
  288. 0x72, 0x61, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x50, 0x61,
  289. 0x72, 0x61, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
  290. 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x71,
  291. 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x72,
  292. 0x65, 0x71, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  293. 0x52, 0x0b, 0x72, 0x65, 0x71, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x44, 0x22, 0xc6, 0x01,
  294. 0x0a, 0x0a, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09,
  295. 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
  296. 0x09, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x55, 0x72, 0x69, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65,
  297. 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x74,
  298. 0x43, 0x6f, 0x64, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x18,
  299. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e,
  300. 0x0a, 0x0a, 0x72, 0x65, 0x73, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x04, 0x20, 0x01,
  301. 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x73, 0x70, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x26,
  302. 0x0a, 0x0e, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
  303. 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x72, 0x65, 0x71, 0x54, 0x72, 0x61, 0x6e, 0x73,
  304. 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x74, 0x43, 0x6f, 0x6e,
  305. 0x74, 0x65, 0x78, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x74, 0x43,
  306. 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x32, 0xec, 0x0c, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63,
  307. 0x65, 0x12, 0x8a, 0x01, 0x0a, 0x04, 0x4f, 0x70, 0x65, 0x6e, 0x12, 0x16, 0x2e, 0x44, 0x65, 0x76,
  308. 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
  309. 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x4f,
  310. 0x70, 0x65, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x54, 0x92, 0x41, 0x33, 0x0a, 0x06, 0x44,
  311. 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x0d, 0x4f, 0x70, 0x65, 0x6e, 0x20, 0x61, 0x20, 0x44, 0x65,
  312. 0x69, 0x76, 0x63, 0x65, 0x1a, 0x1a, 0x4f, 0x70, 0x65, 0x6e, 0x20, 0x44, 0x65, 0x76, 0x69, 0x63,
  313. 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e,
  314. 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x18, 0x3a, 0x01, 0x2a, 0x22, 0x13, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  315. 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x4f, 0x70, 0x65, 0x6e, 0x12, 0x93,
  316. 0x01, 0x0a, 0x05, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x12, 0x16, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63,
  317. 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x4f, 0x70, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  318. 0x1a, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x4f, 0x70, 0x65,
  319. 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x5c, 0x92, 0x41, 0x3a, 0x0a, 0x06, 0x44, 0x65, 0x76,
  320. 0x69, 0x63, 0x65, 0x12, 0x13, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x20, 0x4f, 0x70, 0x65, 0x6e, 0x65,
  321. 0x64, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x1b, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x20,
  322. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x50, 0x6c, 0x61, 0x74,
  323. 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x19, 0x3a, 0x01, 0x2a, 0x22, 0x14,
  324. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x43,
  325. 0x6c, 0x6f, 0x73, 0x65, 0x12, 0xb1, 0x01, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x12, 0x14, 0x2e, 0x44,
  326. 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65,
  327. 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44,
  328. 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7d, 0x92, 0x41, 0x56, 0x0a, 0x06,
  329. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x20, 0x47, 0x65, 0x74, 0x20, 0x50, 0x72, 0x6f, 0x70,
  330. 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x66, 0x72, 0x6f,
  331. 0x6d, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x2a, 0x47, 0x65, 0x74, 0x20, 0x50, 0x72,
  332. 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x66,
  333. 0x72, 0x6f, 0x6d, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x50, 0x6c, 0x61, 0x74, 0x66,
  334. 0x6f, 0x72, 0x6d, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x12, 0x1c, 0x2f, 0x61, 0x70, 0x69,
  335. 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x47, 0x65, 0x74, 0x2f, 0x7b,
  336. 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb1, 0x01, 0x0a, 0x03, 0x53, 0x65, 0x74,
  337. 0x12, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52,
  338. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e,
  339. 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7d, 0x92,
  340. 0x41, 0x56, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x20, 0x53, 0x65, 0x74, 0x20,
  341. 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65,
  342. 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x2a, 0x53, 0x65,
  343. 0x74, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c,
  344. 0x75, 0x65, 0x20, 0x66, 0x72, 0x6f, 0x6d, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x50,
  345. 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x1a, 0x1c,
  346. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x53,
  347. 0x65, 0x74, 0x2f, 0x7b, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xd6, 0x01, 0x0a,
  348. 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  349. 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e,
  350. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70,
  351. 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9e, 0x01, 0x92, 0x41, 0x71, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69,
  352. 0x63, 0x65, 0x12, 0x36, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65,
  353. 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x66, 0x6f, 0x72, 0x20,
  354. 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x2c, 0x20, 0x65, 0x66, 0x66, 0x6f, 0x72, 0x74, 0x20, 0x69,
  355. 0x6d, 0x6d, 0x65, 0x64, 0x69, 0x61, 0x74, 0x65, 0x6c, 0x79, 0x1a, 0x2f, 0x55, 0x70, 0x64, 0x61,
  356. 0x74, 0x65, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61,
  357. 0x6c, 0x75, 0x65, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x61,
  358. 0x74, 0x20, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02,
  359. 0x24, 0x3a, 0x01, 0x2a, 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65,
  360. 0x76, 0x69, 0x63, 0x65, 0x2f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2f, 0x7b, 0x72, 0x65, 0x71,
  361. 0x4e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xce, 0x01, 0x0a, 0x03, 0x41, 0x64, 0x64, 0x12, 0x14, 0x2e,
  362. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75,
  363. 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e,
  364. 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x99, 0x01, 0x92, 0x41, 0x6f,
  365. 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x1f, 0x41, 0x64, 0x64, 0x20, 0x50, 0x72,
  366. 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x66,
  367. 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x44, 0x41, 0x64, 0x64, 0x20, 0x50,
  368. 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20,
  369. 0x66, 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x61, 0x74, 0x20, 0x50, 0x6c,
  370. 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x20, 0x69, 0x66, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72,
  371. 0x74, 0x79, 0x20, 0x63, 0x61, 0x6e, 0x62, 0x65, 0x20, 0x61, 0x64, 0x64, 0x65, 0x64, 0x2e, 0x82,
  372. 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x3a, 0x01, 0x2a, 0x22, 0x1c, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76,
  373. 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x41, 0x64, 0x64, 0x2f, 0x7b, 0x72, 0x65,
  374. 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xd3, 0x01, 0x0a, 0x03, 0x44, 0x65, 0x6c, 0x12, 0x14,
  375. 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71,
  376. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33,
  377. 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x9e, 0x01, 0x92, 0x41,
  378. 0x77, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74,
  379. 0x65, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x20, 0x56, 0x61, 0x6c,
  380. 0x75, 0x65, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x49, 0x44,
  381. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73,
  382. 0x20, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63,
  383. 0x65, 0x20, 0x61, 0x74, 0x20, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x20, 0x69, 0x66,
  384. 0x20, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x79, 0x20, 0x63, 0x61, 0x6e, 0x62, 0x65, 0x20,
  385. 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1e, 0x2a, 0x1c,
  386. 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x44,
  387. 0x65, 0x6c, 0x2f, 0x7b, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65, 0x7d, 0x12, 0xb2, 0x01, 0x0a,
  388. 0x06, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  389. 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e,
  390. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70,
  391. 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x7b, 0x92, 0x41, 0x4e, 0x0a, 0x06, 0x44, 0x65, 0x76, 0x69, 0x63,
  392. 0x65, 0x12, 0x1a, 0x45, 0x78, 0x65, 0x63, 0x75, 0x61, 0x74, 0x65, 0x20, 0x41, 0x63, 0x74, 0x69,
  393. 0x6f, 0x6e, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a, 0x28, 0x45,
  394. 0x78, 0x65, 0x63, 0x75, 0x61, 0x74, 0x65, 0x20, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x20, 0x66,
  395. 0x6f, 0x72, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x61, 0x74, 0x20, 0x50, 0x6c, 0x61,
  396. 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x20, 0x2e, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x24, 0x3a, 0x01, 0x2a,
  397. 0x22, 0x1f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65,
  398. 0x2f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x2f, 0x7b, 0x72, 0x65, 0x71, 0x4e, 0x61, 0x6d, 0x65,
  399. 0x7d, 0x12, 0xa1, 0x01, 0x0a, 0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x2e,
  400. 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e, 0x44, 0x6f, 0x52, 0x65, 0x71, 0x75,
  401. 0x65, 0x73, 0x74, 0x1a, 0x15, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33, 0x2e,
  402. 0x44, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x69, 0x92, 0x41, 0x45, 0x0a,
  403. 0x06, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x16, 0x53, 0x65, 0x6e, 0x64, 0x20, 0x4d, 0x65,
  404. 0x73, 0x73, 0x61, 0x67, 0x65, 0x20, 0x74, 0x6f, 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x1a,
  405. 0x23, 0x53, 0x65, 0x6e, 0x64, 0x20, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x20, 0x74, 0x6f,
  406. 0x20, 0x44, 0x65, 0x69, 0x76, 0x63, 0x65, 0x20, 0x61, 0x74, 0x20, 0x50, 0x6c, 0x61, 0x74, 0x66,
  407. 0x6f, 0x72, 0x6d, 0x20, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1b, 0x3a, 0x01, 0x2a, 0x22, 0x16, 0x2f,
  408. 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x4d, 0x65,
  409. 0x73, 0x73, 0x61, 0x67, 0x65, 0x42, 0xe9, 0x01, 0x92, 0x41, 0x57, 0x12, 0x05, 0x32, 0x03, 0x33,
  410. 0x2e, 0x30, 0x2a, 0x01, 0x02, 0x72, 0x4b, 0x0a, 0x23, 0x67, 0x52, 0x50, 0x43, 0x2d, 0x67, 0x61,
  411. 0x74, 0x65, 0x77, 0x61, 0x79, 0x20, 0x62, 0x6f, 0x69, 0x6c, 0x65, 0x72, 0x70, 0x6c, 0x61, 0x74,
  412. 0x65, 0x20, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, 0x12, 0x24, 0x68, 0x74,
  413. 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
  414. 0x2f, 0x6f, 0x73, 0x67, 0x75, 0x79, 0x64, 0x63, 0x68, 0x2f, 0x64, 0x69, 0x6f, 0x73, 0x70, 0x72,
  415. 0x6f, 0x63, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x2e, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56,
  416. 0x33, 0x42, 0x0b, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01,
  417. 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x6f, 0x73, 0x67,
  418. 0x75, 0x79, 0x64, 0x63, 0x68, 0x2f, 0x64, 0x69, 0x6f, 0x73, 0x70, 0x72, 0x6f, 0x63, 0x2f, 0x70,
  419. 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x76, 0x33, 0xa2, 0x02,
  420. 0x03, 0x44, 0x56, 0x58, 0xaa, 0x02, 0x09, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x56, 0x33,
  421. 0xca, 0x02, 0x09, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x33, 0xe2, 0x02, 0x15, 0x44,
  422. 0x65, 0x76, 0x69, 0x63, 0x65, 0x5c, 0x56, 0x33, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61,
  423. 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x0a, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x3a, 0x3a, 0x56,
  424. 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  425. }
  426. var (
  427. file_device_v3_device_proto_rawDescOnce sync.Once
  428. file_device_v3_device_proto_rawDescData = file_device_v3_device_proto_rawDesc
  429. )
  430. func file_device_v3_device_proto_rawDescGZIP() []byte {
  431. file_device_v3_device_proto_rawDescOnce.Do(func() {
  432. file_device_v3_device_proto_rawDescData = protoimpl.X.CompressGZIP(file_device_v3_device_proto_rawDescData)
  433. })
  434. return file_device_v3_device_proto_rawDescData
  435. }
  436. var file_device_v3_device_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
  437. var file_device_v3_device_proto_goTypes = []interface{}{
  438. (*OpenRequest)(nil), // 0: Device.V3.OpenRequest
  439. (*OpenReply)(nil), // 1: Device.V3.OpenReply
  440. (*DoRequest)(nil), // 2: Device.V3.DoRequest
  441. (*DoResponse)(nil), // 3: Device.V3.DoResponse
  442. }
  443. var file_device_v3_device_proto_depIdxs = []int32{
  444. 0, // 0: Device.V3.Device.Open:input_type -> Device.V3.OpenRequest
  445. 0, // 1: Device.V3.Device.Close:input_type -> Device.V3.OpenRequest
  446. 2, // 2: Device.V3.Device.Get:input_type -> Device.V3.DoRequest
  447. 2, // 3: Device.V3.Device.Set:input_type -> Device.V3.DoRequest
  448. 2, // 4: Device.V3.Device.Update:input_type -> Device.V3.DoRequest
  449. 2, // 5: Device.V3.Device.Add:input_type -> Device.V3.DoRequest
  450. 2, // 6: Device.V3.Device.Del:input_type -> Device.V3.DoRequest
  451. 2, // 7: Device.V3.Device.Action:input_type -> Device.V3.DoRequest
  452. 2, // 8: Device.V3.Device.Message:input_type -> Device.V3.DoRequest
  453. 1, // 9: Device.V3.Device.Open:output_type -> Device.V3.OpenReply
  454. 1, // 10: Device.V3.Device.Close:output_type -> Device.V3.OpenReply
  455. 3, // 11: Device.V3.Device.Get:output_type -> Device.V3.DoResponse
  456. 3, // 12: Device.V3.Device.Set:output_type -> Device.V3.DoResponse
  457. 3, // 13: Device.V3.Device.Update:output_type -> Device.V3.DoResponse
  458. 3, // 14: Device.V3.Device.Add:output_type -> Device.V3.DoResponse
  459. 3, // 15: Device.V3.Device.Del:output_type -> Device.V3.DoResponse
  460. 3, // 16: Device.V3.Device.Action:output_type -> Device.V3.DoResponse
  461. 3, // 17: Device.V3.Device.Message:output_type -> Device.V3.DoResponse
  462. 9, // [9:18] is the sub-list for method output_type
  463. 0, // [0:9] is the sub-list for method input_type
  464. 0, // [0:0] is the sub-list for extension type_name
  465. 0, // [0:0] is the sub-list for extension extendee
  466. 0, // [0:0] is the sub-list for field type_name
  467. }
  468. func init() { file_device_v3_device_proto_init() }
  469. func file_device_v3_device_proto_init() {
  470. if File_device_v3_device_proto != nil {
  471. return
  472. }
  473. if !protoimpl.UnsafeEnabled {
  474. file_device_v3_device_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  475. switch v := v.(*OpenRequest); i {
  476. case 0:
  477. return &v.state
  478. case 1:
  479. return &v.sizeCache
  480. case 2:
  481. return &v.unknownFields
  482. default:
  483. return nil
  484. }
  485. }
  486. file_device_v3_device_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  487. switch v := v.(*OpenReply); i {
  488. case 0:
  489. return &v.state
  490. case 1:
  491. return &v.sizeCache
  492. case 2:
  493. return &v.unknownFields
  494. default:
  495. return nil
  496. }
  497. }
  498. file_device_v3_device_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  499. switch v := v.(*DoRequest); i {
  500. case 0:
  501. return &v.state
  502. case 1:
  503. return &v.sizeCache
  504. case 2:
  505. return &v.unknownFields
  506. default:
  507. return nil
  508. }
  509. }
  510. file_device_v3_device_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  511. switch v := v.(*DoResponse); i {
  512. case 0:
  513. return &v.state
  514. case 1:
  515. return &v.sizeCache
  516. case 2:
  517. return &v.unknownFields
  518. default:
  519. return nil
  520. }
  521. }
  522. }
  523. type x struct{}
  524. out := protoimpl.TypeBuilder{
  525. File: protoimpl.DescBuilder{
  526. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  527. RawDescriptor: file_device_v3_device_proto_rawDesc,
  528. NumEnums: 0,
  529. NumMessages: 4,
  530. NumExtensions: 0,
  531. NumServices: 1,
  532. },
  533. GoTypes: file_device_v3_device_proto_goTypes,
  534. DependencyIndexes: file_device_v3_device_proto_depIdxs,
  535. MessageInfos: file_device_v3_device_proto_msgTypes,
  536. }.Build()
  537. File_device_v3_device_proto = out.File
  538. file_device_v3_device_proto_rawDesc = nil
  539. file_device_v3_device_proto_goTypes = nil
  540. file_device_v3_device_proto_depIdxs = nil
  541. }