@latticexyz/services 1.42.0 → 1.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1773 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.28.1
4
- // protoc v3.21.3
5
- // source: proto/mode.proto
6
-
7
- package mode
8
-
9
- import (
10
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
12
- reflect "reflect"
13
- sync "sync"
14
- )
15
-
16
- const (
17
- // Verify that this generated code is sufficiently up-to-date.
18
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
19
- // Verify that runtime/protoimpl is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
21
- )
22
-
23
- // A Row is just a list of raw bytes.
24
- type Row struct {
25
- state protoimpl.MessageState
26
- sizeCache protoimpl.SizeCache
27
- unknownFields protoimpl.UnknownFields
28
-
29
- Values [][]byte `protobuf:"bytes,2,rep,name=values,proto3" json:"values"`
30
- }
31
-
32
- func (x *Row) Reset() {
33
- *x = Row{}
34
- if protoimpl.UnsafeEnabled {
35
- mi := &file_proto_mode_proto_msgTypes[0]
36
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
37
- ms.StoreMessageInfo(mi)
38
- }
39
- }
40
-
41
- func (x *Row) String() string {
42
- return protoimpl.X.MessageStringOf(x)
43
- }
44
-
45
- func (*Row) ProtoMessage() {}
46
-
47
- func (x *Row) ProtoReflect() protoreflect.Message {
48
- mi := &file_proto_mode_proto_msgTypes[0]
49
- if protoimpl.UnsafeEnabled && x != nil {
50
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
51
- if ms.LoadMessageInfo() == nil {
52
- ms.StoreMessageInfo(mi)
53
- }
54
- return ms
55
- }
56
- return mi.MessageOf(x)
57
- }
58
-
59
- // Deprecated: Use Row.ProtoReflect.Descriptor instead.
60
- func (*Row) Descriptor() ([]byte, []int) {
61
- return file_proto_mode_proto_rawDescGZIP(), []int{0}
62
- }
63
-
64
- func (x *Row) GetValues() [][]byte {
65
- if x != nil {
66
- return x.Values
67
- }
68
- return nil
69
- }
70
-
71
- // A GenericTable is a representation of a table.
72
- type GenericTable struct {
73
- state protoimpl.MessageState
74
- sizeCache protoimpl.SizeCache
75
- unknownFields protoimpl.UnknownFields
76
-
77
- Cols []string `protobuf:"bytes,1,rep,name=cols,proto3" json:"cols"`
78
- Rows []*Row `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows"`
79
- Types []string `protobuf:"bytes,3,rep,name=types,proto3" json:"types"`
80
- }
81
-
82
- func (x *GenericTable) Reset() {
83
- *x = GenericTable{}
84
- if protoimpl.UnsafeEnabled {
85
- mi := &file_proto_mode_proto_msgTypes[1]
86
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
87
- ms.StoreMessageInfo(mi)
88
- }
89
- }
90
-
91
- func (x *GenericTable) String() string {
92
- return protoimpl.X.MessageStringOf(x)
93
- }
94
-
95
- func (*GenericTable) ProtoMessage() {}
96
-
97
- func (x *GenericTable) ProtoReflect() protoreflect.Message {
98
- mi := &file_proto_mode_proto_msgTypes[1]
99
- if protoimpl.UnsafeEnabled && x != nil {
100
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
101
- if ms.LoadMessageInfo() == nil {
102
- ms.StoreMessageInfo(mi)
103
- }
104
- return ms
105
- }
106
- return mi.MessageOf(x)
107
- }
108
-
109
- // Deprecated: Use GenericTable.ProtoReflect.Descriptor instead.
110
- func (*GenericTable) Descriptor() ([]byte, []int) {
111
- return file_proto_mode_proto_rawDescGZIP(), []int{1}
112
- }
113
-
114
- func (x *GenericTable) GetCols() []string {
115
- if x != nil {
116
- return x.Cols
117
- }
118
- return nil
119
- }
120
-
121
- func (x *GenericTable) GetRows() []*Row {
122
- if x != nil {
123
- return x.Rows
124
- }
125
- return nil
126
- }
127
-
128
- func (x *GenericTable) GetTypes() []string {
129
- if x != nil {
130
- return x.Types
131
- }
132
- return nil
133
- }
134
-
135
- type QueryLayerResponse struct {
136
- state protoimpl.MessageState
137
- sizeCache protoimpl.SizeCache
138
- unknownFields protoimpl.UnknownFields
139
-
140
- Tables map[string]*GenericTable `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
141
- }
142
-
143
- func (x *QueryLayerResponse) Reset() {
144
- *x = QueryLayerResponse{}
145
- if protoimpl.UnsafeEnabled {
146
- mi := &file_proto_mode_proto_msgTypes[2]
147
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
148
- ms.StoreMessageInfo(mi)
149
- }
150
- }
151
-
152
- func (x *QueryLayerResponse) String() string {
153
- return protoimpl.X.MessageStringOf(x)
154
- }
155
-
156
- func (*QueryLayerResponse) ProtoMessage() {}
157
-
158
- func (x *QueryLayerResponse) ProtoReflect() protoreflect.Message {
159
- mi := &file_proto_mode_proto_msgTypes[2]
160
- if protoimpl.UnsafeEnabled && x != nil {
161
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
162
- if ms.LoadMessageInfo() == nil {
163
- ms.StoreMessageInfo(mi)
164
- }
165
- return ms
166
- }
167
- return mi.MessageOf(x)
168
- }
169
-
170
- // Deprecated: Use QueryLayerResponse.ProtoReflect.Descriptor instead.
171
- func (*QueryLayerResponse) Descriptor() ([]byte, []int) {
172
- return file_proto_mode_proto_rawDescGZIP(), []int{2}
173
- }
174
-
175
- func (x *QueryLayerResponse) GetTables() map[string]*GenericTable {
176
- if x != nil {
177
- return x.Tables
178
- }
179
- return nil
180
- }
181
-
182
- type QueryLayerStateResponse struct {
183
- state protoimpl.MessageState
184
- sizeCache protoimpl.SizeCache
185
- unknownFields protoimpl.UnknownFields
186
-
187
- ChainTables map[string]*GenericTable `protobuf:"bytes,1,rep,name=chainTables,proto3" json:"chainTables" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
188
- WorldTables map[string]*GenericTable `protobuf:"bytes,2,rep,name=worldTables,proto3" json:"worldTables" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
189
- }
190
-
191
- func (x *QueryLayerStateResponse) Reset() {
192
- *x = QueryLayerStateResponse{}
193
- if protoimpl.UnsafeEnabled {
194
- mi := &file_proto_mode_proto_msgTypes[3]
195
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
196
- ms.StoreMessageInfo(mi)
197
- }
198
- }
199
-
200
- func (x *QueryLayerStateResponse) String() string {
201
- return protoimpl.X.MessageStringOf(x)
202
- }
203
-
204
- func (*QueryLayerStateResponse) ProtoMessage() {}
205
-
206
- func (x *QueryLayerStateResponse) ProtoReflect() protoreflect.Message {
207
- mi := &file_proto_mode_proto_msgTypes[3]
208
- if protoimpl.UnsafeEnabled && x != nil {
209
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
210
- if ms.LoadMessageInfo() == nil {
211
- ms.StoreMessageInfo(mi)
212
- }
213
- return ms
214
- }
215
- return mi.MessageOf(x)
216
- }
217
-
218
- // Deprecated: Use QueryLayerStateResponse.ProtoReflect.Descriptor instead.
219
- func (*QueryLayerStateResponse) Descriptor() ([]byte, []int) {
220
- return file_proto_mode_proto_rawDescGZIP(), []int{3}
221
- }
222
-
223
- func (x *QueryLayerStateResponse) GetChainTables() map[string]*GenericTable {
224
- if x != nil {
225
- return x.ChainTables
226
- }
227
- return nil
228
- }
229
-
230
- func (x *QueryLayerStateResponse) GetWorldTables() map[string]*GenericTable {
231
- if x != nil {
232
- return x.WorldTables
233
- }
234
- return nil
235
- }
236
-
237
- type QueryLayerStateStreamResponse struct {
238
- state protoimpl.MessageState
239
- sizeCache protoimpl.SizeCache
240
- unknownFields protoimpl.UnknownFields
241
-
242
- Inserted *QueryLayerStateResponse `protobuf:"bytes,1,opt,name=inserted,proto3" json:"inserted"`
243
- Updated *QueryLayerStateResponse `protobuf:"bytes,2,opt,name=updated,proto3" json:"updated"`
244
- Deleted *QueryLayerStateResponse `protobuf:"bytes,3,opt,name=deleted,proto3" json:"deleted"`
245
- }
246
-
247
- func (x *QueryLayerStateStreamResponse) Reset() {
248
- *x = QueryLayerStateStreamResponse{}
249
- if protoimpl.UnsafeEnabled {
250
- mi := &file_proto_mode_proto_msgTypes[4]
251
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
252
- ms.StoreMessageInfo(mi)
253
- }
254
- }
255
-
256
- func (x *QueryLayerStateStreamResponse) String() string {
257
- return protoimpl.X.MessageStringOf(x)
258
- }
259
-
260
- func (*QueryLayerStateStreamResponse) ProtoMessage() {}
261
-
262
- func (x *QueryLayerStateStreamResponse) ProtoReflect() protoreflect.Message {
263
- mi := &file_proto_mode_proto_msgTypes[4]
264
- if protoimpl.UnsafeEnabled && x != nil {
265
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
266
- if ms.LoadMessageInfo() == nil {
267
- ms.StoreMessageInfo(mi)
268
- }
269
- return ms
270
- }
271
- return mi.MessageOf(x)
272
- }
273
-
274
- // Deprecated: Use QueryLayerStateStreamResponse.ProtoReflect.Descriptor instead.
275
- func (*QueryLayerStateStreamResponse) Descriptor() ([]byte, []int) {
276
- return file_proto_mode_proto_rawDescGZIP(), []int{4}
277
- }
278
-
279
- func (x *QueryLayerStateStreamResponse) GetInserted() *QueryLayerStateResponse {
280
- if x != nil {
281
- return x.Inserted
282
- }
283
- return nil
284
- }
285
-
286
- func (x *QueryLayerStateStreamResponse) GetUpdated() *QueryLayerStateResponse {
287
- if x != nil {
288
- return x.Updated
289
- }
290
- return nil
291
- }
292
-
293
- func (x *QueryLayerStateStreamResponse) GetDeleted() *QueryLayerStateResponse {
294
- if x != nil {
295
- return x.Deleted
296
- }
297
- return nil
298
- }
299
-
300
- type Namespace struct {
301
- state protoimpl.MessageState
302
- sizeCache protoimpl.SizeCache
303
- unknownFields protoimpl.UnknownFields
304
-
305
- ChainId string `protobuf:"bytes,1,opt,name=chainId,proto3" json:"chainId"`
306
- WorldAddress string `protobuf:"bytes,2,opt,name=worldAddress,proto3" json:"worldAddress"`
307
- }
308
-
309
- func (x *Namespace) Reset() {
310
- *x = Namespace{}
311
- if protoimpl.UnsafeEnabled {
312
- mi := &file_proto_mode_proto_msgTypes[5]
313
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
314
- ms.StoreMessageInfo(mi)
315
- }
316
- }
317
-
318
- func (x *Namespace) String() string {
319
- return protoimpl.X.MessageStringOf(x)
320
- }
321
-
322
- func (*Namespace) ProtoMessage() {}
323
-
324
- func (x *Namespace) ProtoReflect() protoreflect.Message {
325
- mi := &file_proto_mode_proto_msgTypes[5]
326
- if protoimpl.UnsafeEnabled && x != nil {
327
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
328
- if ms.LoadMessageInfo() == nil {
329
- ms.StoreMessageInfo(mi)
330
- }
331
- return ms
332
- }
333
- return mi.MessageOf(x)
334
- }
335
-
336
- // Deprecated: Use Namespace.ProtoReflect.Descriptor instead.
337
- func (*Namespace) Descriptor() ([]byte, []int) {
338
- return file_proto_mode_proto_rawDescGZIP(), []int{5}
339
- }
340
-
341
- func (x *Namespace) GetChainId() string {
342
- if x != nil {
343
- return x.ChainId
344
- }
345
- return ""
346
- }
347
-
348
- func (x *Namespace) GetWorldAddress() string {
349
- if x != nil {
350
- return x.WorldAddress
351
- }
352
- return ""
353
- }
354
-
355
- type StateRequest struct {
356
- state protoimpl.MessageState
357
- sizeCache protoimpl.SizeCache
358
- unknownFields protoimpl.UnknownFields
359
-
360
- // Namespace.
361
- Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace"`
362
- // Selection of world and chain tables. If left empty, all tables
363
- // are included.
364
- WorldTables []string `protobuf:"bytes,2,rep,name=worldTables,proto3" json:"worldTables"`
365
- ChainTables []string `protobuf:"bytes,3,rep,name=chainTables,proto3" json:"chainTables"`
366
- }
367
-
368
- func (x *StateRequest) Reset() {
369
- *x = StateRequest{}
370
- if protoimpl.UnsafeEnabled {
371
- mi := &file_proto_mode_proto_msgTypes[6]
372
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
373
- ms.StoreMessageInfo(mi)
374
- }
375
- }
376
-
377
- func (x *StateRequest) String() string {
378
- return protoimpl.X.MessageStringOf(x)
379
- }
380
-
381
- func (*StateRequest) ProtoMessage() {}
382
-
383
- func (x *StateRequest) ProtoReflect() protoreflect.Message {
384
- mi := &file_proto_mode_proto_msgTypes[6]
385
- if protoimpl.UnsafeEnabled && x != nil {
386
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
387
- if ms.LoadMessageInfo() == nil {
388
- ms.StoreMessageInfo(mi)
389
- }
390
- return ms
391
- }
392
- return mi.MessageOf(x)
393
- }
394
-
395
- // Deprecated: Use StateRequest.ProtoReflect.Descriptor instead.
396
- func (*StateRequest) Descriptor() ([]byte, []int) {
397
- return file_proto_mode_proto_rawDescGZIP(), []int{6}
398
- }
399
-
400
- func (x *StateRequest) GetNamespace() *Namespace {
401
- if x != nil {
402
- return x.Namespace
403
- }
404
- return nil
405
- }
406
-
407
- func (x *StateRequest) GetWorldTables() []string {
408
- if x != nil {
409
- return x.WorldTables
410
- }
411
- return nil
412
- }
413
-
414
- func (x *StateRequest) GetChainTables() []string {
415
- if x != nil {
416
- return x.ChainTables
417
- }
418
- return nil
419
- }
420
-
421
- type Single__StateRequest struct {
422
- state protoimpl.MessageState
423
- sizeCache protoimpl.SizeCache
424
- unknownFields protoimpl.UnknownFields
425
-
426
- // Namespace.
427
- Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace"`
428
- // Table.
429
- Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table"`
430
- // Filters.
431
- Filter []*Filter `protobuf:"bytes,3,rep,name=filter,proto3" json:"filter"`
432
- // Projections.
433
- Project []*ProjectedField `protobuf:"bytes,4,rep,name=project,proto3" json:"project"`
434
- }
435
-
436
- func (x *Single__StateRequest) Reset() {
437
- *x = Single__StateRequest{}
438
- if protoimpl.UnsafeEnabled {
439
- mi := &file_proto_mode_proto_msgTypes[7]
440
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
441
- ms.StoreMessageInfo(mi)
442
- }
443
- }
444
-
445
- func (x *Single__StateRequest) String() string {
446
- return protoimpl.X.MessageStringOf(x)
447
- }
448
-
449
- func (*Single__StateRequest) ProtoMessage() {}
450
-
451
- func (x *Single__StateRequest) ProtoReflect() protoreflect.Message {
452
- mi := &file_proto_mode_proto_msgTypes[7]
453
- if protoimpl.UnsafeEnabled && x != nil {
454
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
455
- if ms.LoadMessageInfo() == nil {
456
- ms.StoreMessageInfo(mi)
457
- }
458
- return ms
459
- }
460
- return mi.MessageOf(x)
461
- }
462
-
463
- // Deprecated: Use Single__StateRequest.ProtoReflect.Descriptor instead.
464
- func (*Single__StateRequest) Descriptor() ([]byte, []int) {
465
- return file_proto_mode_proto_rawDescGZIP(), []int{7}
466
- }
467
-
468
- func (x *Single__StateRequest) GetNamespace() *Namespace {
469
- if x != nil {
470
- return x.Namespace
471
- }
472
- return nil
473
- }
474
-
475
- func (x *Single__StateRequest) GetTable() string {
476
- if x != nil {
477
- return x.Table
478
- }
479
- return ""
480
- }
481
-
482
- func (x *Single__StateRequest) GetFilter() []*Filter {
483
- if x != nil {
484
- return x.Filter
485
- }
486
- return nil
487
- }
488
-
489
- func (x *Single__StateRequest) GetProject() []*ProjectedField {
490
- if x != nil {
491
- return x.Project
492
- }
493
- return nil
494
- }
495
-
496
- type FindRequest struct {
497
- state protoimpl.MessageState
498
- sizeCache protoimpl.SizeCache
499
- unknownFields protoimpl.UnknownFields
500
-
501
- From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from"`
502
- Filter []*Filter `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter"`
503
- Project []*ProjectedField `protobuf:"bytes,3,rep,name=project,proto3" json:"project"`
504
- // Namespace.
505
- Namespace *Namespace `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace"`
506
- // Options.
507
- Options *FindRequestOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options"`
508
- }
509
-
510
- func (x *FindRequest) Reset() {
511
- *x = FindRequest{}
512
- if protoimpl.UnsafeEnabled {
513
- mi := &file_proto_mode_proto_msgTypes[8]
514
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
515
- ms.StoreMessageInfo(mi)
516
- }
517
- }
518
-
519
- func (x *FindRequest) String() string {
520
- return protoimpl.X.MessageStringOf(x)
521
- }
522
-
523
- func (*FindRequest) ProtoMessage() {}
524
-
525
- func (x *FindRequest) ProtoReflect() protoreflect.Message {
526
- mi := &file_proto_mode_proto_msgTypes[8]
527
- if protoimpl.UnsafeEnabled && x != nil {
528
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
529
- if ms.LoadMessageInfo() == nil {
530
- ms.StoreMessageInfo(mi)
531
- }
532
- return ms
533
- }
534
- return mi.MessageOf(x)
535
- }
536
-
537
- // Deprecated: Use FindRequest.ProtoReflect.Descriptor instead.
538
- func (*FindRequest) Descriptor() ([]byte, []int) {
539
- return file_proto_mode_proto_rawDescGZIP(), []int{8}
540
- }
541
-
542
- func (x *FindRequest) GetFrom() string {
543
- if x != nil {
544
- return x.From
545
- }
546
- return ""
547
- }
548
-
549
- func (x *FindRequest) GetFilter() []*Filter {
550
- if x != nil {
551
- return x.Filter
552
- }
553
- return nil
554
- }
555
-
556
- func (x *FindRequest) GetProject() []*ProjectedField {
557
- if x != nil {
558
- return x.Project
559
- }
560
- return nil
561
- }
562
-
563
- func (x *FindRequest) GetNamespace() *Namespace {
564
- if x != nil {
565
- return x.Namespace
566
- }
567
- return nil
568
- }
569
-
570
- func (x *FindRequest) GetOptions() *FindRequestOptions {
571
- if x != nil {
572
- return x.Options
573
- }
574
- return nil
575
- }
576
-
577
- type FindAllRequest struct {
578
- state protoimpl.MessageState
579
- sizeCache protoimpl.SizeCache
580
- unknownFields protoimpl.UnknownFields
581
-
582
- Tables []string `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables"`
583
- // Namespace.
584
- Namespace *Namespace `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace"`
585
- // Options.
586
- Options *FindRequestOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options"`
587
- }
588
-
589
- func (x *FindAllRequest) Reset() {
590
- *x = FindAllRequest{}
591
- if protoimpl.UnsafeEnabled {
592
- mi := &file_proto_mode_proto_msgTypes[9]
593
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
594
- ms.StoreMessageInfo(mi)
595
- }
596
- }
597
-
598
- func (x *FindAllRequest) String() string {
599
- return protoimpl.X.MessageStringOf(x)
600
- }
601
-
602
- func (*FindAllRequest) ProtoMessage() {}
603
-
604
- func (x *FindAllRequest) ProtoReflect() protoreflect.Message {
605
- mi := &file_proto_mode_proto_msgTypes[9]
606
- if protoimpl.UnsafeEnabled && x != nil {
607
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
608
- if ms.LoadMessageInfo() == nil {
609
- ms.StoreMessageInfo(mi)
610
- }
611
- return ms
612
- }
613
- return mi.MessageOf(x)
614
- }
615
-
616
- // Deprecated: Use FindAllRequest.ProtoReflect.Descriptor instead.
617
- func (*FindAllRequest) Descriptor() ([]byte, []int) {
618
- return file_proto_mode_proto_rawDescGZIP(), []int{9}
619
- }
620
-
621
- func (x *FindAllRequest) GetTables() []string {
622
- if x != nil {
623
- return x.Tables
624
- }
625
- return nil
626
- }
627
-
628
- func (x *FindAllRequest) GetNamespace() *Namespace {
629
- if x != nil {
630
- return x.Namespace
631
- }
632
- return nil
633
- }
634
-
635
- func (x *FindAllRequest) GetOptions() *FindRequestOptions {
636
- if x != nil {
637
- return x.Options
638
- }
639
- return nil
640
- }
641
-
642
- type JoinRequest struct {
643
- state protoimpl.MessageState
644
- sizeCache protoimpl.SizeCache
645
- unknownFields protoimpl.UnknownFields
646
-
647
- On *FieldPair `protobuf:"bytes,1,opt,name=on,proto3" json:"on"`
648
- Children []*FindRequest `protobuf:"bytes,2,rep,name=children,proto3" json:"children"`
649
- // Namespace.
650
- Namespace *Namespace `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace"`
651
- }
652
-
653
- func (x *JoinRequest) Reset() {
654
- *x = JoinRequest{}
655
- if protoimpl.UnsafeEnabled {
656
- mi := &file_proto_mode_proto_msgTypes[10]
657
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
658
- ms.StoreMessageInfo(mi)
659
- }
660
- }
661
-
662
- func (x *JoinRequest) String() string {
663
- return protoimpl.X.MessageStringOf(x)
664
- }
665
-
666
- func (*JoinRequest) ProtoMessage() {}
667
-
668
- func (x *JoinRequest) ProtoReflect() protoreflect.Message {
669
- mi := &file_proto_mode_proto_msgTypes[10]
670
- if protoimpl.UnsafeEnabled && x != nil {
671
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
672
- if ms.LoadMessageInfo() == nil {
673
- ms.StoreMessageInfo(mi)
674
- }
675
- return ms
676
- }
677
- return mi.MessageOf(x)
678
- }
679
-
680
- // Deprecated: Use JoinRequest.ProtoReflect.Descriptor instead.
681
- func (*JoinRequest) Descriptor() ([]byte, []int) {
682
- return file_proto_mode_proto_rawDescGZIP(), []int{10}
683
- }
684
-
685
- func (x *JoinRequest) GetOn() *FieldPair {
686
- if x != nil {
687
- return x.On
688
- }
689
- return nil
690
- }
691
-
692
- func (x *JoinRequest) GetChildren() []*FindRequest {
693
- if x != nil {
694
- return x.Children
695
- }
696
- return nil
697
- }
698
-
699
- func (x *JoinRequest) GetNamespace() *Namespace {
700
- if x != nil {
701
- return x.Namespace
702
- }
703
- return nil
704
- }
705
-
706
- type DeleteRequest struct {
707
- state protoimpl.MessageState
708
- sizeCache protoimpl.SizeCache
709
- unknownFields protoimpl.UnknownFields
710
-
711
- From string `protobuf:"bytes,1,opt,name=from,proto3" json:"from"`
712
- Filter []*Filter `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter"`
713
- }
714
-
715
- func (x *DeleteRequest) Reset() {
716
- *x = DeleteRequest{}
717
- if protoimpl.UnsafeEnabled {
718
- mi := &file_proto_mode_proto_msgTypes[11]
719
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
720
- ms.StoreMessageInfo(mi)
721
- }
722
- }
723
-
724
- func (x *DeleteRequest) String() string {
725
- return protoimpl.X.MessageStringOf(x)
726
- }
727
-
728
- func (*DeleteRequest) ProtoMessage() {}
729
-
730
- func (x *DeleteRequest) ProtoReflect() protoreflect.Message {
731
- mi := &file_proto_mode_proto_msgTypes[11]
732
- if protoimpl.UnsafeEnabled && x != nil {
733
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
734
- if ms.LoadMessageInfo() == nil {
735
- ms.StoreMessageInfo(mi)
736
- }
737
- return ms
738
- }
739
- return mi.MessageOf(x)
740
- }
741
-
742
- // Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
743
- func (*DeleteRequest) Descriptor() ([]byte, []int) {
744
- return file_proto_mode_proto_rawDescGZIP(), []int{11}
745
- }
746
-
747
- func (x *DeleteRequest) GetFrom() string {
748
- if x != nil {
749
- return x.From
750
- }
751
- return ""
752
- }
753
-
754
- func (x *DeleteRequest) GetFilter() []*Filter {
755
- if x != nil {
756
- return x.Filter
757
- }
758
- return nil
759
- }
760
-
761
- type UpdateRequest struct {
762
- state protoimpl.MessageState
763
- sizeCache protoimpl.SizeCache
764
- unknownFields protoimpl.UnknownFields
765
-
766
- Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target"`
767
- Filter []*Filter `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter"`
768
- Row map[string]string `protobuf:"bytes,3,rep,name=row,proto3" json:"row" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
769
- }
770
-
771
- func (x *UpdateRequest) Reset() {
772
- *x = UpdateRequest{}
773
- if protoimpl.UnsafeEnabled {
774
- mi := &file_proto_mode_proto_msgTypes[12]
775
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
776
- ms.StoreMessageInfo(mi)
777
- }
778
- }
779
-
780
- func (x *UpdateRequest) String() string {
781
- return protoimpl.X.MessageStringOf(x)
782
- }
783
-
784
- func (*UpdateRequest) ProtoMessage() {}
785
-
786
- func (x *UpdateRequest) ProtoReflect() protoreflect.Message {
787
- mi := &file_proto_mode_proto_msgTypes[12]
788
- if protoimpl.UnsafeEnabled && x != nil {
789
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
790
- if ms.LoadMessageInfo() == nil {
791
- ms.StoreMessageInfo(mi)
792
- }
793
- return ms
794
- }
795
- return mi.MessageOf(x)
796
- }
797
-
798
- // Deprecated: Use UpdateRequest.ProtoReflect.Descriptor instead.
799
- func (*UpdateRequest) Descriptor() ([]byte, []int) {
800
- return file_proto_mode_proto_rawDescGZIP(), []int{12}
801
- }
802
-
803
- func (x *UpdateRequest) GetTarget() string {
804
- if x != nil {
805
- return x.Target
806
- }
807
- return ""
808
- }
809
-
810
- func (x *UpdateRequest) GetFilter() []*Filter {
811
- if x != nil {
812
- return x.Filter
813
- }
814
- return nil
815
- }
816
-
817
- func (x *UpdateRequest) GetRow() map[string]string {
818
- if x != nil {
819
- return x.Row
820
- }
821
- return nil
822
- }
823
-
824
- type InsertRequest struct {
825
- state protoimpl.MessageState
826
- sizeCache protoimpl.SizeCache
827
- unknownFields protoimpl.UnknownFields
828
-
829
- Into string `protobuf:"bytes,1,opt,name=into,proto3" json:"into"`
830
- Row map[string]string `protobuf:"bytes,3,rep,name=row,proto3" json:"row" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
831
- }
832
-
833
- func (x *InsertRequest) Reset() {
834
- *x = InsertRequest{}
835
- if protoimpl.UnsafeEnabled {
836
- mi := &file_proto_mode_proto_msgTypes[13]
837
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
838
- ms.StoreMessageInfo(mi)
839
- }
840
- }
841
-
842
- func (x *InsertRequest) String() string {
843
- return protoimpl.X.MessageStringOf(x)
844
- }
845
-
846
- func (*InsertRequest) ProtoMessage() {}
847
-
848
- func (x *InsertRequest) ProtoReflect() protoreflect.Message {
849
- mi := &file_proto_mode_proto_msgTypes[13]
850
- if protoimpl.UnsafeEnabled && x != nil {
851
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
852
- if ms.LoadMessageInfo() == nil {
853
- ms.StoreMessageInfo(mi)
854
- }
855
- return ms
856
- }
857
- return mi.MessageOf(x)
858
- }
859
-
860
- // Deprecated: Use InsertRequest.ProtoReflect.Descriptor instead.
861
- func (*InsertRequest) Descriptor() ([]byte, []int) {
862
- return file_proto_mode_proto_rawDescGZIP(), []int{13}
863
- }
864
-
865
- func (x *InsertRequest) GetInto() string {
866
- if x != nil {
867
- return x.Into
868
- }
869
- return ""
870
- }
871
-
872
- func (x *InsertRequest) GetRow() map[string]string {
873
- if x != nil {
874
- return x.Row
875
- }
876
- return nil
877
- }
878
-
879
- type CreateRequest struct {
880
- state protoimpl.MessageState
881
- sizeCache protoimpl.SizeCache
882
- unknownFields protoimpl.UnknownFields
883
-
884
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"`
885
- }
886
-
887
- func (x *CreateRequest) Reset() {
888
- *x = CreateRequest{}
889
- if protoimpl.UnsafeEnabled {
890
- mi := &file_proto_mode_proto_msgTypes[14]
891
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
892
- ms.StoreMessageInfo(mi)
893
- }
894
- }
895
-
896
- func (x *CreateRequest) String() string {
897
- return protoimpl.X.MessageStringOf(x)
898
- }
899
-
900
- func (*CreateRequest) ProtoMessage() {}
901
-
902
- func (x *CreateRequest) ProtoReflect() protoreflect.Message {
903
- mi := &file_proto_mode_proto_msgTypes[14]
904
- if protoimpl.UnsafeEnabled && x != nil {
905
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
906
- if ms.LoadMessageInfo() == nil {
907
- ms.StoreMessageInfo(mi)
908
- }
909
- return ms
910
- }
911
- return mi.MessageOf(x)
912
- }
913
-
914
- // Deprecated: Use CreateRequest.ProtoReflect.Descriptor instead.
915
- func (*CreateRequest) Descriptor() ([]byte, []int) {
916
- return file_proto_mode_proto_rawDescGZIP(), []int{14}
917
- }
918
-
919
- func (x *CreateRequest) GetName() string {
920
- if x != nil {
921
- return x.Name
922
- }
923
- return ""
924
- }
925
-
926
- type FindRequestOptions struct {
927
- state protoimpl.MessageState
928
- sizeCache protoimpl.SizeCache
929
- unknownFields protoimpl.UnknownFields
930
-
931
- Compressed bool `protobuf:"varint,1,opt,name=compressed,proto3" json:"compressed"`
932
- Group bool `protobuf:"varint,2,opt,name=group,proto3" json:"group"`
933
- Negate bool `protobuf:"varint,3,opt,name=negate,proto3" json:"negate"`
934
- }
935
-
936
- func (x *FindRequestOptions) Reset() {
937
- *x = FindRequestOptions{}
938
- if protoimpl.UnsafeEnabled {
939
- mi := &file_proto_mode_proto_msgTypes[15]
940
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
941
- ms.StoreMessageInfo(mi)
942
- }
943
- }
944
-
945
- func (x *FindRequestOptions) String() string {
946
- return protoimpl.X.MessageStringOf(x)
947
- }
948
-
949
- func (*FindRequestOptions) ProtoMessage() {}
950
-
951
- func (x *FindRequestOptions) ProtoReflect() protoreflect.Message {
952
- mi := &file_proto_mode_proto_msgTypes[15]
953
- if protoimpl.UnsafeEnabled && x != nil {
954
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
955
- if ms.LoadMessageInfo() == nil {
956
- ms.StoreMessageInfo(mi)
957
- }
958
- return ms
959
- }
960
- return mi.MessageOf(x)
961
- }
962
-
963
- // Deprecated: Use FindRequestOptions.ProtoReflect.Descriptor instead.
964
- func (*FindRequestOptions) Descriptor() ([]byte, []int) {
965
- return file_proto_mode_proto_rawDescGZIP(), []int{15}
966
- }
967
-
968
- func (x *FindRequestOptions) GetCompressed() bool {
969
- if x != nil {
970
- return x.Compressed
971
- }
972
- return false
973
- }
974
-
975
- func (x *FindRequestOptions) GetGroup() bool {
976
- if x != nil {
977
- return x.Group
978
- }
979
- return false
980
- }
981
-
982
- func (x *FindRequestOptions) GetNegate() bool {
983
- if x != nil {
984
- return x.Negate
985
- }
986
- return false
987
- }
988
-
989
- type Field struct {
990
- state protoimpl.MessageState
991
- sizeCache protoimpl.SizeCache
992
- unknownFields protoimpl.UnknownFields
993
-
994
- TableName string `protobuf:"bytes,1,opt,name=table_name,json=tableName,proto3" json:"table_name"`
995
- TableField string `protobuf:"bytes,2,opt,name=table_field,json=tableField,proto3" json:"table_field"`
996
- }
997
-
998
- func (x *Field) Reset() {
999
- *x = Field{}
1000
- if protoimpl.UnsafeEnabled {
1001
- mi := &file_proto_mode_proto_msgTypes[16]
1002
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1003
- ms.StoreMessageInfo(mi)
1004
- }
1005
- }
1006
-
1007
- func (x *Field) String() string {
1008
- return protoimpl.X.MessageStringOf(x)
1009
- }
1010
-
1011
- func (*Field) ProtoMessage() {}
1012
-
1013
- func (x *Field) ProtoReflect() protoreflect.Message {
1014
- mi := &file_proto_mode_proto_msgTypes[16]
1015
- if protoimpl.UnsafeEnabled && x != nil {
1016
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1017
- if ms.LoadMessageInfo() == nil {
1018
- ms.StoreMessageInfo(mi)
1019
- }
1020
- return ms
1021
- }
1022
- return mi.MessageOf(x)
1023
- }
1024
-
1025
- // Deprecated: Use Field.ProtoReflect.Descriptor instead.
1026
- func (*Field) Descriptor() ([]byte, []int) {
1027
- return file_proto_mode_proto_rawDescGZIP(), []int{16}
1028
- }
1029
-
1030
- func (x *Field) GetTableName() string {
1031
- if x != nil {
1032
- return x.TableName
1033
- }
1034
- return ""
1035
- }
1036
-
1037
- func (x *Field) GetTableField() string {
1038
- if x != nil {
1039
- return x.TableField
1040
- }
1041
- return ""
1042
- }
1043
-
1044
- type FieldPair struct {
1045
- state protoimpl.MessageState
1046
- sizeCache protoimpl.SizeCache
1047
- unknownFields protoimpl.UnknownFields
1048
-
1049
- Field1 *Field `protobuf:"bytes,1,opt,name=field1,proto3" json:"field1"`
1050
- Field2 *Field `protobuf:"bytes,2,opt,name=field2,proto3" json:"field2"`
1051
- }
1052
-
1053
- func (x *FieldPair) Reset() {
1054
- *x = FieldPair{}
1055
- if protoimpl.UnsafeEnabled {
1056
- mi := &file_proto_mode_proto_msgTypes[17]
1057
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1058
- ms.StoreMessageInfo(mi)
1059
- }
1060
- }
1061
-
1062
- func (x *FieldPair) String() string {
1063
- return protoimpl.X.MessageStringOf(x)
1064
- }
1065
-
1066
- func (*FieldPair) ProtoMessage() {}
1067
-
1068
- func (x *FieldPair) ProtoReflect() protoreflect.Message {
1069
- mi := &file_proto_mode_proto_msgTypes[17]
1070
- if protoimpl.UnsafeEnabled && x != nil {
1071
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1072
- if ms.LoadMessageInfo() == nil {
1073
- ms.StoreMessageInfo(mi)
1074
- }
1075
- return ms
1076
- }
1077
- return mi.MessageOf(x)
1078
- }
1079
-
1080
- // Deprecated: Use FieldPair.ProtoReflect.Descriptor instead.
1081
- func (*FieldPair) Descriptor() ([]byte, []int) {
1082
- return file_proto_mode_proto_rawDescGZIP(), []int{17}
1083
- }
1084
-
1085
- func (x *FieldPair) GetField1() *Field {
1086
- if x != nil {
1087
- return x.Field1
1088
- }
1089
- return nil
1090
- }
1091
-
1092
- func (x *FieldPair) GetField2() *Field {
1093
- if x != nil {
1094
- return x.Field2
1095
- }
1096
- return nil
1097
- }
1098
-
1099
- type ProjectedField struct {
1100
- state protoimpl.MessageState
1101
- sizeCache protoimpl.SizeCache
1102
- unknownFields protoimpl.UnknownFields
1103
-
1104
- Field *Field `protobuf:"bytes,1,opt,name=field,proto3" json:"field"`
1105
- Rename *string `protobuf:"bytes,2,opt,name=rename,proto3,oneof" json:"rename"`
1106
- }
1107
-
1108
- func (x *ProjectedField) Reset() {
1109
- *x = ProjectedField{}
1110
- if protoimpl.UnsafeEnabled {
1111
- mi := &file_proto_mode_proto_msgTypes[18]
1112
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1113
- ms.StoreMessageInfo(mi)
1114
- }
1115
- }
1116
-
1117
- func (x *ProjectedField) String() string {
1118
- return protoimpl.X.MessageStringOf(x)
1119
- }
1120
-
1121
- func (*ProjectedField) ProtoMessage() {}
1122
-
1123
- func (x *ProjectedField) ProtoReflect() protoreflect.Message {
1124
- mi := &file_proto_mode_proto_msgTypes[18]
1125
- if protoimpl.UnsafeEnabled && x != nil {
1126
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1127
- if ms.LoadMessageInfo() == nil {
1128
- ms.StoreMessageInfo(mi)
1129
- }
1130
- return ms
1131
- }
1132
- return mi.MessageOf(x)
1133
- }
1134
-
1135
- // Deprecated: Use ProjectedField.ProtoReflect.Descriptor instead.
1136
- func (*ProjectedField) Descriptor() ([]byte, []int) {
1137
- return file_proto_mode_proto_rawDescGZIP(), []int{18}
1138
- }
1139
-
1140
- func (x *ProjectedField) GetField() *Field {
1141
- if x != nil {
1142
- return x.Field
1143
- }
1144
- return nil
1145
- }
1146
-
1147
- func (x *ProjectedField) GetRename() string {
1148
- if x != nil && x.Rename != nil {
1149
- return *x.Rename
1150
- }
1151
- return ""
1152
- }
1153
-
1154
- type Filter struct {
1155
- state protoimpl.MessageState
1156
- sizeCache protoimpl.SizeCache
1157
- unknownFields protoimpl.UnknownFields
1158
-
1159
- Field *Field `protobuf:"bytes,1,opt,name=field,proto3" json:"field"`
1160
- Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator"`
1161
- Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value"`
1162
- Function string `protobuf:"bytes,4,opt,name=function,proto3" json:"function"`
1163
- }
1164
-
1165
- func (x *Filter) Reset() {
1166
- *x = Filter{}
1167
- if protoimpl.UnsafeEnabled {
1168
- mi := &file_proto_mode_proto_msgTypes[19]
1169
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1170
- ms.StoreMessageInfo(mi)
1171
- }
1172
- }
1173
-
1174
- func (x *Filter) String() string {
1175
- return protoimpl.X.MessageStringOf(x)
1176
- }
1177
-
1178
- func (*Filter) ProtoMessage() {}
1179
-
1180
- func (x *Filter) ProtoReflect() protoreflect.Message {
1181
- mi := &file_proto_mode_proto_msgTypes[19]
1182
- if protoimpl.UnsafeEnabled && x != nil {
1183
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1184
- if ms.LoadMessageInfo() == nil {
1185
- ms.StoreMessageInfo(mi)
1186
- }
1187
- return ms
1188
- }
1189
- return mi.MessageOf(x)
1190
- }
1191
-
1192
- // Deprecated: Use Filter.ProtoReflect.Descriptor instead.
1193
- func (*Filter) Descriptor() ([]byte, []int) {
1194
- return file_proto_mode_proto_rawDescGZIP(), []int{19}
1195
- }
1196
-
1197
- func (x *Filter) GetField() *Field {
1198
- if x != nil {
1199
- return x.Field
1200
- }
1201
- return nil
1202
- }
1203
-
1204
- func (x *Filter) GetOperator() string {
1205
- if x != nil {
1206
- return x.Operator
1207
- }
1208
- return ""
1209
- }
1210
-
1211
- func (x *Filter) GetValue() string {
1212
- if x != nil {
1213
- return x.Value
1214
- }
1215
- return ""
1216
- }
1217
-
1218
- func (x *Filter) GetFunction() string {
1219
- if x != nil {
1220
- return x.Function
1221
- }
1222
- return ""
1223
- }
1224
-
1225
- var File_proto_mode_proto protoreflect.FileDescriptor
1226
-
1227
- var file_proto_mode_proto_rawDesc = []byte{
1228
- 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x70, 0x72, 0x6f,
1229
- 0x74, 0x6f, 0x12, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x22, 0x1d, 0x0a, 0x03, 0x52, 0x6f, 0x77, 0x12,
1230
- 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0c, 0x52,
1231
- 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x57, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x72,
1232
- 0x69, 0x63, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x6c, 0x73, 0x18,
1233
- 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x1d, 0x0a, 0x04, 0x72,
1234
- 0x6f, 0x77, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1235
- 0x2e, 0x52, 0x6f, 0x77, 0x52, 0x04, 0x72, 0x6f, 0x77, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x79,
1236
- 0x70, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73,
1237
- 0x22, 0xa1, 0x01, 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x52,
1238
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x74, 0x61, 0x62, 0x6c, 0x65,
1239
- 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51,
1240
- 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
1241
- 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x74,
1242
- 0x61, 0x62, 0x6c, 0x65, 0x73, 0x1a, 0x4d, 0x0a, 0x0b, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45,
1243
- 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28,
1244
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18,
1245
- 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65, 0x6e,
1246
- 0x65, 0x72, 0x69, 0x63, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
1247
- 0x3a, 0x02, 0x38, 0x01, 0x22, 0xe5, 0x02, 0x0a, 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61,
1248
- 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1249
- 0x12, 0x50, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18,
1250
- 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65,
1251
- 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70,
1252
- 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73,
1253
- 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c,
1254
- 0x65, 0x73, 0x12, 0x50, 0x0a, 0x0b, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65,
1255
- 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51,
1256
- 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
1257
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c,
1258
- 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61,
1259
- 0x62, 0x6c, 0x65, 0x73, 0x1a, 0x52, 0x0a, 0x10, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62,
1260
- 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
1261
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x05, 0x76, 0x61,
1262
- 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1263
- 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x05, 0x76,
1264
- 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x52, 0x0a, 0x10, 0x57, 0x6f, 0x72, 0x6c,
1265
- 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03,
1266
- 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28,
1267
- 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e,
1268
- 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x54, 0x61, 0x62, 0x6c,
1269
- 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xcc, 0x01, 0x0a,
1270
- 0x1d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65,
1271
- 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x39,
1272
- 0x0a, 0x08, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
1273
- 0x32, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79,
1274
- 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52,
1275
- 0x08, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x65, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x75, 0x70, 0x64,
1276
- 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6d, 0x6f, 0x64,
1277
- 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74,
1278
- 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x07, 0x75, 0x70, 0x64, 0x61, 0x74,
1279
- 0x65, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, 0x03, 0x20,
1280
- 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79,
1281
- 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1282
- 0x73, 0x65, 0x52, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22, 0x49, 0x0a, 0x09, 0x4e,
1283
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x68, 0x61, 0x69,
1284
- 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x68, 0x61, 0x69, 0x6e,
1285
- 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65,
1286
- 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41,
1287
- 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x81, 0x01, 0x0a, 0x0c, 0x53, 0x74, 0x61, 0x74, 0x65,
1288
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73,
1289
- 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64,
1290
- 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e, 0x61, 0x6d,
1291
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54,
1292
- 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x6f, 0x72,
1293
- 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x68, 0x61, 0x69,
1294
- 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x63,
1295
- 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x22, 0xb1, 0x01, 0x0a, 0x14, 0x53,
1296
- 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x5f, 0x5f, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75,
1297
- 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
1298
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61,
1299
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61,
1300
- 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
1301
- 0x09, 0x52, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74,
1302
- 0x65, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1303
- 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2e,
1304
- 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32,
1305
- 0x14, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64,
1306
- 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0xda,
1307
- 0x01, 0x0a, 0x0b, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
1308
- 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72,
1309
- 0x6f, 0x6d, 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03,
1310
- 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
1311
- 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2e, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a,
1312
- 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1313
- 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52,
1314
- 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65,
1315
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f,
1316
- 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e, 0x61,
1317
- 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f,
1318
- 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1319
- 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f,
1320
- 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8b, 0x01, 0x0a, 0x0e,
1321
- 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16,
1322
- 0x0a, 0x06, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06,
1323
- 0x74, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
1324
- 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1325
- 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
1326
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
1327
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69,
1328
- 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
1329
- 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8c, 0x01, 0x0a, 0x0b, 0x4a, 0x6f,
1330
- 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x02, 0x6f, 0x6e, 0x18,
1331
- 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65,
1332
- 0x6c, 0x64, 0x50, 0x61, 0x69, 0x72, 0x52, 0x02, 0x6f, 0x6e, 0x12, 0x2d, 0x0a, 0x08, 0x63, 0x68,
1333
- 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d,
1334
- 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
1335
- 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d,
1336
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d,
1337
- 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e,
1338
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65,
1339
- 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f,
1340
- 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x24, 0x0a,
1341
- 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e,
1342
- 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c,
1343
- 0x74, 0x65, 0x72, 0x22, 0xb5, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
1344
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18,
1345
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x24, 0x0a,
1346
- 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e,
1347
- 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c,
1348
- 0x74, 0x65, 0x72, 0x12, 0x2e, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b,
1349
- 0x32, 0x1c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65,
1350
- 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x03,
1351
- 0x72, 0x6f, 0x77, 0x1a, 0x36, 0x0a, 0x08, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12,
1352
- 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65,
1353
- 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
1354
- 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x8b, 0x01, 0x0a, 0x0d,
1355
- 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a,
1356
- 0x04, 0x69, 0x6e, 0x74, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x6e, 0x74,
1357
- 0x6f, 0x12, 0x2e, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c,
1358
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75,
1359
- 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x03, 0x72, 0x6f,
1360
- 0x77, 0x1a, 0x36, 0x0a, 0x08, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a,
1361
- 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12,
1362
- 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
1363
- 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x23, 0x0a, 0x0d, 0x43, 0x72, 0x65,
1364
- 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
1365
- 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x62,
1366
- 0x0a, 0x12, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4f, 0x70, 0x74,
1367
- 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65, 0x73, 0x73,
1368
- 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x72, 0x65,
1369
- 0x73, 0x73, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20,
1370
- 0x01, 0x28, 0x08, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x0a, 0x06, 0x6e, 0x65,
1371
- 0x67, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x6e, 0x65, 0x67, 0x61,
1372
- 0x74, 0x65, 0x22, 0x47, 0x0a, 0x05, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x74,
1373
- 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
1374
- 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x61,
1375
- 0x62, 0x6c, 0x65, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
1376
- 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x55, 0x0a, 0x09, 0x46,
1377
- 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x69, 0x72, 0x12, 0x23, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c,
1378
- 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1379
- 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31, 0x12, 0x23, 0x0a,
1380
- 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e,
1381
- 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c,
1382
- 0x64, 0x32, 0x22, 0x5b, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x46,
1383
- 0x69, 0x65, 0x6c, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20,
1384
- 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64,
1385
- 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1b, 0x0a, 0x06, 0x72, 0x65, 0x6e, 0x61, 0x6d,
1386
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65, 0x6e, 0x61, 0x6d,
1387
- 0x65, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x72, 0x65, 0x6e, 0x61, 0x6d, 0x65, 0x22,
1388
- 0x79, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x05, 0x66, 0x69, 0x65,
1389
- 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1390
- 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1a, 0x0a, 0x08,
1391
- 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
1392
- 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75,
1393
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1a,
1394
- 0x0a, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09,
1395
- 0x52, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0xc6, 0x02, 0x0a, 0x0a, 0x51,
1396
- 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x3f, 0x0a, 0x08, 0x47, 0x65, 0x74,
1397
- 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x53, 0x74, 0x61,
1398
- 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1399
- 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65,
1400
- 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x0b, 0x53, 0x74,
1401
- 0x72, 0x65, 0x61, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1402
- 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e,
1403
- 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53,
1404
- 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1405
- 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x4f, 0x0a, 0x10, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65,
1406
- 0x5f, 0x5f, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x2e, 0x6d, 0x6f, 0x64,
1407
- 0x65, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x5f, 0x5f, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52,
1408
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75,
1409
- 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73,
1410
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5a, 0x0a, 0x13, 0x53, 0x69, 0x6e, 0x67, 0x6c,
1411
- 0x65, 0x5f, 0x5f, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a,
1412
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x53, 0x69, 0x6e, 0x67, 0x6c, 0x65, 0x5f, 0x5f, 0x53, 0x74,
1413
- 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6d, 0x6f, 0x64,
1414
- 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74,
1415
- 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
1416
- 0x00, 0x30, 0x01, 0x42, 0x12, 0x5a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f,
1417
- 0x67, 0x6f, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1418
- }
1419
-
1420
- var (
1421
- file_proto_mode_proto_rawDescOnce sync.Once
1422
- file_proto_mode_proto_rawDescData = file_proto_mode_proto_rawDesc
1423
- )
1424
-
1425
- func file_proto_mode_proto_rawDescGZIP() []byte {
1426
- file_proto_mode_proto_rawDescOnce.Do(func() {
1427
- file_proto_mode_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_mode_proto_rawDescData)
1428
- })
1429
- return file_proto_mode_proto_rawDescData
1430
- }
1431
-
1432
- var file_proto_mode_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
1433
- var file_proto_mode_proto_goTypes = []interface{}{
1434
- (*Row)(nil), // 0: mode.Row
1435
- (*GenericTable)(nil), // 1: mode.GenericTable
1436
- (*QueryLayerResponse)(nil), // 2: mode.QueryLayerResponse
1437
- (*QueryLayerStateResponse)(nil), // 3: mode.QueryLayerStateResponse
1438
- (*QueryLayerStateStreamResponse)(nil), // 4: mode.QueryLayerStateStreamResponse
1439
- (*Namespace)(nil), // 5: mode.Namespace
1440
- (*StateRequest)(nil), // 6: mode.StateRequest
1441
- (*Single__StateRequest)(nil), // 7: mode.Single__StateRequest
1442
- (*FindRequest)(nil), // 8: mode.FindRequest
1443
- (*FindAllRequest)(nil), // 9: mode.FindAllRequest
1444
- (*JoinRequest)(nil), // 10: mode.JoinRequest
1445
- (*DeleteRequest)(nil), // 11: mode.DeleteRequest
1446
- (*UpdateRequest)(nil), // 12: mode.UpdateRequest
1447
- (*InsertRequest)(nil), // 13: mode.InsertRequest
1448
- (*CreateRequest)(nil), // 14: mode.CreateRequest
1449
- (*FindRequestOptions)(nil), // 15: mode.FindRequestOptions
1450
- (*Field)(nil), // 16: mode.Field
1451
- (*FieldPair)(nil), // 17: mode.FieldPair
1452
- (*ProjectedField)(nil), // 18: mode.ProjectedField
1453
- (*Filter)(nil), // 19: mode.Filter
1454
- nil, // 20: mode.QueryLayerResponse.TablesEntry
1455
- nil, // 21: mode.QueryLayerStateResponse.ChainTablesEntry
1456
- nil, // 22: mode.QueryLayerStateResponse.WorldTablesEntry
1457
- nil, // 23: mode.UpdateRequest.RowEntry
1458
- nil, // 24: mode.InsertRequest.RowEntry
1459
- }
1460
- var file_proto_mode_proto_depIdxs = []int32{
1461
- 0, // 0: mode.GenericTable.rows:type_name -> mode.Row
1462
- 20, // 1: mode.QueryLayerResponse.tables:type_name -> mode.QueryLayerResponse.TablesEntry
1463
- 21, // 2: mode.QueryLayerStateResponse.chainTables:type_name -> mode.QueryLayerStateResponse.ChainTablesEntry
1464
- 22, // 3: mode.QueryLayerStateResponse.worldTables:type_name -> mode.QueryLayerStateResponse.WorldTablesEntry
1465
- 3, // 4: mode.QueryLayerStateStreamResponse.inserted:type_name -> mode.QueryLayerStateResponse
1466
- 3, // 5: mode.QueryLayerStateStreamResponse.updated:type_name -> mode.QueryLayerStateResponse
1467
- 3, // 6: mode.QueryLayerStateStreamResponse.deleted:type_name -> mode.QueryLayerStateResponse
1468
- 5, // 7: mode.StateRequest.namespace:type_name -> mode.Namespace
1469
- 5, // 8: mode.Single__StateRequest.namespace:type_name -> mode.Namespace
1470
- 19, // 9: mode.Single__StateRequest.filter:type_name -> mode.Filter
1471
- 18, // 10: mode.Single__StateRequest.project:type_name -> mode.ProjectedField
1472
- 19, // 11: mode.FindRequest.filter:type_name -> mode.Filter
1473
- 18, // 12: mode.FindRequest.project:type_name -> mode.ProjectedField
1474
- 5, // 13: mode.FindRequest.namespace:type_name -> mode.Namespace
1475
- 15, // 14: mode.FindRequest.options:type_name -> mode.FindRequestOptions
1476
- 5, // 15: mode.FindAllRequest.namespace:type_name -> mode.Namespace
1477
- 15, // 16: mode.FindAllRequest.options:type_name -> mode.FindRequestOptions
1478
- 17, // 17: mode.JoinRequest.on:type_name -> mode.FieldPair
1479
- 8, // 18: mode.JoinRequest.children:type_name -> mode.FindRequest
1480
- 5, // 19: mode.JoinRequest.namespace:type_name -> mode.Namespace
1481
- 19, // 20: mode.DeleteRequest.filter:type_name -> mode.Filter
1482
- 19, // 21: mode.UpdateRequest.filter:type_name -> mode.Filter
1483
- 23, // 22: mode.UpdateRequest.row:type_name -> mode.UpdateRequest.RowEntry
1484
- 24, // 23: mode.InsertRequest.row:type_name -> mode.InsertRequest.RowEntry
1485
- 16, // 24: mode.FieldPair.field1:type_name -> mode.Field
1486
- 16, // 25: mode.FieldPair.field2:type_name -> mode.Field
1487
- 16, // 26: mode.ProjectedField.field:type_name -> mode.Field
1488
- 16, // 27: mode.Filter.field:type_name -> mode.Field
1489
- 1, // 28: mode.QueryLayerResponse.TablesEntry.value:type_name -> mode.GenericTable
1490
- 1, // 29: mode.QueryLayerStateResponse.ChainTablesEntry.value:type_name -> mode.GenericTable
1491
- 1, // 30: mode.QueryLayerStateResponse.WorldTablesEntry.value:type_name -> mode.GenericTable
1492
- 6, // 31: mode.QueryLayer.GetState:input_type -> mode.StateRequest
1493
- 6, // 32: mode.QueryLayer.StreamState:input_type -> mode.StateRequest
1494
- 7, // 33: mode.QueryLayer.Single__GetState:input_type -> mode.Single__StateRequest
1495
- 7, // 34: mode.QueryLayer.Single__StreamState:input_type -> mode.Single__StateRequest
1496
- 3, // 35: mode.QueryLayer.GetState:output_type -> mode.QueryLayerStateResponse
1497
- 4, // 36: mode.QueryLayer.StreamState:output_type -> mode.QueryLayerStateStreamResponse
1498
- 3, // 37: mode.QueryLayer.Single__GetState:output_type -> mode.QueryLayerStateResponse
1499
- 4, // 38: mode.QueryLayer.Single__StreamState:output_type -> mode.QueryLayerStateStreamResponse
1500
- 35, // [35:39] is the sub-list for method output_type
1501
- 31, // [31:35] is the sub-list for method input_type
1502
- 31, // [31:31] is the sub-list for extension type_name
1503
- 31, // [31:31] is the sub-list for extension extendee
1504
- 0, // [0:31] is the sub-list for field type_name
1505
- }
1506
-
1507
- func init() { file_proto_mode_proto_init() }
1508
- func file_proto_mode_proto_init() {
1509
- if File_proto_mode_proto != nil {
1510
- return
1511
- }
1512
- if !protoimpl.UnsafeEnabled {
1513
- file_proto_mode_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
1514
- switch v := v.(*Row); i {
1515
- case 0:
1516
- return &v.state
1517
- case 1:
1518
- return &v.sizeCache
1519
- case 2:
1520
- return &v.unknownFields
1521
- default:
1522
- return nil
1523
- }
1524
- }
1525
- file_proto_mode_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
1526
- switch v := v.(*GenericTable); i {
1527
- case 0:
1528
- return &v.state
1529
- case 1:
1530
- return &v.sizeCache
1531
- case 2:
1532
- return &v.unknownFields
1533
- default:
1534
- return nil
1535
- }
1536
- }
1537
- file_proto_mode_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
1538
- switch v := v.(*QueryLayerResponse); i {
1539
- case 0:
1540
- return &v.state
1541
- case 1:
1542
- return &v.sizeCache
1543
- case 2:
1544
- return &v.unknownFields
1545
- default:
1546
- return nil
1547
- }
1548
- }
1549
- file_proto_mode_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
1550
- switch v := v.(*QueryLayerStateResponse); i {
1551
- case 0:
1552
- return &v.state
1553
- case 1:
1554
- return &v.sizeCache
1555
- case 2:
1556
- return &v.unknownFields
1557
- default:
1558
- return nil
1559
- }
1560
- }
1561
- file_proto_mode_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1562
- switch v := v.(*QueryLayerStateStreamResponse); i {
1563
- case 0:
1564
- return &v.state
1565
- case 1:
1566
- return &v.sizeCache
1567
- case 2:
1568
- return &v.unknownFields
1569
- default:
1570
- return nil
1571
- }
1572
- }
1573
- file_proto_mode_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1574
- switch v := v.(*Namespace); i {
1575
- case 0:
1576
- return &v.state
1577
- case 1:
1578
- return &v.sizeCache
1579
- case 2:
1580
- return &v.unknownFields
1581
- default:
1582
- return nil
1583
- }
1584
- }
1585
- file_proto_mode_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1586
- switch v := v.(*StateRequest); i {
1587
- case 0:
1588
- return &v.state
1589
- case 1:
1590
- return &v.sizeCache
1591
- case 2:
1592
- return &v.unknownFields
1593
- default:
1594
- return nil
1595
- }
1596
- }
1597
- file_proto_mode_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1598
- switch v := v.(*Single__StateRequest); i {
1599
- case 0:
1600
- return &v.state
1601
- case 1:
1602
- return &v.sizeCache
1603
- case 2:
1604
- return &v.unknownFields
1605
- default:
1606
- return nil
1607
- }
1608
- }
1609
- file_proto_mode_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1610
- switch v := v.(*FindRequest); i {
1611
- case 0:
1612
- return &v.state
1613
- case 1:
1614
- return &v.sizeCache
1615
- case 2:
1616
- return &v.unknownFields
1617
- default:
1618
- return nil
1619
- }
1620
- }
1621
- file_proto_mode_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
1622
- switch v := v.(*FindAllRequest); i {
1623
- case 0:
1624
- return &v.state
1625
- case 1:
1626
- return &v.sizeCache
1627
- case 2:
1628
- return &v.unknownFields
1629
- default:
1630
- return nil
1631
- }
1632
- }
1633
- file_proto_mode_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
1634
- switch v := v.(*JoinRequest); i {
1635
- case 0:
1636
- return &v.state
1637
- case 1:
1638
- return &v.sizeCache
1639
- case 2:
1640
- return &v.unknownFields
1641
- default:
1642
- return nil
1643
- }
1644
- }
1645
- file_proto_mode_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
1646
- switch v := v.(*DeleteRequest); i {
1647
- case 0:
1648
- return &v.state
1649
- case 1:
1650
- return &v.sizeCache
1651
- case 2:
1652
- return &v.unknownFields
1653
- default:
1654
- return nil
1655
- }
1656
- }
1657
- file_proto_mode_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
1658
- switch v := v.(*UpdateRequest); i {
1659
- case 0:
1660
- return &v.state
1661
- case 1:
1662
- return &v.sizeCache
1663
- case 2:
1664
- return &v.unknownFields
1665
- default:
1666
- return nil
1667
- }
1668
- }
1669
- file_proto_mode_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
1670
- switch v := v.(*InsertRequest); i {
1671
- case 0:
1672
- return &v.state
1673
- case 1:
1674
- return &v.sizeCache
1675
- case 2:
1676
- return &v.unknownFields
1677
- default:
1678
- return nil
1679
- }
1680
- }
1681
- file_proto_mode_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
1682
- switch v := v.(*CreateRequest); i {
1683
- case 0:
1684
- return &v.state
1685
- case 1:
1686
- return &v.sizeCache
1687
- case 2:
1688
- return &v.unknownFields
1689
- default:
1690
- return nil
1691
- }
1692
- }
1693
- file_proto_mode_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
1694
- switch v := v.(*FindRequestOptions); i {
1695
- case 0:
1696
- return &v.state
1697
- case 1:
1698
- return &v.sizeCache
1699
- case 2:
1700
- return &v.unknownFields
1701
- default:
1702
- return nil
1703
- }
1704
- }
1705
- file_proto_mode_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
1706
- switch v := v.(*Field); i {
1707
- case 0:
1708
- return &v.state
1709
- case 1:
1710
- return &v.sizeCache
1711
- case 2:
1712
- return &v.unknownFields
1713
- default:
1714
- return nil
1715
- }
1716
- }
1717
- file_proto_mode_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
1718
- switch v := v.(*FieldPair); i {
1719
- case 0:
1720
- return &v.state
1721
- case 1:
1722
- return &v.sizeCache
1723
- case 2:
1724
- return &v.unknownFields
1725
- default:
1726
- return nil
1727
- }
1728
- }
1729
- file_proto_mode_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
1730
- switch v := v.(*ProjectedField); i {
1731
- case 0:
1732
- return &v.state
1733
- case 1:
1734
- return &v.sizeCache
1735
- case 2:
1736
- return &v.unknownFields
1737
- default:
1738
- return nil
1739
- }
1740
- }
1741
- file_proto_mode_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
1742
- switch v := v.(*Filter); i {
1743
- case 0:
1744
- return &v.state
1745
- case 1:
1746
- return &v.sizeCache
1747
- case 2:
1748
- return &v.unknownFields
1749
- default:
1750
- return nil
1751
- }
1752
- }
1753
- }
1754
- file_proto_mode_proto_msgTypes[18].OneofWrappers = []interface{}{}
1755
- type x struct{}
1756
- out := protoimpl.TypeBuilder{
1757
- File: protoimpl.DescBuilder{
1758
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1759
- RawDescriptor: file_proto_mode_proto_rawDesc,
1760
- NumEnums: 0,
1761
- NumMessages: 25,
1762
- NumExtensions: 0,
1763
- NumServices: 1,
1764
- },
1765
- GoTypes: file_proto_mode_proto_goTypes,
1766
- DependencyIndexes: file_proto_mode_proto_depIdxs,
1767
- MessageInfos: file_proto_mode_proto_msgTypes,
1768
- }.Build()
1769
- File_proto_mode_proto = out.File
1770
- file_proto_mode_proto_rawDesc = nil
1771
- file_proto_mode_proto_goTypes = nil
1772
- file_proto_mode_proto_depIdxs = nil
1773
- }