@latticexyz/services 2.0.0-snapshot-test-32d38619 → 2.0.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,1772 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.30.0
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
- // TableData contains a representation of a table.
72
- type TableData 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 *TableData) Reset() {
83
- *x = TableData{}
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 *TableData) String() string {
92
- return protoimpl.X.MessageStringOf(x)
93
- }
94
-
95
- func (*TableData) ProtoMessage() {}
96
-
97
- func (x *TableData) 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 TableData.ProtoReflect.Descriptor instead.
110
- func (*TableData) Descriptor() ([]byte, []int) {
111
- return file_proto_mode_proto_rawDescGZIP(), []int{1}
112
- }
113
-
114
- func (x *TableData) GetCols() []string {
115
- if x != nil {
116
- return x.Cols
117
- }
118
- return nil
119
- }
120
-
121
- func (x *TableData) GetRows() []*Row {
122
- if x != nil {
123
- return x.Rows
124
- }
125
- return nil
126
- }
127
-
128
- func (x *TableData) 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]*TableData `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]*TableData {
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]*TableData `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]*TableData `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]*TableData {
224
- if x != nil {
225
- return x.ChainTables
226
- }
227
- return nil
228
- }
229
-
230
- func (x *QueryLayerStateResponse) GetWorldTables() map[string]*TableData {
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 PartialStateRequest 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 *PartialStateRequest) Reset() {
437
- *x = PartialStateRequest{}
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 *PartialStateRequest) String() string {
446
- return protoimpl.X.MessageStringOf(x)
447
- }
448
-
449
- func (*PartialStateRequest) ProtoMessage() {}
450
-
451
- func (x *PartialStateRequest) 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 PartialStateRequest.ProtoReflect.Descriptor instead.
464
- func (*PartialStateRequest) Descriptor() ([]byte, []int) {
465
- return file_proto_mode_proto_rawDescGZIP(), []int{7}
466
- }
467
-
468
- func (x *PartialStateRequest) GetNamespace() *Namespace {
469
- if x != nil {
470
- return x.Namespace
471
- }
472
- return nil
473
- }
474
-
475
- func (x *PartialStateRequest) GetTable() string {
476
- if x != nil {
477
- return x.Table
478
- }
479
- return ""
480
- }
481
-
482
- func (x *PartialStateRequest) GetFilter() []*Filter {
483
- if x != nil {
484
- return x.Filter
485
- }
486
- return nil
487
- }
488
-
489
- func (x *PartialStateRequest) 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, 0x54, 0x0a, 0x09, 0x54, 0x61, 0x62, 0x6c, 0x65,
1232
- 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03,
1233
- 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x6c, 0x73, 0x12, 0x1d, 0x0a, 0x04, 0x72, 0x6f, 0x77, 0x73,
1234
- 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x09, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x52, 0x6f,
1235
- 0x77, 0x52, 0x04, 0x72, 0x6f, 0x77, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73,
1236
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x74, 0x79, 0x70, 0x65, 0x73, 0x22, 0x9e, 0x01,
1237
- 0x0a, 0x12, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70,
1238
- 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01,
1239
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72,
1240
- 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x54,
1241
- 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x74, 0x61, 0x62, 0x6c,
1242
- 0x65, 0x73, 0x1a, 0x4a, 0x0a, 0x0b, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72,
1243
- 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03,
1244
- 0x6b, 0x65, 0x79, 0x12, 0x25, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01,
1245
- 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x44,
1246
- 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xdf,
1247
- 0x02, 0x0a, 0x17, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61,
1248
- 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x50, 0x0a, 0x0b, 0x63, 0x68,
1249
- 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32,
1250
- 0x2e, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65,
1251
- 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e, 0x43,
1252
- 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
1253
- 0x0b, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x0b,
1254
- 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28,
1255
- 0x0b, 0x32, 0x2e, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61,
1256
- 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
1257
- 0x2e, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72,
1258
- 0x79, 0x52, 0x0b, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x1a, 0x4f,
1259
- 0x0a, 0x10, 0x43, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e, 0x74,
1260
- 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
1261
- 0x03, 0x6b, 0x65, 0x79, 0x12, 0x25, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
1262
- 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c, 0x65,
1263
- 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a,
1264
- 0x4f, 0x0a, 0x10, 0x57, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x45, 0x6e,
1265
- 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
1266
- 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x25, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02,
1267
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x54, 0x61, 0x62, 0x6c,
1268
- 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01,
1269
- 0x22, 0xcc, 0x01, 0x0a, 0x1d, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53,
1270
- 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
1271
- 0x73, 0x65, 0x12, 0x39, 0x0a, 0x08, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x65, 0x64, 0x18, 0x01,
1272
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72,
1273
- 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f,
1274
- 0x6e, 0x73, 0x65, 0x52, 0x08, 0x69, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x65, 0x64, 0x12, 0x37, 0x0a,
1275
- 0x07, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d,
1276
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72,
1277
- 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x07, 0x75,
1278
- 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x12, 0x37, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65,
1279
- 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51,
1280
- 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
1281
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x22,
1282
- 0x49, 0x0a, 0x09, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07,
1283
- 0x63, 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63,
1284
- 0x68, 0x61, 0x69, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x41,
1285
- 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x77, 0x6f,
1286
- 0x72, 0x6c, 0x64, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x81, 0x01, 0x0a, 0x0c, 0x53,
1287
- 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e,
1288
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f,
1289
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
1290
- 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x77, 0x6f,
1291
- 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52,
1292
- 0x0b, 0x77, 0x6f, 0x72, 0x6c, 0x64, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b,
1293
- 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28,
1294
- 0x09, 0x52, 0x0b, 0x63, 0x68, 0x61, 0x69, 0x6e, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x22, 0xb0,
1295
- 0x01, 0x0a, 0x13, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52,
1296
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70,
1297
- 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1298
- 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65,
1299
- 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02,
1300
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x24, 0x0a, 0x06, 0x66,
1301
- 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x6f,
1302
- 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65,
1303
- 0x72, 0x12, 0x2e, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x04, 0x20, 0x03,
1304
- 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
1305
- 0x74, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
1306
- 0x74, 0x22, 0xda, 0x01, 0x0a, 0x0b, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1307
- 0x74, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
1308
- 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18,
1309
- 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c,
1310
- 0x74, 0x65, 0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2e, 0x0a, 0x07, 0x70,
1311
- 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x6d,
1312
- 0x6f, 0x64, 0x65, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x46, 0x69, 0x65,
1313
- 0x6c, 0x64, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x2d, 0x0a, 0x09, 0x6e,
1314
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f,
1315
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52,
1316
- 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x07, 0x6f, 0x70,
1317
- 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x6f,
1318
- 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4f, 0x70,
1319
- 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8b,
1320
- 0x01, 0x0a, 0x0e, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
1321
- 0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
1322
- 0x09, 0x52, 0x06, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x73, 0x12, 0x2d, 0x0a, 0x09, 0x6e, 0x61, 0x6d,
1323
- 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d,
1324
- 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x09, 0x6e,
1325
- 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x32, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69,
1326
- 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1327
- 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4f, 0x70, 0x74, 0x69,
1328
- 0x6f, 0x6e, 0x73, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8c, 0x01, 0x0a,
1329
- 0x0b, 0x4a, 0x6f, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1f, 0x0a, 0x02,
1330
- 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1331
- 0x46, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x69, 0x72, 0x52, 0x02, 0x6f, 0x6e, 0x12, 0x2d, 0x0a,
1332
- 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32,
1333
- 0x11, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65,
1334
- 0x73, 0x74, 0x52, 0x08, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x72, 0x65, 0x6e, 0x12, 0x2d, 0x0a, 0x09,
1335
- 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
1336
- 0x0f, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65,
1337
- 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x49, 0x0a, 0x0d, 0x44,
1338
- 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04,
1339
- 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d,
1340
- 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
1341
- 0x32, 0x0c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06,
1342
- 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0xb5, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74,
1343
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67,
1344
- 0x65, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74,
1345
- 0x12, 0x24, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b,
1346
- 0x32, 0x0c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x06,
1347
- 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x2e, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x03, 0x20,
1348
- 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
1349
- 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72,
1350
- 0x79, 0x52, 0x03, 0x72, 0x6f, 0x77, 0x1a, 0x36, 0x0a, 0x08, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74,
1351
- 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52,
1352
- 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20,
1353
- 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x8b,
1354
- 0x01, 0x0a, 0x0d, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1355
- 0x12, 0x12, 0x0a, 0x04, 0x69, 0x6e, 0x74, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
1356
- 0x69, 0x6e, 0x74, 0x6f, 0x12, 0x2e, 0x0a, 0x03, 0x72, 0x6f, 0x77, 0x18, 0x03, 0x20, 0x03, 0x28,
1357
- 0x0b, 0x32, 0x1c, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x49, 0x6e, 0x73, 0x65, 0x72, 0x74, 0x52,
1358
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52,
1359
- 0x03, 0x72, 0x6f, 0x77, 0x1a, 0x36, 0x0a, 0x08, 0x52, 0x6f, 0x77, 0x45, 0x6e, 0x74, 0x72, 0x79,
1360
- 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b,
1361
- 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28,
1362
- 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x23, 0x0a, 0x0d,
1363
- 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a,
1364
- 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d,
1365
- 0x65, 0x22, 0x62, 0x0a, 0x12, 0x46, 0x69, 0x6e, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1366
- 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x70, 0x72,
1367
- 0x65, 0x73, 0x73, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x63, 0x6f, 0x6d,
1368
- 0x70, 0x72, 0x65, 0x73, 0x73, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70,
1369
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x0a,
1370
- 0x06, 0x6e, 0x65, 0x67, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x6e,
1371
- 0x65, 0x67, 0x61, 0x74, 0x65, 0x22, 0x47, 0x0a, 0x05, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1d,
1372
- 0x0a, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
1373
- 0x28, 0x09, 0x52, 0x09, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x0a,
1374
- 0x0b, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01,
1375
- 0x28, 0x09, 0x52, 0x0a, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x55,
1376
- 0x0a, 0x09, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x69, 0x72, 0x12, 0x23, 0x0a, 0x06, 0x66,
1377
- 0x69, 0x65, 0x6c, 0x64, 0x31, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f,
1378
- 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x31,
1379
- 0x12, 0x23, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x32, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
1380
- 0x32, 0x0b, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x06, 0x66,
1381
- 0x69, 0x65, 0x6c, 0x64, 0x32, 0x22, 0x5b, 0x0a, 0x0e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
1382
- 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x21, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64,
1383
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x46, 0x69,
1384
- 0x65, 0x6c, 0x64, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x1b, 0x0a, 0x06, 0x72, 0x65,
1385
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x06, 0x72, 0x65,
1386
- 0x6e, 0x61, 0x6d, 0x65, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x72, 0x65, 0x6e, 0x61,
1387
- 0x6d, 0x65, 0x22, 0x79, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x05,
1388
- 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0b, 0x2e, 0x6d, 0x6f,
1389
- 0x64, 0x65, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12,
1390
- 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28,
1391
- 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x76,
1392
- 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75,
1393
- 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20,
1394
- 0x01, 0x28, 0x09, 0x52, 0x08, 0x66, 0x75, 0x6e, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x32, 0xc2, 0x02,
1395
- 0x0a, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x12, 0x3f, 0x0a, 0x08,
1396
- 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e,
1397
- 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6d,
1398
- 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74,
1399
- 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4a, 0x0a,
1400
- 0x0b, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x2e, 0x6d,
1401
- 0x6f, 0x64, 0x65, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
1402
- 0x1a, 0x23, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79,
1403
- 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73,
1404
- 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x30, 0x01, 0x12, 0x4d, 0x0a, 0x0f, 0x47, 0x65, 0x74,
1405
- 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x19, 0x2e, 0x6d,
1406
- 0x6f, 0x64, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65,
1407
- 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x51,
1408
- 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x65,
1409
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x12, 0x53, 0x74, 0x72, 0x65,
1410
- 0x61, 0x6d, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x19,
1411
- 0x2e, 0x6d, 0x6f, 0x64, 0x65, 0x2e, 0x50, 0x61, 0x72, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x74, 0x61,
1412
- 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6d, 0x6f, 0x64, 0x65,
1413
- 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x4c, 0x61, 0x79, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65,
1414
- 0x53, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00,
1415
- 0x30, 0x01, 0x42, 0x12, 0x5a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x67,
1416
- 0x6f, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
1417
- }
1418
-
1419
- var (
1420
- file_proto_mode_proto_rawDescOnce sync.Once
1421
- file_proto_mode_proto_rawDescData = file_proto_mode_proto_rawDesc
1422
- )
1423
-
1424
- func file_proto_mode_proto_rawDescGZIP() []byte {
1425
- file_proto_mode_proto_rawDescOnce.Do(func() {
1426
- file_proto_mode_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_mode_proto_rawDescData)
1427
- })
1428
- return file_proto_mode_proto_rawDescData
1429
- }
1430
-
1431
- var file_proto_mode_proto_msgTypes = make([]protoimpl.MessageInfo, 25)
1432
- var file_proto_mode_proto_goTypes = []interface{}{
1433
- (*Row)(nil), // 0: mode.Row
1434
- (*TableData)(nil), // 1: mode.TableData
1435
- (*QueryLayerResponse)(nil), // 2: mode.QueryLayerResponse
1436
- (*QueryLayerStateResponse)(nil), // 3: mode.QueryLayerStateResponse
1437
- (*QueryLayerStateStreamResponse)(nil), // 4: mode.QueryLayerStateStreamResponse
1438
- (*Namespace)(nil), // 5: mode.Namespace
1439
- (*StateRequest)(nil), // 6: mode.StateRequest
1440
- (*PartialStateRequest)(nil), // 7: mode.PartialStateRequest
1441
- (*FindRequest)(nil), // 8: mode.FindRequest
1442
- (*FindAllRequest)(nil), // 9: mode.FindAllRequest
1443
- (*JoinRequest)(nil), // 10: mode.JoinRequest
1444
- (*DeleteRequest)(nil), // 11: mode.DeleteRequest
1445
- (*UpdateRequest)(nil), // 12: mode.UpdateRequest
1446
- (*InsertRequest)(nil), // 13: mode.InsertRequest
1447
- (*CreateRequest)(nil), // 14: mode.CreateRequest
1448
- (*FindRequestOptions)(nil), // 15: mode.FindRequestOptions
1449
- (*Field)(nil), // 16: mode.Field
1450
- (*FieldPair)(nil), // 17: mode.FieldPair
1451
- (*ProjectedField)(nil), // 18: mode.ProjectedField
1452
- (*Filter)(nil), // 19: mode.Filter
1453
- nil, // 20: mode.QueryLayerResponse.TablesEntry
1454
- nil, // 21: mode.QueryLayerStateResponse.ChainTablesEntry
1455
- nil, // 22: mode.QueryLayerStateResponse.WorldTablesEntry
1456
- nil, // 23: mode.UpdateRequest.RowEntry
1457
- nil, // 24: mode.InsertRequest.RowEntry
1458
- }
1459
- var file_proto_mode_proto_depIdxs = []int32{
1460
- 0, // 0: mode.TableData.rows:type_name -> mode.Row
1461
- 20, // 1: mode.QueryLayerResponse.tables:type_name -> mode.QueryLayerResponse.TablesEntry
1462
- 21, // 2: mode.QueryLayerStateResponse.chainTables:type_name -> mode.QueryLayerStateResponse.ChainTablesEntry
1463
- 22, // 3: mode.QueryLayerStateResponse.worldTables:type_name -> mode.QueryLayerStateResponse.WorldTablesEntry
1464
- 3, // 4: mode.QueryLayerStateStreamResponse.inserted:type_name -> mode.QueryLayerStateResponse
1465
- 3, // 5: mode.QueryLayerStateStreamResponse.updated:type_name -> mode.QueryLayerStateResponse
1466
- 3, // 6: mode.QueryLayerStateStreamResponse.deleted:type_name -> mode.QueryLayerStateResponse
1467
- 5, // 7: mode.StateRequest.namespace:type_name -> mode.Namespace
1468
- 5, // 8: mode.PartialStateRequest.namespace:type_name -> mode.Namespace
1469
- 19, // 9: mode.PartialStateRequest.filter:type_name -> mode.Filter
1470
- 18, // 10: mode.PartialStateRequest.project:type_name -> mode.ProjectedField
1471
- 19, // 11: mode.FindRequest.filter:type_name -> mode.Filter
1472
- 18, // 12: mode.FindRequest.project:type_name -> mode.ProjectedField
1473
- 5, // 13: mode.FindRequest.namespace:type_name -> mode.Namespace
1474
- 15, // 14: mode.FindRequest.options:type_name -> mode.FindRequestOptions
1475
- 5, // 15: mode.FindAllRequest.namespace:type_name -> mode.Namespace
1476
- 15, // 16: mode.FindAllRequest.options:type_name -> mode.FindRequestOptions
1477
- 17, // 17: mode.JoinRequest.on:type_name -> mode.FieldPair
1478
- 8, // 18: mode.JoinRequest.children:type_name -> mode.FindRequest
1479
- 5, // 19: mode.JoinRequest.namespace:type_name -> mode.Namespace
1480
- 19, // 20: mode.DeleteRequest.filter:type_name -> mode.Filter
1481
- 19, // 21: mode.UpdateRequest.filter:type_name -> mode.Filter
1482
- 23, // 22: mode.UpdateRequest.row:type_name -> mode.UpdateRequest.RowEntry
1483
- 24, // 23: mode.InsertRequest.row:type_name -> mode.InsertRequest.RowEntry
1484
- 16, // 24: mode.FieldPair.field1:type_name -> mode.Field
1485
- 16, // 25: mode.FieldPair.field2:type_name -> mode.Field
1486
- 16, // 26: mode.ProjectedField.field:type_name -> mode.Field
1487
- 16, // 27: mode.Filter.field:type_name -> mode.Field
1488
- 1, // 28: mode.QueryLayerResponse.TablesEntry.value:type_name -> mode.TableData
1489
- 1, // 29: mode.QueryLayerStateResponse.ChainTablesEntry.value:type_name -> mode.TableData
1490
- 1, // 30: mode.QueryLayerStateResponse.WorldTablesEntry.value:type_name -> mode.TableData
1491
- 6, // 31: mode.QueryLayer.GetState:input_type -> mode.StateRequest
1492
- 6, // 32: mode.QueryLayer.StreamState:input_type -> mode.StateRequest
1493
- 7, // 33: mode.QueryLayer.GetPartialState:input_type -> mode.PartialStateRequest
1494
- 7, // 34: mode.QueryLayer.StreamPartialState:input_type -> mode.PartialStateRequest
1495
- 3, // 35: mode.QueryLayer.GetState:output_type -> mode.QueryLayerStateResponse
1496
- 4, // 36: mode.QueryLayer.StreamState:output_type -> mode.QueryLayerStateStreamResponse
1497
- 3, // 37: mode.QueryLayer.GetPartialState:output_type -> mode.QueryLayerStateResponse
1498
- 4, // 38: mode.QueryLayer.StreamPartialState:output_type -> mode.QueryLayerStateStreamResponse
1499
- 35, // [35:39] is the sub-list for method output_type
1500
- 31, // [31:35] is the sub-list for method input_type
1501
- 31, // [31:31] is the sub-list for extension type_name
1502
- 31, // [31:31] is the sub-list for extension extendee
1503
- 0, // [0:31] is the sub-list for field type_name
1504
- }
1505
-
1506
- func init() { file_proto_mode_proto_init() }
1507
- func file_proto_mode_proto_init() {
1508
- if File_proto_mode_proto != nil {
1509
- return
1510
- }
1511
- if !protoimpl.UnsafeEnabled {
1512
- file_proto_mode_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
1513
- switch v := v.(*Row); i {
1514
- case 0:
1515
- return &v.state
1516
- case 1:
1517
- return &v.sizeCache
1518
- case 2:
1519
- return &v.unknownFields
1520
- default:
1521
- return nil
1522
- }
1523
- }
1524
- file_proto_mode_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
1525
- switch v := v.(*TableData); i {
1526
- case 0:
1527
- return &v.state
1528
- case 1:
1529
- return &v.sizeCache
1530
- case 2:
1531
- return &v.unknownFields
1532
- default:
1533
- return nil
1534
- }
1535
- }
1536
- file_proto_mode_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
1537
- switch v := v.(*QueryLayerResponse); i {
1538
- case 0:
1539
- return &v.state
1540
- case 1:
1541
- return &v.sizeCache
1542
- case 2:
1543
- return &v.unknownFields
1544
- default:
1545
- return nil
1546
- }
1547
- }
1548
- file_proto_mode_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
1549
- switch v := v.(*QueryLayerStateResponse); i {
1550
- case 0:
1551
- return &v.state
1552
- case 1:
1553
- return &v.sizeCache
1554
- case 2:
1555
- return &v.unknownFields
1556
- default:
1557
- return nil
1558
- }
1559
- }
1560
- file_proto_mode_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
1561
- switch v := v.(*QueryLayerStateStreamResponse); i {
1562
- case 0:
1563
- return &v.state
1564
- case 1:
1565
- return &v.sizeCache
1566
- case 2:
1567
- return &v.unknownFields
1568
- default:
1569
- return nil
1570
- }
1571
- }
1572
- file_proto_mode_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
1573
- switch v := v.(*Namespace); i {
1574
- case 0:
1575
- return &v.state
1576
- case 1:
1577
- return &v.sizeCache
1578
- case 2:
1579
- return &v.unknownFields
1580
- default:
1581
- return nil
1582
- }
1583
- }
1584
- file_proto_mode_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
1585
- switch v := v.(*StateRequest); i {
1586
- case 0:
1587
- return &v.state
1588
- case 1:
1589
- return &v.sizeCache
1590
- case 2:
1591
- return &v.unknownFields
1592
- default:
1593
- return nil
1594
- }
1595
- }
1596
- file_proto_mode_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
1597
- switch v := v.(*PartialStateRequest); i {
1598
- case 0:
1599
- return &v.state
1600
- case 1:
1601
- return &v.sizeCache
1602
- case 2:
1603
- return &v.unknownFields
1604
- default:
1605
- return nil
1606
- }
1607
- }
1608
- file_proto_mode_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
1609
- switch v := v.(*FindRequest); i {
1610
- case 0:
1611
- return &v.state
1612
- case 1:
1613
- return &v.sizeCache
1614
- case 2:
1615
- return &v.unknownFields
1616
- default:
1617
- return nil
1618
- }
1619
- }
1620
- file_proto_mode_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
1621
- switch v := v.(*FindAllRequest); i {
1622
- case 0:
1623
- return &v.state
1624
- case 1:
1625
- return &v.sizeCache
1626
- case 2:
1627
- return &v.unknownFields
1628
- default:
1629
- return nil
1630
- }
1631
- }
1632
- file_proto_mode_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
1633
- switch v := v.(*JoinRequest); i {
1634
- case 0:
1635
- return &v.state
1636
- case 1:
1637
- return &v.sizeCache
1638
- case 2:
1639
- return &v.unknownFields
1640
- default:
1641
- return nil
1642
- }
1643
- }
1644
- file_proto_mode_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
1645
- switch v := v.(*DeleteRequest); i {
1646
- case 0:
1647
- return &v.state
1648
- case 1:
1649
- return &v.sizeCache
1650
- case 2:
1651
- return &v.unknownFields
1652
- default:
1653
- return nil
1654
- }
1655
- }
1656
- file_proto_mode_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
1657
- switch v := v.(*UpdateRequest); i {
1658
- case 0:
1659
- return &v.state
1660
- case 1:
1661
- return &v.sizeCache
1662
- case 2:
1663
- return &v.unknownFields
1664
- default:
1665
- return nil
1666
- }
1667
- }
1668
- file_proto_mode_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
1669
- switch v := v.(*InsertRequest); i {
1670
- case 0:
1671
- return &v.state
1672
- case 1:
1673
- return &v.sizeCache
1674
- case 2:
1675
- return &v.unknownFields
1676
- default:
1677
- return nil
1678
- }
1679
- }
1680
- file_proto_mode_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
1681
- switch v := v.(*CreateRequest); i {
1682
- case 0:
1683
- return &v.state
1684
- case 1:
1685
- return &v.sizeCache
1686
- case 2:
1687
- return &v.unknownFields
1688
- default:
1689
- return nil
1690
- }
1691
- }
1692
- file_proto_mode_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
1693
- switch v := v.(*FindRequestOptions); i {
1694
- case 0:
1695
- return &v.state
1696
- case 1:
1697
- return &v.sizeCache
1698
- case 2:
1699
- return &v.unknownFields
1700
- default:
1701
- return nil
1702
- }
1703
- }
1704
- file_proto_mode_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
1705
- switch v := v.(*Field); i {
1706
- case 0:
1707
- return &v.state
1708
- case 1:
1709
- return &v.sizeCache
1710
- case 2:
1711
- return &v.unknownFields
1712
- default:
1713
- return nil
1714
- }
1715
- }
1716
- file_proto_mode_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
1717
- switch v := v.(*FieldPair); i {
1718
- case 0:
1719
- return &v.state
1720
- case 1:
1721
- return &v.sizeCache
1722
- case 2:
1723
- return &v.unknownFields
1724
- default:
1725
- return nil
1726
- }
1727
- }
1728
- file_proto_mode_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
1729
- switch v := v.(*ProjectedField); i {
1730
- case 0:
1731
- return &v.state
1732
- case 1:
1733
- return &v.sizeCache
1734
- case 2:
1735
- return &v.unknownFields
1736
- default:
1737
- return nil
1738
- }
1739
- }
1740
- file_proto_mode_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
1741
- switch v := v.(*Filter); i {
1742
- case 0:
1743
- return &v.state
1744
- case 1:
1745
- return &v.sizeCache
1746
- case 2:
1747
- return &v.unknownFields
1748
- default:
1749
- return nil
1750
- }
1751
- }
1752
- }
1753
- file_proto_mode_proto_msgTypes[18].OneofWrappers = []interface{}{}
1754
- type x struct{}
1755
- out := protoimpl.TypeBuilder{
1756
- File: protoimpl.DescBuilder{
1757
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
1758
- RawDescriptor: file_proto_mode_proto_rawDesc,
1759
- NumEnums: 0,
1760
- NumMessages: 25,
1761
- NumExtensions: 0,
1762
- NumServices: 1,
1763
- },
1764
- GoTypes: file_proto_mode_proto_goTypes,
1765
- DependencyIndexes: file_proto_mode_proto_depIdxs,
1766
- MessageInfos: file_proto_mode_proto_msgTypes,
1767
- }.Build()
1768
- File_proto_mode_proto = out.File
1769
- file_proto_mode_proto_rawDesc = nil
1770
- file_proto_mode_proto_goTypes = nil
1771
- file_proto_mode_proto_depIdxs = nil
1772
- }