command.pb.go 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372
  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 []*InsertItem `protobuf:"bytes,2,rep,name=Items,proto3" json:"Items,omitempty"`
  281. }
  282. func (x *InsertBatchRequest) Reset() {
  283. *x = InsertBatchRequest{}
  284. if protoimpl.UnsafeEnabled {
  285. mi := &file_v1_request_command_proto_msgTypes[3]
  286. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  287. ms.StoreMessageInfo(mi)
  288. }
  289. }
  290. func (x *InsertBatchRequest) String() string {
  291. return protoimpl.X.MessageStringOf(x)
  292. }
  293. func (*InsertBatchRequest) ProtoMessage() {}
  294. func (x *InsertBatchRequest) ProtoReflect() protoreflect.Message {
  295. mi := &file_v1_request_command_proto_msgTypes[3]
  296. if protoimpl.UnsafeEnabled && x != nil {
  297. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  298. if ms.LoadMessageInfo() == nil {
  299. ms.StoreMessageInfo(mi)
  300. }
  301. return ms
  302. }
  303. return mi.MessageOf(x)
  304. }
  305. // Deprecated: Use InsertBatchRequest.ProtoReflect.Descriptor instead.
  306. func (*InsertBatchRequest) Descriptor() ([]byte, []int) {
  307. return file_v1_request_command_proto_rawDescGZIP(), []int{3}
  308. }
  309. func (x *InsertBatchRequest) GetDatabaseID() string {
  310. if x != nil {
  311. return x.DatabaseID
  312. }
  313. return ""
  314. }
  315. func (x *InsertBatchRequest) GetItems() []*InsertItem {
  316. if x != nil {
  317. return x.Items
  318. }
  319. return nil
  320. }
  321. type InsertItem struct {
  322. state protoimpl.MessageState
  323. sizeCache protoimpl.SizeCache
  324. unknownFields protoimpl.UnknownFields
  325. TablePrefixWithSchema string `protobuf:"bytes,1,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  326. Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
  327. Keys []byte `protobuf:"bytes,3,opt,name=Keys,proto3" json:"Keys,omitempty"`
  328. TableRow []byte `protobuf:"bytes,4,opt,name=TableRow,proto3" json:"TableRow,omitempty"`
  329. UserID string `protobuf:"bytes,5,opt,name=UserID,proto3" json:"UserID,omitempty"`
  330. }
  331. func (x *InsertItem) Reset() {
  332. *x = InsertItem{}
  333. if protoimpl.UnsafeEnabled {
  334. mi := &file_v1_request_command_proto_msgTypes[4]
  335. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  336. ms.StoreMessageInfo(mi)
  337. }
  338. }
  339. func (x *InsertItem) String() string {
  340. return protoimpl.X.MessageStringOf(x)
  341. }
  342. func (*InsertItem) ProtoMessage() {}
  343. func (x *InsertItem) ProtoReflect() protoreflect.Message {
  344. mi := &file_v1_request_command_proto_msgTypes[4]
  345. if protoimpl.UnsafeEnabled && x != nil {
  346. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  347. if ms.LoadMessageInfo() == nil {
  348. ms.StoreMessageInfo(mi)
  349. }
  350. return ms
  351. }
  352. return mi.MessageOf(x)
  353. }
  354. // Deprecated: Use InsertItem.ProtoReflect.Descriptor instead.
  355. func (*InsertItem) Descriptor() ([]byte, []int) {
  356. return file_v1_request_command_proto_rawDescGZIP(), []int{4}
  357. }
  358. func (x *InsertItem) GetTablePrefixWithSchema() string {
  359. if x != nil {
  360. return x.TablePrefixWithSchema
  361. }
  362. return ""
  363. }
  364. func (x *InsertItem) GetVersion() string {
  365. if x != nil {
  366. return x.Version
  367. }
  368. return ""
  369. }
  370. func (x *InsertItem) GetKeys() []byte {
  371. if x != nil {
  372. return x.Keys
  373. }
  374. return nil
  375. }
  376. func (x *InsertItem) GetTableRow() []byte {
  377. if x != nil {
  378. return x.TableRow
  379. }
  380. return nil
  381. }
  382. func (x *InsertItem) GetUserID() string {
  383. if x != nil {
  384. return x.UserID
  385. }
  386. return ""
  387. }
  388. type DeleteRequest struct {
  389. state protoimpl.MessageState
  390. sizeCache protoimpl.SizeCache
  391. unknownFields protoimpl.UnknownFields
  392. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  393. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  394. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  395. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  396. UserID string `protobuf:"bytes,5,opt,name=UserID,proto3" json:"UserID,omitempty"`
  397. }
  398. func (x *DeleteRequest) Reset() {
  399. *x = DeleteRequest{}
  400. if protoimpl.UnsafeEnabled {
  401. mi := &file_v1_request_command_proto_msgTypes[5]
  402. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  403. ms.StoreMessageInfo(mi)
  404. }
  405. }
  406. func (x *DeleteRequest) String() string {
  407. return protoimpl.X.MessageStringOf(x)
  408. }
  409. func (*DeleteRequest) ProtoMessage() {}
  410. func (x *DeleteRequest) ProtoReflect() protoreflect.Message {
  411. mi := &file_v1_request_command_proto_msgTypes[5]
  412. if protoimpl.UnsafeEnabled && x != nil {
  413. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  414. if ms.LoadMessageInfo() == nil {
  415. ms.StoreMessageInfo(mi)
  416. }
  417. return ms
  418. }
  419. return mi.MessageOf(x)
  420. }
  421. // Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
  422. func (*DeleteRequest) Descriptor() ([]byte, []int) {
  423. return file_v1_request_command_proto_rawDescGZIP(), []int{5}
  424. }
  425. func (x *DeleteRequest) GetDatabaseID() string {
  426. if x != nil {
  427. return x.DatabaseID
  428. }
  429. return ""
  430. }
  431. func (x *DeleteRequest) GetTablePrefixWithSchema() string {
  432. if x != nil {
  433. return x.TablePrefixWithSchema
  434. }
  435. return ""
  436. }
  437. func (x *DeleteRequest) GetVersion() string {
  438. if x != nil {
  439. return x.Version
  440. }
  441. return ""
  442. }
  443. func (x *DeleteRequest) GetKeys() []byte {
  444. if x != nil {
  445. return x.Keys
  446. }
  447. return nil
  448. }
  449. func (x *DeleteRequest) GetUserID() string {
  450. if x != nil {
  451. return x.UserID
  452. }
  453. return ""
  454. }
  455. type DeleteBatchRequest struct {
  456. state protoimpl.MessageState
  457. sizeCache protoimpl.SizeCache
  458. unknownFields protoimpl.UnknownFields
  459. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  460. Items []*DeleteTableItem `protobuf:"bytes,2,rep,name=Items,proto3" json:"Items,omitempty"`
  461. UserID string `protobuf:"bytes,3,opt,name=UserID,proto3" json:"UserID,omitempty"`
  462. }
  463. func (x *DeleteBatchRequest) Reset() {
  464. *x = DeleteBatchRequest{}
  465. if protoimpl.UnsafeEnabled {
  466. mi := &file_v1_request_command_proto_msgTypes[6]
  467. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  468. ms.StoreMessageInfo(mi)
  469. }
  470. }
  471. func (x *DeleteBatchRequest) String() string {
  472. return protoimpl.X.MessageStringOf(x)
  473. }
  474. func (*DeleteBatchRequest) ProtoMessage() {}
  475. func (x *DeleteBatchRequest) ProtoReflect() protoreflect.Message {
  476. mi := &file_v1_request_command_proto_msgTypes[6]
  477. if protoimpl.UnsafeEnabled && x != nil {
  478. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  479. if ms.LoadMessageInfo() == nil {
  480. ms.StoreMessageInfo(mi)
  481. }
  482. return ms
  483. }
  484. return mi.MessageOf(x)
  485. }
  486. // Deprecated: Use DeleteBatchRequest.ProtoReflect.Descriptor instead.
  487. func (*DeleteBatchRequest) Descriptor() ([]byte, []int) {
  488. return file_v1_request_command_proto_rawDescGZIP(), []int{6}
  489. }
  490. func (x *DeleteBatchRequest) GetDatabaseID() string {
  491. if x != nil {
  492. return x.DatabaseID
  493. }
  494. return ""
  495. }
  496. func (x *DeleteBatchRequest) GetItems() []*DeleteTableItem {
  497. if x != nil {
  498. return x.Items
  499. }
  500. return nil
  501. }
  502. func (x *DeleteBatchRequest) GetUserID() string {
  503. if x != nil {
  504. return x.UserID
  505. }
  506. return ""
  507. }
  508. type DeleteTableItem struct {
  509. state protoimpl.MessageState
  510. sizeCache protoimpl.SizeCache
  511. unknownFields protoimpl.UnknownFields
  512. TablePrefixWithSchema string `protobuf:"bytes,1,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  513. Version string `protobuf:"bytes,2,opt,name=Version,proto3" json:"Version,omitempty"`
  514. Items []*DeleteItem `protobuf:"bytes,3,rep,name=Items,proto3" json:"Items,omitempty"`
  515. }
  516. func (x *DeleteTableItem) Reset() {
  517. *x = DeleteTableItem{}
  518. if protoimpl.UnsafeEnabled {
  519. mi := &file_v1_request_command_proto_msgTypes[7]
  520. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  521. ms.StoreMessageInfo(mi)
  522. }
  523. }
  524. func (x *DeleteTableItem) String() string {
  525. return protoimpl.X.MessageStringOf(x)
  526. }
  527. func (*DeleteTableItem) ProtoMessage() {}
  528. func (x *DeleteTableItem) ProtoReflect() protoreflect.Message {
  529. mi := &file_v1_request_command_proto_msgTypes[7]
  530. if protoimpl.UnsafeEnabled && x != nil {
  531. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  532. if ms.LoadMessageInfo() == nil {
  533. ms.StoreMessageInfo(mi)
  534. }
  535. return ms
  536. }
  537. return mi.MessageOf(x)
  538. }
  539. // Deprecated: Use DeleteTableItem.ProtoReflect.Descriptor instead.
  540. func (*DeleteTableItem) Descriptor() ([]byte, []int) {
  541. return file_v1_request_command_proto_rawDescGZIP(), []int{7}
  542. }
  543. func (x *DeleteTableItem) GetTablePrefixWithSchema() string {
  544. if x != nil {
  545. return x.TablePrefixWithSchema
  546. }
  547. return ""
  548. }
  549. func (x *DeleteTableItem) GetVersion() string {
  550. if x != nil {
  551. return x.Version
  552. }
  553. return ""
  554. }
  555. func (x *DeleteTableItem) GetItems() []*DeleteItem {
  556. if x != nil {
  557. return x.Items
  558. }
  559. return nil
  560. }
  561. type DeleteItem struct {
  562. state protoimpl.MessageState
  563. sizeCache protoimpl.SizeCache
  564. unknownFields protoimpl.UnknownFields
  565. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  566. }
  567. func (x *DeleteItem) Reset() {
  568. *x = DeleteItem{}
  569. if protoimpl.UnsafeEnabled {
  570. mi := &file_v1_request_command_proto_msgTypes[8]
  571. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  572. ms.StoreMessageInfo(mi)
  573. }
  574. }
  575. func (x *DeleteItem) String() string {
  576. return protoimpl.X.MessageStringOf(x)
  577. }
  578. func (*DeleteItem) ProtoMessage() {}
  579. func (x *DeleteItem) ProtoReflect() protoreflect.Message {
  580. mi := &file_v1_request_command_proto_msgTypes[8]
  581. if protoimpl.UnsafeEnabled && x != nil {
  582. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  583. if ms.LoadMessageInfo() == nil {
  584. ms.StoreMessageInfo(mi)
  585. }
  586. return ms
  587. }
  588. return mi.MessageOf(x)
  589. }
  590. // Deprecated: Use DeleteItem.ProtoReflect.Descriptor instead.
  591. func (*DeleteItem) Descriptor() ([]byte, []int) {
  592. return file_v1_request_command_proto_rawDescGZIP(), []int{8}
  593. }
  594. func (x *DeleteItem) GetKeys() []byte {
  595. if x != nil {
  596. return x.Keys
  597. }
  598. return nil
  599. }
  600. type UpdateRequest struct {
  601. state protoimpl.MessageState
  602. sizeCache protoimpl.SizeCache
  603. unknownFields protoimpl.UnknownFields
  604. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  605. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  606. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  607. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  608. NewTableRow []byte `protobuf:"bytes,5,opt,name=NewTableRow,proto3" json:"NewTableRow,omitempty"`
  609. UserID string `protobuf:"bytes,6,opt,name=UserID,proto3" json:"UserID,omitempty"`
  610. }
  611. func (x *UpdateRequest) Reset() {
  612. *x = UpdateRequest{}
  613. if protoimpl.UnsafeEnabled {
  614. mi := &file_v1_request_command_proto_msgTypes[9]
  615. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  616. ms.StoreMessageInfo(mi)
  617. }
  618. }
  619. func (x *UpdateRequest) String() string {
  620. return protoimpl.X.MessageStringOf(x)
  621. }
  622. func (*UpdateRequest) ProtoMessage() {}
  623. func (x *UpdateRequest) ProtoReflect() protoreflect.Message {
  624. mi := &file_v1_request_command_proto_msgTypes[9]
  625. if protoimpl.UnsafeEnabled && x != nil {
  626. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  627. if ms.LoadMessageInfo() == nil {
  628. ms.StoreMessageInfo(mi)
  629. }
  630. return ms
  631. }
  632. return mi.MessageOf(x)
  633. }
  634. // Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
  635. func (*UpdateRequest) Descriptor() ([]byte, []int) {
  636. return file_v1_request_command_proto_rawDescGZIP(), []int{9}
  637. }
  638. func (x *UpdateRequest) GetDatabaseID() string {
  639. if x != nil {
  640. return x.DatabaseID
  641. }
  642. return ""
  643. }
  644. func (x *UpdateRequest) GetTablePrefixWithSchema() string {
  645. if x != nil {
  646. return x.TablePrefixWithSchema
  647. }
  648. return ""
  649. }
  650. func (x *UpdateRequest) GetVersion() string {
  651. if x != nil {
  652. return x.Version
  653. }
  654. return ""
  655. }
  656. func (x *UpdateRequest) GetKeys() []byte {
  657. if x != nil {
  658. return x.Keys
  659. }
  660. return nil
  661. }
  662. func (x *UpdateRequest) GetNewTableRow() []byte {
  663. if x != nil {
  664. return x.NewTableRow
  665. }
  666. return nil
  667. }
  668. func (x *UpdateRequest) GetUserID() string {
  669. if x != nil {
  670. return x.UserID
  671. }
  672. return ""
  673. }
  674. type ReplayRequest struct {
  675. state protoimpl.MessageState
  676. sizeCache protoimpl.SizeCache
  677. unknownFields protoimpl.UnknownFields
  678. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  679. TablePrefixWithSchema string `protobuf:"bytes,2,opt,name=TablePrefixWithSchema,proto3" json:"TablePrefixWithSchema,omitempty"`
  680. Version string `protobuf:"bytes,3,opt,name=Version,proto3" json:"Version,omitempty"`
  681. Keys []byte `protobuf:"bytes,4,opt,name=Keys,proto3" json:"Keys,omitempty"`
  682. UserID string `protobuf:"bytes,5,opt,name=UserID,proto3" json:"UserID,omitempty"`
  683. }
  684. func (x *ReplayRequest) Reset() {
  685. *x = ReplayRequest{}
  686. if protoimpl.UnsafeEnabled {
  687. mi := &file_v1_request_command_proto_msgTypes[10]
  688. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  689. ms.StoreMessageInfo(mi)
  690. }
  691. }
  692. func (x *ReplayRequest) String() string {
  693. return protoimpl.X.MessageStringOf(x)
  694. }
  695. func (*ReplayRequest) ProtoMessage() {}
  696. func (x *ReplayRequest) ProtoReflect() protoreflect.Message {
  697. mi := &file_v1_request_command_proto_msgTypes[10]
  698. if protoimpl.UnsafeEnabled && x != nil {
  699. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  700. if ms.LoadMessageInfo() == nil {
  701. ms.StoreMessageInfo(mi)
  702. }
  703. return ms
  704. }
  705. return mi.MessageOf(x)
  706. }
  707. // Deprecated: Use ReplayRequest.ProtoReflect.Descriptor instead.
  708. func (*ReplayRequest) Descriptor() ([]byte, []int) {
  709. return file_v1_request_command_proto_rawDescGZIP(), []int{10}
  710. }
  711. func (x *ReplayRequest) GetDatabaseID() string {
  712. if x != nil {
  713. return x.DatabaseID
  714. }
  715. return ""
  716. }
  717. func (x *ReplayRequest) GetTablePrefixWithSchema() string {
  718. if x != nil {
  719. return x.TablePrefixWithSchema
  720. }
  721. return ""
  722. }
  723. func (x *ReplayRequest) GetVersion() string {
  724. if x != nil {
  725. return x.Version
  726. }
  727. return ""
  728. }
  729. func (x *ReplayRequest) GetKeys() []byte {
  730. if x != nil {
  731. return x.Keys
  732. }
  733. return nil
  734. }
  735. func (x *ReplayRequest) GetUserID() string {
  736. if x != nil {
  737. return x.UserID
  738. }
  739. return ""
  740. }
  741. type TransactionBeginRequest struct {
  742. state protoimpl.MessageState
  743. sizeCache protoimpl.SizeCache
  744. unknownFields protoimpl.UnknownFields
  745. DatabaseID string `protobuf:"bytes,1,opt,name=DatabaseID,proto3" json:"DatabaseID,omitempty"`
  746. }
  747. func (x *TransactionBeginRequest) Reset() {
  748. *x = TransactionBeginRequest{}
  749. if protoimpl.UnsafeEnabled {
  750. mi := &file_v1_request_command_proto_msgTypes[11]
  751. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  752. ms.StoreMessageInfo(mi)
  753. }
  754. }
  755. func (x *TransactionBeginRequest) String() string {
  756. return protoimpl.X.MessageStringOf(x)
  757. }
  758. func (*TransactionBeginRequest) ProtoMessage() {}
  759. func (x *TransactionBeginRequest) ProtoReflect() protoreflect.Message {
  760. mi := &file_v1_request_command_proto_msgTypes[11]
  761. if protoimpl.UnsafeEnabled && x != nil {
  762. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  763. if ms.LoadMessageInfo() == nil {
  764. ms.StoreMessageInfo(mi)
  765. }
  766. return ms
  767. }
  768. return mi.MessageOf(x)
  769. }
  770. // Deprecated: Use TransactionBeginRequest.ProtoReflect.Descriptor instead.
  771. func (*TransactionBeginRequest) Descriptor() ([]byte, []int) {
  772. return file_v1_request_command_proto_rawDescGZIP(), []int{11}
  773. }
  774. func (x *TransactionBeginRequest) GetDatabaseID() string {
  775. if x != nil {
  776. return x.DatabaseID
  777. }
  778. return ""
  779. }
  780. type TransactionEndRequest struct {
  781. state protoimpl.MessageState
  782. sizeCache protoimpl.SizeCache
  783. unknownFields protoimpl.UnknownFields
  784. }
  785. func (x *TransactionEndRequest) Reset() {
  786. *x = TransactionEndRequest{}
  787. if protoimpl.UnsafeEnabled {
  788. mi := &file_v1_request_command_proto_msgTypes[12]
  789. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  790. ms.StoreMessageInfo(mi)
  791. }
  792. }
  793. func (x *TransactionEndRequest) String() string {
  794. return protoimpl.X.MessageStringOf(x)
  795. }
  796. func (*TransactionEndRequest) ProtoMessage() {}
  797. func (x *TransactionEndRequest) ProtoReflect() protoreflect.Message {
  798. mi := &file_v1_request_command_proto_msgTypes[12]
  799. if protoimpl.UnsafeEnabled && x != nil {
  800. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  801. if ms.LoadMessageInfo() == nil {
  802. ms.StoreMessageInfo(mi)
  803. }
  804. return ms
  805. }
  806. return mi.MessageOf(x)
  807. }
  808. // Deprecated: Use TransactionEndRequest.ProtoReflect.Descriptor instead.
  809. func (*TransactionEndRequest) Descriptor() ([]byte, []int) {
  810. return file_v1_request_command_proto_rawDescGZIP(), []int{12}
  811. }
  812. var File_v1_request_command_proto protoreflect.FileDescriptor
  813. var file_v1_request_command_proto_rawDesc = []byte{
  814. 0x0a, 0x18, 0x76, 0x31, 0x2f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2f, 0x63, 0x6f, 0x6d,
  815. 0x6d, 0x61, 0x6e, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x07, 0x72, 0x65, 0x71, 0x75,
  816. 0x65, 0x73, 0x74, 0x1a, 0x36, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f,
  817. 0x6d, 0x77, 0x69, 0x74, 0x6b, 0x6f, 0x77, 0x2f, 0x67, 0x6f, 0x2d, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  818. 0x2d, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69,
  819. 0x64, 0x61, 0x74, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xd4, 0x01, 0x0a, 0x12,
  820. 0x41, 0x75, 0x74, 0x6f, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
  821. 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44,
  822. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a,
  823. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61,
  824. 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68,
  825. 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  826. 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69,
  827. 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73,
  828. 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58,
  829. 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x12, 0x54, 0x61,
  830. 0x62, 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65,
  831. 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x12,
  832. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69,
  833. 0x62, 0x65, 0x22, 0xb5, 0x04, 0x0a, 0x14, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  834. 0x6f, 0x6e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x5c, 0x0a, 0x17, 0x54,
  835. 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52,
  836. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x72,
  837. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
  838. 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00,
  839. 0x52, 0x17, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67,
  840. 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x49, 0x6e, 0x73,
  841. 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  842. 0x32, 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72,
  843. 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x49, 0x6e, 0x73, 0x65,
  844. 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x12, 0x49, 0x6e, 0x73,
  845. 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18,
  846. 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e,
  847. 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65,
  848. 0x73, 0x74, 0x48, 0x00, 0x52, 0x12, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63,
  849. 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65,
  850. 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
  851. 0x16, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
  852. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74,
  853. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65,
  854. 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x05,
  855. 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44,
  856. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  857. 0x74, 0x48, 0x00, 0x52, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68,
  858. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74,
  859. 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16,
  860. 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52,
  861. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  862. 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x56, 0x0a, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73,
  863. 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  864. 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  865. 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52,
  866. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x00, 0x52, 0x15, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
  867. 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42,
  868. 0x09, 0x0a, 0x07, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0xef, 0x01, 0x0a, 0x0d, 0x49,
  869. 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a,
  870. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  871. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61,
  872. 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65,
  873. 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20,
  874. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62,
  875. 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65,
  876. 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
  877. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72,
  878. 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01,
  879. 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73,
  880. 0x12, 0x22, 0x0a, 0x08, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01,
  881. 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x08, 0x54, 0x61, 0x62, 0x6c,
  882. 0x65, 0x52, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x06,
  883. 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0x6f, 0x0a, 0x12,
  884. 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65,
  885. 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44,
  886. 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a,
  887. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x31, 0x0a, 0x05, 0x49, 0x74,
  888. 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x72, 0x65, 0x71, 0x75,
  889. 0x65, 0x73, 0x74, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06,
  890. 0xe2, 0xdf, 0x1f, 0x02, 0x60, 0x01, 0x52, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xc4, 0x01,
  891. 0x0a, 0x0a, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x3c, 0x0a, 0x15,
  892. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53,
  893. 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f,
  894. 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78,
  895. 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65,
  896. 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f,
  897. 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04,
  898. 0x4b, 0x65, 0x79, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02,
  899. 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x22, 0x0a, 0x08, 0x54, 0x61, 0x62, 0x6c,
  900. 0x65, 0x52, 0x6f, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02,
  901. 0x70, 0x00, 0x52, 0x08, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06,
  902. 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73,
  903. 0x65, 0x72, 0x49, 0x44, 0x22, 0xcb, 0x01, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52,
  904. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61,
  905. 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02,
  906. 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c,
  907. 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74,
  908. 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2,
  909. 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66,
  910. 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07,
  911. 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2,
  912. 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a,
  913. 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf,
  914. 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73,
  915. 0x65, 0x72, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72,
  916. 0x49, 0x44, 0x22, 0x8c, 0x01, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74,
  917. 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74,
  918. 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2,
  919. 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49,
  920. 0x44, 0x12, 0x36, 0x0a, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
  921. 0x32, 0x18, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74,
  922. 0x65, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02,
  923. 0x60, 0x01, 0x52, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65,
  924. 0x72, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49,
  925. 0x44, 0x22, 0xa4, 0x01, 0x0a, 0x0f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x54, 0x61, 0x62, 0x6c,
  926. 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72,
  927. 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x01,
  928. 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61,
  929. 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68,
  930. 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02,
  931. 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65,
  932. 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x31, 0x0a, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03,
  933. 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x44,
  934. 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x60,
  935. 0x01, 0x52, 0x05, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x22, 0x28, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65,
  936. 0x74, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04,
  937. 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65,
  938. 0x79, 0x73, 0x22, 0xf5, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71,
  939. 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65,
  940. 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01,
  941. 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15,
  942. 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53,
  943. 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f,
  944. 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78,
  945. 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65,
  946. 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f,
  947. 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04,
  948. 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02,
  949. 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x28, 0x0a, 0x0b, 0x4e, 0x65, 0x77, 0x54,
  950. 0x61, 0x62, 0x6c, 0x65, 0x52, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x06, 0xe2,
  951. 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x0b, 0x4e, 0x65, 0x77, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52,
  952. 0x6f, 0x77, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x06, 0x20, 0x01,
  953. 0x28, 0x09, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0xcb, 0x01, 0x0a, 0x0d, 0x52,
  954. 0x65, 0x70, 0x6c, 0x61, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a,
  955. 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
  956. 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61,
  957. 0x73, 0x65, 0x49, 0x44, 0x12, 0x3c, 0x0a, 0x15, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x72, 0x65,
  958. 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20,
  959. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x15, 0x54, 0x61, 0x62,
  960. 0x6c, 0x65, 0x50, 0x72, 0x65, 0x66, 0x69, 0x78, 0x57, 0x69, 0x74, 0x68, 0x53, 0x63, 0x68, 0x65,
  961. 0x6d, 0x61, 0x12, 0x20, 0x0a, 0x07, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
  962. 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52, 0x07, 0x56, 0x65, 0x72,
  963. 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x04, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x01,
  964. 0x28, 0x0c, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x70, 0x00, 0x52, 0x04, 0x4b, 0x65, 0x79, 0x73,
  965. 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  966. 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x44, 0x22, 0x41, 0x0a, 0x17, 0x54, 0x72, 0x61, 0x6e,
  967. 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x65, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75,
  968. 0x65, 0x73, 0x74, 0x12, 0x26, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49,
  969. 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x06, 0xe2, 0xdf, 0x1f, 0x02, 0x58, 0x01, 0x52,
  970. 0x0a, 0x44, 0x61, 0x74, 0x61, 0x62, 0x61, 0x73, 0x65, 0x49, 0x44, 0x22, 0x17, 0x0a, 0x15, 0x54,
  971. 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x52, 0x65, 0x71,
  972. 0x75, 0x65, 0x73, 0x74, 0x42, 0x20, 0x5a, 0x1e, 0x64, 0x70, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f,
  973. 0x67, 0x72, 0x70, 0x63, 0x5f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x62, 0x2f, 0x76, 0x31, 0x2f, 0x72,
  974. 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  975. }
  976. var (
  977. file_v1_request_command_proto_rawDescOnce sync.Once
  978. file_v1_request_command_proto_rawDescData = file_v1_request_command_proto_rawDesc
  979. )
  980. func file_v1_request_command_proto_rawDescGZIP() []byte {
  981. file_v1_request_command_proto_rawDescOnce.Do(func() {
  982. file_v1_request_command_proto_rawDescData = protoimpl.X.CompressGZIP(file_v1_request_command_proto_rawDescData)
  983. })
  984. return file_v1_request_command_proto_rawDescData
  985. }
  986. var file_v1_request_command_proto_msgTypes = make([]protoimpl.MessageInfo, 13)
  987. var file_v1_request_command_proto_goTypes = []interface{}{
  988. (*AutoMigrateRequest)(nil), // 0: request.AutoMigrateRequest
  989. (*TransactionOperation)(nil), // 1: request.TransactionOperation
  990. (*InsertRequest)(nil), // 2: request.InsertRequest
  991. (*InsertBatchRequest)(nil), // 3: request.InsertBatchRequest
  992. (*InsertItem)(nil), // 4: request.InsertItem
  993. (*DeleteRequest)(nil), // 5: request.DeleteRequest
  994. (*DeleteBatchRequest)(nil), // 6: request.DeleteBatchRequest
  995. (*DeleteTableItem)(nil), // 7: request.DeleteTableItem
  996. (*DeleteItem)(nil), // 8: request.DeleteItem
  997. (*UpdateRequest)(nil), // 9: request.UpdateRequest
  998. (*ReplayRequest)(nil), // 10: request.ReplayRequest
  999. (*TransactionBeginRequest)(nil), // 11: request.TransactionBeginRequest
  1000. (*TransactionEndRequest)(nil), // 12: request.TransactionEndRequest
  1001. }
  1002. var file_v1_request_command_proto_depIdxs = []int32{
  1003. 11, // 0: request.TransactionOperation.TransactionBeginRequest:type_name -> request.TransactionBeginRequest
  1004. 2, // 1: request.TransactionOperation.InsertRequest:type_name -> request.InsertRequest
  1005. 3, // 2: request.TransactionOperation.InsertBatchRequest:type_name -> request.InsertBatchRequest
  1006. 5, // 3: request.TransactionOperation.DeleteRequest:type_name -> request.DeleteRequest
  1007. 6, // 4: request.TransactionOperation.DeleteBatchRequest:type_name -> request.DeleteBatchRequest
  1008. 9, // 5: request.TransactionOperation.UpdateRequest:type_name -> request.UpdateRequest
  1009. 12, // 6: request.TransactionOperation.TransactionEndRequest:type_name -> request.TransactionEndRequest
  1010. 4, // 7: request.InsertBatchRequest.Items:type_name -> request.InsertItem
  1011. 7, // 8: request.DeleteBatchRequest.Items:type_name -> request.DeleteTableItem
  1012. 8, // 9: request.DeleteTableItem.Items:type_name -> request.DeleteItem
  1013. 10, // [10:10] is the sub-list for method output_type
  1014. 10, // [10:10] is the sub-list for method input_type
  1015. 10, // [10:10] is the sub-list for extension type_name
  1016. 10, // [10:10] is the sub-list for extension extendee
  1017. 0, // [0:10] is the sub-list for field type_name
  1018. }
  1019. func init() { file_v1_request_command_proto_init() }
  1020. func file_v1_request_command_proto_init() {
  1021. if File_v1_request_command_proto != nil {
  1022. return
  1023. }
  1024. if !protoimpl.UnsafeEnabled {
  1025. file_v1_request_command_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  1026. switch v := v.(*AutoMigrateRequest); i {
  1027. case 0:
  1028. return &v.state
  1029. case 1:
  1030. return &v.sizeCache
  1031. case 2:
  1032. return &v.unknownFields
  1033. default:
  1034. return nil
  1035. }
  1036. }
  1037. file_v1_request_command_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  1038. switch v := v.(*TransactionOperation); i {
  1039. case 0:
  1040. return &v.state
  1041. case 1:
  1042. return &v.sizeCache
  1043. case 2:
  1044. return &v.unknownFields
  1045. default:
  1046. return nil
  1047. }
  1048. }
  1049. file_v1_request_command_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  1050. switch v := v.(*InsertRequest); i {
  1051. case 0:
  1052. return &v.state
  1053. case 1:
  1054. return &v.sizeCache
  1055. case 2:
  1056. return &v.unknownFields
  1057. default:
  1058. return nil
  1059. }
  1060. }
  1061. file_v1_request_command_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  1062. switch v := v.(*InsertBatchRequest); i {
  1063. case 0:
  1064. return &v.state
  1065. case 1:
  1066. return &v.sizeCache
  1067. case 2:
  1068. return &v.unknownFields
  1069. default:
  1070. return nil
  1071. }
  1072. }
  1073. file_v1_request_command_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1074. switch v := v.(*InsertItem); i {
  1075. case 0:
  1076. return &v.state
  1077. case 1:
  1078. return &v.sizeCache
  1079. case 2:
  1080. return &v.unknownFields
  1081. default:
  1082. return nil
  1083. }
  1084. }
  1085. file_v1_request_command_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1086. switch v := v.(*DeleteRequest); i {
  1087. case 0:
  1088. return &v.state
  1089. case 1:
  1090. return &v.sizeCache
  1091. case 2:
  1092. return &v.unknownFields
  1093. default:
  1094. return nil
  1095. }
  1096. }
  1097. file_v1_request_command_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1098. switch v := v.(*DeleteBatchRequest); i {
  1099. case 0:
  1100. return &v.state
  1101. case 1:
  1102. return &v.sizeCache
  1103. case 2:
  1104. return &v.unknownFields
  1105. default:
  1106. return nil
  1107. }
  1108. }
  1109. file_v1_request_command_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1110. switch v := v.(*DeleteTableItem); i {
  1111. case 0:
  1112. return &v.state
  1113. case 1:
  1114. return &v.sizeCache
  1115. case 2:
  1116. return &v.unknownFields
  1117. default:
  1118. return nil
  1119. }
  1120. }
  1121. file_v1_request_command_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1122. switch v := v.(*DeleteItem); i {
  1123. case 0:
  1124. return &v.state
  1125. case 1:
  1126. return &v.sizeCache
  1127. case 2:
  1128. return &v.unknownFields
  1129. default:
  1130. return nil
  1131. }
  1132. }
  1133. file_v1_request_command_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1134. switch v := v.(*UpdateRequest); i {
  1135. case 0:
  1136. return &v.state
  1137. case 1:
  1138. return &v.sizeCache
  1139. case 2:
  1140. return &v.unknownFields
  1141. default:
  1142. return nil
  1143. }
  1144. }
  1145. file_v1_request_command_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  1146. switch v := v.(*ReplayRequest); i {
  1147. case 0:
  1148. return &v.state
  1149. case 1:
  1150. return &v.sizeCache
  1151. case 2:
  1152. return &v.unknownFields
  1153. default:
  1154. return nil
  1155. }
  1156. }
  1157. file_v1_request_command_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  1158. switch v := v.(*TransactionBeginRequest); i {
  1159. case 0:
  1160. return &v.state
  1161. case 1:
  1162. return &v.sizeCache
  1163. case 2:
  1164. return &v.unknownFields
  1165. default:
  1166. return nil
  1167. }
  1168. }
  1169. file_v1_request_command_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  1170. switch v := v.(*TransactionEndRequest); i {
  1171. case 0:
  1172. return &v.state
  1173. case 1:
  1174. return &v.sizeCache
  1175. case 2:
  1176. return &v.unknownFields
  1177. default:
  1178. return nil
  1179. }
  1180. }
  1181. }
  1182. file_v1_request_command_proto_msgTypes[1].OneofWrappers = []interface{}{
  1183. (*TransactionOperation_TransactionBeginRequest)(nil),
  1184. (*TransactionOperation_InsertRequest)(nil),
  1185. (*TransactionOperation_InsertBatchRequest)(nil),
  1186. (*TransactionOperation_DeleteRequest)(nil),
  1187. (*TransactionOperation_DeleteBatchRequest)(nil),
  1188. (*TransactionOperation_UpdateRequest)(nil),
  1189. (*TransactionOperation_TransactionEndRequest)(nil),
  1190. }
  1191. type x struct{}
  1192. out := protoimpl.TypeBuilder{
  1193. File: protoimpl.DescBuilder{
  1194. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1195. RawDescriptor: file_v1_request_command_proto_rawDesc,
  1196. NumEnums: 0,
  1197. NumMessages: 13,
  1198. NumExtensions: 0,
  1199. NumServices: 0,
  1200. },
  1201. GoTypes: file_v1_request_command_proto_goTypes,
  1202. DependencyIndexes: file_v1_request_command_proto_depIdxs,
  1203. MessageInfos: file_v1_request_command_proto_msgTypes,
  1204. }.Build()
  1205. File_v1_request_command_proto = out.File
  1206. file_v1_request_command_proto_rawDesc = nil
  1207. file_v1_request_command_proto_goTypes = nil
  1208. file_v1_request_command_proto_depIdxs = nil
  1209. }