@aldiokta/protocgen 1.0.19 → 1.0.20

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 (73) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/core/auth/auth.pb.go +998 -0
  3. package/prisca/v1/core/auth/auth_grpc.pb.go +427 -0
  4. package/prisca/v1/core/company/company.pb.go +965 -0
  5. package/prisca/v1/core/company/company_grpc.pb.go +273 -0
  6. package/prisca/v1/core/department_material/department_material.pb.go +776 -0
  7. package/prisca/v1/core/department_material/department_material_grpc.pb.go +236 -0
  8. package/prisca/v1/core/job_grade/job_grade.pb.go +887 -0
  9. package/prisca/v1/core/job_grade/job_grade_grpc.pb.go +273 -0
  10. package/prisca/v1/core/job_position/job_position.pb.go +1196 -0
  11. package/prisca/v1/core/job_position/job_position_grpc.pb.go +273 -0
  12. package/prisca/v1/core/job_title/job_title.pb.go +986 -0
  13. package/prisca/v1/core/job_title/job_title_grpc.pb.go +273 -0
  14. package/prisca/v1/core/line_of_approval/line_of_approval.pb.go +913 -0
  15. package/prisca/v1/core/line_of_approval/line_of_approval_grpc.pb.go +273 -0
  16. package/prisca/v1/core/location/location.pb.go +1397 -0
  17. package/prisca/v1/core/location/location_grpc.pb.go +387 -0
  18. package/prisca/v1/core/material/material.pb.go +1366 -0
  19. package/prisca/v1/core/material/material_grpc.pb.go +273 -0
  20. package/prisca/v1/core/material_group/material_group.pb.go +911 -0
  21. package/prisca/v1/core/material_group/material_group_grpc.pb.go +273 -0
  22. package/prisca/v1/core/material_type/material_type.pb.go +827 -0
  23. package/prisca/v1/core/material_type/material_type_grpc.pb.go +239 -0
  24. package/prisca/v1/core/number_range/number_range.pb.go +916 -0
  25. package/prisca/v1/core/number_range/number_range_grpc.pb.go +273 -0
  26. package/prisca/v1/core/organization/organization.pb.go +1039 -0
  27. package/prisca/v1/core/organization/organization_grpc.pb.go +273 -0
  28. package/prisca/v1/core/organization_level/organization_level.pb.go +853 -0
  29. package/prisca/v1/core/organization_level/organization_level_grpc.pb.go +274 -0
  30. package/prisca/v1/core/procurement/procurement.pb.go +622 -0
  31. package/prisca/v1/core/procurement/procurement_grpc.pb.go +275 -0
  32. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.pb.go +1550 -0
  33. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  34. package/prisca/v1/core/recipient_roles/recipient_roles.pb.go +141 -0
  35. package/prisca/v1/core/role/role.pb.go +797 -0
  36. package/prisca/v1/core/role/role_grpc.pb.go +273 -0
  37. package/prisca/v1/core/transaction_builder/transaction_builder.pb.go +3217 -0
  38. package/prisca/v1/core/transaction_builder/transaction_builder_grpc.pb.go +656 -0
  39. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.pb.go +973 -0
  40. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc.pb.go +278 -0
  41. package/prisca/v1/core/users/users.pb.go +281 -0
  42. package/prisca/v1/core/users_role/users_role.pb.go +813 -0
  43. package/prisca/v1/core/users_role/users_role_grpc.pb.go +273 -0
  44. package/prisca/v1/core/work_location/work_location.pb.go +995 -0
  45. package/prisca/v1/core/work_location/work_location_grpc.pb.go +273 -0
  46. package/prisca/v1/core/work_locations/work_locations.pb.go +184 -0
  47. package/prisca/v1/core/work_locations/work_locations_grpc.pb.go +76 -0
  48. package/prisca/v1/core/workflow/workflow.pb.go +2057 -0
  49. package/prisca/v1/core/workflow/workflow_grpc.pb.go +273 -0
  50. package/prisca/v1/global/meta/meta.pb.go +446 -0
  51. package/prisca/v1/core/auth/auth.proto +0 -100
  52. package/prisca/v1/core/company/company.proto +0 -86
  53. package/prisca/v1/core/department_material/department_material.proto +0 -69
  54. package/prisca/v1/core/job_grade/job_grade.proto +0 -79
  55. package/prisca/v1/core/job_position/job_position.proto +0 -107
  56. package/prisca/v1/core/job_title/job_title.proto +0 -88
  57. package/prisca/v1/core/location/location.proto +0 -124
  58. package/prisca/v1/core/material/material.proto +0 -127
  59. package/prisca/v1/core/material_group/material_group.proto +0 -79
  60. package/prisca/v1/core/material_type/material_type.proto +0 -77
  61. package/prisca/v1/core/number_range/number_range.proto +0 -81
  62. package/prisca/v1/core/organization/organization.proto +0 -93
  63. package/prisca/v1/core/organization_level/organization_level.proto +0 -73
  64. package/prisca/v1/core/procurement/procurement.proto +0 -54
  65. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +0 -131
  66. package/prisca/v1/core/recipient_roles/recipient_roles.proto +0 -10
  67. package/prisca/v1/core/transaction_builder/transaction_builder.proto +0 -278
  68. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +0 -88
  69. package/prisca/v1/core/users/users.proto +0 -22
  70. package/prisca/v1/core/users_role/users_role.proto +0 -72
  71. package/prisca/v1/core/work_location/work_location.proto +0 -88
  72. package/prisca/v1/core/workflow/workflow.proto +0 -191
  73. package/prisca/v1/global/meta/meta.proto +0 -57
