command.pb.go 50 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.12.4
  5. // source: v1/request/command.proto
  6. package request
  7. import (
  8. _ "github.com/mwitkow/go-proto-validators"
  9. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  10. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  11. reflect "reflect"
  12. sync "sync"
  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 AutoMigrateRequest struct {
  21. state protoimpl.MessageState
  22. sizeCache protoimpl.SizeCache
  23. unknownFields protoimpl.UnknownFields
  24. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  25. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  26. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  27. TableModelDescribe []byte `protobuf:"bytes,4,opt,name=TableModelDescribe,proto3" json:"TableModelDescribe,omitempty"`
  28. }
  29. func (x *AutoMigrateRequest) Reset() {
  30. *x = AutoMigrateRequest{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_v1_request_command_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *AutoMigrateRequest) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*AutoMigrateRequest) ProtoMessage() {}
  41. func (x *AutoMigrateRequest) ProtoReflect() protoreflect.Message {
  42. mi := &file_v1_request_command_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use AutoMigrateRequest.ProtoReflect.Descriptor instead.
  53. func (*AutoMigrateRequest) Descriptor() ([]byte, []int) {
  54. return file_v1_request_command_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *AutoMigrateRequest) GetDatabaseID() string {
  57. if x != nil {
  58. return x.DatabaseID
  59. }
  60. return ""
  61. }
  62. func (x *AutoMigrateRequest) GetTablePrefixWithSchema() string {
  63. if x != nil {
  64. return x.TablePrefixWithSchema
  65. }
  66. return ""
  67. }
  68. func (x *AutoMigrateRequest) GetVersion() string {
  69. if x != nil {
  70. return x.Version
  71. }
  72. return ""
  73. }
  74. func (x *AutoMigrateRequest) GetTableModelDescribe() []byte {
  75. if x != nil {
  76. return x.TableModelDescribe
  77. }
  78. return nil
  79. }
  80. type TransactionOperation struct {
  81. state protoimpl.MessageState
  82. sizeCache protoimpl.SizeCache
  83. unknownFields protoimpl.UnknownFields
  84. // Types that are assignable to Request:
  85. //
  86. // *TransactionOperation_TransactionBeginRequest
  87. // *TransactionOperation_InsertRequest
  88. // *TransactionOperation_InsertBatchRequest
  89. // *TransactionOperation_DeleteRequest
  90. // *TransactionOperation_DeleteBatchRequest
  91. // *TransactionOperation_UpdateRequest
  92. // *TransactionOperation_TransactionEndRequest
  93. Request isTransactionOperation_Request `protobuf_oneof:"Request"`
  94. }
  95. func (x *TransactionOperation) Reset() {
  96. *x = TransactionOperation{}
  97. if protoimpl.UnsafeEnabled {
  98. mi := &file_v1_request_command_proto_msgTypes[1]
  99. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  100. ms.StoreMessageInfo(mi)
  101. }
  102. }
  103. func (x *TransactionOperation) String() string {
  104. return protoimpl.X.MessageStringOf(x)
  105. }
  106. func (*TransactionOperation) ProtoMessage() {}
  107. func (x *TransactionOperation) ProtoReflect() protoreflect.Message {
  108. mi := &file_v1_request_command_proto_msgTypes[1]
  109. if protoimpl.UnsafeEnabled && x != nil {
  110. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  111. if ms.LoadMessageInfo() == nil {
  112. ms.StoreMessageInfo(mi)
  113. }
  114. return ms
  115. }
  116. return mi.MessageOf(x)
  117. }
  118. // Deprecated: Use TransactionOperation.ProtoReflect.Descriptor instead.
  119. func (*TransactionOperation) Descriptor() ([]byte, []int) {
  120. return file_v1_request_command_proto_rawDescGZIP(), []int{1}
  121. }
  122. func (m *TransactionOperation) GetRequest() isTransactionOperation_Request {
  123. if m != nil {
  124. return m.Request
  125. }
  126. return nil
  127. }
  128. func (x *TransactionOperation) GetTransactionBeginRequest() *TransactionBeginRequest {
  129. if x, ok := x.GetRequest().(*TransactionOperation_TransactionBeginRequest); ok {
  130. return x.TransactionBeginRequest
  131. }
  132. return nil
  133. }
  134. func (x *TransactionOperation) GetInsertRequest() *InsertRequest {
  135. if x, ok := x.GetRequest().(*TransactionOperation_InsertRequest); ok {
  136. return x.InsertRequest
  137. }
  138. return nil
  139. }
  140. func (x *TransactionOperation) GetInsertBatchRequest() *InsertBatchRequest {
  141. if x, ok := x.GetRequest().(*TransactionOperation_InsertBatchRequest); ok {
  142. return x.InsertBatchRequest
  143. }
  144. return nil
  145. }
  146. func (x *TransactionOperation) GetDeleteRequest() *DeleteRequest {
  147. if x, ok := x.GetRequest().(*TransactionOperation_DeleteRequest); ok {
  148. return x.DeleteRequest
  149. }
  150. return nil
  151. }
  152. func (x *TransactionOperation) GetDeleteBatchRequest() *DeleteBatchRequest {
  153. if x, ok := x.GetRequest().(*TransactionOperation_DeleteBatchRequest); ok {
  154. return x.DeleteBatchRequest
  155. }
  156. return nil
  157. }
  158. func (x *TransactionOperation) GetUpdateRequest() *UpdateRequest {
  159. if x, ok := x.GetRequest().(*TransactionOperation_UpdateRequest); ok {
  160. return x.UpdateRequest
  161. }
  162. return nil
  163. }
  164. func (x *TransactionOperation) GetTransactionEndRequest() *TransactionEndRequest {
  165. if x, ok := x.GetRequest().(*TransactionOperation_TransactionEndRequest); ok {
  166. return x.TransactionEndRequest
  167. }
  168. return nil
  169. }
  170. type isTransactionOperation_Request interface {
  171. isTransactionOperation_Request()
  172. }
  173. type TransactionOperation_TransactionBeginRequest struct {
  174. TransactionBeginRequest *TransactionBeginRequest `protobuf:"bytes,1,opt,name=TransactionBeginRequest,proto3,oneof"`
  175. }
  176. type TransactionOperation_InsertRequest struct {
  177. InsertRequest *InsertRequest `protobuf:"bytes,2,opt,name=InsertRequest,proto3,oneof"`
  178. }
  179. type TransactionOperation_InsertBatchRequest struct {
  180. InsertBatchRequest *InsertBatchRequest `protobuf:"bytes,3,opt,name=InsertBatchRequest,proto3,oneof"`
  181. }
  182. type TransactionOperation_DeleteRequest struct {
  183. DeleteRequest *DeleteRequest `protobuf:"bytes,4,opt,name=DeleteRequest,proto3,oneof"`
  184. }
  185. type TransactionOperation_DeleteBatchRequest struct {
  186. DeleteBatchRequest *DeleteBatchRequest `protobuf:"bytes,5,opt,name=DeleteBatchRequest,proto3,oneof"`
  187. }
  188. type TransactionOperation_UpdateRequest struct {
  189. UpdateRequest *UpdateRequest `protobuf:"bytes,6,opt,name=UpdateRequest,proto3,oneof"`
  190. }
  191. type TransactionOperation_TransactionEndRequest struct {
  192. TransactionEndRequest *TransactionEndRequest `protobuf:"bytes,7,opt,name=TransactionEndRequest,proto3,oneof"`
  193. }
  194. func (*TransactionOperation_TransactionBeginRequest) isTransactionOperation_Request() {}
  195. func (*TransactionOperation_InsertRequest) isTransactionOperation_Request() {}
  196. func (*TransactionOperation_InsertBatchRequest) isTransactionOperation_Request() {}
  197. func (*TransactionOperation_DeleteRequest) isTransactionOperation_Request() {}
  198. func (*TransactionOperation_DeleteBatchRequest) isTransactionOperation_Request() {}
  199. func (*TransactionOperation_UpdateRequest) isTransactionOperation_Request() {}
  200. func (*TransactionOperation_TransactionEndRequest) isTransactionOperation_Request() {}
  201. type InsertRequest struct {
  202. state protoimpl.MessageState
  203. sizeCache protoimpl.SizeCache
  204. unknownFields protoimpl.UnknownFields
  205. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  206. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  207. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  208. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  209. TableRow []byte `protobuf:"bytes,5,opt,name=TableRow,proto3" json:"TableRow,omitempty"`
  210. UserID string `protobuf:"bytes,6,opt,name=UserID,proto3" json:"UserID,omitempty"`
  211. }
  212. func (x *InsertRequest) Reset() {
  213. *x = InsertRequest{}
  214. if protoimpl.UnsafeEnabled {
  215. mi := &file_v1_request_command_proto_msgTypes[2]
  216. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  217. ms.StoreMessageInfo(mi)
  218. }
  219. }
  220. func (x *InsertRequest) String() string {
  221. return protoimpl.X.MessageStringOf(x)
  222. }
  223. func (*InsertRequest) ProtoMessage() {}
  224. func (x *InsertRequest) ProtoReflect() protoreflect.Message {
  225. mi := &file_v1_request_command_proto_msgTypes[2]
  226. if protoimpl.UnsafeEnabled && x != nil {
  227. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  228. if ms.LoadMessageInfo() == nil {
  229. ms.StoreMessageInfo(mi)
  230. }
  231. return ms
  232. }
  233. return mi.MessageOf(x)
  234. }
  235. // Deprecated: Use InsertRequest.ProtoReflect.Descriptor instead.
  236. func (*InsertRequest) Descriptor() ([]byte, []int) {
  237. return file_v1_request_command_proto_rawDescGZIP(), []int{2}
  238. }
  239. func (x *InsertRequest) GetDatabaseID() string {
  240. if x != nil {
  241. return x.DatabaseID
  242. }
  243. return ""
  244. }
  245. func (x *InsertRequest) GetTablePrefixWithSchema() string {
  246. if x != nil {
  247. return x.TablePrefixWithSchema
  248. }
  249. return ""
  250. }
  251. func (x *InsertRequest) GetVersion() string {
  252. if x != nil {
  253. return x.Version
  254. }
  255. return ""
  256. }
  257. func (x *InsertRequest) GetKeys() []byte {
  258. if x != nil {
  259. return x.Keys
  260. }
  261. return nil
  262. }
  263. func (x *InsertRequest) GetTableRow() []byte {
  264. if x != nil {
  265. return x.TableRow
  266. }
  267. return nil
  268. }
  269. func (x *InsertRequest) GetUserID() string {
  270. if x != nil {
  271. return x.UserID
  272. }
  273. return ""
  274. }
  275. type InsertBatchRequest struct {
  276. state protoimpl.MessageState
  277. sizeCache protoimpl.SizeCache
  278. unknownFields protoimpl.UnknownFields
  279. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  280. Items []*InsertTableItem `protobuf:"bytes,2,rep,name=Items,proto3" json:"Items,omitempty"`
  281. UserID string `protobuf:"bytes,3,opt,name=UserID,proto3" json:"UserID,omitempty"`
  282. }
  283. func (x *InsertBatchRequest) Reset() {
  284. *x = InsertBatchRequest{}
  285. if protoimpl.UnsafeEnabled {
  286. mi := &file_v1_request_command_proto_msgTypes[3]
  287. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  288. ms.StoreMessageInfo(mi)
  289. }
  290. }
  291. func (x *InsertBatchRequest) String() string {
  292. return protoimpl.X.MessageStringOf(x)
  293. }
  294. func (*InsertBatchRequest) ProtoMessage() {}
  295. func (x *InsertBatchRequest) ProtoReflect() protoreflect.Message {
  296. mi := &file_v1_request_command_proto_msgTypes[3]
  297. if protoimpl.UnsafeEnabled && x != nil {
  298. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  299. if ms.LoadMessageInfo() == nil {
  300. ms.StoreMessageInfo(mi)
  301. }
  302. return ms
  303. }
  304. return mi.MessageOf(x)
  305. }
  306. // Deprecated: Use InsertBatchRequest.ProtoReflect.Descriptor instead.
  307. func (*InsertBatchRequest) Descriptor() ([]byte, []int) {
  308. return file_v1_request_command_proto_rawDescGZIP(), []int{3}
  309. }
  310. func (x *InsertBatchRequest) GetDatabaseID() string {
  311. if x != nil {
  312. return x.DatabaseID
  313. }
  314. return ""
  315. }
  316. func (x *InsertBatchRequest) GetItems() []*InsertTableItem {
  317. if x != nil {
  318. return x.Items
  319. }
  320. return nil
  321. }
  322. func (x *InsertBatchRequest) GetUserID() string {
  323. if x != nil {
  324. return x.UserID
  325. }
  326. return ""
  327. }
  328. type InsertTableItem struct {
  329. state protoimpl.MessageState
  330. sizeCache protoimpl.SizeCache
  331. unknownFields protoimpl.UnknownFields
  332. TablePrefixWithSchema string `protobuf:"bytes,1,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  333. Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
  334. Items []*InsertItem `protobuf:"bytes,3,rep,name=Items,proto3" json:"Items,omitempty"`
  335. }
  336. func (x *InsertTableItem) Reset() {
  337. *x = InsertTableItem{}
  338. if protoimpl.UnsafeEnabled {
  339. mi := &file_v1_request_command_proto_msgTypes[4]
  340. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  341. ms.StoreMessageInfo(mi)
  342. }
  343. }
  344. func (x *InsertTableItem) String() string {
  345. return protoimpl.X.MessageStringOf(x)
  346. }
  347. func (*InsertTableItem) ProtoMessage() {}
  348. func (x *InsertTableItem) ProtoReflect() protoreflect.Message {
  349. mi := &file_v1_request_command_proto_msgTypes[4]
  350. if protoimpl.UnsafeEnabled && x != nil {
  351. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  352. if ms.LoadMessageInfo() == nil {
  353. ms.StoreMessageInfo(mi)
  354. }
  355. return ms
  356. }
  357. return mi.MessageOf(x)
  358. }
  359. // Deprecated: Use InsertTableItem.ProtoReflect.Descriptor instead.
  360. func (*InsertTableItem) Descriptor() ([]byte, []int) {
  361. return file_v1_request_command_proto_rawDescGZIP(), []int{4}
  362. }
  363. func (x *InsertTableItem) GetTablePrefixWithSchema() string {
  364. if x != nil {
  365. return x.TablePrefixWithSchema
  366. }
  367. return ""
  368. }
  369. func (x *InsertTableItem) GetVersion() string {
  370. if x != nil {
  371. return x.Version
  372. }
  373. return ""
  374. }
  375. func (x *InsertTableItem) GetItems() []*InsertItem {
  376. if x != nil {
  377. return x.Items
  378. }
  379. return nil
  380. }
  381. type InsertItem struct {
  382. state protoimpl.MessageState
  383. sizeCache protoimpl.SizeCache
  384. unknownFields protoimpl.UnknownFields
  385. Keys []byte `protobuf:"bytes,1,opt,name=Keys,proto3" json:"Keys,omitempty"`
  386. TableRow []byte `protobuf:"bytes,2,opt,name=TableRow,proto3" json:"TableRow,omitempty"`
  387. }
  388. func (x *InsertItem) Reset() {
  389. *x = InsertItem{}
  390. if protoimpl.UnsafeEnabled {
  391. mi := &file_v1_request_command_proto_msgTypes[5]
  392. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  393. ms.StoreMessageInfo(mi)
  394. }
  395. }
  396. func (x *InsertItem) String() string {
  397. return protoimpl.X.MessageStringOf(x)
  398. }
  399. func (*InsertItem) ProtoMessage() {}
  400. func (x *InsertItem) ProtoReflect() protoreflect.Message {
  401. mi := &file_v1_request_command_proto_msgTypes[5]
  402. if protoimpl.UnsafeEnabled && x != nil {
  403. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  404. if ms.LoadMessageInfo() == nil {
  405. ms.StoreMessageInfo(mi)
  406. }
  407. return ms
  408. }
  409. return mi.MessageOf(x)
  410. }
  411. // Deprecated: Use InsertItem.ProtoReflect.Descriptor instead.
  412. func (*InsertItem) Descriptor() ([]byte, []int) {
  413. return file_v1_request_command_proto_rawDescGZIP(), []int{5}
  414. }
  415. func (x *InsertItem) GetKeys() []byte {
  416. if x != nil {
  417. return x.Keys
  418. }
  419. return nil
  420. }
  421. func (x *InsertItem) GetTableRow() []byte {
  422. if x != nil {
  423. return x.TableRow
  424. }
  425. return nil
  426. }
  427. type DeleteRequest struct {
  428. state protoimpl.MessageState
  429. sizeCache protoimpl.SizeCache
  430. unknownFields protoimpl.UnknownFields
  431. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  432. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  433. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  434. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  435. UserID string `protobuf:"bytes,5,opt,name=UserID,proto3" json:"UserID,omitempty"`
  436. }
  437. func (x *DeleteRequest) Reset() {
  438. *x = DeleteRequest{}
  439. if protoimpl.UnsafeEnabled {
  440. mi := &file_v1_request_command_proto_msgTypes[6]
  441. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  442. ms.StoreMessageInfo(mi)
  443. }
  444. }
  445. func (x *DeleteRequest) String() string {
  446. return protoimpl.X.MessageStringOf(x)
  447. }
  448. func (*DeleteRequest) ProtoMessage() {}
  449. func (x *DeleteRequest) ProtoReflect() protoreflect.Message {
  450. mi := &file_v1_request_command_proto_msgTypes[6]
  451. if protoimpl.UnsafeEnabled && x != nil {
  452. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  453. if ms.LoadMessageInfo() == nil {
  454. ms.StoreMessageInfo(mi)
  455. }
  456. return ms
  457. }
  458. return mi.MessageOf(x)
  459. }
  460. // Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
  461. func (*DeleteRequest) Descriptor() ([]byte, []int) {
  462. return file_v1_request_command_proto_rawDescGZIP(), []int{6}
  463. }
  464. func (x *DeleteRequest) GetDatabaseID() string {
  465. if x != nil {
  466. return x.DatabaseID
  467. }
  468. return ""
  469. }
  470. func (x *DeleteRequest) GetTablePrefixWithSchema() string {
  471. if x != nil {
  472. return x.TablePrefixWithSchema
  473. }
  474. return ""
  475. }
  476. func (x *DeleteRequest) GetVersion() string {
  477. if x != nil {
  478. return x.Version
  479. }
  480. return ""
  481. }
  482. func (x *DeleteRequest) GetKeys() []byte {
  483. if x != nil {
  484. return x.Keys
  485. }
  486. return nil
  487. }
  488. func (x *DeleteRequest) GetUserID() string {
  489. if x != nil {
  490. return x.UserID
  491. }
  492. return ""
  493. }
  494. type DeleteBatchRequest struct {
  495. state protoimpl.MessageState
  496. sizeCache protoimpl.SizeCache
  497. unknownFields protoimpl.UnknownFields
  498. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  499. Items []*DeleteTableItem `protobuf:"bytes,2,rep,name=Items,proto3" json:"Items,omitempty"`
  500. UserID string `protobuf:"bytes,3,opt,name=UserID,proto3" json:"UserID,omitempty"`
  501. }
  502. func (x *DeleteBatchRequest) Reset() {
  503. *x = DeleteBatchRequest{}
  504. if protoimpl.UnsafeEnabled {
  505. mi := &file_v1_request_command_proto_msgTypes[7]
  506. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  507. ms.StoreMessageInfo(mi)
  508. }
  509. }
  510. func (x *DeleteBatchRequest) String() string {
  511. return protoimpl.X.MessageStringOf(x)
  512. }
  513. func (*DeleteBatchRequest) ProtoMessage() {}
  514. func (x *DeleteBatchRequest) ProtoReflect() protoreflect.Message {
  515. mi := &file_v1_request_command_proto_msgTypes[7]
  516. if protoimpl.UnsafeEnabled && x != nil {
  517. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  518. if ms.LoadMessageInfo() == nil {
  519. ms.StoreMessageInfo(mi)
  520. }
  521. return ms
  522. }
  523. return mi.MessageOf(x)
  524. }
  525. // Deprecated: Use DeleteBatchRequest.ProtoReflect.Descriptor instead.
  526. func (*DeleteBatchRequest) Descriptor() ([]byte, []int) {
  527. return file_v1_request_command_proto_rawDescGZIP(), []int{7}
  528. }
  529. func (x *DeleteBatchRequest) GetDatabaseID() string {
  530. if x != nil {
  531. return x.DatabaseID
  532. }
  533. return ""
  534. }
  535. func (x *DeleteBatchRequest) GetItems() []*DeleteTableItem {
  536. if x != nil {
  537. return x.Items
  538. }
  539. return nil
  540. }
  541. func (x *DeleteBatchRequest) GetUserID() string {
  542. if x != nil {
  543. return x.UserID
  544. }
  545. return ""
  546. }
  547. type DeleteTableItem struct {
  548. state protoimpl.MessageState
  549. sizeCache protoimpl.SizeCache
  550. unknownFields protoimpl.UnknownFields
  551. TablePrefixWithSchema string `protobuf:"bytes,1,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  552. Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
  553. Items []*DeleteItem `protobuf:"bytes,3,rep,name=Items,proto3" json:"Items,omitempty"`
  554. }
  555. func (x *DeleteTableItem) Reset() {
  556. *x = DeleteTableItem{}
  557. if protoimpl.UnsafeEnabled {
  558. mi := &file_v1_request_command_proto_msgTypes[8]
  559. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  560. ms.StoreMessageInfo(mi)
  561. }
  562. }
  563. func (x *DeleteTableItem) String() string {
  564. return protoimpl.X.MessageStringOf(x)
  565. }
  566. func (*DeleteTableItem) ProtoMessage() {}
  567. func (x *DeleteTableItem) ProtoReflect() protoreflect.Message {
  568. mi := &file_v1_request_command_proto_msgTypes[8]
  569. if protoimpl.UnsafeEnabled && x != nil {
  570. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  571. if ms.LoadMessageInfo() == nil {
  572. ms.StoreMessageInfo(mi)
  573. }
  574. return ms
  575. }
  576. return mi.MessageOf(x)
  577. }
  578. // Deprecated: Use DeleteTableItem.ProtoReflect.Descriptor instead.
  579. func (*DeleteTableItem) Descriptor() ([]byte, []int) {
  580. return file_v1_request_command_proto_rawDescGZIP(), []int{8}
  581. }
  582. func (x *DeleteTableItem) GetTablePrefixWithSchema() string {
  583. if x != nil {
  584. return x.TablePrefixWithSchema
  585. }
  586. return ""
  587. }
  588. func (x *DeleteTableItem) GetVersion() string {
  589. if x != nil {
  590. return x.Version
  591. }
  592. return ""
  593. }
  594. func (x *DeleteTableItem) GetItems() []*DeleteItem {
  595. if x != nil {
  596. return x.Items
  597. }
  598. return nil
  599. }
  600. type DeleteItem struct {
  601. state protoimpl.MessageState
  602. sizeCache protoimpl.SizeCache
  603. unknownFields protoimpl.UnknownFields
  604. Keys []byte `protobuf:"bytes,1,opt,name=Keys,proto3" json:"Keys,omitempty"`
  605. }
  606. func (x *DeleteItem) Reset() {
  607. *x = DeleteItem{}
  608. if protoimpl.UnsafeEnabled {
  609. mi := &file_v1_request_command_proto_msgTypes[9]
  610. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  611. ms.StoreMessageInfo(mi)
  612. }
  613. }
  614. func (x *DeleteItem) String() string {
  615. return protoimpl.X.MessageStringOf(x)
  616. }
  617. func (*DeleteItem) ProtoMessage() {}
  618. func (x *DeleteItem) ProtoReflect() protoreflect.Message {
  619. mi := &file_v1_request_command_proto_msgTypes[9]
  620. if protoimpl.UnsafeEnabled && x != nil {
  621. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  622. if ms.LoadMessageInfo() == nil {
  623. ms.StoreMessageInfo(mi)
  624. }
  625. return ms
  626. }
  627. return mi.MessageOf(x)
  628. }
  629. // Deprecated: Use DeleteItem.ProtoReflect.Descriptor instead.
  630. func (*DeleteItem) Descriptor() ([]byte, []int) {
  631. return file_v1_request_command_proto_rawDescGZIP(), []int{9}
  632. }
  633. func (x *DeleteItem) GetKeys() []byte {
  634. if x != nil {
  635. return x.Keys
  636. }
  637. return nil
  638. }
  639. type UpdateRequest struct {
  640. state protoimpl.MessageState
  641. sizeCache protoimpl.SizeCache
  642. unknownFields protoimpl.UnknownFields
  643. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  644. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  645. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  646. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  647. NewTableRow []byte `protobuf:"bytes,5,opt,name=NewTableRow,proto3" json:"NewTableRow,omitempty"`
  648. UserID string `protobuf:"bytes,6,opt,name=UserID,proto3" json:"UserID,omitempty"`
  649. }
  650. func (x *UpdateRequest) Reset() {
  651. *x = UpdateRequest{}
  652. if protoimpl.UnsafeEnabled {
  653. mi := &file_v1_request_command_proto_msgTypes[10]
  654. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  655. ms.StoreMessageInfo(mi)
  656. }
  657. }
  658. func (x *UpdateRequest) String() string {
  659. return protoimpl.X.MessageStringOf(x)
  660. }
  661. func (*UpdateRequest) ProtoMessage() {}
  662. func (x *UpdateRequest) ProtoReflect() protoreflect.Message {
  663. mi := &file_v1_request_command_proto_msgTypes[10]
  664. if protoimpl.UnsafeEnabled && x != nil {
  665. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  666. if ms.LoadMessageInfo() == nil {
  667. ms.StoreMessageInfo(mi)
  668. }
  669. return ms
  670. }
  671. return mi.MessageOf(x)
  672. }
  673. // Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
  674. func (*UpdateRequest) Descriptor() ([]byte, []int) {
  675. return file_v1_request_command_proto_rawDescGZIP(), []int{10}
  676. }
  677. func (x *UpdateRequest) GetDatabaseID() string {
  678. if x != nil {
  679. return x.DatabaseID
  680. }
  681. return ""
  682. }
  683. func (x *UpdateRequest) GetTablePrefixWithSchema() string {
  684. if x != nil {
  685. return x.TablePrefixWithSchema
  686. }
  687. return ""
  688. }
  689. func (x *UpdateRequest) GetVersion() string {
  690. if x != nil {
  691. return x.Version
  692. }
  693. return ""
  694. }
  695. func (x *UpdateRequest) GetKeys() []byte {
  696. if x != nil {
  697. return x.Keys
  698. }
  699. return nil
  700. }
  701. func (x *UpdateRequest) GetNewTableRow() []byte {
  702. if x != nil {
  703. return x.NewTableRow
  704. }
  705. return nil
  706. }
  707. func (x *UpdateRequest) GetUserID() string {
  708. if x != nil {
  709. return x.UserID
  710. }
  711. return ""
  712. }
  713. type ReplayRequest struct {
  714. state protoimpl.MessageState
  715. sizeCache protoimpl.SizeCache
  716. unknownFields protoimpl.UnknownFields
  717. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  718. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  719. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  720. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  721. UserID string `protobuf:"bytes,5,opt,name=UserID,proto3" json:"UserID,omitempty"`
  722. }
  723. func (x *ReplayRequest) Reset() {
  724. *x = ReplayRequest{}
  725. if protoimpl.UnsafeEnabled {
  726. mi := &file_v1_request_command_proto_msgTypes[11]
  727. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  728. ms.StoreMessageInfo(mi)
  729. }
  730. }
  731. func (x *ReplayRequest) String() string {
  732. return protoimpl.X.MessageStringOf(x)
  733. }
  734. func (*ReplayRequest) ProtoMessage() {}
  735. func (x *ReplayRequest) ProtoReflect() protoreflect.Message {
  736. mi := &file_v1_request_command_proto_msgTypes[11]
  737. if protoimpl.UnsafeEnabled && x != nil {
  738. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  739. if ms.LoadMessageInfo() == nil {
  740. ms.StoreMessageInfo(mi)
  741. }
  742. return ms
  743. }
  744. return mi.MessageOf(x)
  745. }
  746. // Deprecated: Use ReplayRequest.ProtoReflect.Descriptor instead.
  747. func (*ReplayRequest) Descriptor() ([]byte, []int) {
  748. return file_v1_request_command_proto_rawDescGZIP(), []int{11}
  749. }
  750. func (x *ReplayRequest) GetDatabaseID() string {
  751. if x != nil {
  752. return x.DatabaseID
  753. }
  754. return ""
  755. }
  756. func (x *ReplayRequest) GetTablePrefixWithSchema() string {
  757. if x != nil {
  758. return x.TablePrefixWithSchema
  759. }
  760. return ""
  761. }
  762. func (x *ReplayRequest) GetVersion() string {
  763. if x != nil {
  764. return x.Version
  765. }
  766. return ""
  767. }
  768. func (x *ReplayRequest) GetKeys() []byte {
  769. if x != nil {
  770. return x.Keys
  771. }
  772. return nil
  773. }
  774. func (x *ReplayRequest) GetUserID() string {
  775. if x != nil {
  776. return x.UserID
  777. }
  778. return ""
  779. }
  780. type TransactionBeginRequest struct {
  781. state protoimpl.MessageState
  782. sizeCache protoimpl.SizeCache
  783. unknownFields protoimpl.UnknownFields
  784. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  785. }
  786. func (x *TransactionBeginRequest) Reset() {
  787. *x = TransactionBeginRequest{}
  788. if protoimpl.UnsafeEnabled {
  789. mi := &file_v1_request_command_proto_msgTypes[12]
  790. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  791. ms.StoreMessageInfo(mi)
  792. }
  793. }
  794. func (x *TransactionBeginRequest) String() string {
  795. return protoimpl.X.MessageStringOf(x)
  796. }
  797. func (*TransactionBeginRequest) ProtoMessage() {}
  798. func (x *TransactionBeginRequest) ProtoReflect() protoreflect.Message {
  799. mi := &file_v1_request_command_proto_msgTypes[12]
  800. if protoimpl.UnsafeEnabled && x != nil {
  801. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  802. if ms.LoadMessageInfo() == nil {
  803. ms.StoreMessageInfo(mi)
  804. }
  805. return ms
  806. }
  807. return mi.MessageOf(x)
  808. }
  809. // Deprecated: Use TransactionBeginRequest.ProtoReflect.Descriptor instead.
  810. func (*TransactionBeginRequest) Descriptor() ([]byte, []int) {
  811. return file_v1_request_command_proto_rawDescGZIP(), []int{12}
  812. }
  813. func (x *TransactionBeginRequest) GetDatabaseID() string {
  814. if x != nil {
  815. return x.DatabaseID
  816. }
  817. return ""
  818. }
  819. type TransactionEndRequest struct {
  820. state protoimpl.MessageState
  821. sizeCache protoimpl.SizeCache
  822. unknownFields protoimpl.UnknownFields
  823. }
  824. func (x *TransactionEndRequest) Reset() {
  825. *x = TransactionEndRequest{}
  826. if protoimpl.UnsafeEnabled {
  827. mi := &file_v1_request_command_proto_msgTypes[13]
  828. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  829. ms.StoreMessageInfo(mi)
  830. }
  831. }
  832. func (x *TransactionEndRequest) String() string {
  833. return protoimpl.X.MessageStringOf(x)
  834. }
  835. func (*TransactionEndRequest) ProtoMessage() {}
  836. func (x *TransactionEndRequest) ProtoReflect() protoreflect.Message {
  837. mi := &file_v1_request_command_proto_msgTypes[13]
  838. if protoimpl.UnsafeEnabled && x != nil {
  839. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  840. if ms.LoadMessageInfo() == nil {
  841. ms.StoreMessageInfo(mi)
  842. }
  843. return ms
  844. }
  845. return mi.MessageOf(x)
  846. }
  847. // Deprecated: Use TransactionEndRequest.ProtoReflect.Descriptor instead.
  848. func (*TransactionEndRequest) Descriptor() ([]byte, []int) {
  849. return file_v1_request_command_proto_rawDescGZIP(), []int{13}
  850. }
  851. var File_v1_request_command_proto protoreflect.FileDescriptor
  852. var file_v1_request_command_proto_rawDesc = []byte{
  853. 0x0a, 0x18, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x63, 0x6f, 0x6d,
  854. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x72, 0x65, 0x71, 0x75,
  855. 0x65, 0x73, 0x74, 0x1a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
  856. 0x6d, 0x77, 0x69, 0x74, 0x6b, 0x6f, 0x77, 0x2f, 0x67, 0x6f, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  857. 0x2d, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69,
  858. 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd4, 0x01, 0x0a, 0x12,
  859. 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  860. 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44,
  861. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a,
  862. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61,
  863. 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68,
  864. 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  865. 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69,
  866. 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73,
  867. 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  868. 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x12, 0x54, 0x61,
  869. 0x62, 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  870. 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x12,
  871. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69,
  872. 0x62, 0x65, 0x22, 0xb5, 0x04, 0x0a, 0x14, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  873. 0x6f, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x17, 0x54,
  874. 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52,
  875. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x72,
  876. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  877. 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00,
  878. 0x52, 0x17, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67,
  879. 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x49, 0x6e, 0x73,
  880. 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  881. 0x32, 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72,
  882. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x49, 0x6e, 0x73, 0x65,
  883. 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x12, 0x49, 0x6e, 0x73,
  884. 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18,
  885. 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e,
  886. 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65,
  887. 0x73, 0x74, 0x48, 0x00, 0x52, 0x12, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63,
  888. 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65,
  889. 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
  890. 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
  891. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74,
  892. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65,
  893. 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x05,
  894. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44,
  895. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  896. 0x74, 0x48, 0x00, 0x52, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68,
  897. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74,
  898. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
  899. 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52,
  900. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  901. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x56, 0x0a, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73,
  902. 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  903. 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  904. 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52,
  905. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
  906. 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42,
  907. 0x09, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xef, 0x01, 0x0a, 0x0d, 0x49,
  908. 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a,
  909. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  910. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61,
  911. 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65,
  912. 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20,
  913. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62,
  914. 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65,
  915. 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
  916. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72,
  917. 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01,
  918. 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73,
  919. 0x12, 0x22, 0x0a, 0x08, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01,
  920. 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x08, 0x54, 0x61, 0x62, 0x6c,
  921. 0x65, 0x52, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x06,
  922. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0x8c, 0x01, 0x0a,
  923. 0x12, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75,
  924. 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49,
  925. 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52,
  926. 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x36, 0x0a, 0x05, 0x49,
  927. 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x72, 0x65, 0x71,
  928. 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65,
  929. 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x60, 0x01, 0x52, 0x05, 0x49, 0x74,
  930. 0x65, 0x6d, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x03, 0x20,
  931. 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0xa4, 0x01, 0x0a, 0x0f,
  932. 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12,
  933. 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69,
  934. 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06,
  935. 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65,
  936. 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a,
  937. 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06,
  938. 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12,
  939. 0x31, 0x0a, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13,
  940. 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x49,
  941. 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x60, 0x01, 0x52, 0x05, 0x49, 0x74, 0x65,
  942. 0x6d, 0x73, 0x22, 0x4c, 0x0a, 0x0a, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x49, 0x74, 0x65, 0x6d,
  943. 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06,
  944. 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x22, 0x0a, 0x08,
  945. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06,
  946. 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x08, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77,
  947. 0x22, 0xcb, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  948. 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44,
  949. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a,
  950. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61,
  951. 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68,
  952. 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  953. 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69,
  954. 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73,
  955. 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  956. 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65,
  957. 0x79, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00,
  958. 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44,
  959. 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0x8c,
  960. 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65,
  961. 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73,
  962. 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  963. 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x36, 0x0a,
  964. 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x72,
  965. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x62,
  966. 0x6c, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x60, 0x01, 0x52, 0x05,
  967. 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18,
  968. 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0xa4, 0x01,
  969. 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x74, 0x65,
  970. 0x6d, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78,
  971. 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  972. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50,
  973. 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12,
  974. 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  975. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
  976. 0x6e, 0x12, 0x31, 0x0a, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b,
  977. 0x32, 0x13, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
  978. 0x65, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x60, 0x01, 0x52, 0x05, 0x49,
  979. 0x74, 0x65, 0x6d, 0x73, 0x22, 0x28, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74,
  980. 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c,
  981. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x22, 0xf5,
  982. 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  983. 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01,
  984. 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61,
  985. 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c,
  986. 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d,
  987. 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52,
  988. 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68,
  989. 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f,
  990. 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52,
  991. 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73,
  992. 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04,
  993. 0x4b, 0x65, 0x79, 0x73, 0x12, 0x28, 0x0a, 0x0b, 0x4e, 0x65, 0x77, 0x54, 0x61, 0x62, 0x6c, 0x65,
  994. 0x52, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70,
  995. 0x00, 0x52, 0x0b, 0x4e, 0x65, 0x77, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x12, 0x16,
  996. 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  997. 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0xcb, 0x01, 0x0a, 0x0d, 0x52, 0x65, 0x70, 0x6c, 0x61,
  998. 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61,
  999. 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf,
  1000. 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44,
  1001. 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57,
  1002. 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42,
  1003. 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72,
  1004. 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20,
  1005. 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42,
  1006. 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e,
  1007. 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06,
  1008. 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x16, 0x0a, 0x06,
  1009. 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73,
  1010. 0x65, 0x72, 0x49, 0x44, 0x22, 0x41, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
  1011. 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  1012. 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20,
  1013. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74,
  1014. 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x22, 0x17, 0x0a, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73,
  1015. 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  1016. 0x42, 0x20, 0x5a, 0x1e, 0x64, 0x70, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x67, 0x72, 0x70, 0x63,
  1017. 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65,
  1018. 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  1019. }
  1020. var (
  1021. file_v1_request_command_proto_rawDescOnce sync.Once
  1022. file_v1_request_command_proto_rawDescData = file_v1_request_command_proto_rawDesc
  1023. )
  1024. func file_v1_request_command_proto_rawDescGZIP() []byte {
  1025. file_v1_request_command_proto_rawDescOnce.Do(func() {
  1026. file_v1_request_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_v1_request_command_proto_rawDescData)
  1027. })
  1028. return file_v1_request_command_proto_rawDescData
  1029. }
  1030. var file_v1_request_command_proto_msgTypes = make([]protoimpl.MessageInfo, 14)
  1031. var file_v1_request_command_proto_goTypes = []interface{}{
  1032. (*AutoMigrateRequest)(nil), // 0: request.AutoMigrateRequest
  1033. (*TransactionOperation)(nil), // 1: request.TransactionOperation
  1034. (*InsertRequest)(nil), // 2: request.InsertRequest
  1035. (*InsertBatchRequest)(nil), // 3: request.InsertBatchRequest
  1036. (*InsertTableItem)(nil), // 4: request.InsertTableItem
  1037. (*InsertItem)(nil), // 5: request.InsertItem
  1038. (*DeleteRequest)(nil), // 6: request.DeleteRequest
  1039. (*DeleteBatchRequest)(nil), // 7: request.DeleteBatchRequest
  1040. (*DeleteTableItem)(nil), // 8: request.DeleteTableItem
  1041. (*DeleteItem)(nil), // 9: request.DeleteItem
  1042. (*UpdateRequest)(nil), // 10: request.UpdateRequest
  1043. (*ReplayRequest)(nil), // 11: request.ReplayRequest
  1044. (*TransactionBeginRequest)(nil), // 12: request.TransactionBeginRequest
  1045. (*TransactionEndRequest)(nil), // 13: request.TransactionEndRequest
  1046. }
  1047. var file_v1_request_command_proto_depIdxs = []int32{
  1048. 12, // 0: request.TransactionOperation.TransactionBeginRequest:type_name -> request.TransactionBeginRequest
  1049. 2, // 1: request.TransactionOperation.InsertRequest:type_name -> request.InsertRequest
  1050. 3, // 2: request.TransactionOperation.InsertBatchRequest:type_name -> request.InsertBatchRequest
  1051. 6, // 3: request.TransactionOperation.DeleteRequest:type_name -> request.DeleteRequest
  1052. 7, // 4: request.TransactionOperation.DeleteBatchRequest:type_name -> request.DeleteBatchRequest
  1053. 10, // 5: request.TransactionOperation.UpdateRequest:type_name -> request.UpdateRequest
  1054. 13, // 6: request.TransactionOperation.TransactionEndRequest:type_name -> request.TransactionEndRequest
  1055. 4, // 7: request.InsertBatchRequest.Items:type_name -> request.InsertTableItem
  1056. 5, // 8: request.InsertTableItem.Items:type_name -> request.InsertItem
  1057. 8, // 9: request.DeleteBatchRequest.Items:type_name -> request.DeleteTableItem
  1058. 9, // 10: request.DeleteTableItem.Items:type_name -> request.DeleteItem
  1059. 11, // [11:11] is the sub-list for method output_type
  1060. 11, // [11:11] is the sub-list for method input_type
  1061. 11, // [11:11] is the sub-list for extension type_name
  1062. 11, // [11:11] is the sub-list for extension extendee
  1063. 0, // [0:11] is the sub-list for field type_name
  1064. }
  1065. func init() { file_v1_request_command_proto_init() }
  1066. func file_v1_request_command_proto_init() {
  1067. if File_v1_request_command_proto != nil {
  1068. return
  1069. }
  1070. if !protoimpl.UnsafeEnabled {
  1071. file_v1_request_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1072. switch v := v.(*AutoMigrateRequest); i {
  1073. case 0:
  1074. return &v.state
  1075. case 1:
  1076. return &v.sizeCache
  1077. case 2:
  1078. return &v.unknownFields
  1079. default:
  1080. return nil
  1081. }
  1082. }
  1083. file_v1_request_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1084. switch v := v.(*TransactionOperation); i {
  1085. case 0:
  1086. return &v.state
  1087. case 1:
  1088. return &v.sizeCache
  1089. case 2:
  1090. return &v.unknownFields
  1091. default:
  1092. return nil
  1093. }
  1094. }
  1095. file_v1_request_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1096. switch v := v.(*InsertRequest); i {
  1097. case 0:
  1098. return &v.state
  1099. case 1:
  1100. return &v.sizeCache
  1101. case 2:
  1102. return &v.unknownFields
  1103. default:
  1104. return nil
  1105. }
  1106. }
  1107. file_v1_request_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1108. switch v := v.(*InsertBatchRequest); i {
  1109. case 0:
  1110. return &v.state
  1111. case 1:
  1112. return &v.sizeCache
  1113. case 2:
  1114. return &v.unknownFields
  1115. default:
  1116. return nil
  1117. }
  1118. }
  1119. file_v1_request_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1120. switch v := v.(*InsertTableItem); i {
  1121. case 0:
  1122. return &v.state
  1123. case 1:
  1124. return &v.sizeCache
  1125. case 2:
  1126. return &v.unknownFields
  1127. default:
  1128. return nil
  1129. }
  1130. }
  1131. file_v1_request_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1132. switch v := v.(*InsertItem); i {
  1133. case 0:
  1134. return &v.state
  1135. case 1:
  1136. return &v.sizeCache
  1137. case 2:
  1138. return &v.unknownFields
  1139. default:
  1140. return nil
  1141. }
  1142. }
  1143. file_v1_request_command_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1144. switch v := v.(*DeleteRequest); i {
  1145. case 0:
  1146. return &v.state
  1147. case 1:
  1148. return &v.sizeCache
  1149. case 2:
  1150. return &v.unknownFields
  1151. default:
  1152. return nil
  1153. }
  1154. }
  1155. file_v1_request_command_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1156. switch v := v.(*DeleteBatchRequest); i {
  1157. case 0:
  1158. return &v.state
  1159. case 1:
  1160. return &v.sizeCache
  1161. case 2:
  1162. return &v.unknownFields
  1163. default:
  1164. return nil
  1165. }
  1166. }
  1167. file_v1_request_command_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1168. switch v := v.(*DeleteTableItem); i {
  1169. case 0:
  1170. return &v.state
  1171. case 1:
  1172. return &v.sizeCache
  1173. case 2:
  1174. return &v.unknownFields
  1175. default:
  1176. return nil
  1177. }
  1178. }
  1179. file_v1_request_command_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1180. switch v := v.(*DeleteItem); i {
  1181. case 0:
  1182. return &v.state
  1183. case 1:
  1184. return &v.sizeCache
  1185. case 2:
  1186. return &v.unknownFields
  1187. default:
  1188. return nil
  1189. }
  1190. }
  1191. file_v1_request_command_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1192. switch v := v.(*UpdateRequest); i {
  1193. case 0:
  1194. return &v.state
  1195. case 1:
  1196. return &v.sizeCache
  1197. case 2:
  1198. return &v.unknownFields
  1199. default:
  1200. return nil
  1201. }
  1202. }
  1203. file_v1_request_command_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1204. switch v := v.(*ReplayRequest); i {
  1205. case 0:
  1206. return &v.state
  1207. case 1:
  1208. return &v.sizeCache
  1209. case 2:
  1210. return &v.unknownFields
  1211. default:
  1212. return nil
  1213. }
  1214. }
  1215. file_v1_request_command_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1216. switch v := v.(*TransactionBeginRequest); i {
  1217. case 0:
  1218. return &v.state
  1219. case 1:
  1220. return &v.sizeCache
  1221. case 2:
  1222. return &v.unknownFields
  1223. default:
  1224. return nil
  1225. }
  1226. }
  1227. file_v1_request_command_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  1228. switch v := v.(*TransactionEndRequest); i {
  1229. case 0:
  1230. return &v.state
  1231. case 1:
  1232. return &v.sizeCache
  1233. case 2:
  1234. return &v.unknownFields
  1235. default:
  1236. return nil
  1237. }
  1238. }
  1239. }
  1240. file_v1_request_command_proto_msgTypes[1].OneofWrappers = []interface{}{
  1241. (*TransactionOperation_TransactionBeginRequest)(nil),
  1242. (*TransactionOperation_InsertRequest)(nil),
  1243. (*TransactionOperation_InsertBatchRequest)(nil),
  1244. (*TransactionOperation_DeleteRequest)(nil),
  1245. (*TransactionOperation_DeleteBatchRequest)(nil),
  1246. (*TransactionOperation_UpdateRequest)(nil),
  1247. (*TransactionOperation_TransactionEndRequest)(nil),
  1248. }
  1249. type x struct{}
  1250. out := protoimpl.TypeBuilder{
  1251. File: protoimpl.DescBuilder{
  1252. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1253. RawDescriptor: file_v1_request_command_proto_rawDesc,
  1254. NumEnums: 0,
  1255. NumMessages: 14,
  1256. NumExtensions: 0,
  1257. NumServices: 0,
  1258. },
  1259. GoTypes: file_v1_request_command_proto_goTypes,
  1260. DependencyIndexes: file_v1_request_command_proto_depIdxs,
  1261. MessageInfos: file_v1_request_command_proto_msgTypes,
  1262. }.Build()
  1263. File_v1_request_command_proto = out.File
  1264. file_v1_request_command_proto_rawDesc = nil
  1265. file_v1_request_command_proto_goTypes = nil
  1266. file_v1_request_command_proto_depIdxs = nil
  1267. }