@aldiokta/protocgen 1.0.20 → 1.0.22

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.
Files changed (96) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/core/auth/auth_grpc_pb.js +256 -0
  3. package/prisca/v1/core/auth/auth_pb.js +2801 -0
  4. package/prisca/v1/core/company/company_grpc_pb.js +177 -0
  5. package/prisca/v1/core/company/company_pb.js +2875 -0
  6. package/prisca/v1/core/department_material/department_material_grpc_pb.js +144 -0
  7. package/prisca/v1/core/department_material/department_material_pb.js +2167 -0
  8. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +178 -0
  9. package/prisca/v1/core/job_grade/job_grade_pb.js +2605 -0
  10. package/prisca/v1/core/job_position/job_position_grpc_pb.js +181 -0
  11. package/prisca/v1/core/job_position/job_position_pb.js +3582 -0
  12. package/prisca/v1/core/job_title/job_title_grpc_pb.js +178 -0
  13. package/prisca/v1/core/job_title/job_title_pb.js +2928 -0
  14. package/prisca/v1/core/location/location_grpc_pb.js +276 -0
  15. package/prisca/v1/core/location/location_pb.js +4334 -0
  16. package/prisca/v1/core/material/material_grpc_pb.js +181 -0
  17. package/prisca/v1/core/material/material_pb.js +4046 -0
  18. package/prisca/v1/core/material_group/material_group_grpc_pb.js +177 -0
  19. package/prisca/v1/core/material_group/material_group_pb.js +2582 -0
  20. package/prisca/v1/core/material_type/material_type_grpc_pb.js +147 -0
  21. package/prisca/v1/core/material_type/material_type_pb.js +2399 -0
  22. package/prisca/v1/core/number_range/number_range_grpc_pb.js +177 -0
  23. package/prisca/v1/core/number_range/number_range_pb.js +2672 -0
  24. package/prisca/v1/core/organization/organization_grpc_pb.js +180 -0
  25. package/prisca/v1/core/organization/organization_pb.js +3002 -0
  26. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +177 -0
  27. package/prisca/v1/core/organization_level/organization_level_pb.js +2432 -0
  28. package/prisca/v1/core/procurement/procurement_grpc_pb.js +146 -0
  29. package/prisca/v1/core/procurement/procurement_pb.js +1681 -0
  30. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +266 -0
  31. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +4429 -0
  32. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +1 -0
  33. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +206 -0
  34. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +421 -0
  35. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +9597 -0
  36. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +180 -0
  37. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +2798 -0
  38. package/prisca/v1/core/users/users_grpc_pb.js +1 -0
  39. package/prisca/v1/core/users/users_pb.js +626 -0
  40. package/prisca/v1/core/users_role/users_role_grpc_pb.js +177 -0
  41. package/prisca/v1/core/users_role/users_role_pb.js +2372 -0
  42. package/prisca/v1/core/work_location/work_location_grpc_pb.js +179 -0
  43. package/prisca/v1/core/work_location/work_location_pb.js +3972 -0
  44. package/prisca/v1/core/workflow/workflow_grpc_pb.js +179 -0
  45. package/prisca/v1/core/workflow/workflow_pb.js +6318 -0
  46. package/prisca/v1/global/meta/meta_grpc_pb.js +1 -0
  47. package/prisca/v1/global/meta/meta_pb.js +1179 -0
  48. package/prisca/v1/core/auth/auth.pb.go +0 -998
  49. package/prisca/v1/core/auth/auth_grpc.pb.go +0 -427
  50. package/prisca/v1/core/company/company.pb.go +0 -965
  51. package/prisca/v1/core/company/company_grpc.pb.go +0 -273
  52. package/prisca/v1/core/department_material/department_material.pb.go +0 -776
  53. package/prisca/v1/core/department_material/department_material_grpc.pb.go +0 -236
  54. package/prisca/v1/core/job_grade/job_grade.pb.go +0 -887
  55. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +0 -273
  56. package/prisca/v1/core/job_position/job_position.pb.go +0 -1196
  57. package/prisca/v1/core/job_position/job_position_grpc.pb.go +0 -273
  58. package/prisca/v1/core/job_title/job_title.pb.go +0 -986
  59. package/prisca/v1/core/job_title/job_title_grpc.pb.go +0 -273
  60. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +0 -913
  61. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +0 -273
  62. package/prisca/v1/core/location/location.pb.go +0 -1397
  63. package/prisca/v1/core/location/location_grpc.pb.go +0 -387
  64. package/prisca/v1/core/material/material.pb.go +0 -1366
  65. package/prisca/v1/core/material/material_grpc.pb.go +0 -273
  66. package/prisca/v1/core/material_group/material_group.pb.go +0 -911
  67. package/prisca/v1/core/material_group/material_group_grpc.pb.go +0 -273
  68. package/prisca/v1/core/material_type/material_type.pb.go +0 -827
  69. package/prisca/v1/core/material_type/material_type_grpc.pb.go +0 -239
  70. package/prisca/v1/core/number_range/number_range.pb.go +0 -916
  71. package/prisca/v1/core/number_range/number_range_grpc.pb.go +0 -273
  72. package/prisca/v1/core/organization/organization.pb.go +0 -1039
  73. package/prisca/v1/core/organization/organization_grpc.pb.go +0 -273
  74. package/prisca/v1/core/organization_level/organization_level.pb.go +0 -853
  75. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +0 -274
  76. package/prisca/v1/core/procurement/procurement.pb.go +0 -622
  77. package/prisca/v1/core/procurement/procurement_grpc.pb.go +0 -275
  78. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +0 -1550
  79. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +0 -388
  80. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +0 -141
  81. package/prisca/v1/core/role/role.pb.go +0 -797
  82. package/prisca/v1/core/role/role_grpc.pb.go +0 -273
  83. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +0 -3217
  84. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +0 -656
  85. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +0 -973
  86. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +0 -278
  87. package/prisca/v1/core/users/users.pb.go +0 -281
  88. package/prisca/v1/core/users_role/users_role.pb.go +0 -813
  89. package/prisca/v1/core/users_role/users_role_grpc.pb.go +0 -273
  90. package/prisca/v1/core/work_location/work_location.pb.go +0 -995
  91. package/prisca/v1/core/work_location/work_location_grpc.pb.go +0 -273
  92. package/prisca/v1/core/work_locations/work_locations.pb.go +0 -184
  93. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +0 -76
  94. package/prisca/v1/core/workflow/workflow.pb.go +0 -2057
  95. package/prisca/v1/core/workflow/workflow_grpc.pb.go +0 -273
  96. package/prisca/v1/global/meta/meta.pb.go +0 -446