@@ -0,0 +1,973 @@
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/unit_of_measurement/unit_of_measurement.proto
6
+
7
+ package unit_of_measurement
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
+ reflect "reflect"
14
+ sync "sync"
15
+ )
16
+
17
+ const (
18
+ // Verify that this generated code is sufficiently up-to-date.
19
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
20
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
21
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
22
+ )
23
+
24
+ // Base Model
25
+ type UnitOfMeasure struct {
26
+ state protoimpl.MessageState `protogen:"open.v1"`
27
+ Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
28
+ Unit string `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit,omitempty"`
29
+ Commercial string `protobuf:"bytes,3,opt,name=commercial,proto3" json:"commercial,omitempty"`
30
+ Technical string `protobuf:"bytes,4,opt,name=technical,proto3" json:"technical,omitempty"`
31
+ CommercialDescription string `protobuf:"bytes,5,opt,name=commercial_description,json=commercialDescription,proto3" json:"commercial_description,omitempty"`
32
+ TechnicalDescription string `protobuf:"bytes,6,opt,name=technical_description,json=technicalDescription,proto3" json:"technical_description,omitempty"`
33
+ IsActive bool `protobuf:"varint,7,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
34
+ ReferencesId string `protobuf:"bytes,8,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
35
+ CreatedAt string `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` // Use ISO 8601 format for date strings
36
+ UpdatedAt string `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Optional, nullable
37
+ unknownFields protoimpl.UnknownFields
38
+ sizeCache protoimpl.SizeCache
39
+ }
40
+
41
+ func (x *UnitOfMeasure) Reset() {
42
+ *x = UnitOfMeasure{}
43
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[0]
44
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
45
+ ms.StoreMessageInfo(mi)
46
+ }
47
+
48
+ func (x *UnitOfMeasure) String() string {
49
+ return protoimpl.X.MessageStringOf(x)
50
+ }
51
+
52
+ func (*UnitOfMeasure) ProtoMessage() {}
53
+
54
+ func (x *UnitOfMeasure) ProtoReflect() protoreflect.Message {
55
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[0]
56
+ if x != nil {
57
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
58
+ if ms.LoadMessageInfo() == nil {
59
+ ms.StoreMessageInfo(mi)
60
+ }
61
+ return ms
62
+ }
63
+ return mi.MessageOf(x)
64
+ }
65
+
66
+ // Deprecated: Use UnitOfMeasure.ProtoReflect.Descriptor instead.
67
+ func (*UnitOfMeasure) Descriptor() ([]byte, []int) {
68
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{0}
69
+ }
70
+
71
+ func (x *UnitOfMeasure) GetId() int64 {
72
+ if x != nil {
73
+ return x.Id
74
+ }
75
+ return 0
76
+ }
77
+
78
+ func (x *UnitOfMeasure) GetUnit() string {
79
+ if x != nil {
80
+ return x.Unit
81
+ }
82
+ return ""
83
+ }
84
+
85
+ func (x *UnitOfMeasure) GetCommercial() string {
86
+ if x != nil {
87
+ return x.Commercial
88
+ }
89
+ return ""
90
+ }
91
+
92
+ func (x *UnitOfMeasure) GetTechnical() string {
93
+ if x != nil {
94
+ return x.Technical
95
+ }
96
+ return ""
97
+ }
98
+
99
+ func (x *UnitOfMeasure) GetCommercialDescription() string {
100
+ if x != nil {
101
+ return x.CommercialDescription
102
+ }
103
+ return ""
104
+ }
105
+
106
+ func (x *UnitOfMeasure) GetTechnicalDescription() string {
107
+ if x != nil {
108
+ return x.TechnicalDescription
109
+ }
110
+ return ""
111
+ }
112
+
113
+ func (x *UnitOfMeasure) GetIsActive() bool {
114
+ if x != nil {
115
+ return x.IsActive
116
+ }
117
+ return false
118
+ }
119
+
120
+ func (x *UnitOfMeasure) GetReferencesId() string {
121
+ if x != nil {
122
+ return x.ReferencesId
123
+ }
124
+ return ""
125
+ }
126
+
127
+ func (x *UnitOfMeasure) GetCreatedAt() string {
128
+ if x != nil {
129
+ return x.CreatedAt
130
+ }
131
+ return ""
132
+ }
133
+
134
+ func (x *UnitOfMeasure) GetUpdatedAt() string {
135
+ if x != nil {
136
+ return x.UpdatedAt
137
+ }
138
+ return ""
139
+ }
140
+
141
+ // Request Messages
142
+ type BaseUnitOfMeasureRequest struct {
143
+ state protoimpl.MessageState `protogen:"open.v1"`
144
+ Unit string `protobuf:"bytes,1,opt,name=unit,proto3" json:"unit,omitempty"`
145
+ Commercial string `protobuf:"bytes,2,opt,name=commercial,proto3" json:"commercial,omitempty"`
146
+ Technical string `protobuf:"bytes,3,opt,name=technical,proto3" json:"technical,omitempty"`
147
+ CommercialDescription *string `protobuf:"bytes,4,opt,name=commercial_description,json=commercialDescription,proto3,oneof" json:"commercial_description,omitempty"`
148
+ TechnicalDescription *string `protobuf:"bytes,5,opt,name=technical_description,json=technicalDescription,proto3,oneof" json:"technical_description,omitempty"`
149
+ IsActive bool `protobuf:"varint,6,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
150
+ unknownFields protoimpl.UnknownFields
151
+ sizeCache protoimpl.SizeCache
152
+ }
153
+
154
+ func (x *BaseUnitOfMeasureRequest) Reset() {
155
+ *x = BaseUnitOfMeasureRequest{}
156
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[1]
157
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
158
+ ms.StoreMessageInfo(mi)
159
+ }
160
+
161
+ func (x *BaseUnitOfMeasureRequest) String() string {
162
+ return protoimpl.X.MessageStringOf(x)
163
+ }
164
+
165
+ func (*BaseUnitOfMeasureRequest) ProtoMessage() {}
166
+
167
+ func (x *BaseUnitOfMeasureRequest) ProtoReflect() protoreflect.Message {
168
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[1]
169
+ if x != nil {
170
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
171
+ if ms.LoadMessageInfo() == nil {
172
+ ms.StoreMessageInfo(mi)
173
+ }
174
+ return ms
175
+ }
176
+ return mi.MessageOf(x)
177
+ }
178
+
179
+ // Deprecated: Use BaseUnitOfMeasureRequest.ProtoReflect.Descriptor instead.
180
+ func (*BaseUnitOfMeasureRequest) Descriptor() ([]byte, []int) {
181
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{1}
182
+ }
183
+
184
+ func (x *BaseUnitOfMeasureRequest) GetUnit() string {
185
+ if x != nil {
186
+ return x.Unit
187
+ }
188
+ return ""
189
+ }
190
+
191
+ func (x *BaseUnitOfMeasureRequest) GetCommercial() string {
192
+ if x != nil {
193
+ return x.Commercial
194
+ }
195
+ return ""
196
+ }
197
+
198
+ func (x *BaseUnitOfMeasureRequest) GetTechnical() string {
199
+ if x != nil {
200
+ return x.Technical
201
+ }
202
+ return ""
203
+ }
204
+
205
+ func (x *BaseUnitOfMeasureRequest) GetCommercialDescription() string {
206
+ if x != nil && x.CommercialDescription != nil {
207
+ return *x.CommercialDescription
208
+ }
209
+ return ""
210
+ }
211
+
212
+ func (x *BaseUnitOfMeasureRequest) GetTechnicalDescription() string {
213
+ if x != nil && x.TechnicalDescription != nil {
214
+ return *x.TechnicalDescription
215
+ }
216
+ return ""
217
+ }
218
+
219
+ func (x *BaseUnitOfMeasureRequest) GetIsActive() bool {
220
+ if x != nil {
221
+ return x.IsActive
222
+ }
223
+ return false
224
+ }
225
+
226
+ type CreateUnitOfMeasureRequest struct {
227
+ state protoimpl.MessageState `protogen:"open.v1"`
228
+ BaseUnitOfMeasure *BaseUnitOfMeasureRequest `protobuf:"bytes,1,opt,name=base_unit_of_measure,json=baseUnitOfMeasure,proto3" json:"base_unit_of_measure,omitempty"`
229
+ unknownFields protoimpl.UnknownFields
230
+ sizeCache protoimpl.SizeCache
231
+ }
232
+
233
+ func (x *CreateUnitOfMeasureRequest) Reset() {
234
+ *x = CreateUnitOfMeasureRequest{}
235
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[2]
236
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
237
+ ms.StoreMessageInfo(mi)
238
+ }
239
+
240
+ func (x *CreateUnitOfMeasureRequest) String() string {
241
+ return protoimpl.X.MessageStringOf(x)
242
+ }
243
+
244
+ func (*CreateUnitOfMeasureRequest) ProtoMessage() {}
245
+
246
+ func (x *CreateUnitOfMeasureRequest) ProtoReflect() protoreflect.Message {
247
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[2]
248
+ if x != nil {
249
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
250
+ if ms.LoadMessageInfo() == nil {
251
+ ms.StoreMessageInfo(mi)
252
+ }
253
+ return ms
254
+ }
255
+ return mi.MessageOf(x)
256
+ }
257
+
258
+ // Deprecated: Use CreateUnitOfMeasureRequest.ProtoReflect.Descriptor instead.
259
+ func (*CreateUnitOfMeasureRequest) Descriptor() ([]byte, []int) {
260
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{2}
261
+ }
262
+
263
+ func (x *CreateUnitOfMeasureRequest) GetBaseUnitOfMeasure() *BaseUnitOfMeasureRequest {
264
+ if x != nil {
265
+ return x.BaseUnitOfMeasure
266
+ }
267
+ return nil
268
+ }
269
+
270
+ type UpdateUnitOfMeasureRequest struct {
271
+ state protoimpl.MessageState `protogen:"open.v1"`
272
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
273
+ BaseUnitOfMeasure *BaseUnitOfMeasureRequest `protobuf:"bytes,2,opt,name=base_unit_of_measure,json=baseUnitOfMeasure,proto3" json:"base_unit_of_measure,omitempty"`
274
+ unknownFields protoimpl.UnknownFields
275
+ sizeCache protoimpl.SizeCache
276
+ }
277
+
278
+ func (x *UpdateUnitOfMeasureRequest) Reset() {
279
+ *x = UpdateUnitOfMeasureRequest{}
280
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[3]
281
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
282
+ ms.StoreMessageInfo(mi)
283
+ }
284
+
285
+ func (x *UpdateUnitOfMeasureRequest) String() string {
286
+ return protoimpl.X.MessageStringOf(x)
287
+ }
288
+
289
+ func (*UpdateUnitOfMeasureRequest) ProtoMessage() {}
290
+
291
+ func (x *UpdateUnitOfMeasureRequest) ProtoReflect() protoreflect.Message {
292
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[3]
293
+ if x != nil {
294
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
295
+ if ms.LoadMessageInfo() == nil {
296
+ ms.StoreMessageInfo(mi)
297
+ }
298
+ return ms
299
+ }
300
+ return mi.MessageOf(x)
301
+ }
302
+
303
+ // Deprecated: Use UpdateUnitOfMeasureRequest.ProtoReflect.Descriptor instead.
304
+ func (*UpdateUnitOfMeasureRequest) Descriptor() ([]byte, []int) {
305
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{3}
306
+ }
307
+
308
+ func (x *UpdateUnitOfMeasureRequest) GetReferencesId() string {
309
+ if x != nil {
310
+ return x.ReferencesId
311
+ }
312
+ return ""
313
+ }
314
+
315
+ func (x *UpdateUnitOfMeasureRequest) GetBaseUnitOfMeasure() *BaseUnitOfMeasureRequest {
316
+ if x != nil {
317
+ return x.BaseUnitOfMeasure
318
+ }
319
+ return nil
320
+ }
321
+
322
+ type GetListUnitOfMeasureRequest struct {
323
+ state protoimpl.MessageState `protogen:"open.v1"`
324
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
325
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
326
+ unknownFields protoimpl.UnknownFields
327
+ sizeCache protoimpl.SizeCache
328
+ }
329
+
330
+ func (x *GetListUnitOfMeasureRequest) Reset() {
331
+ *x = GetListUnitOfMeasureRequest{}
332
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[4]
333
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
334
+ ms.StoreMessageInfo(mi)
335
+ }
336
+
337
+ func (x *GetListUnitOfMeasureRequest) String() string {
338
+ return protoimpl.X.MessageStringOf(x)
339
+ }
340
+
341
+ func (*GetListUnitOfMeasureRequest) ProtoMessage() {}
342
+
343
+ func (x *GetListUnitOfMeasureRequest) ProtoReflect() protoreflect.Message {
344
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[4]
345
+ if x != nil {
346
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
347
+ if ms.LoadMessageInfo() == nil {
348
+ ms.StoreMessageInfo(mi)
349
+ }
350
+ return ms
351
+ }
352
+ return mi.MessageOf(x)
353
+ }
354
+
355
+ // Deprecated: Use GetListUnitOfMeasureRequest.ProtoReflect.Descriptor instead.
356
+ func (*GetListUnitOfMeasureRequest) Descriptor() ([]byte, []int) {
357
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{4}
358
+ }
359
+
360
+ func (x *GetListUnitOfMeasureRequest) GetPagination() *meta.PaginationRequest {
361
+ if x != nil {
362
+ return x.Pagination
363
+ }
364
+ return nil
365
+ }
366
+
367
+ func (x *GetListUnitOfMeasureRequest) GetQuery() *meta.FilterRequest {
368
+ if x != nil {
369
+ return x.Query
370
+ }
371
+ return nil
372
+ }
373
+
374
+ type GetUnitOfMeasureByIdRequest struct {
375
+ state protoimpl.MessageState `protogen:"open.v1"`
376
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
377
+ unknownFields protoimpl.UnknownFields
378
+ sizeCache protoimpl.SizeCache
379
+ }
380
+
381
+ func (x *GetUnitOfMeasureByIdRequest) Reset() {
382
+ *x = GetUnitOfMeasureByIdRequest{}
383
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[5]
384
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
385
+ ms.StoreMessageInfo(mi)
386
+ }
387
+
388
+ func (x *GetUnitOfMeasureByIdRequest) String() string {
389
+ return protoimpl.X.MessageStringOf(x)
390
+ }
391
+
392
+ func (*GetUnitOfMeasureByIdRequest) ProtoMessage() {}
393
+
394
+ func (x *GetUnitOfMeasureByIdRequest) ProtoReflect() protoreflect.Message {
395
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[5]
396
+ if x != nil {
397
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
398
+ if ms.LoadMessageInfo() == nil {
399
+ ms.StoreMessageInfo(mi)
400
+ }
401
+ return ms
402
+ }
403
+ return mi.MessageOf(x)
404
+ }
405
+
406
+ // Deprecated: Use GetUnitOfMeasureByIdRequest.ProtoReflect.Descriptor instead.
407
+ func (*GetUnitOfMeasureByIdRequest) Descriptor() ([]byte, []int) {
408
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{5}
409
+ }
410
+
411
+ func (x *GetUnitOfMeasureByIdRequest) GetReferencesId() string {
412
+ if x != nil {
413
+ return x.ReferencesId
414
+ }
415
+ return ""
416
+ }
417
+
418
+ type DeleteUnitOfMeasureRequest struct {
419
+ state protoimpl.MessageState `protogen:"open.v1"`
420
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
421
+ unknownFields protoimpl.UnknownFields
422
+ sizeCache protoimpl.SizeCache
423
+ }
424
+
425
+ func (x *DeleteUnitOfMeasureRequest) Reset() {
426
+ *x = DeleteUnitOfMeasureRequest{}
427
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[6]
428
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
429
+ ms.StoreMessageInfo(mi)
430
+ }
431
+
432
+ func (x *DeleteUnitOfMeasureRequest) String() string {
433
+ return protoimpl.X.MessageStringOf(x)
434
+ }
435
+
436
+ func (*DeleteUnitOfMeasureRequest) ProtoMessage() {}
437
+
438
+ func (x *DeleteUnitOfMeasureRequest) ProtoReflect() protoreflect.Message {
439
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[6]
440
+ if x != nil {
441
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
442
+ if ms.LoadMessageInfo() == nil {
443
+ ms.StoreMessageInfo(mi)
444
+ }
445
+ return ms
446
+ }
447
+ return mi.MessageOf(x)
448
+ }
449
+
450
+ // Deprecated: Use DeleteUnitOfMeasureRequest.ProtoReflect.Descriptor instead.
451
+ func (*DeleteUnitOfMeasureRequest) Descriptor() ([]byte, []int) {
452
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{6}
453
+ }
454
+
455
+ func (x *DeleteUnitOfMeasureRequest) GetReferencesId() string {
456
+ if x != nil {
457
+ return x.ReferencesId
458
+ }
459
+ return ""
460
+ }
461
+
462
+ // Response Messages
463
+ type CreateUnitOfMeasureResponse struct {
464
+ state protoimpl.MessageState `protogen:"open.v1"`
465
+ UnitOfMeasure *UnitOfMeasure `protobuf:"bytes,1,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
466
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
467
+ unknownFields protoimpl.UnknownFields
468
+ sizeCache protoimpl.SizeCache
469
+ }
470
+
471
+ func (x *CreateUnitOfMeasureResponse) Reset() {
472
+ *x = CreateUnitOfMeasureResponse{}
473
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[7]
474
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
475
+ ms.StoreMessageInfo(mi)
476
+ }
477
+
478
+ func (x *CreateUnitOfMeasureResponse) String() string {
479
+ return protoimpl.X.MessageStringOf(x)
480
+ }
481
+
482
+ func (*CreateUnitOfMeasureResponse) ProtoMessage() {}
483
+
484
+ func (x *CreateUnitOfMeasureResponse) ProtoReflect() protoreflect.Message {
485
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[7]
486
+ if x != nil {
487
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
488
+ if ms.LoadMessageInfo() == nil {
489
+ ms.StoreMessageInfo(mi)
490
+ }
491
+ return ms
492
+ }
493
+ return mi.MessageOf(x)
494
+ }
495
+
496
+ // Deprecated: Use CreateUnitOfMeasureResponse.ProtoReflect.Descriptor instead.
497
+ func (*CreateUnitOfMeasureResponse) Descriptor() ([]byte, []int) {
498
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{7}
499
+ }
500
+
501
+ func (x *CreateUnitOfMeasureResponse) GetUnitOfMeasure() *UnitOfMeasure {
502
+ if x != nil {
503
+ return x.UnitOfMeasure
504
+ }
505
+ return nil
506
+ }
507
+
508
+ func (x *CreateUnitOfMeasureResponse) GetMeta() *meta.Meta {
509
+ if x != nil {
510
+ return x.Meta
511
+ }
512
+ return nil
513
+ }
514
+
515
+ type UpdateUnitOfMeasureResponse struct {
516
+ state protoimpl.MessageState `protogen:"open.v1"`
517
+ UnitOfMeasure *UnitOfMeasure `protobuf:"bytes,1,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
518
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
519
+ unknownFields protoimpl.UnknownFields
520
+ sizeCache protoimpl.SizeCache
521
+ }
522
+
523
+ func (x *UpdateUnitOfMeasureResponse) Reset() {
524
+ *x = UpdateUnitOfMeasureResponse{}
525
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[8]
526
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
527
+ ms.StoreMessageInfo(mi)
528
+ }
529
+
530
+ func (x *UpdateUnitOfMeasureResponse) String() string {
531
+ return protoimpl.X.MessageStringOf(x)
532
+ }
533
+
534
+ func (*UpdateUnitOfMeasureResponse) ProtoMessage() {}
535
+
536
+ func (x *UpdateUnitOfMeasureResponse) ProtoReflect() protoreflect.Message {
537
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[8]
538
+ if x != nil {
539
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
540
+ if ms.LoadMessageInfo() == nil {
541
+ ms.StoreMessageInfo(mi)
542
+ }
543
+ return ms
544
+ }
545
+ return mi.MessageOf(x)
546
+ }
547
+
548
+ // Deprecated: Use UpdateUnitOfMeasureResponse.ProtoReflect.Descriptor instead.
549
+ func (*UpdateUnitOfMeasureResponse) Descriptor() ([]byte, []int) {
550
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{8}
551
+ }
552
+
553
+ func (x *UpdateUnitOfMeasureResponse) GetUnitOfMeasure() *UnitOfMeasure {
554
+ if x != nil {
555
+ return x.UnitOfMeasure
556
+ }
557
+ return nil
558
+ }
559
+
560
+ func (x *UpdateUnitOfMeasureResponse) GetMeta() *meta.Meta {
561
+ if x != nil {
562
+ return x.Meta
563
+ }
564
+ return nil
565
+ }
566
+
567
+ type GetListUnitOfMeasureResponse struct {
568
+ state protoimpl.MessageState `protogen:"open.v1"`
569
+ UnitOfMeasures []*UnitOfMeasure `protobuf:"bytes,1,rep,name=unit_of_measures,json=unitOfMeasures,proto3" json:"unit_of_measures,omitempty"`
570
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
571
+ unknownFields protoimpl.UnknownFields
572
+ sizeCache protoimpl.SizeCache
573
+ }
574
+
575
+ func (x *GetListUnitOfMeasureResponse) Reset() {
576
+ *x = GetListUnitOfMeasureResponse{}
577
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[9]
578
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
579
+ ms.StoreMessageInfo(mi)
580
+ }
581
+
582
+ func (x *GetListUnitOfMeasureResponse) String() string {
583
+ return protoimpl.X.MessageStringOf(x)
584
+ }
585
+
586
+ func (*GetListUnitOfMeasureResponse) ProtoMessage() {}
587
+
588
+ func (x *GetListUnitOfMeasureResponse) ProtoReflect() protoreflect.Message {
589
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[9]
590
+ if x != nil {
591
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
592
+ if ms.LoadMessageInfo() == nil {
593
+ ms.StoreMessageInfo(mi)
594
+ }
595
+ return ms
596
+ }
597
+ return mi.MessageOf(x)
598
+ }
599
+
600
+ // Deprecated: Use GetListUnitOfMeasureResponse.ProtoReflect.Descriptor instead.
601
+ func (*GetListUnitOfMeasureResponse) Descriptor() ([]byte, []int) {
602
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{9}
603
+ }
604
+
605
+ func (x *GetListUnitOfMeasureResponse) GetUnitOfMeasures() []*UnitOfMeasure {
606
+ if x != nil {
607
+ return x.UnitOfMeasures
608
+ }
609
+ return nil
610
+ }
611
+
612
+ func (x *GetListUnitOfMeasureResponse) GetMeta() *meta.Meta {
613
+ if x != nil {
614
+ return x.Meta
615
+ }
616
+ return nil
617
+ }
618
+
619
+ type GetUnitOfMeasureByIdResponse struct {
620
+ state protoimpl.MessageState `protogen:"open.v1"`
621
+ UnitOfMeasure *UnitOfMeasure `protobuf:"bytes,1,opt,name=unit_of_measure,json=unitOfMeasure,proto3" json:"unit_of_measure,omitempty"`
622
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
623
+ unknownFields protoimpl.UnknownFields
624
+ sizeCache protoimpl.SizeCache
625
+ }
626
+
627
+ func (x *GetUnitOfMeasureByIdResponse) Reset() {
628
+ *x = GetUnitOfMeasureByIdResponse{}
629
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[10]
630
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
631
+ ms.StoreMessageInfo(mi)
632
+ }
633
+
634
+ func (x *GetUnitOfMeasureByIdResponse) String() string {
635
+ return protoimpl.X.MessageStringOf(x)
636
+ }
637
+
638
+ func (*GetUnitOfMeasureByIdResponse) ProtoMessage() {}
639
+
640
+ func (x *GetUnitOfMeasureByIdResponse) ProtoReflect() protoreflect.Message {
641
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[10]
642
+ if x != nil {
643
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
644
+ if ms.LoadMessageInfo() == nil {
645
+ ms.StoreMessageInfo(mi)
646
+ }
647
+ return ms
648
+ }
649
+ return mi.MessageOf(x)
650
+ }
651
+
652
+ // Deprecated: Use GetUnitOfMeasureByIdResponse.ProtoReflect.Descriptor instead.
653
+ func (*GetUnitOfMeasureByIdResponse) Descriptor() ([]byte, []int) {
654
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{10}
655
+ }
656
+
657
+ func (x *GetUnitOfMeasureByIdResponse) GetUnitOfMeasure() *UnitOfMeasure {
658
+ if x != nil {
659
+ return x.UnitOfMeasure
660
+ }
661
+ return nil
662
+ }
663
+
664
+ func (x *GetUnitOfMeasureByIdResponse) GetMeta() *meta.Meta {
665
+ if x != nil {
666
+ return x.Meta
667
+ }
668
+ return nil
669
+ }
670
+
671
+ type DeleteUnitOfMeasureResponse struct {
672
+ state protoimpl.MessageState `protogen:"open.v1"`
673
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
674
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
675
+ unknownFields protoimpl.UnknownFields
676
+ sizeCache protoimpl.SizeCache
677
+ }
678
+
679
+ func (x *DeleteUnitOfMeasureResponse) Reset() {
680
+ *x = DeleteUnitOfMeasureResponse{}
681
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[11]
682
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
683
+ ms.StoreMessageInfo(mi)
684
+ }
685
+
686
+ func (x *DeleteUnitOfMeasureResponse) String() string {
687
+ return protoimpl.X.MessageStringOf(x)
688
+ }
689
+
690
+ func (*DeleteUnitOfMeasureResponse) ProtoMessage() {}
691
+
692
+ func (x *DeleteUnitOfMeasureResponse) ProtoReflect() protoreflect.Message {
693
+ mi := &file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[11]
694
+ if x != nil {
695
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
696
+ if ms.LoadMessageInfo() == nil {
697
+ ms.StoreMessageInfo(mi)
698
+ }
699
+ return ms
700
+ }
701
+ return mi.MessageOf(x)
702
+ }
703
+
704
+ // Deprecated: Use DeleteUnitOfMeasureResponse.ProtoReflect.Descriptor instead.
705
+ func (*DeleteUnitOfMeasureResponse) Descriptor() ([]byte, []int) {
706
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP(), []int{11}
707
+ }
708
+
709
+ func (x *DeleteUnitOfMeasureResponse) GetReferencesId() string {
710
+ if x != nil {
711
+ return x.ReferencesId
712
+ }
713
+ return ""
714
+ }
715
+
716
+ func (x *DeleteUnitOfMeasureResponse) GetMeta() *meta.Meta {
717
+ if x != nil {
718
+ return x.Meta
719
+ }
720
+ return nil
721
+ }
722
+
723
+ var File_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto protoreflect.FileDescriptor
724
+
725
+ var file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDesc = []byte{
726
+ 0x0a, 0x3c, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
727
+ 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65,
728
+ 0x6d, 0x65, 0x6e, 0x74, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61,
729
+ 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20,
730
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
731
+ 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
732
+ 0x22, 0xdd, 0x02, 0x0a, 0x0d, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75,
733
+ 0x72, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
734
+ 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
735
+ 0x52, 0x04, 0x75, 0x6e, 0x69, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72,
736
+ 0x63, 0x69, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d,
737
+ 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x63, 0x68, 0x6e, 0x69,
738
+ 0x63, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x63, 0x68, 0x6e,
739
+ 0x69, 0x63, 0x61, 0x6c, 0x12, 0x35, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69,
740
+ 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05,
741
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c,
742
+ 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x15, 0x74,
743
+ 0x65, 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
744
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x74, 0x65, 0x63, 0x68,
745
+ 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e,
746
+ 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x07, 0x20,
747
+ 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x23, 0x0a,
748
+ 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x08,
749
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73,
750
+ 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74,
751
+ 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x41,
752
+ 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x61, 0x74, 0x18,
753
+ 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x41, 0x74,
754
+ 0x22, 0xb4, 0x02, 0x0a, 0x18, 0x42, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d,
755
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a,
756
+ 0x04, 0x75, 0x6e, 0x69, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x6e, 0x69,
757
+ 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c, 0x18,
758
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61,
759
+ 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x65, 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x18, 0x03,
760
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x74, 0x65, 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x12,
761
+ 0x3a, 0x0a, 0x16, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c, 0x5f, 0x64, 0x65,
762
+ 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48,
763
+ 0x00, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61, 0x6c, 0x44, 0x65, 0x73,
764
+ 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x38, 0x0a, 0x15, 0x74,
765
+ 0x65, 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70,
766
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x14, 0x74, 0x65,
767
+ 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69,
768
+ 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x61, 0x63, 0x74, 0x69,
769
+ 0x76, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x41, 0x63, 0x74, 0x69,
770
+ 0x76, 0x65, 0x42, 0x19, 0x0a, 0x17, 0x5f, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x72, 0x63, 0x69, 0x61,
771
+ 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x18, 0x0a,
772
+ 0x16, 0x5f, 0x74, 0x65, 0x63, 0x68, 0x6e, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x64, 0x65, 0x73, 0x63,
773
+ 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x68, 0x0a, 0x1a, 0x43, 0x72, 0x65, 0x61, 0x74,
774
+ 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65,
775
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4a, 0x0a, 0x14, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x75, 0x6e,
776
+ 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20,
777
+ 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66,
778
+ 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11,
779
+ 0x62, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72,
780
+ 0x65, 0x22, 0x8d, 0x01, 0x0a, 0x1a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74,
781
+ 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
782
+ 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69,
783
+ 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
784
+ 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x4a, 0x0a, 0x14, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x75, 0x6e,
785
+ 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x02, 0x20,
786
+ 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66,
787
+ 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x11,
788
+ 0x62, 0x61, 0x73, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72,
789
+ 0x65, 0x22, 0xa3, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x6e, 0x69,
790
+ 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
791
+ 0x74, 0x12, 0x48, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
792
+ 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
793
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61,
794
+ 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52,
795
+ 0x0a, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71,
796
+ 0x75, 0x65, 0x72, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69,
797
+ 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65,
798
+ 0x74, 0x61, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
799
+ 0x52, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x22, 0x42, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x55, 0x6e,
800
+ 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x42, 0x79, 0x49, 0x64, 0x52,
801
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
802
+ 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
803
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x41, 0x0a, 0x1a, 0x44,
804
+ 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75,
805
+ 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66,
806
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
807
+ 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x86,
808
+ 0x01, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d,
809
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36,
810
+ 0x0a, 0x0f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72,
811
+ 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66,
812
+ 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d,
813
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02,
814
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31,
815
+ 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74,
816
+ 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x86, 0x01, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61,
817
+ 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52,
818
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a, 0x0f, 0x75, 0x6e, 0x69, 0x74, 0x5f,
819
+ 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
820
+ 0x32, 0x0e, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65,
821
+ 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x12,
822
+ 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e,
823
+ 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c,
824
+ 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61,
825
+ 0x22, 0x89, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x6e, 0x69, 0x74,
826
+ 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
827
+ 0x65, 0x12, 0x38, 0x0a, 0x10, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61,
828
+ 0x73, 0x75, 0x72, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x6e,
829
+ 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x0e, 0x75, 0x6e, 0x69,
830
+ 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x73, 0x12, 0x2f, 0x0a, 0x04, 0x6d,
831
+ 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73,
832
+ 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74,
833
+ 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x87, 0x01, 0x0a,
834
+ 0x1c, 0x47, 0x65, 0x74, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72,
835
+ 0x65, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x36, 0x0a,
836
+ 0x0f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65,
837
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0e, 0x2e, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d,
838
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x0d, 0x75, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65,
839
+ 0x61, 0x73, 0x75, 0x72, 0x65, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20,
840
+ 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e,
841
+ 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61,
842
+ 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65,
843
+ 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73,
844
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
845
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65,
846
+ 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65,
847
+ 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63,
848
+ 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61,
849
+ 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x32, 0xcf, 0x03, 0x0a, 0x18,
850
+ 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e,
851
+ 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x54, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61,
852
+ 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d,
853
+ 0x65, 0x6e, 0x74, 0x12, 0x1b, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74,
854
+ 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
855
+ 0x1a, 0x1c, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d,
856
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x57,
857
+ 0x0a, 0x18, 0x47, 0x65, 0x74, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75,
858
+ 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x42, 0x79, 0x49, 0x64, 0x12, 0x1c, 0x2e, 0x47, 0x65, 0x74,
859
+ 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x42, 0x79, 0x49,
860
+ 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x6e,
861
+ 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x42, 0x79, 0x49, 0x64, 0x52,
862
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x58, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x69,
863
+ 0x73, 0x74, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d,
864
+ 0x65, 0x6e, 0x74, 0x73, 0x12, 0x1c, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x6e,
865
+ 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65,
866
+ 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x55, 0x6e, 0x69, 0x74,
867
+ 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
868
+ 0x65, 0x12, 0x54, 0x0a, 0x17, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f,
869
+ 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1b, 0x2e, 0x55,
870
+ 0x70, 0x64, 0x61, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75,
871
+ 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x55, 0x70, 0x64, 0x61,
872
+ 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52,
873
+ 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74,
874
+ 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65,
875
+ 0x6e, 0x74, 0x12, 0x1b, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f,
876
+ 0x66, 0x4d, 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
877
+ 0x1c, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x55, 0x6e, 0x69, 0x74, 0x4f, 0x66, 0x4d, 0x65,
878
+ 0x61, 0x73, 0x75, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x5b, 0x5a,
879
+ 0x59, 0x67, 0x69, 0x74, 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65,
880
+ 0x67, 0x72, 0x61, 0x5f, 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32,
881
+ 0x2d, 0x63, 0x6f, 0x72, 0x65, 0x2d, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2f, 0x70, 0x72,
882
+ 0x6f, 0x74, 0x6f, 0x63, 0x67, 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76,
883
+ 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65, 0x2f, 0x75, 0x6e, 0x69, 0x74, 0x5f, 0x6f, 0x66, 0x5f, 0x6d,
884
+ 0x65, 0x61, 0x73, 0x75, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
885
+ 0x6f, 0x33,
886
+ }
887
+
888
+ var (
889
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescOnce sync.Once
890
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescData = file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDesc
891
+ )
892
+
893
+ func file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescGZIP() []byte {
894
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescOnce.Do(func() {
895
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescData = protoimpl.X.CompressGZIP(file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescData)
896
+ })
897
+ return file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDescData
898
+ }
899
+
900
+ var file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
901
+ var file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_goTypes = []any{
902
+ (*UnitOfMeasure)(nil), // 0: UnitOfMeasure
903
+ (*BaseUnitOfMeasureRequest)(nil), // 1: BaseUnitOfMeasureRequest
904
+ (*CreateUnitOfMeasureRequest)(nil), // 2: CreateUnitOfMeasureRequest
905
+ (*UpdateUnitOfMeasureRequest)(nil), // 3: UpdateUnitOfMeasureRequest
906
+ (*GetListUnitOfMeasureRequest)(nil), // 4: GetListUnitOfMeasureRequest
907
+ (*GetUnitOfMeasureByIdRequest)(nil), // 5: GetUnitOfMeasureByIdRequest
908
+ (*DeleteUnitOfMeasureRequest)(nil), // 6: DeleteUnitOfMeasureRequest
909
+ (*CreateUnitOfMeasureResponse)(nil), // 7: CreateUnitOfMeasureResponse
910
+ (*UpdateUnitOfMeasureResponse)(nil), // 8: UpdateUnitOfMeasureResponse
911
+ (*GetListUnitOfMeasureResponse)(nil), // 9: GetListUnitOfMeasureResponse
912
+ (*GetUnitOfMeasureByIdResponse)(nil), // 10: GetUnitOfMeasureByIdResponse
913
+ (*DeleteUnitOfMeasureResponse)(nil), // 11: DeleteUnitOfMeasureResponse
914
+ (*meta.PaginationRequest)(nil), // 12: prisca.v1.global.meta.PaginationRequest
915
+ (*meta.FilterRequest)(nil), // 13: prisca.v1.global.meta.FilterRequest
916
+ (*meta.Meta)(nil), // 14: prisca.v1.global.meta.Meta
917
+ }
918
+ var file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_depIdxs = []int32{
919
+ 1, // 0: CreateUnitOfMeasureRequest.base_unit_of_measure:type_name -> BaseUnitOfMeasureRequest
920
+ 1, // 1: UpdateUnitOfMeasureRequest.base_unit_of_measure:type_name -> BaseUnitOfMeasureRequest
921
+ 12, // 2: GetListUnitOfMeasureRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
922
+ 13, // 3: GetListUnitOfMeasureRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
923
+ 0, // 4: CreateUnitOfMeasureResponse.unit_of_measure:type_name -> UnitOfMeasure
924
+ 14, // 5: CreateUnitOfMeasureResponse.meta:type_name -> prisca.v1.global.meta.Meta
925
+ 0, // 6: UpdateUnitOfMeasureResponse.unit_of_measure:type_name -> UnitOfMeasure
926
+ 14, // 7: UpdateUnitOfMeasureResponse.meta:type_name -> prisca.v1.global.meta.Meta
927
+ 0, // 8: GetListUnitOfMeasureResponse.unit_of_measures:type_name -> UnitOfMeasure
928
+ 14, // 9: GetListUnitOfMeasureResponse.meta:type_name -> prisca.v1.global.meta.Meta
929
+ 0, // 10: GetUnitOfMeasureByIdResponse.unit_of_measure:type_name -> UnitOfMeasure
930
+ 14, // 11: GetUnitOfMeasureByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
931
+ 14, // 12: DeleteUnitOfMeasureResponse.meta:type_name -> prisca.v1.global.meta.Meta
932
+ 2, // 13: UnitOfMeasurementService.CreateUnitOfMeasurement:input_type -> CreateUnitOfMeasureRequest
933
+ 5, // 14: UnitOfMeasurementService.GetUnitOfMeasurementById:input_type -> GetUnitOfMeasureByIdRequest
934
+ 4, // 15: UnitOfMeasurementService.GetListUnitOfMeasurements:input_type -> GetListUnitOfMeasureRequest
935
+ 3, // 16: UnitOfMeasurementService.UpdateUnitOfMeasurement:input_type -> UpdateUnitOfMeasureRequest
936
+ 6, // 17: UnitOfMeasurementService.DeleteUnitOfMeasurement:input_type -> DeleteUnitOfMeasureRequest
937
+ 7, // 18: UnitOfMeasurementService.CreateUnitOfMeasurement:output_type -> CreateUnitOfMeasureResponse
938
+ 10, // 19: UnitOfMeasurementService.GetUnitOfMeasurementById:output_type -> GetUnitOfMeasureByIdResponse
939
+ 9, // 20: UnitOfMeasurementService.GetListUnitOfMeasurements:output_type -> GetListUnitOfMeasureResponse
940
+ 8, // 21: UnitOfMeasurementService.UpdateUnitOfMeasurement:output_type -> UpdateUnitOfMeasureResponse
941
+ 11, // 22: UnitOfMeasurementService.DeleteUnitOfMeasurement:output_type -> DeleteUnitOfMeasureResponse
942
+ 18, // [18:23] is the sub-list for method output_type
943
+ 13, // [13:18] is the sub-list for method input_type
944
+ 13, // [13:13] is the sub-list for extension type_name
945
+ 13, // [13:13] is the sub-list for extension extendee
946
+ 0, // [0:13] is the sub-list for field type_name
947
+ }
948
+
949
+ func init() { file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_init() }
950
+ func file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_init() {
951
+ if File_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto != nil {
952
+ return
953
+ }
954
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes[1].OneofWrappers = []any{}
955
+ type x struct{}
956
+ out := protoimpl.TypeBuilder{
957
+ File: protoimpl.DescBuilder{
958
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
959
+ RawDescriptor: file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDesc,
960
+ NumEnums: 0,
961
+ NumMessages: 12,
962
+ NumExtensions: 0,
963
+ NumServices: 1,
964
+ },
965
+ GoTypes: file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_goTypes,
966
+ DependencyIndexes: file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_depIdxs,
967
+ MessageInfos: file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_msgTypes,
968
+ }.Build()
969
+ File_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto = out.File
970
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_rawDesc = nil
971
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_goTypes = nil
972
+ file_prisca_v1_core_unit_of_measurement_unit_of_measurement_proto_depIdxs = nil
973
+ }