@@ -1,3217 +0,0 @@
1
- // Code generated by protoc-gen-go. DO NOT EDIT.
2
- // versions:
3
- // protoc-gen-go v1.36.1
4
- // protoc (unknown)
5
- // source: prisca/v1/core/transaction_builder/transaction_builder.proto
6
-
7
- package transaction_builder
8
-
9
- import (
10
- meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
11
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
12
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
13
- _ "google.golang.org/protobuf/types/known/anypb"
14
- reflect "reflect"
15
- sync "sync"
16
- )
17
-
18
- const (
19
- // Verify that this generated code is sufficiently up-to-date.
20
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
21
- // Verify that runtime/protoimpl is sufficiently up-to-date.
22
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
23
- )
24
-
25
- type Value struct {
26
- state protoimpl.MessageState `protogen:"open.v1"`
27
- Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
28
- Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
29
- unknownFields protoimpl.UnknownFields
30
- sizeCache protoimpl.SizeCache
31
- }
32
-
33
- func (x *Value) Reset() {
34
- *x = Value{}
35
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[0]
36
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
37
- ms.StoreMessageInfo(mi)
38
- }
39
-
40
- func (x *Value) String() string {
41
- return protoimpl.X.MessageStringOf(x)
42
- }
43
-
44
- func (*Value) ProtoMessage() {}
45
-
46
- func (x *Value) ProtoReflect() protoreflect.Message {
47
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[0]
48
- if x != nil {
49
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
50
- if ms.LoadMessageInfo() == nil {
51
- ms.StoreMessageInfo(mi)
52
- }
53
- return ms
54
- }
55
- return mi.MessageOf(x)
56
- }
57
-
58
- // Deprecated: Use Value.ProtoReflect.Descriptor instead.
59
- func (*Value) Descriptor() ([]byte, []int) {
60
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{0}
61
- }
62
-
63
- func (x *Value) GetKey() string {
64
- if x != nil {
65
- return x.Key
66
- }
67
- return ""
68
- }
69
-
70
- func (x *Value) GetValue() string {
71
- if x != nil {
72
- return x.Value
73
- }
74
- return ""
75
- }
76
-
77
- type PropertiesRules struct {
78
- state protoimpl.MessageState `protogen:"open.v1"`
79
- Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
80
- Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
81
- unknownFields protoimpl.UnknownFields
82
- sizeCache protoimpl.SizeCache
83
- }
84
-
85
- func (x *PropertiesRules) Reset() {
86
- *x = PropertiesRules{}
87
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[1]
88
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
89
- ms.StoreMessageInfo(mi)
90
- }
91
-
92
- func (x *PropertiesRules) String() string {
93
- return protoimpl.X.MessageStringOf(x)
94
- }
95
-
96
- func (*PropertiesRules) ProtoMessage() {}
97
-
98
- func (x *PropertiesRules) ProtoReflect() protoreflect.Message {
99
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[1]
100
- if x != nil {
101
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
102
- if ms.LoadMessageInfo() == nil {
103
- ms.StoreMessageInfo(mi)
104
- }
105
- return ms
106
- }
107
- return mi.MessageOf(x)
108
- }
109
-
110
- // Deprecated: Use PropertiesRules.ProtoReflect.Descriptor instead.
111
- func (*PropertiesRules) Descriptor() ([]byte, []int) {
112
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{1}
113
- }
114
-
115
- func (x *PropertiesRules) GetType() string {
116
- if x != nil {
117
- return x.Type
118
- }
119
- return ""
120
- }
121
-
122
- func (x *PropertiesRules) GetValue() string {
123
- if x != nil {
124
- return x.Value
125
- }
126
- return ""
127
- }
128
-
129
- type TransactionBuilderFieldsForm struct {
130
- state protoimpl.MessageState `protogen:"open.v1"`
131
- TransactionBuilderId int64 `protobuf:"varint,1,opt,name=transaction_builder_id,json=transactionBuilderId,proto3" json:"transaction_builder_id,omitempty"`
132
- Orders int64 `protobuf:"varint,2,opt,name=orders,proto3" json:"orders,omitempty"`
133
- Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
134
- Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
135
- ReferencesId string `protobuf:"bytes,5,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
136
- Option []*Value `protobuf:"bytes,6,rep,name=option,proto3" json:"option,omitempty"`
137
- Properties string `protobuf:"bytes,7,opt,name=properties,proto3" json:"properties,omitempty"`
138
- FieldRules []*FieldRulesWithProp `protobuf:"bytes,8,rep,name=field_rules,json=fieldRules,proto3" json:"field_rules,omitempty"`
139
- unknownFields protoimpl.UnknownFields
140
- sizeCache protoimpl.SizeCache
141
- }
142
-
143
- func (x *TransactionBuilderFieldsForm) Reset() {
144
- *x = TransactionBuilderFieldsForm{}
145
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[2]
146
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
147
- ms.StoreMessageInfo(mi)
148
- }
149
-
150
- func (x *TransactionBuilderFieldsForm) String() string {
151
- return protoimpl.X.MessageStringOf(x)
152
- }
153
-
154
- func (*TransactionBuilderFieldsForm) ProtoMessage() {}
155
-
156
- func (x *TransactionBuilderFieldsForm) ProtoReflect() protoreflect.Message {
157
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[2]
158
- if x != nil {
159
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
160
- if ms.LoadMessageInfo() == nil {
161
- ms.StoreMessageInfo(mi)
162
- }
163
- return ms
164
- }
165
- return mi.MessageOf(x)
166
- }
167
-
168
- // Deprecated: Use TransactionBuilderFieldsForm.ProtoReflect.Descriptor instead.
169
- func (*TransactionBuilderFieldsForm) Descriptor() ([]byte, []int) {
170
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{2}
171
- }
172
-
173
- func (x *TransactionBuilderFieldsForm) GetTransactionBuilderId() int64 {
174
- if x != nil {
175
- return x.TransactionBuilderId
176
- }
177
- return 0
178
- }
179
-
180
- func (x *TransactionBuilderFieldsForm) GetOrders() int64 {
181
- if x != nil {
182
- return x.Orders
183
- }
184
- return 0
185
- }
186
-
187
- func (x *TransactionBuilderFieldsForm) GetKey() string {
188
- if x != nil {
189
- return x.Key
190
- }
191
- return ""
192
- }
193
-
194
- func (x *TransactionBuilderFieldsForm) GetLabel() string {
195
- if x != nil {
196
- return x.Label
197
- }
198
- return ""
199
- }
200
-
201
- func (x *TransactionBuilderFieldsForm) GetReferencesId() string {
202
- if x != nil {
203
- return x.ReferencesId
204
- }
205
- return ""
206
- }
207
-
208
- func (x *TransactionBuilderFieldsForm) GetOption() []*Value {
209
- if x != nil {
210
- return x.Option
211
- }
212
- return nil
213
- }
214
-
215
- func (x *TransactionBuilderFieldsForm) GetProperties() string {
216
- if x != nil {
217
- return x.Properties
218
- }
219
- return ""
220
- }
221
-
222
- func (x *TransactionBuilderFieldsForm) GetFieldRules() []*FieldRulesWithProp {
223
- if x != nil {
224
- return x.FieldRules
225
- }
226
- return nil
227
- }
228
-
229
- type TransactionBuilderFieldsDetail struct {
230
- state protoimpl.MessageState `protogen:"open.v1"`
231
- TransactionBuilderId int64 `protobuf:"varint,1,opt,name=transaction_builder_id,json=transactionBuilderId,proto3" json:"transaction_builder_id,omitempty"`
232
- Orders int64 `protobuf:"varint,2,opt,name=orders,proto3" json:"orders,omitempty"`
233
- Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
234
- Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
235
- ReferencesId string `protobuf:"bytes,5,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
236
- Properties string `protobuf:"bytes,6,opt,name=properties,proto3" json:"properties,omitempty"`
237
- Value string `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
238
- unknownFields protoimpl.UnknownFields
239
- sizeCache protoimpl.SizeCache
240
- }
241
-
242
- func (x *TransactionBuilderFieldsDetail) Reset() {
243
- *x = TransactionBuilderFieldsDetail{}
244
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[3]
245
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
246
- ms.StoreMessageInfo(mi)
247
- }
248
-
249
- func (x *TransactionBuilderFieldsDetail) String() string {
250
- return protoimpl.X.MessageStringOf(x)
251
- }
252
-
253
- func (*TransactionBuilderFieldsDetail) ProtoMessage() {}
254
-
255
- func (x *TransactionBuilderFieldsDetail) ProtoReflect() protoreflect.Message {
256
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[3]
257
- if x != nil {
258
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
259
- if ms.LoadMessageInfo() == nil {
260
- ms.StoreMessageInfo(mi)
261
- }
262
- return ms
263
- }
264
- return mi.MessageOf(x)
265
- }
266
-
267
- // Deprecated: Use TransactionBuilderFieldsDetail.ProtoReflect.Descriptor instead.
268
- func (*TransactionBuilderFieldsDetail) Descriptor() ([]byte, []int) {
269
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{3}
270
- }
271
-
272
- func (x *TransactionBuilderFieldsDetail) GetTransactionBuilderId() int64 {
273
- if x != nil {
274
- return x.TransactionBuilderId
275
- }
276
- return 0
277
- }
278
-
279
- func (x *TransactionBuilderFieldsDetail) GetOrders() int64 {
280
- if x != nil {
281
- return x.Orders
282
- }
283
- return 0
284
- }
285
-
286
- func (x *TransactionBuilderFieldsDetail) GetKey() string {
287
- if x != nil {
288
- return x.Key
289
- }
290
- return ""
291
- }
292
-
293
- func (x *TransactionBuilderFieldsDetail) GetLabel() string {
294
- if x != nil {
295
- return x.Label
296
- }
297
- return ""
298
- }
299
-
300
- func (x *TransactionBuilderFieldsDetail) GetReferencesId() string {
301
- if x != nil {
302
- return x.ReferencesId
303
- }
304
- return ""
305
- }
306
-
307
- func (x *TransactionBuilderFieldsDetail) GetProperties() string {
308
- if x != nil {
309
- return x.Properties
310
- }
311
- return ""
312
- }
313
-
314
- func (x *TransactionBuilderFieldsDetail) GetValue() string {
315
- if x != nil {
316
- return x.Value
317
- }
318
- return ""
319
- }
320
-
321
- type PropertiesForm struct {
322
- state protoimpl.MessageState `protogen:"open.v1"`
323
- AutoFill bool `protobuf:"varint,1,opt,name=auto_fill,json=autoFill,proto3" json:"auto_fill,omitempty"`
324
- KeyOfFill string `protobuf:"bytes,2,opt,name=key_of_fill,json=keyOfFill,proto3" json:"key_of_fill,omitempty"`
325
- ParentKey string `protobuf:"bytes,3,opt,name=parent_key,json=parentKey,proto3" json:"parent_key,omitempty"`
326
- HintText string `protobuf:"bytes,4,opt,name=hint_text,json=hintText,proto3" json:"hint_text,omitempty"`
327
- PlaceHolder string `protobuf:"bytes,5,opt,name=place_holder,json=placeHolder,proto3" json:"place_holder,omitempty"`
328
- DataSource string `protobuf:"bytes,6,opt,name=data_source,json=dataSource,proto3" json:"data_source,omitempty"`
329
- Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
330
- DefaultValue string `protobuf:"bytes,8,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"`
331
- SelectedValue string `protobuf:"bytes,9,opt,name=selected_value,json=selectedValue,proto3" json:"selected_value,omitempty"`
332
- IsMaster bool `protobuf:"varint,10,opt,name=is_master,json=isMaster,proto3" json:"is_master,omitempty"`
333
- unknownFields protoimpl.UnknownFields
334
- sizeCache protoimpl.SizeCache
335
- }
336
-
337
- func (x *PropertiesForm) Reset() {
338
- *x = PropertiesForm{}
339
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[4]
340
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
341
- ms.StoreMessageInfo(mi)
342
- }
343
-
344
- func (x *PropertiesForm) String() string {
345
- return protoimpl.X.MessageStringOf(x)
346
- }
347
-
348
- func (*PropertiesForm) ProtoMessage() {}
349
-
350
- func (x *PropertiesForm) ProtoReflect() protoreflect.Message {
351
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[4]
352
- if x != nil {
353
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
354
- if ms.LoadMessageInfo() == nil {
355
- ms.StoreMessageInfo(mi)
356
- }
357
- return ms
358
- }
359
- return mi.MessageOf(x)
360
- }
361
-
362
- // Deprecated: Use PropertiesForm.ProtoReflect.Descriptor instead.
363
- func (*PropertiesForm) Descriptor() ([]byte, []int) {
364
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{4}
365
- }
366
-
367
- func (x *PropertiesForm) GetAutoFill() bool {
368
- if x != nil {
369
- return x.AutoFill
370
- }
371
- return false
372
- }
373
-
374
- func (x *PropertiesForm) GetKeyOfFill() string {
375
- if x != nil {
376
- return x.KeyOfFill
377
- }
378
- return ""
379
- }
380
-
381
- func (x *PropertiesForm) GetParentKey() string {
382
- if x != nil {
383
- return x.ParentKey
384
- }
385
- return ""
386
- }
387
-
388
- func (x *PropertiesForm) GetHintText() string {
389
- if x != nil {
390
- return x.HintText
391
- }
392
- return ""
393
- }
394
-
395
- func (x *PropertiesForm) GetPlaceHolder() string {
396
- if x != nil {
397
- return x.PlaceHolder
398
- }
399
- return ""
400
- }
401
-
402
- func (x *PropertiesForm) GetDataSource() string {
403
- if x != nil {
404
- return x.DataSource
405
- }
406
- return ""
407
- }
408
-
409
- func (x *PropertiesForm) GetType() string {
410
- if x != nil {
411
- return x.Type
412
- }
413
- return ""
414
- }
415
-
416
- func (x *PropertiesForm) GetDefaultValue() string {
417
- if x != nil {
418
- return x.DefaultValue
419
- }
420
- return ""
421
- }
422
-
423
- func (x *PropertiesForm) GetSelectedValue() string {
424
- if x != nil {
425
- return x.SelectedValue
426
- }
427
- return ""
428
- }
429
-
430
- func (x *PropertiesForm) GetIsMaster() bool {
431
- if x != nil {
432
- return x.IsMaster
433
- }
434
- return false
435
- }
436
-
437
- type TransactionBuilderFieldsTable struct {
438
- state protoimpl.MessageState `protogen:"open.v1"`
439
- TransactionBuilderId int64 `protobuf:"varint,1,opt,name=transaction_builder_id,json=transactionBuilderId,proto3" json:"transaction_builder_id,omitempty"`
440
- Orders int64 `protobuf:"varint,2,opt,name=orders,proto3" json:"orders,omitempty"`
441
- Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
442
- Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
443
- ReferencesId string `protobuf:"bytes,5,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
444
- Properties *PropertiesTable `protobuf:"bytes,6,opt,name=properties,proto3" json:"properties,omitempty"`
445
- unknownFields protoimpl.UnknownFields
446
- sizeCache protoimpl.SizeCache
447
- }
448
-
449
- func (x *TransactionBuilderFieldsTable) Reset() {
450
- *x = TransactionBuilderFieldsTable{}
451
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[5]
452
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
453
- ms.StoreMessageInfo(mi)
454
- }
455
-
456
- func (x *TransactionBuilderFieldsTable) String() string {
457
- return protoimpl.X.MessageStringOf(x)
458
- }
459
-
460
- func (*TransactionBuilderFieldsTable) ProtoMessage() {}
461
-
462
- func (x *TransactionBuilderFieldsTable) ProtoReflect() protoreflect.Message {
463
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[5]
464
- if x != nil {
465
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
466
- if ms.LoadMessageInfo() == nil {
467
- ms.StoreMessageInfo(mi)
468
- }
469
- return ms
470
- }
471
- return mi.MessageOf(x)
472
- }
473
-
474
- // Deprecated: Use TransactionBuilderFieldsTable.ProtoReflect.Descriptor instead.
475
- func (*TransactionBuilderFieldsTable) Descriptor() ([]byte, []int) {
476
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{5}
477
- }
478
-
479
- func (x *TransactionBuilderFieldsTable) GetTransactionBuilderId() int64 {
480
- if x != nil {
481
- return x.TransactionBuilderId
482
- }
483
- return 0
484
- }
485
-
486
- func (x *TransactionBuilderFieldsTable) GetOrders() int64 {
487
- if x != nil {
488
- return x.Orders
489
- }
490
- return 0
491
- }
492
-
493
- func (x *TransactionBuilderFieldsTable) GetKey() string {
494
- if x != nil {
495
- return x.Key
496
- }
497
- return ""
498
- }
499
-
500
- func (x *TransactionBuilderFieldsTable) GetLabel() string {
501
- if x != nil {
502
- return x.Label
503
- }
504
- return ""
505
- }
506
-
507
- func (x *TransactionBuilderFieldsTable) GetReferencesId() string {
508
- if x != nil {
509
- return x.ReferencesId
510
- }
511
- return ""
512
- }
513
-
514
- func (x *TransactionBuilderFieldsTable) GetProperties() *PropertiesTable {
515
- if x != nil {
516
- return x.Properties
517
- }
518
- return nil
519
- }
520
-
521
- type PropertiesTable struct {
522
- state protoimpl.MessageState `protogen:"open.v1"`
523
- IsMain bool `protobuf:"varint,1,opt,name=is_main,json=isMain,proto3" json:"is_main,omitempty"`
524
- DataType string `protobuf:"bytes,2,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
525
- unknownFields protoimpl.UnknownFields
526
- sizeCache protoimpl.SizeCache
527
- }
528
-
529
- func (x *PropertiesTable) Reset() {
530
- *x = PropertiesTable{}
531
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[6]
532
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
533
- ms.StoreMessageInfo(mi)
534
- }
535
-
536
- func (x *PropertiesTable) String() string {
537
- return protoimpl.X.MessageStringOf(x)
538
- }
539
-
540
- func (*PropertiesTable) ProtoMessage() {}
541
-
542
- func (x *PropertiesTable) ProtoReflect() protoreflect.Message {
543
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[6]
544
- if x != nil {
545
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
546
- if ms.LoadMessageInfo() == nil {
547
- ms.StoreMessageInfo(mi)
548
- }
549
- return ms
550
- }
551
- return mi.MessageOf(x)
552
- }
553
-
554
- // Deprecated: Use PropertiesTable.ProtoReflect.Descriptor instead.
555
- func (*PropertiesTable) Descriptor() ([]byte, []int) {
556
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{6}
557
- }
558
-
559
- func (x *PropertiesTable) GetIsMain() bool {
560
- if x != nil {
561
- return x.IsMain
562
- }
563
- return false
564
- }
565
-
566
- func (x *PropertiesTable) GetDataType() string {
567
- if x != nil {
568
- return x.DataType
569
- }
570
- return ""
571
- }
572
-
573
- // model
574
- type TransactionBuilderFields struct {
575
- state protoimpl.MessageState `protogen:"open.v1"`
576
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
577
- TransactionBuilderId int64 `protobuf:"varint,2,opt,name=transaction_builder_id,json=transactionBuilderId,proto3" json:"transaction_builder_id,omitempty"`
578
- Key string `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"`
579
- Label string `protobuf:"bytes,4,opt,name=label,proto3" json:"label,omitempty"`
580
- Option []*Value `protobuf:"bytes,5,rep,name=option,proto3" json:"option,omitempty"`
581
- FieldRules []*FieldRules `protobuf:"bytes,6,rep,name=field_rules,json=fieldRules,proto3" json:"field_rules,omitempty"`
582
- FieldViews []*FieldViews `protobuf:"bytes,7,rep,name=field_views,json=fieldViews,proto3" json:"field_views,omitempty"`
583
- Value string `protobuf:"bytes,8,opt,name=value,proto3" json:"value,omitempty"`
584
- unknownFields protoimpl.UnknownFields
585
- sizeCache protoimpl.SizeCache
586
- }
587
-
588
- func (x *TransactionBuilderFields) Reset() {
589
- *x = TransactionBuilderFields{}
590
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[7]
591
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
592
- ms.StoreMessageInfo(mi)
593
- }
594
-
595
- func (x *TransactionBuilderFields) String() string {
596
- return protoimpl.X.MessageStringOf(x)
597
- }
598
-
599
- func (*TransactionBuilderFields) ProtoMessage() {}
600
-
601
- func (x *TransactionBuilderFields) ProtoReflect() protoreflect.Message {
602
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[7]
603
- if x != nil {
604
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
605
- if ms.LoadMessageInfo() == nil {
606
- ms.StoreMessageInfo(mi)
607
- }
608
- return ms
609
- }
610
- return mi.MessageOf(x)
611
- }
612
-
613
- // Deprecated: Use TransactionBuilderFields.ProtoReflect.Descriptor instead.
614
- func (*TransactionBuilderFields) Descriptor() ([]byte, []int) {
615
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{7}
616
- }
617
-
618
- func (x *TransactionBuilderFields) GetId() int64 {
619
- if x != nil {
620
- return x.Id
621
- }
622
- return 0
623
- }
624
-
625
- func (x *TransactionBuilderFields) GetTransactionBuilderId() int64 {
626
- if x != nil {
627
- return x.TransactionBuilderId
628
- }
629
- return 0
630
- }
631
-
632
- func (x *TransactionBuilderFields) GetKey() string {
633
- if x != nil {
634
- return x.Key
635
- }
636
- return ""
637
- }
638
-
639
- func (x *TransactionBuilderFields) GetLabel() string {
640
- if x != nil {
641
- return x.Label
642
- }
643
- return ""
644
- }
645
-
646
- func (x *TransactionBuilderFields) GetOption() []*Value {
647
- if x != nil {
648
- return x.Option
649
- }
650
- return nil
651
- }
652
-
653
- func (x *TransactionBuilderFields) GetFieldRules() []*FieldRules {
654
- if x != nil {
655
- return x.FieldRules
656
- }
657
- return nil
658
- }
659
-
660
- func (x *TransactionBuilderFields) GetFieldViews() []*FieldViews {
661
- if x != nil {
662
- return x.FieldViews
663
- }
664
- return nil
665
- }
666
-
667
- func (x *TransactionBuilderFields) GetValue() string {
668
- if x != nil {
669
- return x.Value
670
- }
671
- return ""
672
- }
673
-
674
- type TransactionBuilderFieldsBase struct {
675
- state protoimpl.MessageState `protogen:"open.v1"`
676
- Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
677
- Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
678
- Option []*Value `protobuf:"bytes,3,rep,name=option,proto3" json:"option,omitempty"`
679
- FieldRules []*FieldRules `protobuf:"bytes,4,rep,name=field_rules,json=fieldRules,proto3" json:"field_rules,omitempty"`
680
- FieldViews []*FieldViews `protobuf:"bytes,5,rep,name=field_views,json=fieldViews,proto3" json:"field_views,omitempty"`
681
- IsMaster bool `protobuf:"varint,6,opt,name=is_master,json=isMaster,proto3" json:"is_master,omitempty"`
682
- unknownFields protoimpl.UnknownFields
683
- sizeCache protoimpl.SizeCache
684
- }
685
-
686
- func (x *TransactionBuilderFieldsBase) Reset() {
687
- *x = TransactionBuilderFieldsBase{}
688
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[8]
689
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
690
- ms.StoreMessageInfo(mi)
691
- }
692
-
693
- func (x *TransactionBuilderFieldsBase) String() string {
694
- return protoimpl.X.MessageStringOf(x)
695
- }
696
-
697
- func (*TransactionBuilderFieldsBase) ProtoMessage() {}
698
-
699
- func (x *TransactionBuilderFieldsBase) ProtoReflect() protoreflect.Message {
700
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[8]
701
- if x != nil {
702
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
703
- if ms.LoadMessageInfo() == nil {
704
- ms.StoreMessageInfo(mi)
705
- }
706
- return ms
707
- }
708
- return mi.MessageOf(x)
709
- }
710
-
711
- // Deprecated: Use TransactionBuilderFieldsBase.ProtoReflect.Descriptor instead.
712
- func (*TransactionBuilderFieldsBase) Descriptor() ([]byte, []int) {
713
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{8}
714
- }
715
-
716
- func (x *TransactionBuilderFieldsBase) GetKey() string {
717
- if x != nil {
718
- return x.Key
719
- }
720
- return ""
721
- }
722
-
723
- func (x *TransactionBuilderFieldsBase) GetLabel() string {
724
- if x != nil {
725
- return x.Label
726
- }
727
- return ""
728
- }
729
-
730
- func (x *TransactionBuilderFieldsBase) GetOption() []*Value {
731
- if x != nil {
732
- return x.Option
733
- }
734
- return nil
735
- }
736
-
737
- func (x *TransactionBuilderFieldsBase) GetFieldRules() []*FieldRules {
738
- if x != nil {
739
- return x.FieldRules
740
- }
741
- return nil
742
- }
743
-
744
- func (x *TransactionBuilderFieldsBase) GetFieldViews() []*FieldViews {
745
- if x != nil {
746
- return x.FieldViews
747
- }
748
- return nil
749
- }
750
-
751
- func (x *TransactionBuilderFieldsBase) GetIsMaster() bool {
752
- if x != nil {
753
- return x.IsMaster
754
- }
755
- return false
756
- }
757
-
758
- type FieldRulesWithProp struct {
759
- state protoimpl.MessageState `protogen:"open.v1"`
760
- Id *int64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
761
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
762
- Properties *PropertiesRules `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"`
763
- TransactionBuilderFieldRef *string `protobuf:"bytes,4,opt,name=transaction_builder_field_ref,json=transactionBuilderFieldRef,proto3,oneof" json:"transaction_builder_field_ref,omitempty"`
764
- unknownFields protoimpl.UnknownFields
765
- sizeCache protoimpl.SizeCache
766
- }
767
-
768
- func (x *FieldRulesWithProp) Reset() {
769
- *x = FieldRulesWithProp{}
770
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[9]
771
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
772
- ms.StoreMessageInfo(mi)
773
- }
774
-
775
- func (x *FieldRulesWithProp) String() string {
776
- return protoimpl.X.MessageStringOf(x)
777
- }
778
-
779
- func (*FieldRulesWithProp) ProtoMessage() {}
780
-
781
- func (x *FieldRulesWithProp) ProtoReflect() protoreflect.Message {
782
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[9]
783
- if x != nil {
784
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
785
- if ms.LoadMessageInfo() == nil {
786
- ms.StoreMessageInfo(mi)
787
- }
788
- return ms
789
- }
790
- return mi.MessageOf(x)
791
- }
792
-
793
- // Deprecated: Use FieldRulesWithProp.ProtoReflect.Descriptor instead.
794
- func (*FieldRulesWithProp) Descriptor() ([]byte, []int) {
795
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{9}
796
- }
797
-
798
- func (x *FieldRulesWithProp) GetId() int64 {
799
- if x != nil && x.Id != nil {
800
- return *x.Id
801
- }
802
- return 0
803
- }
804
-
805
- func (x *FieldRulesWithProp) GetName() string {
806
- if x != nil {
807
- return x.Name
808
- }
809
- return ""
810
- }
811
-
812
- func (x *FieldRulesWithProp) GetProperties() *PropertiesRules {
813
- if x != nil {
814
- return x.Properties
815
- }
816
- return nil
817
- }
818
-
819
- func (x *FieldRulesWithProp) GetTransactionBuilderFieldRef() string {
820
- if x != nil && x.TransactionBuilderFieldRef != nil {
821
- return *x.TransactionBuilderFieldRef
822
- }
823
- return ""
824
- }
825
-
826
- type FieldRules struct {
827
- state protoimpl.MessageState `protogen:"open.v1"`
828
- Id *int64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
829
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
830
- Properties string `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"`
831
- TransactionBuilderFieldRef *string `protobuf:"bytes,4,opt,name=transaction_builder_field_ref,json=transactionBuilderFieldRef,proto3,oneof" json:"transaction_builder_field_ref,omitempty"`
832
- unknownFields protoimpl.UnknownFields
833
- sizeCache protoimpl.SizeCache
834
- }
835
-
836
- func (x *FieldRules) Reset() {
837
- *x = FieldRules{}
838
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[10]
839
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
840
- ms.StoreMessageInfo(mi)
841
- }
842
-
843
- func (x *FieldRules) String() string {
844
- return protoimpl.X.MessageStringOf(x)
845
- }
846
-
847
- func (*FieldRules) ProtoMessage() {}
848
-
849
- func (x *FieldRules) ProtoReflect() protoreflect.Message {
850
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[10]
851
- if x != nil {
852
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
853
- if ms.LoadMessageInfo() == nil {
854
- ms.StoreMessageInfo(mi)
855
- }
856
- return ms
857
- }
858
- return mi.MessageOf(x)
859
- }
860
-
861
- // Deprecated: Use FieldRules.ProtoReflect.Descriptor instead.
862
- func (*FieldRules) Descriptor() ([]byte, []int) {
863
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{10}
864
- }
865
-
866
- func (x *FieldRules) GetId() int64 {
867
- if x != nil && x.Id != nil {
868
- return *x.Id
869
- }
870
- return 0
871
- }
872
-
873
- func (x *FieldRules) GetName() string {
874
- if x != nil {
875
- return x.Name
876
- }
877
- return ""
878
- }
879
-
880
- func (x *FieldRules) GetProperties() string {
881
- if x != nil {
882
- return x.Properties
883
- }
884
- return ""
885
- }
886
-
887
- func (x *FieldRules) GetTransactionBuilderFieldRef() string {
888
- if x != nil && x.TransactionBuilderFieldRef != nil {
889
- return *x.TransactionBuilderFieldRef
890
- }
891
- return ""
892
- }
893
-
894
- type FieldViews struct {
895
- state protoimpl.MessageState `protogen:"open.v1"`
896
- Id *int64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id,omitempty"`
897
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
898
- Orders string `protobuf:"bytes,3,opt,name=orders,proto3" json:"orders,omitempty"`
899
- Properties string `protobuf:"bytes,4,opt,name=properties,proto3" json:"properties,omitempty"`
900
- TransactionBuilderFieldRef *string `protobuf:"bytes,5,opt,name=transaction_builder_field_ref,json=transactionBuilderFieldRef,proto3,oneof" json:"transaction_builder_field_ref,omitempty"`
901
- unknownFields protoimpl.UnknownFields
902
- sizeCache protoimpl.SizeCache
903
- }
904
-
905
- func (x *FieldViews) Reset() {
906
- *x = FieldViews{}
907
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[11]
908
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
909
- ms.StoreMessageInfo(mi)
910
- }
911
-
912
- func (x *FieldViews) String() string {
913
- return protoimpl.X.MessageStringOf(x)
914
- }
915
-
916
- func (*FieldViews) ProtoMessage() {}
917
-
918
- func (x *FieldViews) ProtoReflect() protoreflect.Message {
919
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[11]
920
- if x != nil {
921
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
922
- if ms.LoadMessageInfo() == nil {
923
- ms.StoreMessageInfo(mi)
924
- }
925
- return ms
926
- }
927
- return mi.MessageOf(x)
928
- }
929
-
930
- // Deprecated: Use FieldViews.ProtoReflect.Descriptor instead.
931
- func (*FieldViews) Descriptor() ([]byte, []int) {
932
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{11}
933
- }
934
-
935
- func (x *FieldViews) GetId() int64 {
936
- if x != nil && x.Id != nil {
937
- return *x.Id
938
- }
939
- return 0
940
- }
941
-
942
- func (x *FieldViews) GetName() string {
943
- if x != nil {
944
- return x.Name
945
- }
946
- return ""
947
- }
948
-
949
- func (x *FieldViews) GetOrders() string {
950
- if x != nil {
951
- return x.Orders
952
- }
953
- return ""
954
- }
955
-
956
- func (x *FieldViews) GetProperties() string {
957
- if x != nil {
958
- return x.Properties
959
- }
960
- return ""
961
- }
962
-
963
- func (x *FieldViews) GetTransactionBuilderFieldRef() string {
964
- if x != nil && x.TransactionBuilderFieldRef != nil {
965
- return *x.TransactionBuilderFieldRef
966
- }
967
- return ""
968
- }
969
-
970
- type TransactionBuilder struct {
971
- state protoimpl.MessageState `protogen:"open.v1"`
972
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
973
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
974
- unknownFields protoimpl.UnknownFields
975
- sizeCache protoimpl.SizeCache
976
- }
977
-
978
- func (x *TransactionBuilder) Reset() {
979
- *x = TransactionBuilder{}
980
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[12]
981
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
982
- ms.StoreMessageInfo(mi)
983
- }
984
-
985
- func (x *TransactionBuilder) String() string {
986
- return protoimpl.X.MessageStringOf(x)
987
- }
988
-
989
- func (*TransactionBuilder) ProtoMessage() {}
990
-
991
- func (x *TransactionBuilder) ProtoReflect() protoreflect.Message {
992
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[12]
993
- if x != nil {
994
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
995
- if ms.LoadMessageInfo() == nil {
996
- ms.StoreMessageInfo(mi)
997
- }
998
- return ms
999
- }
1000
- return mi.MessageOf(x)
1001
- }
1002
-
1003
- // Deprecated: Use TransactionBuilder.ProtoReflect.Descriptor instead.
1004
- func (*TransactionBuilder) Descriptor() ([]byte, []int) {
1005
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{12}
1006
- }
1007
-
1008
- func (x *TransactionBuilder) GetId() int64 {
1009
- if x != nil {
1010
- return x.Id
1011
- }
1012
- return 0
1013
- }
1014
-
1015
- func (x *TransactionBuilder) GetName() string {
1016
- if x != nil {
1017
- return x.Name
1018
- }
1019
- return ""
1020
- }
1021
-
1022
- type TransactionBuilderWithDetails struct {
1023
- state protoimpl.MessageState `protogen:"open.v1"`
1024
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1025
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
1026
- TransactionBuilderFields []*TransactionBuilderFields `protobuf:"bytes,3,rep,name=transaction_builder_fields,json=transactionBuilderFields,proto3" json:"transaction_builder_fields,omitempty"`
1027
- unknownFields protoimpl.UnknownFields
1028
- sizeCache protoimpl.SizeCache
1029
- }
1030
-
1031
- func (x *TransactionBuilderWithDetails) Reset() {
1032
- *x = TransactionBuilderWithDetails{}
1033
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[13]
1034
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1035
- ms.StoreMessageInfo(mi)
1036
- }
1037
-
1038
- func (x *TransactionBuilderWithDetails) String() string {
1039
- return protoimpl.X.MessageStringOf(x)
1040
- }
1041
-
1042
- func (*TransactionBuilderWithDetails) ProtoMessage() {}
1043
-
1044
- func (x *TransactionBuilderWithDetails) ProtoReflect() protoreflect.Message {
1045
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[13]
1046
- if x != nil {
1047
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1048
- if ms.LoadMessageInfo() == nil {
1049
- ms.StoreMessageInfo(mi)
1050
- }
1051
- return ms
1052
- }
1053
- return mi.MessageOf(x)
1054
- }
1055
-
1056
- // Deprecated: Use TransactionBuilderWithDetails.ProtoReflect.Descriptor instead.
1057
- func (*TransactionBuilderWithDetails) Descriptor() ([]byte, []int) {
1058
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{13}
1059
- }
1060
-
1061
- func (x *TransactionBuilderWithDetails) GetId() int64 {
1062
- if x != nil {
1063
- return x.Id
1064
- }
1065
- return 0
1066
- }
1067
-
1068
- func (x *TransactionBuilderWithDetails) GetName() string {
1069
- if x != nil {
1070
- return x.Name
1071
- }
1072
- return ""
1073
- }
1074
-
1075
- func (x *TransactionBuilderWithDetails) GetTransactionBuilderFields() []*TransactionBuilderFields {
1076
- if x != nil {
1077
- return x.TransactionBuilderFields
1078
- }
1079
- return nil
1080
- }
1081
-
1082
- type TransactionBuilderWithDetailTableRes struct {
1083
- state protoimpl.MessageState `protogen:"open.v1"`
1084
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1085
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
1086
- TransactionBuilderFields []*TransactionBuilderFieldsTable `protobuf:"bytes,3,rep,name=transaction_builder_fields,json=transactionBuilderFields,proto3" json:"transaction_builder_fields,omitempty"`
1087
- unknownFields protoimpl.UnknownFields
1088
- sizeCache protoimpl.SizeCache
1089
- }
1090
-
1091
- func (x *TransactionBuilderWithDetailTableRes) Reset() {
1092
- *x = TransactionBuilderWithDetailTableRes{}
1093
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[14]
1094
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1095
- ms.StoreMessageInfo(mi)
1096
- }
1097
-
1098
- func (x *TransactionBuilderWithDetailTableRes) String() string {
1099
- return protoimpl.X.MessageStringOf(x)
1100
- }
1101
-
1102
- func (*TransactionBuilderWithDetailTableRes) ProtoMessage() {}
1103
-
1104
- func (x *TransactionBuilderWithDetailTableRes) ProtoReflect() protoreflect.Message {
1105
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[14]
1106
- if x != nil {
1107
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1108
- if ms.LoadMessageInfo() == nil {
1109
- ms.StoreMessageInfo(mi)
1110
- }
1111
- return ms
1112
- }
1113
- return mi.MessageOf(x)
1114
- }
1115
-
1116
- // Deprecated: Use TransactionBuilderWithDetailTableRes.ProtoReflect.Descriptor instead.
1117
- func (*TransactionBuilderWithDetailTableRes) Descriptor() ([]byte, []int) {
1118
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{14}
1119
- }
1120
-
1121
- func (x *TransactionBuilderWithDetailTableRes) GetId() int64 {
1122
- if x != nil {
1123
- return x.Id
1124
- }
1125
- return 0
1126
- }
1127
-
1128
- func (x *TransactionBuilderWithDetailTableRes) GetName() string {
1129
- if x != nil {
1130
- return x.Name
1131
- }
1132
- return ""
1133
- }
1134
-
1135
- func (x *TransactionBuilderWithDetailTableRes) GetTransactionBuilderFields() []*TransactionBuilderFieldsTable {
1136
- if x != nil {
1137
- return x.TransactionBuilderFields
1138
- }
1139
- return nil
1140
- }
1141
-
1142
- type TransactionBuilderWithDetailFormRes struct {
1143
- state protoimpl.MessageState `protogen:"open.v1"`
1144
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1145
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
1146
- TransactionBuilderFields []*TransactionBuilderFieldsForm `protobuf:"bytes,3,rep,name=transaction_builder_fields,json=transactionBuilderFields,proto3" json:"transaction_builder_fields,omitempty"`
1147
- unknownFields protoimpl.UnknownFields
1148
- sizeCache protoimpl.SizeCache
1149
- }
1150
-
1151
- func (x *TransactionBuilderWithDetailFormRes) Reset() {
1152
- *x = TransactionBuilderWithDetailFormRes{}
1153
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[15]
1154
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1155
- ms.StoreMessageInfo(mi)
1156
- }
1157
-
1158
- func (x *TransactionBuilderWithDetailFormRes) String() string {
1159
- return protoimpl.X.MessageStringOf(x)
1160
- }
1161
-
1162
- func (*TransactionBuilderWithDetailFormRes) ProtoMessage() {}
1163
-
1164
- func (x *TransactionBuilderWithDetailFormRes) ProtoReflect() protoreflect.Message {
1165
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[15]
1166
- if x != nil {
1167
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1168
- if ms.LoadMessageInfo() == nil {
1169
- ms.StoreMessageInfo(mi)
1170
- }
1171
- return ms
1172
- }
1173
- return mi.MessageOf(x)
1174
- }
1175
-
1176
- // Deprecated: Use TransactionBuilderWithDetailFormRes.ProtoReflect.Descriptor instead.
1177
- func (*TransactionBuilderWithDetailFormRes) Descriptor() ([]byte, []int) {
1178
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{15}
1179
- }
1180
-
1181
- func (x *TransactionBuilderWithDetailFormRes) GetId() int64 {
1182
- if x != nil {
1183
- return x.Id
1184
- }
1185
- return 0
1186
- }
1187
-
1188
- func (x *TransactionBuilderWithDetailFormRes) GetName() string {
1189
- if x != nil {
1190
- return x.Name
1191
- }
1192
- return ""
1193
- }
1194
-
1195
- func (x *TransactionBuilderWithDetailFormRes) GetTransactionBuilderFields() []*TransactionBuilderFieldsForm {
1196
- if x != nil {
1197
- return x.TransactionBuilderFields
1198
- }
1199
- return nil
1200
- }
1201
-
1202
- type TransactionBuilderWithDetailRes struct {
1203
- state protoimpl.MessageState `protogen:"open.v1"`
1204
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1205
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
1206
- TransactionBuilderFields []*TransactionBuilderFieldsDetail `protobuf:"bytes,3,rep,name=transaction_builder_fields,json=transactionBuilderFields,proto3" json:"transaction_builder_fields,omitempty"`
1207
- unknownFields protoimpl.UnknownFields
1208
- sizeCache protoimpl.SizeCache
1209
- }
1210
-
1211
- func (x *TransactionBuilderWithDetailRes) Reset() {
1212
- *x = TransactionBuilderWithDetailRes{}
1213
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[16]
1214
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1215
- ms.StoreMessageInfo(mi)
1216
- }
1217
-
1218
- func (x *TransactionBuilderWithDetailRes) String() string {
1219
- return protoimpl.X.MessageStringOf(x)
1220
- }
1221
-
1222
- func (*TransactionBuilderWithDetailRes) ProtoMessage() {}
1223
-
1224
- func (x *TransactionBuilderWithDetailRes) ProtoReflect() protoreflect.Message {
1225
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[16]
1226
- if x != nil {
1227
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1228
- if ms.LoadMessageInfo() == nil {
1229
- ms.StoreMessageInfo(mi)
1230
- }
1231
- return ms
1232
- }
1233
- return mi.MessageOf(x)
1234
- }
1235
-
1236
- // Deprecated: Use TransactionBuilderWithDetailRes.ProtoReflect.Descriptor instead.
1237
- func (*TransactionBuilderWithDetailRes) Descriptor() ([]byte, []int) {
1238
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{16}
1239
- }
1240
-
1241
- func (x *TransactionBuilderWithDetailRes) GetId() int64 {
1242
- if x != nil {
1243
- return x.Id
1244
- }
1245
- return 0
1246
- }
1247
-
1248
- func (x *TransactionBuilderWithDetailRes) GetName() string {
1249
- if x != nil {
1250
- return x.Name
1251
- }
1252
- return ""
1253
- }
1254
-
1255
- func (x *TransactionBuilderWithDetailRes) GetTransactionBuilderFields() []*TransactionBuilderFieldsDetail {
1256
- if x != nil {
1257
- return x.TransactionBuilderFields
1258
- }
1259
- return nil
1260
- }
1261
-
1262
- type TransactionBuilderConfig struct {
1263
- state protoimpl.MessageState `protogen:"open.v1"`
1264
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
1265
- TransactionBuilderId int64 `protobuf:"varint,2,opt,name=transaction_builder_id,json=transactionBuilderId,proto3" json:"transaction_builder_id,omitempty"`
1266
- Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
1267
- unknownFields protoimpl.UnknownFields
1268
- sizeCache protoimpl.SizeCache
1269
- }
1270
-
1271
- func (x *TransactionBuilderConfig) Reset() {
1272
- *x = TransactionBuilderConfig{}
1273
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[17]
1274
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1275
- ms.StoreMessageInfo(mi)
1276
- }
1277
-
1278
- func (x *TransactionBuilderConfig) String() string {
1279
- return protoimpl.X.MessageStringOf(x)
1280
- }
1281
-
1282
- func (*TransactionBuilderConfig) ProtoMessage() {}
1283
-
1284
- func (x *TransactionBuilderConfig) ProtoReflect() protoreflect.Message {
1285
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[17]
1286
- if x != nil {
1287
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1288
- if ms.LoadMessageInfo() == nil {
1289
- ms.StoreMessageInfo(mi)
1290
- }
1291
- return ms
1292
- }
1293
- return mi.MessageOf(x)
1294
- }
1295
-
1296
- // Deprecated: Use TransactionBuilderConfig.ProtoReflect.Descriptor instead.
1297
- func (*TransactionBuilderConfig) Descriptor() ([]byte, []int) {
1298
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{17}
1299
- }
1300
-
1301
- func (x *TransactionBuilderConfig) GetName() string {
1302
- if x != nil {
1303
- return x.Name
1304
- }
1305
- return ""
1306
- }
1307
-
1308
- func (x *TransactionBuilderConfig) GetTransactionBuilderId() int64 {
1309
- if x != nil {
1310
- return x.TransactionBuilderId
1311
- }
1312
- return 0
1313
- }
1314
-
1315
- func (x *TransactionBuilderConfig) GetType() string {
1316
- if x != nil {
1317
- return x.Type
1318
- }
1319
- return ""
1320
- }
1321
-
1322
- // request builder
1323
- type TransactionBuilderRequest struct {
1324
- state protoimpl.MessageState `protogen:"open.v1"`
1325
- Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
1326
- unknownFields protoimpl.UnknownFields
1327
- sizeCache protoimpl.SizeCache
1328
- }
1329
-
1330
- func (x *TransactionBuilderRequest) Reset() {
1331
- *x = TransactionBuilderRequest{}
1332
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[18]
1333
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1334
- ms.StoreMessageInfo(mi)
1335
- }
1336
-
1337
- func (x *TransactionBuilderRequest) String() string {
1338
- return protoimpl.X.MessageStringOf(x)
1339
- }
1340
-
1341
- func (*TransactionBuilderRequest) ProtoMessage() {}
1342
-
1343
- func (x *TransactionBuilderRequest) ProtoReflect() protoreflect.Message {
1344
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[18]
1345
- if x != nil {
1346
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1347
- if ms.LoadMessageInfo() == nil {
1348
- ms.StoreMessageInfo(mi)
1349
- }
1350
- return ms
1351
- }
1352
- return mi.MessageOf(x)
1353
- }
1354
-
1355
- // Deprecated: Use TransactionBuilderRequest.ProtoReflect.Descriptor instead.
1356
- func (*TransactionBuilderRequest) Descriptor() ([]byte, []int) {
1357
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{18}
1358
- }
1359
-
1360
- func (x *TransactionBuilderRequest) GetName() string {
1361
- if x != nil {
1362
- return x.Name
1363
- }
1364
- return ""
1365
- }
1366
-
1367
- type GetTransactionBuilderById struct {
1368
- state protoimpl.MessageState `protogen:"open.v1"`
1369
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1370
- unknownFields protoimpl.UnknownFields
1371
- sizeCache protoimpl.SizeCache
1372
- }
1373
-
1374
- func (x *GetTransactionBuilderById) Reset() {
1375
- *x = GetTransactionBuilderById{}
1376
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[19]
1377
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1378
- ms.StoreMessageInfo(mi)
1379
- }
1380
-
1381
- func (x *GetTransactionBuilderById) String() string {
1382
- return protoimpl.X.MessageStringOf(x)
1383
- }
1384
-
1385
- func (*GetTransactionBuilderById) ProtoMessage() {}
1386
-
1387
- func (x *GetTransactionBuilderById) ProtoReflect() protoreflect.Message {
1388
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[19]
1389
- if x != nil {
1390
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1391
- if ms.LoadMessageInfo() == nil {
1392
- ms.StoreMessageInfo(mi)
1393
- }
1394
- return ms
1395
- }
1396
- return mi.MessageOf(x)
1397
- }
1398
-
1399
- // Deprecated: Use GetTransactionBuilderById.ProtoReflect.Descriptor instead.
1400
- func (*GetTransactionBuilderById) Descriptor() ([]byte, []int) {
1401
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{19}
1402
- }
1403
-
1404
- func (x *GetTransactionBuilderById) GetId() int64 {
1405
- if x != nil {
1406
- return x.Id
1407
- }
1408
- return 0
1409
- }
1410
-
1411
- type GetTransactionBuilderByIdWithDetail struct {
1412
- state protoimpl.MessageState `protogen:"open.v1"`
1413
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1414
- unknownFields protoimpl.UnknownFields
1415
- sizeCache protoimpl.SizeCache
1416
- }
1417
-
1418
- func (x *GetTransactionBuilderByIdWithDetail) Reset() {
1419
- *x = GetTransactionBuilderByIdWithDetail{}
1420
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[20]
1421
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1422
- ms.StoreMessageInfo(mi)
1423
- }
1424
-
1425
- func (x *GetTransactionBuilderByIdWithDetail) String() string {
1426
- return protoimpl.X.MessageStringOf(x)
1427
- }
1428
-
1429
- func (*GetTransactionBuilderByIdWithDetail) ProtoMessage() {}
1430
-
1431
- func (x *GetTransactionBuilderByIdWithDetail) ProtoReflect() protoreflect.Message {
1432
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[20]
1433
- if x != nil {
1434
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1435
- if ms.LoadMessageInfo() == nil {
1436
- ms.StoreMessageInfo(mi)
1437
- }
1438
- return ms
1439
- }
1440
- return mi.MessageOf(x)
1441
- }
1442
-
1443
- // Deprecated: Use GetTransactionBuilderByIdWithDetail.ProtoReflect.Descriptor instead.
1444
- func (*GetTransactionBuilderByIdWithDetail) Descriptor() ([]byte, []int) {
1445
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{20}
1446
- }
1447
-
1448
- func (x *GetTransactionBuilderByIdWithDetail) GetId() int64 {
1449
- if x != nil {
1450
- return x.Id
1451
- }
1452
- return 0
1453
- }
1454
-
1455
- type EditTransactionBuilderById struct {
1456
- state protoimpl.MessageState `protogen:"open.v1"`
1457
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1458
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
1459
- unknownFields protoimpl.UnknownFields
1460
- sizeCache protoimpl.SizeCache
1461
- }
1462
-
1463
- func (x *EditTransactionBuilderById) Reset() {
1464
- *x = EditTransactionBuilderById{}
1465
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[21]
1466
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1467
- ms.StoreMessageInfo(mi)
1468
- }
1469
-
1470
- func (x *EditTransactionBuilderById) String() string {
1471
- return protoimpl.X.MessageStringOf(x)
1472
- }
1473
-
1474
- func (*EditTransactionBuilderById) ProtoMessage() {}
1475
-
1476
- func (x *EditTransactionBuilderById) ProtoReflect() protoreflect.Message {
1477
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[21]
1478
- if x != nil {
1479
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1480
- if ms.LoadMessageInfo() == nil {
1481
- ms.StoreMessageInfo(mi)
1482
- }
1483
- return ms
1484
- }
1485
- return mi.MessageOf(x)
1486
- }
1487
-
1488
- // Deprecated: Use EditTransactionBuilderById.ProtoReflect.Descriptor instead.
1489
- func (*EditTransactionBuilderById) Descriptor() ([]byte, []int) {
1490
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{21}
1491
- }
1492
-
1493
- func (x *EditTransactionBuilderById) GetId() int64 {
1494
- if x != nil {
1495
- return x.Id
1496
- }
1497
- return 0
1498
- }
1499
-
1500
- func (x *EditTransactionBuilderById) GetName() string {
1501
- if x != nil {
1502
- return x.Name
1503
- }
1504
- return ""
1505
- }
1506
-
1507
- type GetTransactionBuilderList struct {
1508
- state protoimpl.MessageState `protogen:"open.v1"`
1509
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
1510
- unknownFields protoimpl.UnknownFields
1511
- sizeCache protoimpl.SizeCache
1512
- }
1513
-
1514
- func (x *GetTransactionBuilderList) Reset() {
1515
- *x = GetTransactionBuilderList{}
1516
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[22]
1517
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1518
- ms.StoreMessageInfo(mi)
1519
- }
1520
-
1521
- func (x *GetTransactionBuilderList) String() string {
1522
- return protoimpl.X.MessageStringOf(x)
1523
- }
1524
-
1525
- func (*GetTransactionBuilderList) ProtoMessage() {}
1526
-
1527
- func (x *GetTransactionBuilderList) ProtoReflect() protoreflect.Message {
1528
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[22]
1529
- if x != nil {
1530
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1531
- if ms.LoadMessageInfo() == nil {
1532
- ms.StoreMessageInfo(mi)
1533
- }
1534
- return ms
1535
- }
1536
- return mi.MessageOf(x)
1537
- }
1538
-
1539
- // Deprecated: Use GetTransactionBuilderList.ProtoReflect.Descriptor instead.
1540
- func (*GetTransactionBuilderList) Descriptor() ([]byte, []int) {
1541
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{22}
1542
- }
1543
-
1544
- func (x *GetTransactionBuilderList) GetPagination() *meta.PaginationRequest {
1545
- if x != nil {
1546
- return x.Pagination
1547
- }
1548
- return nil
1549
- }
1550
-
1551
- // request transaction field
1552
- type TransactionFieldsRequest struct {
1553
- state protoimpl.MessageState `protogen:"open.v1"`
1554
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1555
- TransactionBuilderFields []*TransactionBuilderFieldsBase `protobuf:"bytes,2,rep,name=transaction_builder_fields,json=transactionBuilderFields,proto3" json:"transaction_builder_fields,omitempty"`
1556
- unknownFields protoimpl.UnknownFields
1557
- sizeCache protoimpl.SizeCache
1558
- }
1559
-
1560
- func (x *TransactionFieldsRequest) Reset() {
1561
- *x = TransactionFieldsRequest{}
1562
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[23]
1563
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1564
- ms.StoreMessageInfo(mi)
1565
- }
1566
-
1567
- func (x *TransactionFieldsRequest) String() string {
1568
- return protoimpl.X.MessageStringOf(x)
1569
- }
1570
-
1571
- func (*TransactionFieldsRequest) ProtoMessage() {}
1572
-
1573
- func (x *TransactionFieldsRequest) ProtoReflect() protoreflect.Message {
1574
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[23]
1575
- if x != nil {
1576
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1577
- if ms.LoadMessageInfo() == nil {
1578
- ms.StoreMessageInfo(mi)
1579
- }
1580
- return ms
1581
- }
1582
- return mi.MessageOf(x)
1583
- }
1584
-
1585
- // Deprecated: Use TransactionFieldsRequest.ProtoReflect.Descriptor instead.
1586
- func (*TransactionFieldsRequest) Descriptor() ([]byte, []int) {
1587
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{23}
1588
- }
1589
-
1590
- func (x *TransactionFieldsRequest) GetId() int64 {
1591
- if x != nil {
1592
- return x.Id
1593
- }
1594
- return 0
1595
- }
1596
-
1597
- func (x *TransactionFieldsRequest) GetTransactionBuilderFields() []*TransactionBuilderFieldsBase {
1598
- if x != nil {
1599
- return x.TransactionBuilderFields
1600
- }
1601
- return nil
1602
- }
1603
-
1604
- type GetTransactionFieldsById struct {
1605
- state protoimpl.MessageState `protogen:"open.v1"`
1606
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1607
- unknownFields protoimpl.UnknownFields
1608
- sizeCache protoimpl.SizeCache
1609
- }
1610
-
1611
- func (x *GetTransactionFieldsById) Reset() {
1612
- *x = GetTransactionFieldsById{}
1613
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[24]
1614
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1615
- ms.StoreMessageInfo(mi)
1616
- }
1617
-
1618
- func (x *GetTransactionFieldsById) String() string {
1619
- return protoimpl.X.MessageStringOf(x)
1620
- }
1621
-
1622
- func (*GetTransactionFieldsById) ProtoMessage() {}
1623
-
1624
- func (x *GetTransactionFieldsById) ProtoReflect() protoreflect.Message {
1625
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[24]
1626
- if x != nil {
1627
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1628
- if ms.LoadMessageInfo() == nil {
1629
- ms.StoreMessageInfo(mi)
1630
- }
1631
- return ms
1632
- }
1633
- return mi.MessageOf(x)
1634
- }
1635
-
1636
- // Deprecated: Use GetTransactionFieldsById.ProtoReflect.Descriptor instead.
1637
- func (*GetTransactionFieldsById) Descriptor() ([]byte, []int) {
1638
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{24}
1639
- }
1640
-
1641
- func (x *GetTransactionFieldsById) GetId() int64 {
1642
- if x != nil {
1643
- return x.Id
1644
- }
1645
- return 0
1646
- }
1647
-
1648
- type EditTransactionFieldsById struct {
1649
- state protoimpl.MessageState `protogen:"open.v1"`
1650
- TransactionField *TransactionBuilderFields `protobuf:"bytes,1,opt,name=transaction_field,json=transactionField,proto3" json:"transaction_field,omitempty"`
1651
- unknownFields protoimpl.UnknownFields
1652
- sizeCache protoimpl.SizeCache
1653
- }
1654
-
1655
- func (x *EditTransactionFieldsById) Reset() {
1656
- *x = EditTransactionFieldsById{}
1657
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[25]
1658
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1659
- ms.StoreMessageInfo(mi)
1660
- }
1661
-
1662
- func (x *EditTransactionFieldsById) String() string {
1663
- return protoimpl.X.MessageStringOf(x)
1664
- }
1665
-
1666
- func (*EditTransactionFieldsById) ProtoMessage() {}
1667
-
1668
- func (x *EditTransactionFieldsById) ProtoReflect() protoreflect.Message {
1669
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[25]
1670
- if x != nil {
1671
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1672
- if ms.LoadMessageInfo() == nil {
1673
- ms.StoreMessageInfo(mi)
1674
- }
1675
- return ms
1676
- }
1677
- return mi.MessageOf(x)
1678
- }
1679
-
1680
- // Deprecated: Use EditTransactionFieldsById.ProtoReflect.Descriptor instead.
1681
- func (*EditTransactionFieldsById) Descriptor() ([]byte, []int) {
1682
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{25}
1683
- }
1684
-
1685
- func (x *EditTransactionFieldsById) GetTransactionField() *TransactionBuilderFields {
1686
- if x != nil {
1687
- return x.TransactionField
1688
- }
1689
- return nil
1690
- }
1691
-
1692
- // request transaction config
1693
- type TransactionConfigRequest struct {
1694
- state protoimpl.MessageState `protogen:"open.v1"`
1695
- TransactionBuilderConfig *TransactionBuilderConfig `protobuf:"bytes,1,opt,name=transaction_builder_config,json=transactionBuilderConfig,proto3" json:"transaction_builder_config,omitempty"`
1696
- unknownFields protoimpl.UnknownFields
1697
- sizeCache protoimpl.SizeCache
1698
- }
1699
-
1700
- func (x *TransactionConfigRequest) Reset() {
1701
- *x = TransactionConfigRequest{}
1702
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[26]
1703
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1704
- ms.StoreMessageInfo(mi)
1705
- }
1706
-
1707
- func (x *TransactionConfigRequest) String() string {
1708
- return protoimpl.X.MessageStringOf(x)
1709
- }
1710
-
1711
- func (*TransactionConfigRequest) ProtoMessage() {}
1712
-
1713
- func (x *TransactionConfigRequest) ProtoReflect() protoreflect.Message {
1714
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[26]
1715
- if x != nil {
1716
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1717
- if ms.LoadMessageInfo() == nil {
1718
- ms.StoreMessageInfo(mi)
1719
- }
1720
- return ms
1721
- }
1722
- return mi.MessageOf(x)
1723
- }
1724
-
1725
- // Deprecated: Use TransactionConfigRequest.ProtoReflect.Descriptor instead.
1726
- func (*TransactionConfigRequest) Descriptor() ([]byte, []int) {
1727
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{26}
1728
- }
1729
-
1730
- func (x *TransactionConfigRequest) GetTransactionBuilderConfig() *TransactionBuilderConfig {
1731
- if x != nil {
1732
- return x.TransactionBuilderConfig
1733
- }
1734
- return nil
1735
- }
1736
-
1737
- type GetTransactionConfigById struct {
1738
- state protoimpl.MessageState `protogen:"open.v1"`
1739
- Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
1740
- unknownFields protoimpl.UnknownFields
1741
- sizeCache protoimpl.SizeCache
1742
- }
1743
-
1744
- func (x *GetTransactionConfigById) Reset() {
1745
- *x = GetTransactionConfigById{}
1746
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[27]
1747
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1748
- ms.StoreMessageInfo(mi)
1749
- }
1750
-
1751
- func (x *GetTransactionConfigById) String() string {
1752
- return protoimpl.X.MessageStringOf(x)
1753
- }
1754
-
1755
- func (*GetTransactionConfigById) ProtoMessage() {}
1756
-
1757
- func (x *GetTransactionConfigById) ProtoReflect() protoreflect.Message {
1758
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[27]
1759
- if x != nil {
1760
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1761
- if ms.LoadMessageInfo() == nil {
1762
- ms.StoreMessageInfo(mi)
1763
- }
1764
- return ms
1765
- }
1766
- return mi.MessageOf(x)
1767
- }
1768
-
1769
- // Deprecated: Use GetTransactionConfigById.ProtoReflect.Descriptor instead.
1770
- func (*GetTransactionConfigById) Descriptor() ([]byte, []int) {
1771
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{27}
1772
- }
1773
-
1774
- func (x *GetTransactionConfigById) GetId() int64 {
1775
- if x != nil {
1776
- return x.Id
1777
- }
1778
- return 0
1779
- }
1780
-
1781
- type GetTransactionConfigList struct {
1782
- state protoimpl.MessageState `protogen:"open.v1"`
1783
- Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
1784
- unknownFields protoimpl.UnknownFields
1785
- sizeCache protoimpl.SizeCache
1786
- }
1787
-
1788
- func (x *GetTransactionConfigList) Reset() {
1789
- *x = GetTransactionConfigList{}
1790
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[28]
1791
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1792
- ms.StoreMessageInfo(mi)
1793
- }
1794
-
1795
- func (x *GetTransactionConfigList) String() string {
1796
- return protoimpl.X.MessageStringOf(x)
1797
- }
1798
-
1799
- func (*GetTransactionConfigList) ProtoMessage() {}
1800
-
1801
- func (x *GetTransactionConfigList) ProtoReflect() protoreflect.Message {
1802
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[28]
1803
- if x != nil {
1804
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1805
- if ms.LoadMessageInfo() == nil {
1806
- ms.StoreMessageInfo(mi)
1807
- }
1808
- return ms
1809
- }
1810
- return mi.MessageOf(x)
1811
- }
1812
-
1813
- // Deprecated: Use GetTransactionConfigList.ProtoReflect.Descriptor instead.
1814
- func (*GetTransactionConfigList) Descriptor() ([]byte, []int) {
1815
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{28}
1816
- }
1817
-
1818
- func (x *GetTransactionConfigList) GetPagination() *meta.PaginationRequest {
1819
- if x != nil {
1820
- return x.Pagination
1821
- }
1822
- return nil
1823
- }
1824
-
1825
- type EditTransactionConfigById struct {
1826
- state protoimpl.MessageState `protogen:"open.v1"`
1827
- TransactionCongfig *TransactionBuilderConfig `protobuf:"bytes,1,opt,name=transaction_congfig,json=transactionCongfig,proto3" json:"transaction_congfig,omitempty"`
1828
- unknownFields protoimpl.UnknownFields
1829
- sizeCache protoimpl.SizeCache
1830
- }
1831
-
1832
- func (x *EditTransactionConfigById) Reset() {
1833
- *x = EditTransactionConfigById{}
1834
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[29]
1835
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1836
- ms.StoreMessageInfo(mi)
1837
- }
1838
-
1839
- func (x *EditTransactionConfigById) String() string {
1840
- return protoimpl.X.MessageStringOf(x)
1841
- }
1842
-
1843
- func (*EditTransactionConfigById) ProtoMessage() {}
1844
-
1845
- func (x *EditTransactionConfigById) ProtoReflect() protoreflect.Message {
1846
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[29]
1847
- if x != nil {
1848
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1849
- if ms.LoadMessageInfo() == nil {
1850
- ms.StoreMessageInfo(mi)
1851
- }
1852
- return ms
1853
- }
1854
- return mi.MessageOf(x)
1855
- }
1856
-
1857
- // Deprecated: Use EditTransactionConfigById.ProtoReflect.Descriptor instead.
1858
- func (*EditTransactionConfigById) Descriptor() ([]byte, []int) {
1859
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{29}
1860
- }
1861
-
1862
- func (x *EditTransactionConfigById) GetTransactionCongfig() *TransactionBuilderConfig {
1863
- if x != nil {
1864
- return x.TransactionCongfig
1865
- }
1866
- return nil
1867
- }
1868
-
1869
- // response builder
1870
- type ResponseTransactionBuilder struct {
1871
- state protoimpl.MessageState `protogen:"open.v1"`
1872
- TransactionBuilder *TransactionBuilder `protobuf:"bytes,1,opt,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
1873
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1874
- unknownFields protoimpl.UnknownFields
1875
- sizeCache protoimpl.SizeCache
1876
- }
1877
-
1878
- func (x *ResponseTransactionBuilder) Reset() {
1879
- *x = ResponseTransactionBuilder{}
1880
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[30]
1881
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1882
- ms.StoreMessageInfo(mi)
1883
- }
1884
-
1885
- func (x *ResponseTransactionBuilder) String() string {
1886
- return protoimpl.X.MessageStringOf(x)
1887
- }
1888
-
1889
- func (*ResponseTransactionBuilder) ProtoMessage() {}
1890
-
1891
- func (x *ResponseTransactionBuilder) ProtoReflect() protoreflect.Message {
1892
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[30]
1893
- if x != nil {
1894
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1895
- if ms.LoadMessageInfo() == nil {
1896
- ms.StoreMessageInfo(mi)
1897
- }
1898
- return ms
1899
- }
1900
- return mi.MessageOf(x)
1901
- }
1902
-
1903
- // Deprecated: Use ResponseTransactionBuilder.ProtoReflect.Descriptor instead.
1904
- func (*ResponseTransactionBuilder) Descriptor() ([]byte, []int) {
1905
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{30}
1906
- }
1907
-
1908
- func (x *ResponseTransactionBuilder) GetTransactionBuilder() *TransactionBuilder {
1909
- if x != nil {
1910
- return x.TransactionBuilder
1911
- }
1912
- return nil
1913
- }
1914
-
1915
- func (x *ResponseTransactionBuilder) GetMeta() *meta.Meta {
1916
- if x != nil {
1917
- return x.Meta
1918
- }
1919
- return nil
1920
- }
1921
-
1922
- type ResponseTransactionBuilderWithDetailList struct {
1923
- state protoimpl.MessageState `protogen:"open.v1"`
1924
- TransactionBuilder []*TransactionBuilderWithDetails `protobuf:"bytes,1,rep,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
1925
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1926
- unknownFields protoimpl.UnknownFields
1927
- sizeCache protoimpl.SizeCache
1928
- }
1929
-
1930
- func (x *ResponseTransactionBuilderWithDetailList) Reset() {
1931
- *x = ResponseTransactionBuilderWithDetailList{}
1932
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[31]
1933
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1934
- ms.StoreMessageInfo(mi)
1935
- }
1936
-
1937
- func (x *ResponseTransactionBuilderWithDetailList) String() string {
1938
- return protoimpl.X.MessageStringOf(x)
1939
- }
1940
-
1941
- func (*ResponseTransactionBuilderWithDetailList) ProtoMessage() {}
1942
-
1943
- func (x *ResponseTransactionBuilderWithDetailList) ProtoReflect() protoreflect.Message {
1944
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[31]
1945
- if x != nil {
1946
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1947
- if ms.LoadMessageInfo() == nil {
1948
- ms.StoreMessageInfo(mi)
1949
- }
1950
- return ms
1951
- }
1952
- return mi.MessageOf(x)
1953
- }
1954
-
1955
- // Deprecated: Use ResponseTransactionBuilderWithDetailList.ProtoReflect.Descriptor instead.
1956
- func (*ResponseTransactionBuilderWithDetailList) Descriptor() ([]byte, []int) {
1957
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{31}
1958
- }
1959
-
1960
- func (x *ResponseTransactionBuilderWithDetailList) GetTransactionBuilder() []*TransactionBuilderWithDetails {
1961
- if x != nil {
1962
- return x.TransactionBuilder
1963
- }
1964
- return nil
1965
- }
1966
-
1967
- func (x *ResponseTransactionBuilderWithDetailList) GetMeta() *meta.Meta {
1968
- if x != nil {
1969
- return x.Meta
1970
- }
1971
- return nil
1972
- }
1973
-
1974
- type ResponseTransactionBuilderWithDetails struct {
1975
- state protoimpl.MessageState `protogen:"open.v1"`
1976
- TransactionBuilder *TransactionBuilderWithDetails `protobuf:"bytes,1,opt,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
1977
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
1978
- unknownFields protoimpl.UnknownFields
1979
- sizeCache protoimpl.SizeCache
1980
- }
1981
-
1982
- func (x *ResponseTransactionBuilderWithDetails) Reset() {
1983
- *x = ResponseTransactionBuilderWithDetails{}
1984
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[32]
1985
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1986
- ms.StoreMessageInfo(mi)
1987
- }
1988
-
1989
- func (x *ResponseTransactionBuilderWithDetails) String() string {
1990
- return protoimpl.X.MessageStringOf(x)
1991
- }
1992
-
1993
- func (*ResponseTransactionBuilderWithDetails) ProtoMessage() {}
1994
-
1995
- func (x *ResponseTransactionBuilderWithDetails) ProtoReflect() protoreflect.Message {
1996
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[32]
1997
- if x != nil {
1998
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
1999
- if ms.LoadMessageInfo() == nil {
2000
- ms.StoreMessageInfo(mi)
2001
- }
2002
- return ms
2003
- }
2004
- return mi.MessageOf(x)
2005
- }
2006
-
2007
- // Deprecated: Use ResponseTransactionBuilderWithDetails.ProtoReflect.Descriptor instead.
2008
- func (*ResponseTransactionBuilderWithDetails) Descriptor() ([]byte, []int) {
2009
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{32}
2010
- }
2011
-
2012
- func (x *ResponseTransactionBuilderWithDetails) GetTransactionBuilder() *TransactionBuilderWithDetails {
2013
- if x != nil {
2014
- return x.TransactionBuilder
2015
- }
2016
- return nil
2017
- }
2018
-
2019
- func (x *ResponseTransactionBuilderWithDetails) GetMeta() *meta.Meta {
2020
- if x != nil {
2021
- return x.Meta
2022
- }
2023
- return nil
2024
- }
2025
-
2026
- type ResponseTransactionBuilderWithDetailTable struct {
2027
- state protoimpl.MessageState `protogen:"open.v1"`
2028
- TransactionBuilder *TransactionBuilderWithDetailTableRes `protobuf:"bytes,1,opt,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
2029
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2030
- unknownFields protoimpl.UnknownFields
2031
- sizeCache protoimpl.SizeCache
2032
- }
2033
-
2034
- func (x *ResponseTransactionBuilderWithDetailTable) Reset() {
2035
- *x = ResponseTransactionBuilderWithDetailTable{}
2036
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[33]
2037
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2038
- ms.StoreMessageInfo(mi)
2039
- }
2040
-
2041
- func (x *ResponseTransactionBuilderWithDetailTable) String() string {
2042
- return protoimpl.X.MessageStringOf(x)
2043
- }
2044
-
2045
- func (*ResponseTransactionBuilderWithDetailTable) ProtoMessage() {}
2046
-
2047
- func (x *ResponseTransactionBuilderWithDetailTable) ProtoReflect() protoreflect.Message {
2048
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[33]
2049
- if x != nil {
2050
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2051
- if ms.LoadMessageInfo() == nil {
2052
- ms.StoreMessageInfo(mi)
2053
- }
2054
- return ms
2055
- }
2056
- return mi.MessageOf(x)
2057
- }
2058
-
2059
- // Deprecated: Use ResponseTransactionBuilderWithDetailTable.ProtoReflect.Descriptor instead.
2060
- func (*ResponseTransactionBuilderWithDetailTable) Descriptor() ([]byte, []int) {
2061
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{33}
2062
- }
2063
-
2064
- func (x *ResponseTransactionBuilderWithDetailTable) GetTransactionBuilder() *TransactionBuilderWithDetailTableRes {
2065
- if x != nil {
2066
- return x.TransactionBuilder
2067
- }
2068
- return nil
2069
- }
2070
-
2071
- func (x *ResponseTransactionBuilderWithDetailTable) GetMeta() *meta.Meta {
2072
- if x != nil {
2073
- return x.Meta
2074
- }
2075
- return nil
2076
- }
2077
-
2078
- type ResponseTransactionBuilderWithDetailForm struct {
2079
- state protoimpl.MessageState `protogen:"open.v1"`
2080
- TransactionBuilder *TransactionBuilderWithDetailFormRes `protobuf:"bytes,1,opt,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
2081
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2082
- unknownFields protoimpl.UnknownFields
2083
- sizeCache protoimpl.SizeCache
2084
- }
2085
-
2086
- func (x *ResponseTransactionBuilderWithDetailForm) Reset() {
2087
- *x = ResponseTransactionBuilderWithDetailForm{}
2088
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[34]
2089
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2090
- ms.StoreMessageInfo(mi)
2091
- }
2092
-
2093
- func (x *ResponseTransactionBuilderWithDetailForm) String() string {
2094
- return protoimpl.X.MessageStringOf(x)
2095
- }
2096
-
2097
- func (*ResponseTransactionBuilderWithDetailForm) ProtoMessage() {}
2098
-
2099
- func (x *ResponseTransactionBuilderWithDetailForm) ProtoReflect() protoreflect.Message {
2100
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[34]
2101
- if x != nil {
2102
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2103
- if ms.LoadMessageInfo() == nil {
2104
- ms.StoreMessageInfo(mi)
2105
- }
2106
- return ms
2107
- }
2108
- return mi.MessageOf(x)
2109
- }
2110
-
2111
- // Deprecated: Use ResponseTransactionBuilderWithDetailForm.ProtoReflect.Descriptor instead.
2112
- func (*ResponseTransactionBuilderWithDetailForm) Descriptor() ([]byte, []int) {
2113
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{34}
2114
- }
2115
-
2116
- func (x *ResponseTransactionBuilderWithDetailForm) GetTransactionBuilder() *TransactionBuilderWithDetailFormRes {
2117
- if x != nil {
2118
- return x.TransactionBuilder
2119
- }
2120
- return nil
2121
- }
2122
-
2123
- func (x *ResponseTransactionBuilderWithDetailForm) GetMeta() *meta.Meta {
2124
- if x != nil {
2125
- return x.Meta
2126
- }
2127
- return nil
2128
- }
2129
-
2130
- type ResponseTransactionBuilderWithDetail struct {
2131
- state protoimpl.MessageState `protogen:"open.v1"`
2132
- TransactionBuilder *TransactionBuilderWithDetailRes `protobuf:"bytes,1,opt,name=transaction_builder,json=transactionBuilder,proto3" json:"transaction_builder,omitempty"`
2133
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2134
- unknownFields protoimpl.UnknownFields
2135
- sizeCache protoimpl.SizeCache
2136
- }
2137
-
2138
- func (x *ResponseTransactionBuilderWithDetail) Reset() {
2139
- *x = ResponseTransactionBuilderWithDetail{}
2140
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[35]
2141
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2142
- ms.StoreMessageInfo(mi)
2143
- }
2144
-
2145
- func (x *ResponseTransactionBuilderWithDetail) String() string {
2146
- return protoimpl.X.MessageStringOf(x)
2147
- }
2148
-
2149
- func (*ResponseTransactionBuilderWithDetail) ProtoMessage() {}
2150
-
2151
- func (x *ResponseTransactionBuilderWithDetail) ProtoReflect() protoreflect.Message {
2152
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[35]
2153
- if x != nil {
2154
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2155
- if ms.LoadMessageInfo() == nil {
2156
- ms.StoreMessageInfo(mi)
2157
- }
2158
- return ms
2159
- }
2160
- return mi.MessageOf(x)
2161
- }
2162
-
2163
- // Deprecated: Use ResponseTransactionBuilderWithDetail.ProtoReflect.Descriptor instead.
2164
- func (*ResponseTransactionBuilderWithDetail) Descriptor() ([]byte, []int) {
2165
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{35}
2166
- }
2167
-
2168
- func (x *ResponseTransactionBuilderWithDetail) GetTransactionBuilder() *TransactionBuilderWithDetailRes {
2169
- if x != nil {
2170
- return x.TransactionBuilder
2171
- }
2172
- return nil
2173
- }
2174
-
2175
- func (x *ResponseTransactionBuilderWithDetail) GetMeta() *meta.Meta {
2176
- if x != nil {
2177
- return x.Meta
2178
- }
2179
- return nil
2180
- }
2181
-
2182
- type ResponseTransactionBuilderList struct {
2183
- state protoimpl.MessageState `protogen:"open.v1"`
2184
- TransactionBuilders []*TransactionBuilder `protobuf:"bytes,1,rep,name=transaction_builders,json=transactionBuilders,proto3" json:"transaction_builders,omitempty"`
2185
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2186
- unknownFields protoimpl.UnknownFields
2187
- sizeCache protoimpl.SizeCache
2188
- }
2189
-
2190
- func (x *ResponseTransactionBuilderList) Reset() {
2191
- *x = ResponseTransactionBuilderList{}
2192
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[36]
2193
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2194
- ms.StoreMessageInfo(mi)
2195
- }
2196
-
2197
- func (x *ResponseTransactionBuilderList) String() string {
2198
- return protoimpl.X.MessageStringOf(x)
2199
- }
2200
-
2201
- func (*ResponseTransactionBuilderList) ProtoMessage() {}
2202
-
2203
- func (x *ResponseTransactionBuilderList) ProtoReflect() protoreflect.Message {
2204
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[36]
2205
- if x != nil {
2206
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2207
- if ms.LoadMessageInfo() == nil {
2208
- ms.StoreMessageInfo(mi)
2209
- }
2210
- return ms
2211
- }
2212
- return mi.MessageOf(x)
2213
- }
2214
-
2215
- // Deprecated: Use ResponseTransactionBuilderList.ProtoReflect.Descriptor instead.
2216
- func (*ResponseTransactionBuilderList) Descriptor() ([]byte, []int) {
2217
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{36}
2218
- }
2219
-
2220
- func (x *ResponseTransactionBuilderList) GetTransactionBuilders() []*TransactionBuilder {
2221
- if x != nil {
2222
- return x.TransactionBuilders
2223
- }
2224
- return nil
2225
- }
2226
-
2227
- func (x *ResponseTransactionBuilderList) GetMeta() *meta.Meta {
2228
- if x != nil {
2229
- return x.Meta
2230
- }
2231
- return nil
2232
- }
2233
-
2234
- // response fields
2235
- type ResponseTransactionFieldsList struct {
2236
- state protoimpl.MessageState `protogen:"open.v1"`
2237
- TransactionFields []*TransactionBuilderFields `protobuf:"bytes,1,rep,name=transaction_fields,json=transactionFields,proto3" json:"transaction_fields,omitempty"`
2238
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2239
- unknownFields protoimpl.UnknownFields
2240
- sizeCache protoimpl.SizeCache
2241
- }
2242
-
2243
- func (x *ResponseTransactionFieldsList) Reset() {
2244
- *x = ResponseTransactionFieldsList{}
2245
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[37]
2246
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2247
- ms.StoreMessageInfo(mi)
2248
- }
2249
-
2250
- func (x *ResponseTransactionFieldsList) String() string {
2251
- return protoimpl.X.MessageStringOf(x)
2252
- }
2253
-
2254
- func (*ResponseTransactionFieldsList) ProtoMessage() {}
2255
-
2256
- func (x *ResponseTransactionFieldsList) ProtoReflect() protoreflect.Message {
2257
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[37]
2258
- if x != nil {
2259
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2260
- if ms.LoadMessageInfo() == nil {
2261
- ms.StoreMessageInfo(mi)
2262
- }
2263
- return ms
2264
- }
2265
- return mi.MessageOf(x)
2266
- }
2267
-
2268
- // Deprecated: Use ResponseTransactionFieldsList.ProtoReflect.Descriptor instead.
2269
- func (*ResponseTransactionFieldsList) Descriptor() ([]byte, []int) {
2270
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{37}
2271
- }
2272
-
2273
- func (x *ResponseTransactionFieldsList) GetTransactionFields() []*TransactionBuilderFields {
2274
- if x != nil {
2275
- return x.TransactionFields
2276
- }
2277
- return nil
2278
- }
2279
-
2280
- func (x *ResponseTransactionFieldsList) GetMeta() *meta.Meta {
2281
- if x != nil {
2282
- return x.Meta
2283
- }
2284
- return nil
2285
- }
2286
-
2287
- type ResponseTransactionFields struct {
2288
- state protoimpl.MessageState `protogen:"open.v1"`
2289
- TransactionFields *TransactionBuilderFields `protobuf:"bytes,1,opt,name=transaction_fields,json=transactionFields,proto3" json:"transaction_fields,omitempty"`
2290
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2291
- unknownFields protoimpl.UnknownFields
2292
- sizeCache protoimpl.SizeCache
2293
- }
2294
-
2295
- func (x *ResponseTransactionFields) Reset() {
2296
- *x = ResponseTransactionFields{}
2297
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[38]
2298
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2299
- ms.StoreMessageInfo(mi)
2300
- }
2301
-
2302
- func (x *ResponseTransactionFields) String() string {
2303
- return protoimpl.X.MessageStringOf(x)
2304
- }
2305
-
2306
- func (*ResponseTransactionFields) ProtoMessage() {}
2307
-
2308
- func (x *ResponseTransactionFields) ProtoReflect() protoreflect.Message {
2309
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[38]
2310
- if x != nil {
2311
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2312
- if ms.LoadMessageInfo() == nil {
2313
- ms.StoreMessageInfo(mi)
2314
- }
2315
- return ms
2316
- }
2317
- return mi.MessageOf(x)
2318
- }
2319
-
2320
- // Deprecated: Use ResponseTransactionFields.ProtoReflect.Descriptor instead.
2321
- func (*ResponseTransactionFields) Descriptor() ([]byte, []int) {
2322
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{38}
2323
- }
2324
-
2325
- func (x *ResponseTransactionFields) GetTransactionFields() *TransactionBuilderFields {
2326
- if x != nil {
2327
- return x.TransactionFields
2328
- }
2329
- return nil
2330
- }
2331
-
2332
- func (x *ResponseTransactionFields) GetMeta() *meta.Meta {
2333
- if x != nil {
2334
- return x.Meta
2335
- }
2336
- return nil
2337
- }
2338
-
2339
- // response config
2340
- type ResponseTransactionConfig struct {
2341
- state protoimpl.MessageState `protogen:"open.v1"`
2342
- TransactionBuilderConfig *TransactionBuilderConfig `protobuf:"bytes,1,opt,name=transaction_builder_config,json=transactionBuilderConfig,proto3" json:"transaction_builder_config,omitempty"`
2343
- unknownFields protoimpl.UnknownFields
2344
- sizeCache protoimpl.SizeCache
2345
- }
2346
-
2347
- func (x *ResponseTransactionConfig) Reset() {
2348
- *x = ResponseTransactionConfig{}
2349
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[39]
2350
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2351
- ms.StoreMessageInfo(mi)
2352
- }
2353
-
2354
- func (x *ResponseTransactionConfig) String() string {
2355
- return protoimpl.X.MessageStringOf(x)
2356
- }
2357
-
2358
- func (*ResponseTransactionConfig) ProtoMessage() {}
2359
-
2360
- func (x *ResponseTransactionConfig) ProtoReflect() protoreflect.Message {
2361
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[39]
2362
- if x != nil {
2363
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2364
- if ms.LoadMessageInfo() == nil {
2365
- ms.StoreMessageInfo(mi)
2366
- }
2367
- return ms
2368
- }
2369
- return mi.MessageOf(x)
2370
- }
2371
-
2372
- // Deprecated: Use ResponseTransactionConfig.ProtoReflect.Descriptor instead.
2373
- func (*ResponseTransactionConfig) Descriptor() ([]byte, []int) {
2374
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{39}
2375
- }
2376
-
2377
- func (x *ResponseTransactionConfig) GetTransactionBuilderConfig() *TransactionBuilderConfig {
2378
- if x != nil {
2379
- return x.TransactionBuilderConfig
2380
- }
2381
- return nil
2382
- }
2383
-
2384
- type ResponseTransactionConfigList struct {
2385
- state protoimpl.MessageState `protogen:"open.v1"`
2386
- TransactionBuilderConfig []*TransactionBuilderConfig `protobuf:"bytes,1,rep,name=transaction_builder_config,json=transactionBuilderConfig,proto3" json:"transaction_builder_config,omitempty"`
2387
- Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
2388
- unknownFields protoimpl.UnknownFields
2389
- sizeCache protoimpl.SizeCache
2390
- }
2391
-
2392
- func (x *ResponseTransactionConfigList) Reset() {
2393
- *x = ResponseTransactionConfigList{}
2394
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[40]
2395
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2396
- ms.StoreMessageInfo(mi)
2397
- }
2398
-
2399
- func (x *ResponseTransactionConfigList) String() string {
2400
- return protoimpl.X.MessageStringOf(x)
2401
- }
2402
-
2403
- func (*ResponseTransactionConfigList) ProtoMessage() {}
2404
-
2405
- func (x *ResponseTransactionConfigList) ProtoReflect() protoreflect.Message {
2406
- mi := &file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[40]
2407
- if x != nil {
2408
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
2409
- if ms.LoadMessageInfo() == nil {
2410
- ms.StoreMessageInfo(mi)
2411
- }
2412
- return ms
2413
- }
2414
- return mi.MessageOf(x)
2415
- }
2416
-
2417
- // Deprecated: Use ResponseTransactionConfigList.ProtoReflect.Descriptor instead.
2418
- func (*ResponseTransactionConfigList) Descriptor() ([]byte, []int) {
2419
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP(), []int{40}
2420
- }
2421
-
2422
- func (x *ResponseTransactionConfigList) GetTransactionBuilderConfig() []*TransactionBuilderConfig {
2423
- if x != nil {
2424
- return x.TransactionBuilderConfig
2425
- }
2426
- return nil
2427
- }
2428
-
2429
- func (x *ResponseTransactionConfigList) GetMeta() *meta.Meta {
2430
- if x != nil {
2431
- return x.Meta
2432
- }
2433
- return nil
2434
- }
2435
-
2436
- var File_prisca_v1_core_transaction_builder_transaction_builder_proto protoreflect.FileDescriptor
2437
-
2438
- var file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDesc = []byte{
2439
- 0x0a, 0x3c, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
2440
- 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2441
- 0x6c, 0x64, 0x65, 0x72, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2442
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x22,
2443
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
2444
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
2445
- 0x65, 0x72, 0x1a, 0x20, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c,
2446
- 0x6f, 0x62, 0x61, 0x6c, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70,
2447
- 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
2448
- 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x61, 0x6e, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22,
2449
- 0x2f, 0x0a, 0x05, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
2450
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61,
2451
- 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
2452
- 0x22, 0x3b, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x52, 0x75,
2453
- 0x6c, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
2454
- 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65,
2455
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf5, 0x02,
2456
- 0x0a, 0x1c, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2457
- 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x46, 0x6f, 0x72, 0x6d, 0x12, 0x34,
2458
- 0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
2459
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14,
2460
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2461
- 0x65, 0x72, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x18, 0x02,
2462
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x10, 0x0a, 0x03,
2463
- 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14,
2464
- 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c,
2465
- 0x61, 0x62, 0x65, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
2466
- 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66,
2467
- 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x41, 0x0a, 0x06, 0x6f, 0x70, 0x74,
2468
- 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70, 0x72, 0x69, 0x73,
2469
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
2470
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56,
2471
- 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a,
2472
- 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
2473
- 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x57, 0x0a, 0x0b,
2474
- 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28,
2475
- 0x0b, 0x32, 0x36, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f,
2476
- 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62,
2477
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x75, 0x6c, 0x65,
2478
- 0x73, 0x57, 0x69, 0x74, 0x68, 0x50, 0x72, 0x6f, 0x70, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64,
2479
- 0x52, 0x75, 0x6c, 0x65, 0x73, 0x22, 0xf1, 0x01, 0x0a, 0x1e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
2480
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c,
2481
- 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x34, 0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e,
2482
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
2483
- 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2484
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16,
2485
- 0x0a, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
2486
- 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20,
2487
- 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65,
2488
- 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x23,
2489
- 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
2490
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
2491
- 0x73, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
2492
- 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74,
2493
- 0x69, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x07, 0x20, 0x01,
2494
- 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xca, 0x02, 0x0a, 0x0e, 0x50, 0x72,
2495
- 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x46, 0x6f, 0x72, 0x6d, 0x12, 0x1b, 0x0a, 0x09,
2496
- 0x61, 0x75, 0x74, 0x6f, 0x5f, 0x66, 0x69, 0x6c, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
2497
- 0x08, 0x61, 0x75, 0x74, 0x6f, 0x46, 0x69, 0x6c, 0x6c, 0x12, 0x1e, 0x0a, 0x0b, 0x6b, 0x65, 0x79,
2498
- 0x5f, 0x6f, 0x66, 0x5f, 0x66, 0x69, 0x6c, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
2499
- 0x6b, 0x65, 0x79, 0x4f, 0x66, 0x46, 0x69, 0x6c, 0x6c, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 0x72,
2500
- 0x65, 0x6e, 0x74, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x70,
2501
- 0x61, 0x72, 0x65, 0x6e, 0x74, 0x4b, 0x65, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x68, 0x69, 0x6e, 0x74,
2502
- 0x5f, 0x74, 0x65, 0x78, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x69, 0x6e,
2503
- 0x74, 0x54, 0x65, 0x78, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5f, 0x68,
2504
- 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x6c, 0x61,
2505
- 0x63, 0x65, 0x48, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61,
2506
- 0x5f, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64,
2507
- 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
2508
- 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x23, 0x0a,
2509
- 0x0d, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x5f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x08,
2510
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x56, 0x61, 0x6c,
2511
- 0x75, 0x65, 0x12, 0x25, 0x0a, 0x0e, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x5f, 0x76,
2512
- 0x61, 0x6c, 0x75, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x6c, 0x65,
2513
- 0x63, 0x74, 0x65, 0x64, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f,
2514
- 0x6d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73,
2515
- 0x4d, 0x61, 0x73, 0x74, 0x65, 0x72, 0x22, 0x8f, 0x02, 0x0a, 0x1d, 0x54, 0x72, 0x61, 0x6e, 0x73,
2516
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65,
2517
- 0x6c, 0x64, 0x73, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e,
2518
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
2519
- 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2520
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x16,
2521
- 0x0a, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06,
2522
- 0x6f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20,
2523
- 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65,
2524
- 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x23,
2525
- 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18,
2526
- 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65,
2527
- 0x73, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
2528
- 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
2529
- 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2530
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x50, 0x72, 0x6f,
2531
- 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x0a, 0x70, 0x72,
2532
- 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x22, 0x47, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x70,
2533
- 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x69,
2534
- 0x73, 0x5f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73,
2535
- 0x4d, 0x61, 0x69, 0x6e, 0x12, 0x1b, 0x0a, 0x09, 0x64, 0x61, 0x74, 0x61, 0x5f, 0x74, 0x79, 0x70,
2536
- 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x64, 0x61, 0x74, 0x61, 0x54, 0x79, 0x70,
2537
- 0x65, 0x22, 0x83, 0x03, 0x0a, 0x18, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2538
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x0e,
2539
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x34,
2540
- 0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
2541
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14,
2542
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2543
- 0x65, 0x72, 0x49, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28,
2544
- 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x18,
2545
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x12, 0x41, 0x0a, 0x06,
2546
- 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x70,
2547
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72,
2548
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2549
- 0x72, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12,
2550
- 0x4f, 0x0a, 0x0b, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x06,
2551
- 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
2552
- 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2553
- 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52,
2554
- 0x75, 0x6c, 0x65, 0x73, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x73,
2555
- 0x12, 0x4f, 0x0a, 0x0b, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x76, 0x69, 0x65, 0x77, 0x73, 0x18,
2556
- 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2557
- 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2558
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64,
2559
- 0x56, 0x69, 0x65, 0x77, 0x73, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x69, 0x65, 0x77,
2560
- 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09,
2561
- 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xc8, 0x02, 0x0a, 0x1c, 0x54, 0x72, 0x61, 0x6e,
2562
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69,
2563
- 0x65, 0x6c, 0x64, 0x73, 0x42, 0x61, 0x73, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18,
2564
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x61,
2565
- 0x62, 0x65, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6c, 0x61, 0x62, 0x65, 0x6c,
2566
- 0x12, 0x41, 0x0a, 0x06, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b,
2567
- 0x32, 0x29, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72,
2568
- 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
2569
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x06, 0x6f, 0x70, 0x74,
2570
- 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x0b, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x75, 0x6c,
2571
- 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
2572
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2573
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x46, 0x69,
2574
- 0x65, 0x6c, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52,
2575
- 0x75, 0x6c, 0x65, 0x73, 0x12, 0x4f, 0x0a, 0x0b, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x76, 0x69,
2576
- 0x65, 0x77, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x70, 0x72, 0x69, 0x73,
2577
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
2578
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x46,
2579
- 0x69, 0x65, 0x6c, 0x64, 0x56, 0x69, 0x65, 0x77, 0x73, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64,
2580
- 0x56, 0x69, 0x65, 0x77, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x6d, 0x61, 0x73, 0x74,
2581
- 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x4d, 0x61, 0x73, 0x74,
2582
- 0x65, 0x72, 0x22, 0x83, 0x02, 0x0a, 0x12, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x75, 0x6c, 0x65,
2583
- 0x73, 0x57, 0x69, 0x74, 0x68, 0x50, 0x72, 0x6f, 0x70, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18,
2584
- 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x12,
2585
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
2586
- 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73,
2587
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
2588
- 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2589
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x50, 0x72, 0x6f, 0x70,
2590
- 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x0a, 0x70, 0x72, 0x6f,
2591
- 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x46, 0x0a, 0x1d, 0x74, 0x72, 0x61, 0x6e, 0x73,
2592
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66,
2593
- 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01,
2594
- 0x52, 0x1a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2595
- 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x88, 0x01, 0x01, 0x42,
2596
- 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x20, 0x0a, 0x1e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73,
2597
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66,
2598
- 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x65, 0x66, 0x22, 0xc6, 0x01, 0x0a, 0x0a, 0x46, 0x69, 0x65,
2599
- 0x6c, 0x64, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
2600
- 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x12, 0x0a, 0x04,
2601
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
2602
- 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x03,
2603
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73,
2604
- 0x12, 0x46, 0x0a, 0x1d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
2605
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x65,
2606
- 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x1a, 0x74, 0x72, 0x61, 0x6e, 0x73,
2607
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65,
2608
- 0x6c, 0x64, 0x52, 0x65, 0x66, 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42,
2609
- 0x20, 0x0a, 0x1e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
2610
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72, 0x65,
2611
- 0x66, 0x22, 0xde, 0x01, 0x0a, 0x0a, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x69, 0x65, 0x77, 0x73,
2612
- 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x48, 0x00, 0x52, 0x02,
2613
- 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20,
2614
- 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x72, 0x64,
2615
- 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6f, 0x72, 0x64, 0x65, 0x72,
2616
- 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18,
2617
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65,
2618
- 0x73, 0x12, 0x46, 0x0a, 0x1d, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2619
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72,
2620
- 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x1a, 0x74, 0x72, 0x61, 0x6e,
2621
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69,
2622
- 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64,
2623
- 0x42, 0x20, 0x0a, 0x1e, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2624
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x72,
2625
- 0x65, 0x66, 0x22, 0x38, 0x0a, 0x12, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2626
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
2627
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
2628
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xbf, 0x01, 0x0a,
2629
- 0x1d, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
2630
- 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x0e,
2631
- 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12,
2632
- 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61,
2633
- 0x6d, 0x65, 0x12, 0x7a, 0x0a, 0x1a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2634
- 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73,
2635
- 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
2636
- 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2637
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e,
2638
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69,
2639
- 0x65, 0x6c, 0x64, 0x73, 0x52, 0x18, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2640
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0xcb,
2641
- 0x01, 0x0a, 0x24, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75,
2642
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54,
2643
- 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20,
2644
- 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
2645
- 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x7f, 0x0a, 0x1a, 0x74,
2646
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
2647
- 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
2648
- 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65,
2649
- 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2650
- 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2651
- 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x54, 0x61, 0x62,
2652
- 0x6c, 0x65, 0x52, 0x18, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
2653
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0xc9, 0x01, 0x0a,
2654
- 0x23, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
2655
- 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x46, 0x6f, 0x72,
2656
- 0x6d, 0x52, 0x65, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
2657
- 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
2658
- 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x7e, 0x0a, 0x1a, 0x74, 0x72, 0x61, 0x6e,
2659
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
2660
- 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x70,
2661
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72,
2662
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2663
- 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2664
- 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x46, 0x6f, 0x72, 0x6d, 0x52, 0x18,
2665
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2666
- 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0xc8, 0x01, 0x0a, 0x1f, 0x54, 0x72, 0x61,
2667
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57,
2668
- 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x12, 0x0e, 0x0a, 0x02,
2669
- 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04,
2670
- 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65,
2671
- 0x12, 0x80, 0x01, 0x0a, 0x1a, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2672
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18,
2673
- 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2674
- 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2675
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73,
2676
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65,
2677
- 0x6c, 0x64, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x18, 0x74, 0x72, 0x61, 0x6e, 0x73,
2678
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65,
2679
- 0x6c, 0x64, 0x73, 0x22, 0x78, 0x0a, 0x18, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2680
- 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12,
2681
- 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e,
2682
- 0x61, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x16, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2683
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20,
2684
- 0x01, 0x28, 0x03, 0x52, 0x14, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2685
- 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70,
2686
- 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x2f, 0x0a,
2687
- 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
2688
- 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61,
2689
- 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x2b,
2690
- 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2691
- 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69,
2692
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x35, 0x0a, 0x23, 0x47,
2693
- 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2694
- 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61,
2695
- 0x69, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
2696
- 0x69, 0x64, 0x22, 0x40, 0x0a, 0x1a, 0x45, 0x64, 0x69, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
2697
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64,
2698
- 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64,
2699
- 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
2700
- 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x65, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73,
2701
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x73,
2702
- 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
2703
- 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2704
- 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61,
2705
- 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
2706
- 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xaa, 0x01, 0x0a, 0x18,
2707
- 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64,
2708
- 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01,
2709
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x7e, 0x0a, 0x1a, 0x74, 0x72, 0x61, 0x6e,
2710
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
2711
- 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x70,
2712
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72,
2713
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2714
- 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2715
- 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42, 0x61, 0x73, 0x65, 0x52, 0x18,
2716
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2717
- 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54,
2718
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
2719
- 0x42, 0x79, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
2720
- 0x52, 0x02, 0x69, 0x64, 0x22, 0x86, 0x01, 0x0a, 0x19, 0x45, 0x64, 0x69, 0x74, 0x54, 0x72, 0x61,
2721
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42, 0x79,
2722
- 0x49, 0x64, 0x12, 0x69, 0x0a, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2723
- 0x6e, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e,
2724
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
2725
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
2726
- 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75,
2727
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x10, 0x74, 0x72, 0x61,
2728
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x22, 0x96, 0x01,
2729
- 0x0a, 0x18, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e,
2730
- 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x7a, 0x0a, 0x1a, 0x74, 0x72,
2731
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2732
- 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c,
2733
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
2734
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
2735
- 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
2736
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x18, 0x74, 0x72,
2737
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2738
- 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x2a, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61,
2739
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79,
2740
- 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
2741
- 0x69, 0x64, 0x22, 0x64, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2742
- 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x48,
2743
- 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01,
2744
- 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
2745
- 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e,
2746
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61,
2747
- 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8a, 0x01, 0x0a, 0x19, 0x45, 0x64, 0x69,
2748
- 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
2749
- 0x69, 0x67, 0x42, 0x79, 0x49, 0x64, 0x12, 0x6d, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2750
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x6e, 0x67, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20,
2751
- 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
2752
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2753
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2754
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69,
2755
- 0x67, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
2756
- 0x6e, 0x67, 0x66, 0x69, 0x67, 0x22, 0xb6, 0x01, 0x0a, 0x1a, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
2757
- 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2758
- 0x6c, 0x64, 0x65, 0x72, 0x12, 0x67, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2759
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28,
2760
- 0x0b, 0x32, 0x36, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f,
2761
- 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62,
2762
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2763
- 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73,
2764
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x2f, 0x0a,
2765
- 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72,
2766
- 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d,
2767
- 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xcf,
2768
- 0x01, 0x0a, 0x28, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73,
2769
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74,
2770
- 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x72, 0x0a, 0x13, 0x74,
2771
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
2772
- 0x65, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
2773
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2774
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72,
2775
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2776
- 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x12, 0x74, 0x72, 0x61,
2777
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12,
2778
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
2779
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
2780
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
2781
- 0x22, 0xcc, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61,
2782
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57,
2783
- 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x72, 0x0a, 0x13, 0x74, 0x72,
2784
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2785
- 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
2786
- 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2787
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61,
2788
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57,
2789
- 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e,
2790
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x2f,
2791
- 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70,
2792
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e,
2793
- 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22,
2794
- 0xd7, 0x01, 0x0a, 0x29, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e,
2795
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69,
2796
- 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x79, 0x0a,
2797
- 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2798
- 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x70, 0x72, 0x69,
2799
- 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
2800
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
2801
- 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2802
- 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61, 0x62, 0x6c,
2803
- 0x65, 0x52, 0x65, 0x73, 0x52, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2804
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61,
2805
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
2806
- 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d,
2807
- 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xd5, 0x01, 0x0a, 0x28, 0x52, 0x65,
2808
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2809
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61,
2810
- 0x69, 0x6c, 0x46, 0x6f, 0x72, 0x6d, 0x12, 0x78, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2811
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20,
2812
- 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
2813
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2814
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2815
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44,
2816
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x46, 0x6f, 0x72, 0x6d, 0x52, 0x65, 0x73, 0x52, 0x12, 0x74, 0x72,
2817
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2818
- 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
2819
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
2820
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
2821
- 0x61, 0x22, 0xcd, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72,
2822
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2823
- 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x74, 0x0a, 0x13, 0x74, 0x72,
2824
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2825
- 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
2826
- 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2827
- 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61,
2828
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57,
2829
- 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x52, 0x65, 0x73, 0x52, 0x12, 0x74, 0x72,
2830
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2831
- 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
2832
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
2833
- 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
2834
- 0x61, 0x22, 0xbc, 0x01, 0x0a, 0x1e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72,
2835
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2836
- 0x4c, 0x69, 0x73, 0x74, 0x12, 0x69, 0x0a, 0x14, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2837
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03,
2838
- 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63,
2839
- 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
2840
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2841
- 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x13, 0x74, 0x72, 0x61, 0x6e,
2842
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x73, 0x12,
2843
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
2844
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
2845
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
2846
- 0x22, 0xbd, 0x01, 0x0a, 0x1d, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61,
2847
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x4c, 0x69,
2848
- 0x73, 0x74, 0x12, 0x6b, 0x0a, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2849
- 0x6e, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c,
2850
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
2851
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
2852
- 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
2853
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x11, 0x74, 0x72,
2854
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12,
2855
- 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
2856
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
2857
- 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
2858
- 0x22, 0xb9, 0x01, 0x0a, 0x19, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61,
2859
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x6b,
2860
- 0x0a, 0x12, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x66, 0x69,
2861
- 0x65, 0x6c, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x70, 0x72, 0x69,
2862
- 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
2863
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
2864
- 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64,
2865
- 0x65, 0x72, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x52, 0x11, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2866
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d,
2867
- 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73,
2868
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
2869
- 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x97, 0x01, 0x0a,
2870
- 0x19, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2871
- 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x7a, 0x0a, 0x1a, 0x74, 0x72,
2872
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2873
- 0x72, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c,
2874
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
2875
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
2876
- 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42,
2877
- 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x18, 0x74, 0x72,
2878
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2879
- 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0xcc, 0x01, 0x0a, 0x1d, 0x52, 0x65, 0x73, 0x70, 0x6f,
2880
- 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
2881
- 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x7a, 0x0a, 0x1a, 0x74, 0x72, 0x61, 0x6e,
2882
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x5f,
2883
- 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x70,
2884
- 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72,
2885
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65,
2886
- 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2887
- 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x18, 0x74, 0x72, 0x61, 0x6e,
2888
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x43, 0x6f,
2889
- 0x6e, 0x66, 0x69, 0x67, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01,
2890
- 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67,
2891
- 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52,
2892
- 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0x84, 0x13, 0x0a, 0x19, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
2893
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x53, 0x65, 0x72, 0x76,
2894
- 0x69, 0x63, 0x65, 0x12, 0x99, 0x01, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72,
2895
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2896
- 0x12, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72,
2897
- 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
2898
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2899
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
2900
- 0x3e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65,
2901
- 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2902
- 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61,
2903
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12,
2904
- 0x9a, 0x01, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61,
2905
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x3c, 0x2e, 0x70, 0x72,
2906
- 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61,
2907
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2908
- 0x2e, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c,
2909
- 0x64, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73,
2910
- 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73,
2911
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52,
2912
- 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2913
- 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x96, 0x01, 0x0a,
2914
- 0x17, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2915
- 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
2916
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
2917
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x54, 0x72,
2918
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52,
2919
- 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
2920
- 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2921
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70,
2922
- 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43,
2923
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x96, 0x01, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61,
2924
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12,
2925
- 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65,
2926
- 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2927
- 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2928
- 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x3e,
2929
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
2930
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
2931
- 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e,
2932
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0xb5,
2933
- 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2934
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61,
2935
- 0x69, 0x6c, 0x12, 0x47, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63,
2936
- 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
2937
- 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73,
2938
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49,
2939
- 0x64, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x1a, 0x49, 0x2e, 0x70, 0x72,
2940
- 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61,
2941
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2942
- 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2943
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44,
2944
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x93, 0x01, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x54, 0x72,
2945
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12,
2946
- 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65,
2947
- 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2948
- 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2949
- 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x3d, 0x2e,
2950
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
2951
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
2952
- 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73,
2953
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x93, 0x01, 0x0a,
2954
- 0x14, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43,
2955
- 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2956
- 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2957
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72,
2958
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42,
2959
- 0x79, 0x49, 0x64, 0x1a, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
2960
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2961
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
2962
- 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66,
2963
- 0x69, 0x67, 0x12, 0x9e, 0x01, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x72,
2964
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72,
2965
- 0x12, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72,
2966
- 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75,
2967
- 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
2968
- 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x1a,
2969
- 0x42, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65,
2970
- 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69,
2971
- 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61,
2972
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x4c,
2973
- 0x69, 0x73, 0x74, 0x12, 0xad, 0x01, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x54,
2974
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65,
2975
- 0x72, 0x54, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e,
2976
- 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
2977
- 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54,
2978
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73,
2979
- 0x42, 0x79, 0x49, 0x64, 0x1a, 0x4d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
2980
- 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
2981
- 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
2982
- 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
2983
- 0x6c, 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x54, 0x61,
2984
- 0x62, 0x6c, 0x65, 0x12, 0xab, 0x01, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x54,
2985
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65,
2986
- 0x72, 0x46, 0x6f, 0x72, 0x6d, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2987
- 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2988
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72,
2989
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42,
2990
- 0x79, 0x49, 0x64, 0x1a, 0x4c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
2991
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
2992
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
2993
- 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
2994
- 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x46, 0x6f, 0x72,
2995
- 0x6d, 0x12, 0xa9, 0x01, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x72, 0x61,
2996
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x44,
2997
- 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
2998
- 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69,
2999
- 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x72,
3000
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42,
3001
- 0x79, 0x49, 0x64, 0x1a, 0x48, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
3002
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
3003
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
3004
- 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69, 0x6c,
3005
- 0x64, 0x65, 0x72, 0x57, 0x69, 0x74, 0x68, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x12, 0x9b, 0x01,
3006
- 0x0a, 0x18, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63,
3007
- 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3c, 0x2e, 0x70, 0x72, 0x69,
3008
- 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e,
3009
- 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e,
3010
- 0x47, 0x65, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
3011
- 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
3012
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
3013
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65,
3014
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
3015
- 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x9a, 0x01, 0x0a, 0x18,
3016
- 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
3017
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x3e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
3018
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
3019
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x45, 0x64,
3020
- 0x69, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x69,
3021
- 0x6c, 0x64, 0x65, 0x72, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x3e, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
3022
- 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61,
3023
- 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65,
3024
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
3025
- 0x6e, 0x42, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x12, 0x97, 0x01, 0x0a, 0x17, 0x55, 0x70, 0x64,
3026
- 0x61, 0x74, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69,
3027
- 0x65, 0x6c, 0x64, 0x73, 0x12, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
3028
- 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
3029
- 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x54, 0x72,
3030
- 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x42,
3031
- 0x79, 0x49, 0x64, 0x1a, 0x3d, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
3032
- 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e,
3033
- 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
3034
- 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x65, 0x6c,
3035
- 0x64, 0x73, 0x12, 0x97, 0x01, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x72, 0x61,
3036
- 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3d,
3037
- 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e,
3038
- 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c,
3039
- 0x64, 0x65, 0x72, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74,
3040
- 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x79, 0x49, 0x64, 0x1a, 0x3d, 0x2e,
3041
- 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x63, 0x6f, 0x72, 0x65, 0x2e, 0x74,
3042
- 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64,
3043
- 0x65, 0x72, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73,
3044
- 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x42, 0x5b, 0x5a, 0x59,
3045
- 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67,
3046
- 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d,
3047
- 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72, 0x6f,
3048
- 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31,
3049
- 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x61, 0x63, 0x74, 0x69, 0x6f,
3050
- 0x6e, 0x5f, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
3051
- 0x33,
3052
- }
3053
-
3054
- var (
3055
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescOnce sync.Once
3056
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescData = file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDesc
3057
- )
3058
-
3059
- func file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescGZIP() []byte {
3060
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescOnce.Do(func() {
3061
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescData)
3062
- })
3063
- return file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDescData
3064
- }
3065
-
3066
- var file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes = make([]protoimpl.MessageInfo, 41)
3067
- var file_prisca_v1_core_transaction_builder_transaction_builder_proto_goTypes = []any{
3068
- (*Value)(nil), // 0: prisca.v1.core.transaction_builder.Value
3069
- (*PropertiesRules)(nil), // 1: prisca.v1.core.transaction_builder.PropertiesRules
3070
- (*TransactionBuilderFieldsForm)(nil), // 2: prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm
3071
- (*TransactionBuilderFieldsDetail)(nil), // 3: prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
3072
- (*PropertiesForm)(nil), // 4: prisca.v1.core.transaction_builder.PropertiesForm
3073
- (*TransactionBuilderFieldsTable)(nil), // 5: prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable
3074
- (*PropertiesTable)(nil), // 6: prisca.v1.core.transaction_builder.PropertiesTable
3075
- (*TransactionBuilderFields)(nil), // 7: prisca.v1.core.transaction_builder.TransactionBuilderFields
3076
- (*TransactionBuilderFieldsBase)(nil), // 8: prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase
3077
- (*FieldRulesWithProp)(nil), // 9: prisca.v1.core.transaction_builder.FieldRulesWithProp
3078
- (*FieldRules)(nil), // 10: prisca.v1.core.transaction_builder.FieldRules
3079
- (*FieldViews)(nil), // 11: prisca.v1.core.transaction_builder.FieldViews
3080
- (*TransactionBuilder)(nil), // 12: prisca.v1.core.transaction_builder.TransactionBuilder
3081
- (*TransactionBuilderWithDetails)(nil), // 13: prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
3082
- (*TransactionBuilderWithDetailTableRes)(nil), // 14: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
3083
- (*TransactionBuilderWithDetailFormRes)(nil), // 15: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes
3084
- (*TransactionBuilderWithDetailRes)(nil), // 16: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
3085
- (*TransactionBuilderConfig)(nil), // 17: prisca.v1.core.transaction_builder.TransactionBuilderConfig
3086
- (*TransactionBuilderRequest)(nil), // 18: prisca.v1.core.transaction_builder.TransactionBuilderRequest
3087
- (*GetTransactionBuilderById)(nil), // 19: prisca.v1.core.transaction_builder.GetTransactionBuilderById
3088
- (*GetTransactionBuilderByIdWithDetail)(nil), // 20: prisca.v1.core.transaction_builder.GetTransactionBuilderByIdWithDetail
3089
- (*EditTransactionBuilderById)(nil), // 21: prisca.v1.core.transaction_builder.EditTransactionBuilderById
3090
- (*GetTransactionBuilderList)(nil), // 22: prisca.v1.core.transaction_builder.GetTransactionBuilderList
3091
- (*TransactionFieldsRequest)(nil), // 23: prisca.v1.core.transaction_builder.TransactionFieldsRequest
3092
- (*GetTransactionFieldsById)(nil), // 24: prisca.v1.core.transaction_builder.GetTransactionFieldsById
3093
- (*EditTransactionFieldsById)(nil), // 25: prisca.v1.core.transaction_builder.EditTransactionFieldsById
3094
- (*TransactionConfigRequest)(nil), // 26: prisca.v1.core.transaction_builder.TransactionConfigRequest
3095
- (*GetTransactionConfigById)(nil), // 27: prisca.v1.core.transaction_builder.GetTransactionConfigById
3096
- (*GetTransactionConfigList)(nil), // 28: prisca.v1.core.transaction_builder.GetTransactionConfigList
3097
- (*EditTransactionConfigById)(nil), // 29: prisca.v1.core.transaction_builder.EditTransactionConfigById
3098
- (*ResponseTransactionBuilder)(nil), // 30: prisca.v1.core.transaction_builder.ResponseTransactionBuilder
3099
- (*ResponseTransactionBuilderWithDetailList)(nil), // 31: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList
3100
- (*ResponseTransactionBuilderWithDetails)(nil), // 32: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails
3101
- (*ResponseTransactionBuilderWithDetailTable)(nil), // 33: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable
3102
- (*ResponseTransactionBuilderWithDetailForm)(nil), // 34: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm
3103
- (*ResponseTransactionBuilderWithDetail)(nil), // 35: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail
3104
- (*ResponseTransactionBuilderList)(nil), // 36: prisca.v1.core.transaction_builder.ResponseTransactionBuilderList
3105
- (*ResponseTransactionFieldsList)(nil), // 37: prisca.v1.core.transaction_builder.ResponseTransactionFieldsList
3106
- (*ResponseTransactionFields)(nil), // 38: prisca.v1.core.transaction_builder.ResponseTransactionFields
3107
- (*ResponseTransactionConfig)(nil), // 39: prisca.v1.core.transaction_builder.ResponseTransactionConfig
3108
- (*ResponseTransactionConfigList)(nil), // 40: prisca.v1.core.transaction_builder.ResponseTransactionConfigList
3109
- (*meta.PaginationRequest)(nil), // 41: prisca.v1.global.meta.PaginationRequest
3110
- (*meta.Meta)(nil), // 42: prisca.v1.global.meta.Meta
3111
- }
3112
- var file_prisca_v1_core_transaction_builder_transaction_builder_proto_depIdxs = []int32{
3113
- 0, // 0: prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.option:type_name -> prisca.v1.core.transaction_builder.Value
3114
- 9, // 1: prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.field_rules:type_name -> prisca.v1.core.transaction_builder.FieldRulesWithProp
3115
- 6, // 2: prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable.properties:type_name -> prisca.v1.core.transaction_builder.PropertiesTable
3116
- 0, // 3: prisca.v1.core.transaction_builder.TransactionBuilderFields.option:type_name -> prisca.v1.core.transaction_builder.Value
3117
- 10, // 4: prisca.v1.core.transaction_builder.TransactionBuilderFields.field_rules:type_name -> prisca.v1.core.transaction_builder.FieldRules
3118
- 11, // 5: prisca.v1.core.transaction_builder.TransactionBuilderFields.field_views:type_name -> prisca.v1.core.transaction_builder.FieldViews
3119
- 0, // 6: prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.option:type_name -> prisca.v1.core.transaction_builder.Value
3120
- 10, // 7: prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.field_rules:type_name -> prisca.v1.core.transaction_builder.FieldRules
3121
- 11, // 8: prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.field_views:type_name -> prisca.v1.core.transaction_builder.FieldViews
3122
- 1, // 9: prisca.v1.core.transaction_builder.FieldRulesWithProp.properties:type_name -> prisca.v1.core.transaction_builder.PropertiesRules
3123
- 7, // 10: prisca.v1.core.transaction_builder.TransactionBuilderWithDetails.transaction_builder_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFields
3124
- 5, // 11: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes.transaction_builder_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsTable
3125
- 2, // 12: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes.transaction_builder_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm
3126
- 3, // 13: prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes.transaction_builder_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsDetail
3127
- 41, // 14: prisca.v1.core.transaction_builder.GetTransactionBuilderList.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
3128
- 8, // 15: prisca.v1.core.transaction_builder.TransactionFieldsRequest.transaction_builder_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase
3129
- 7, // 16: prisca.v1.core.transaction_builder.EditTransactionFieldsById.transaction_field:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFields
3130
- 17, // 17: prisca.v1.core.transaction_builder.TransactionConfigRequest.transaction_builder_config:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderConfig
3131
- 41, // 18: prisca.v1.core.transaction_builder.GetTransactionConfigList.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
3132
- 17, // 19: prisca.v1.core.transaction_builder.EditTransactionConfigById.transaction_congfig:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderConfig
3133
- 12, // 20: prisca.v1.core.transaction_builder.ResponseTransactionBuilder.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilder
3134
- 42, // 21: prisca.v1.core.transaction_builder.ResponseTransactionBuilder.meta:type_name -> prisca.v1.global.meta.Meta
3135
- 13, // 22: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
3136
- 42, // 23: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailList.meta:type_name -> prisca.v1.global.meta.Meta
3137
- 13, // 24: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetails
3138
- 42, // 25: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails.meta:type_name -> prisca.v1.global.meta.Meta
3139
- 14, // 26: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailTableRes
3140
- 42, // 27: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable.meta:type_name -> prisca.v1.global.meta.Meta
3141
- 15, // 28: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailFormRes
3142
- 42, // 29: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm.meta:type_name -> prisca.v1.global.meta.Meta
3143
- 16, // 30: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.transaction_builder:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderWithDetailRes
3144
- 42, // 31: prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail.meta:type_name -> prisca.v1.global.meta.Meta
3145
- 12, // 32: prisca.v1.core.transaction_builder.ResponseTransactionBuilderList.transaction_builders:type_name -> prisca.v1.core.transaction_builder.TransactionBuilder
3146
- 42, // 33: prisca.v1.core.transaction_builder.ResponseTransactionBuilderList.meta:type_name -> prisca.v1.global.meta.Meta
3147
- 7, // 34: prisca.v1.core.transaction_builder.ResponseTransactionFieldsList.transaction_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFields
3148
- 42, // 35: prisca.v1.core.transaction_builder.ResponseTransactionFieldsList.meta:type_name -> prisca.v1.global.meta.Meta
3149
- 7, // 36: prisca.v1.core.transaction_builder.ResponseTransactionFields.transaction_fields:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderFields
3150
- 42, // 37: prisca.v1.core.transaction_builder.ResponseTransactionFields.meta:type_name -> prisca.v1.global.meta.Meta
3151
- 17, // 38: prisca.v1.core.transaction_builder.ResponseTransactionConfig.transaction_builder_config:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderConfig
3152
- 17, // 39: prisca.v1.core.transaction_builder.ResponseTransactionConfigList.transaction_builder_config:type_name -> prisca.v1.core.transaction_builder.TransactionBuilderConfig
3153
- 42, // 40: prisca.v1.core.transaction_builder.ResponseTransactionConfigList.meta:type_name -> prisca.v1.global.meta.Meta
3154
- 18, // 41: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionBuilder:input_type -> prisca.v1.core.transaction_builder.TransactionBuilderRequest
3155
- 23, // 42: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionFields:input_type -> prisca.v1.core.transaction_builder.TransactionFieldsRequest
3156
- 26, // 43: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionConfig:input_type -> prisca.v1.core.transaction_builder.TransactionConfigRequest
3157
- 19, // 44: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionBuilder:input_type -> prisca.v1.core.transaction_builder.GetTransactionBuilderById
3158
- 20, // 45: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionBuilderWithDetail:input_type -> prisca.v1.core.transaction_builder.GetTransactionBuilderByIdWithDetail
3159
- 24, // 46: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionFields:input_type -> prisca.v1.core.transaction_builder.GetTransactionFieldsById
3160
- 27, // 47: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionConfig:input_type -> prisca.v1.core.transaction_builder.GetTransactionConfigById
3161
- 22, // 48: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilder:input_type -> prisca.v1.core.transaction_builder.GetTransactionBuilderList
3162
- 24, // 49: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderTable:input_type -> prisca.v1.core.transaction_builder.GetTransactionFieldsById
3163
- 24, // 50: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderForm:input_type -> prisca.v1.core.transaction_builder.GetTransactionFieldsById
3164
- 24, // 51: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderDetail:input_type -> prisca.v1.core.transaction_builder.GetTransactionFieldsById
3165
- 28, // 52: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionConfig:input_type -> prisca.v1.core.transaction_builder.GetTransactionConfigList
3166
- 21, // 53: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionBuilder:input_type -> prisca.v1.core.transaction_builder.EditTransactionBuilderById
3167
- 25, // 54: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionFields:input_type -> prisca.v1.core.transaction_builder.EditTransactionFieldsById
3168
- 29, // 55: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionConfig:input_type -> prisca.v1.core.transaction_builder.EditTransactionConfigById
3169
- 30, // 56: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionBuilder:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilder
3170
- 37, // 57: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionFields:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionFieldsList
3171
- 39, // 58: prisca.v1.core.transaction_builder.TransactionBuilderService.CreateTransactionConfig:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionConfig
3172
- 30, // 59: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionBuilder:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilder
3173
- 32, // 60: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionBuilderWithDetail:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetails
3174
- 38, // 61: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionFields:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionFields
3175
- 39, // 62: prisca.v1.core.transaction_builder.TransactionBuilderService.GetTransactionConfig:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionConfig
3176
- 36, // 63: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilder:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilderList
3177
- 33, // 64: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderTable:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailTable
3178
- 34, // 65: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderForm:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetailForm
3179
- 35, // 66: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionBuilderDetail:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilderWithDetail
3180
- 40, // 67: prisca.v1.core.transaction_builder.TransactionBuilderService.GetListTransactionConfig:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionConfigList
3181
- 30, // 68: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionBuilder:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionBuilder
3182
- 38, // 69: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionFields:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionFields
3183
- 39, // 70: prisca.v1.core.transaction_builder.TransactionBuilderService.UpdateTransactionConfig:output_type -> prisca.v1.core.transaction_builder.ResponseTransactionConfig
3184
- 56, // [56:71] is the sub-list for method output_type
3185
- 41, // [41:56] is the sub-list for method input_type
3186
- 41, // [41:41] is the sub-list for extension type_name
3187
- 41, // [41:41] is the sub-list for extension extendee
3188
- 0, // [0:41] is the sub-list for field type_name
3189
- }
3190
-
3191
- func init() { file_prisca_v1_core_transaction_builder_transaction_builder_proto_init() }
3192
- func file_prisca_v1_core_transaction_builder_transaction_builder_proto_init() {
3193
- if File_prisca_v1_core_transaction_builder_transaction_builder_proto != nil {
3194
- return
3195
- }
3196
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[9].OneofWrappers = []any{}
3197
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[10].OneofWrappers = []any{}
3198
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes[11].OneofWrappers = []any{}
3199
- type x struct{}
3200
- out := protoimpl.TypeBuilder{
3201
- File: protoimpl.DescBuilder{
3202
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
3203
- RawDescriptor: file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDesc,
3204
- NumEnums: 0,
3205
- NumMessages: 41,
3206
- NumExtensions: 0,
3207
- NumServices: 1,
3208
- },
3209
- GoTypes: file_prisca_v1_core_transaction_builder_transaction_builder_proto_goTypes,
3210
- DependencyIndexes: file_prisca_v1_core_transaction_builder_transaction_builder_proto_depIdxs,
3211
- MessageInfos: file_prisca_v1_core_transaction_builder_transaction_builder_proto_msgTypes,
3212
- }.Build()
3213
- File_prisca_v1_core_transaction_builder_transaction_builder_proto = out.File
3214
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_rawDesc = nil
3215
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_goTypes = nil
3216
- file_prisca_v1_core_transaction_builder_transaction_builder_proto_depIdxs = nil
3217
- }