@aldiokta/protocgen 1.0.54 → 1.0.56

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 (131) hide show
  1. package/package.json +1 -1
  2. package/prisca/v1/account_assignment/account_assignment.pb.go +893 -0
  3. package/prisca/v1/account_assignment/account_assignment_grpc.pb.go +274 -0
  4. package/prisca/v1/account_group/account_group.pb.go +955 -0
  5. package/prisca/v1/account_group/account_group_grpc.pb.go +273 -0
  6. package/prisca/v1/chart_of_account/chart_of_account.pb.go +882 -0
  7. package/prisca/v1/chart_of_account/chart_of_account_grpc.pb.go +273 -0
  8. package/prisca/v1/core/auth/auth.proto +129 -0
  9. package/prisca/v1/core/company/company.proto +86 -0
  10. package/prisca/v1/core/currency/currency.proto +76 -0
  11. package/prisca/v1/core/department_material/department_material.proto +69 -0
  12. package/prisca/v1/core/employee/employee.proto +120 -0
  13. package/prisca/v1/core/job_grade/job_grade.proto +79 -0
  14. package/prisca/v1/core/job_position/job_position.proto +113 -0
  15. package/prisca/v1/core/job_title/job_title.proto +89 -0
  16. package/prisca/v1/core/line_of_approval/line_of_approval.proto +79 -0
  17. package/prisca/v1/core/link_data_source/link_data_source.proto +78 -0
  18. package/prisca/v1/core/location/location.proto +289 -0
  19. package/prisca/v1/core/material/material.proto +129 -0
  20. package/prisca/v1/core/material_group/material_group.proto +79 -0
  21. package/prisca/v1/core/material_type/material_type.proto +77 -0
  22. package/prisca/v1/core/messaging/email_template.proto +75 -0
  23. package/prisca/v1/core/messaging/messaging.proto +28 -0
  24. package/prisca/v1/core/number_range/number_range.proto +83 -0
  25. package/prisca/v1/core/organization/organization.proto +94 -0
  26. package/prisca/v1/core/organization_level/organization_level.proto +77 -0
  27. package/prisca/v1/core/procurement/procurement.proto +54 -0
  28. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx.proto +131 -0
  29. package/prisca/v1/core/recipient_roles/recipient_roles.proto +10 -0
  30. package/prisca/v1/core/tax_code/tax_code.proto +79 -0
  31. package/prisca/v1/core/transaction_builder/transaction_builder.proto +262 -0
  32. package/prisca/v1/core/unit_of_measurement/unit_of_measurement.proto +88 -0
  33. package/prisca/v1/core/users/users.proto +22 -0
  34. package/prisca/v1/core/users_role/users_role.proto +72 -0
  35. package/prisca/v1/core/work_location/work_location.proto +122 -0
  36. package/prisca/v1/core/workflow/workflow.proto +197 -0
  37. package/prisca/v1/document_type/document_type.pb.go +952 -0
  38. package/prisca/v1/document_type/document_type_grpc.pb.go +273 -0
  39. package/prisca/v1/general_ledger_account/general_ledger_account.pb.go +1146 -0
  40. package/prisca/v1/general_ledger_account/general_ledger_account_grpc.pb.go +274 -0
  41. package/prisca/v1/global/meta/meta.proto +57 -0
  42. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx.pb.go +2674 -0
  43. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc.pb.go +388 -0
  44. package/prisca/v1/purchasing_group/purchasing_group.pb.go +1004 -0
  45. package/prisca/v1/purchasing_group/purchasing_group_grpc.pb.go +274 -0
  46. package/prisca/v1/purchasing_organization/purchasing_organization.pb.go +775 -0
  47. package/prisca/v1/purchasing_organization/purchasing_organization_grpc.pb.go +236 -0
  48. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment.pb.go +805 -0
  49. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc.pb.go +236 -0
  50. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant.pb.go +906 -0
  51. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc.pb.go +236 -0
  52. package/prisca/v1/account_assignment/account_assignment_grpc_pb.js +0 -177
  53. package/prisca/v1/account_assignment/account_assignment_pb.js +0 -2522
  54. package/prisca/v1/account_group/account_group_grpc_pb.js +0 -178
  55. package/prisca/v1/account_group/account_group_pb.js +0 -2755
  56. package/prisca/v1/chart_of_account/chart_of_account_grpc_pb.js +0 -177
  57. package/prisca/v1/chart_of_account/chart_of_account_pb.js +0 -2522
  58. package/prisca/v1/core/auth/auth_grpc_pb.js +0 -345
  59. package/prisca/v1/core/auth/auth_pb.js +0 -3593
  60. package/prisca/v1/core/company/company_grpc_pb.js +0 -177
  61. package/prisca/v1/core/company/company_pb.js +0 -2875
  62. package/prisca/v1/core/currency/currency_grpc_pb.js +0 -177
  63. package/prisca/v1/core/currency/currency_pb.js +0 -2522
  64. package/prisca/v1/core/department_material/department_material_grpc_pb.js +0 -144
  65. package/prisca/v1/core/department_material/department_material_pb.js +0 -2167
  66. package/prisca/v1/core/employee/employee_grpc_pb.js +0 -184
  67. package/prisca/v1/core/employee/employee_pb.js +0 -3877
  68. package/prisca/v1/core/job_grade/job_grade_grpc_pb.js +0 -178
  69. package/prisca/v1/core/job_grade/job_grade_pb.js +0 -2605
  70. package/prisca/v1/core/job_position/job_position_grpc_pb.js +0 -181
  71. package/prisca/v1/core/job_position/job_position_pb.js +0 -3762
  72. package/prisca/v1/core/job_title/job_title_grpc_pb.js +0 -178
  73. package/prisca/v1/core/job_title/job_title_pb.js +0 -2928
  74. package/prisca/v1/core/line_of_approval/line_of_approval_grpc_pb.js +0 -177
  75. package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +0 -2612
  76. package/prisca/v1/core/link_data_source/link_data_source_grpc_pb.js +0 -177
  77. package/prisca/v1/core/link_data_source/link_data_source_pb.js +0 -2612
  78. package/prisca/v1/core/location/location_grpc_pb.js +0 -837
  79. package/prisca/v1/core/location/location_pb.js +0 -10879
  80. package/prisca/v1/core/material/material_grpc_pb.js +0 -181
  81. package/prisca/v1/core/material/material_pb.js +0 -4106
  82. package/prisca/v1/core/material_group/material_group_grpc_pb.js +0 -177
  83. package/prisca/v1/core/material_group/material_group_pb.js +0 -2582
  84. package/prisca/v1/core/material_type/material_type_grpc_pb.js +0 -148
  85. package/prisca/v1/core/material_type/material_type_pb.js +0 -2392
  86. package/prisca/v1/core/messaging/email_template_grpc_pb.js +0 -177
  87. package/prisca/v1/core/messaging/email_template_pb.js +0 -2552
  88. package/prisca/v1/core/messaging/messaging_grpc_pb.js +0 -45
  89. package/prisca/v1/core/messaging/messaging_pb.js +0 -896
  90. package/prisca/v1/core/number_range/number_range_grpc_pb.js +0 -177
  91. package/prisca/v1/core/number_range/number_range_pb.js +0 -2732
  92. package/prisca/v1/core/organization/organization_grpc_pb.js +0 -180
  93. package/prisca/v1/core/organization/organization_pb.js +0 -3032
  94. package/prisca/v1/core/organization_level/organization_level_grpc_pb.js +0 -178
  95. package/prisca/v1/core/organization_level/organization_level_pb.js +0 -2545
  96. package/prisca/v1/core/procurement/procurement_grpc_pb.js +0 -146
  97. package/prisca/v1/core/procurement/procurement_pb.js +0 -1681
  98. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -266
  99. package/prisca/v1/core/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -4429
  100. package/prisca/v1/core/recipient_roles/recipient_roles_grpc_pb.js +0 -1
  101. package/prisca/v1/core/recipient_roles/recipient_roles_pb.js +0 -206
  102. package/prisca/v1/core/tax_code/tax_code_grpc_pb.js +0 -177
  103. package/prisca/v1/core/tax_code/tax_code_pb.js +0 -2582
  104. package/prisca/v1/core/transaction_builder/transaction_builder_grpc_pb.js +0 -421
  105. package/prisca/v1/core/transaction_builder/transaction_builder_pb.js +0 -8965
  106. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_grpc_pb.js +0 -180
  107. package/prisca/v1/core/unit_of_measurement/unit_of_measurement_pb.js +0 -2798
  108. package/prisca/v1/core/users/users_grpc_pb.js +0 -1
  109. package/prisca/v1/core/users/users_pb.js +0 -626
  110. package/prisca/v1/core/users_role/users_role_grpc_pb.js +0 -177
  111. package/prisca/v1/core/users_role/users_role_pb.js +0 -2372
  112. package/prisca/v1/core/work_location/work_location_grpc_pb.js +0 -179
  113. package/prisca/v1/core/work_location/work_location_pb.js +0 -3972
  114. package/prisca/v1/core/workflow/workflow_grpc_pb.js +0 -180
  115. package/prisca/v1/core/workflow/workflow_pb.js +0 -6589
  116. package/prisca/v1/document_type/document_type_grpc_pb.js +0 -178
  117. package/prisca/v1/document_type/document_type_pb.js +0 -2746
  118. package/prisca/v1/general_ledger_account/general_ledger_account_grpc_pb.js +0 -181
  119. package/prisca/v1/general_ledger_account/general_ledger_account_pb.js +0 -3276
  120. package/prisca/v1/global/meta/meta_grpc_pb.js +0 -1
  121. package/prisca/v1/global/meta/meta_pb.js +0 -1179
  122. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +0 -267
  123. package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +0 -7825
  124. package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +0 -178
  125. package/prisca/v1/purchasing_group/purchasing_group_pb.js +0 -2875
  126. package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +0 -145
  127. package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +0 -2139
  128. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +0 -146
  129. package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +0 -2183
  130. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +0 -146
  131. package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +0 -2536
@@ -0,0 +1,906 @@
1
+ // Code generated by protoc-gen-go. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-go v1.36.4
4
+ // protoc (unknown)
5
+ // source: prisca/v1/purchasing_organization_plant/purchasing_organization_plant.proto
6
+
7
+ package purchasing_organization_plant
8
+
9
+ import (
10
+ company "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/core/company"
11
+ meta "gitlab.com/integra_sm/prisca-v2-core-service/protocgen/prisca/v1/global/meta"
12
+ purchasing_organization "gitlab.com/integra_sm/prisca-v2-purchase-requisition-domain/protocgen/prisca/v1/purchasing_organization"
13
+ protoreflect "google.golang.org/protobuf/reflect/protoreflect"
14
+ protoimpl "google.golang.org/protobuf/runtime/protoimpl"
15
+ reflect "reflect"
16
+ sync "sync"
17
+ unsafe "unsafe"
18
+ )
19
+
20
+ const (
21
+ // Verify that this generated code is sufficiently up-to-date.
22
+ _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
23
+ // Verify that runtime/protoimpl is sufficiently up-to-date.
24
+ _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
25
+ )
26
+
27
+ type PlantPOrganization struct {
28
+ state protoimpl.MessageState `protogen:"open.v1"`
29
+ PurchasingOrganizationReferencesId string `protobuf:"bytes,1,opt,name=purchasing_organization_references_id,json=purchasingOrganizationReferencesId,proto3" json:"purchasing_organization_references_id,omitempty"`
30
+ PlantReferencesId string `protobuf:"bytes,2,opt,name=plant_references_id,json=plantReferencesId,proto3" json:"plant_references_id,omitempty"` // work_location
31
+ Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
32
+ Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
33
+ CompaniesReferencesId string `protobuf:"bytes,5,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
34
+ unknownFields protoimpl.UnknownFields
35
+ sizeCache protoimpl.SizeCache
36
+ }
37
+
38
+ func (x *PlantPOrganization) Reset() {
39
+ *x = PlantPOrganization{}
40
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[0]
41
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
42
+ ms.StoreMessageInfo(mi)
43
+ }
44
+
45
+ func (x *PlantPOrganization) String() string {
46
+ return protoimpl.X.MessageStringOf(x)
47
+ }
48
+
49
+ func (*PlantPOrganization) ProtoMessage() {}
50
+
51
+ func (x *PlantPOrganization) ProtoReflect() protoreflect.Message {
52
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[0]
53
+ if x != nil {
54
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
55
+ if ms.LoadMessageInfo() == nil {
56
+ ms.StoreMessageInfo(mi)
57
+ }
58
+ return ms
59
+ }
60
+ return mi.MessageOf(x)
61
+ }
62
+
63
+ // Deprecated: Use PlantPOrganization.ProtoReflect.Descriptor instead.
64
+ func (*PlantPOrganization) Descriptor() ([]byte, []int) {
65
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{0}
66
+ }
67
+
68
+ func (x *PlantPOrganization) GetPurchasingOrganizationReferencesId() string {
69
+ if x != nil {
70
+ return x.PurchasingOrganizationReferencesId
71
+ }
72
+ return ""
73
+ }
74
+
75
+ func (x *PlantPOrganization) GetPlantReferencesId() string {
76
+ if x != nil {
77
+ return x.PlantReferencesId
78
+ }
79
+ return ""
80
+ }
81
+
82
+ func (x *PlantPOrganization) GetCode() string {
83
+ if x != nil {
84
+ return x.Code
85
+ }
86
+ return ""
87
+ }
88
+
89
+ func (x *PlantPOrganization) GetDescription() string {
90
+ if x != nil {
91
+ return x.Description
92
+ }
93
+ return ""
94
+ }
95
+
96
+ func (x *PlantPOrganization) GetCompaniesReferencesId() string {
97
+ if x != nil {
98
+ return x.CompaniesReferencesId
99
+ }
100
+ return ""
101
+ }
102
+
103
+ type BasePlantPOrganization struct {
104
+ state protoimpl.MessageState `protogen:"open.v1"`
105
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
106
+ Plant *POWorkLocation `protobuf:"bytes,2,opt,name=plant,proto3" json:"plant,omitempty"`
107
+ Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
108
+ PurchasingOrganizations *purchasing_organization.PurchasingOrganization `protobuf:"bytes,4,opt,name=purchasing_organizations,json=purchasingOrganizations,proto3" json:"purchasing_organizations,omitempty"`
109
+ Company *company.Company `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"`
110
+ CompaniesReferencesId string `protobuf:"bytes,6,opt,name=companies_references_id,json=companiesReferencesId,proto3" json:"companies_references_id,omitempty"`
111
+ unknownFields protoimpl.UnknownFields
112
+ sizeCache protoimpl.SizeCache
113
+ }
114
+
115
+ func (x *BasePlantPOrganization) Reset() {
116
+ *x = BasePlantPOrganization{}
117
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[1]
118
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
119
+ ms.StoreMessageInfo(mi)
120
+ }
121
+
122
+ func (x *BasePlantPOrganization) String() string {
123
+ return protoimpl.X.MessageStringOf(x)
124
+ }
125
+
126
+ func (*BasePlantPOrganization) ProtoMessage() {}
127
+
128
+ func (x *BasePlantPOrganization) ProtoReflect() protoreflect.Message {
129
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[1]
130
+ if x != nil {
131
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
132
+ if ms.LoadMessageInfo() == nil {
133
+ ms.StoreMessageInfo(mi)
134
+ }
135
+ return ms
136
+ }
137
+ return mi.MessageOf(x)
138
+ }
139
+
140
+ // Deprecated: Use BasePlantPOrganization.ProtoReflect.Descriptor instead.
141
+ func (*BasePlantPOrganization) Descriptor() ([]byte, []int) {
142
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{1}
143
+ }
144
+
145
+ func (x *BasePlantPOrganization) GetReferencesId() string {
146
+ if x != nil {
147
+ return x.ReferencesId
148
+ }
149
+ return ""
150
+ }
151
+
152
+ func (x *BasePlantPOrganization) GetPlant() *POWorkLocation {
153
+ if x != nil {
154
+ return x.Plant
155
+ }
156
+ return nil
157
+ }
158
+
159
+ func (x *BasePlantPOrganization) GetCode() string {
160
+ if x != nil {
161
+ return x.Code
162
+ }
163
+ return ""
164
+ }
165
+
166
+ func (x *BasePlantPOrganization) GetPurchasingOrganizations() *purchasing_organization.PurchasingOrganization {
167
+ if x != nil {
168
+ return x.PurchasingOrganizations
169
+ }
170
+ return nil
171
+ }
172
+
173
+ func (x *BasePlantPOrganization) GetCompany() *company.Company {
174
+ if x != nil {
175
+ return x.Company
176
+ }
177
+ return nil
178
+ }
179
+
180
+ func (x *BasePlantPOrganization) GetCompaniesReferencesId() string {
181
+ if x != nil {
182
+ return x.CompaniesReferencesId
183
+ }
184
+ return ""
185
+ }
186
+
187
+ type POWorkLocation struct {
188
+ state protoimpl.MessageState `protogen:"open.v1"`
189
+ Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
190
+ LocationName string `protobuf:"bytes,2,opt,name=location_name,json=locationName,proto3" json:"location_name,omitempty"`
191
+ ReferencesId string `protobuf:"bytes,3,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
192
+ unknownFields protoimpl.UnknownFields
193
+ sizeCache protoimpl.SizeCache
194
+ }
195
+
196
+ func (x *POWorkLocation) Reset() {
197
+ *x = POWorkLocation{}
198
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[2]
199
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
200
+ ms.StoreMessageInfo(mi)
201
+ }
202
+
203
+ func (x *POWorkLocation) String() string {
204
+ return protoimpl.X.MessageStringOf(x)
205
+ }
206
+
207
+ func (*POWorkLocation) ProtoMessage() {}
208
+
209
+ func (x *POWorkLocation) ProtoReflect() protoreflect.Message {
210
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[2]
211
+ if x != nil {
212
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
213
+ if ms.LoadMessageInfo() == nil {
214
+ ms.StoreMessageInfo(mi)
215
+ }
216
+ return ms
217
+ }
218
+ return mi.MessageOf(x)
219
+ }
220
+
221
+ // Deprecated: Use POWorkLocation.ProtoReflect.Descriptor instead.
222
+ func (*POWorkLocation) Descriptor() ([]byte, []int) {
223
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{2}
224
+ }
225
+
226
+ func (x *POWorkLocation) GetCode() string {
227
+ if x != nil {
228
+ return x.Code
229
+ }
230
+ return ""
231
+ }
232
+
233
+ func (x *POWorkLocation) GetLocationName() string {
234
+ if x != nil {
235
+ return x.LocationName
236
+ }
237
+ return ""
238
+ }
239
+
240
+ func (x *POWorkLocation) GetReferencesId() string {
241
+ if x != nil {
242
+ return x.ReferencesId
243
+ }
244
+ return ""
245
+ }
246
+
247
+ // Request Messages
248
+ type CreatePlantPOrganizationRequest struct {
249
+ state protoimpl.MessageState `protogen:"open.v1"`
250
+ PlantPurchasingOrganization *PlantPOrganization `protobuf:"bytes,1,opt,name=plant_purchasing_organization,json=plantPurchasingOrganization,proto3" json:"plant_purchasing_organization,omitempty"`
251
+ unknownFields protoimpl.UnknownFields
252
+ sizeCache protoimpl.SizeCache
253
+ }
254
+
255
+ func (x *CreatePlantPOrganizationRequest) Reset() {
256
+ *x = CreatePlantPOrganizationRequest{}
257
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[3]
258
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
259
+ ms.StoreMessageInfo(mi)
260
+ }
261
+
262
+ func (x *CreatePlantPOrganizationRequest) String() string {
263
+ return protoimpl.X.MessageStringOf(x)
264
+ }
265
+
266
+ func (*CreatePlantPOrganizationRequest) ProtoMessage() {}
267
+
268
+ func (x *CreatePlantPOrganizationRequest) ProtoReflect() protoreflect.Message {
269
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[3]
270
+ if x != nil {
271
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
272
+ if ms.LoadMessageInfo() == nil {
273
+ ms.StoreMessageInfo(mi)
274
+ }
275
+ return ms
276
+ }
277
+ return mi.MessageOf(x)
278
+ }
279
+
280
+ // Deprecated: Use CreatePlantPOrganizationRequest.ProtoReflect.Descriptor instead.
281
+ func (*CreatePlantPOrganizationRequest) Descriptor() ([]byte, []int) {
282
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{3}
283
+ }
284
+
285
+ func (x *CreatePlantPOrganizationRequest) GetPlantPurchasingOrganization() *PlantPOrganization {
286
+ if x != nil {
287
+ return x.PlantPurchasingOrganization
288
+ }
289
+ return nil
290
+ }
291
+
292
+ type UpdatePlantPOrganizationRequest struct {
293
+ state protoimpl.MessageState `protogen:"open.v1"`
294
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
295
+ PlantPurchasingOrganization *PlantPOrganization `protobuf:"bytes,2,opt,name=plant_purchasing_organization,json=plantPurchasingOrganization,proto3" json:"plant_purchasing_organization,omitempty"`
296
+ unknownFields protoimpl.UnknownFields
297
+ sizeCache protoimpl.SizeCache
298
+ }
299
+
300
+ func (x *UpdatePlantPOrganizationRequest) Reset() {
301
+ *x = UpdatePlantPOrganizationRequest{}
302
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[4]
303
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
304
+ ms.StoreMessageInfo(mi)
305
+ }
306
+
307
+ func (x *UpdatePlantPOrganizationRequest) String() string {
308
+ return protoimpl.X.MessageStringOf(x)
309
+ }
310
+
311
+ func (*UpdatePlantPOrganizationRequest) ProtoMessage() {}
312
+
313
+ func (x *UpdatePlantPOrganizationRequest) ProtoReflect() protoreflect.Message {
314
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[4]
315
+ if x != nil {
316
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
317
+ if ms.LoadMessageInfo() == nil {
318
+ ms.StoreMessageInfo(mi)
319
+ }
320
+ return ms
321
+ }
322
+ return mi.MessageOf(x)
323
+ }
324
+
325
+ // Deprecated: Use UpdatePlantPOrganizationRequest.ProtoReflect.Descriptor instead.
326
+ func (*UpdatePlantPOrganizationRequest) Descriptor() ([]byte, []int) {
327
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{4}
328
+ }
329
+
330
+ func (x *UpdatePlantPOrganizationRequest) GetReferencesId() string {
331
+ if x != nil {
332
+ return x.ReferencesId
333
+ }
334
+ return ""
335
+ }
336
+
337
+ func (x *UpdatePlantPOrganizationRequest) GetPlantPurchasingOrganization() *PlantPOrganization {
338
+ if x != nil {
339
+ return x.PlantPurchasingOrganization
340
+ }
341
+ return nil
342
+ }
343
+
344
+ type GetListPlantPOrganizationRequest struct {
345
+ state protoimpl.MessageState `protogen:"open.v1"`
346
+ Pagination *meta.PaginationRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
347
+ Query *meta.FilterRequest `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
348
+ unknownFields protoimpl.UnknownFields
349
+ sizeCache protoimpl.SizeCache
350
+ }
351
+
352
+ func (x *GetListPlantPOrganizationRequest) Reset() {
353
+ *x = GetListPlantPOrganizationRequest{}
354
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[5]
355
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
356
+ ms.StoreMessageInfo(mi)
357
+ }
358
+
359
+ func (x *GetListPlantPOrganizationRequest) String() string {
360
+ return protoimpl.X.MessageStringOf(x)
361
+ }
362
+
363
+ func (*GetListPlantPOrganizationRequest) ProtoMessage() {}
364
+
365
+ func (x *GetListPlantPOrganizationRequest) ProtoReflect() protoreflect.Message {
366
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[5]
367
+ if x != nil {
368
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
369
+ if ms.LoadMessageInfo() == nil {
370
+ ms.StoreMessageInfo(mi)
371
+ }
372
+ return ms
373
+ }
374
+ return mi.MessageOf(x)
375
+ }
376
+
377
+ // Deprecated: Use GetListPlantPOrganizationRequest.ProtoReflect.Descriptor instead.
378
+ func (*GetListPlantPOrganizationRequest) Descriptor() ([]byte, []int) {
379
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{5}
380
+ }
381
+
382
+ func (x *GetListPlantPOrganizationRequest) GetPagination() *meta.PaginationRequest {
383
+ if x != nil {
384
+ return x.Pagination
385
+ }
386
+ return nil
387
+ }
388
+
389
+ func (x *GetListPlantPOrganizationRequest) GetQuery() *meta.FilterRequest {
390
+ if x != nil {
391
+ return x.Query
392
+ }
393
+ return nil
394
+ }
395
+
396
+ type PlantPOrganizationGetByIdRequest struct {
397
+ state protoimpl.MessageState `protogen:"open.v1"`
398
+ ReferencesId string `protobuf:"bytes,1,opt,name=references_id,json=referencesId,proto3" json:"references_id,omitempty"`
399
+ unknownFields protoimpl.UnknownFields
400
+ sizeCache protoimpl.SizeCache
401
+ }
402
+
403
+ func (x *PlantPOrganizationGetByIdRequest) Reset() {
404
+ *x = PlantPOrganizationGetByIdRequest{}
405
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[6]
406
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
407
+ ms.StoreMessageInfo(mi)
408
+ }
409
+
410
+ func (x *PlantPOrganizationGetByIdRequest) String() string {
411
+ return protoimpl.X.MessageStringOf(x)
412
+ }
413
+
414
+ func (*PlantPOrganizationGetByIdRequest) ProtoMessage() {}
415
+
416
+ func (x *PlantPOrganizationGetByIdRequest) ProtoReflect() protoreflect.Message {
417
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[6]
418
+ if x != nil {
419
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
420
+ if ms.LoadMessageInfo() == nil {
421
+ ms.StoreMessageInfo(mi)
422
+ }
423
+ return ms
424
+ }
425
+ return mi.MessageOf(x)
426
+ }
427
+
428
+ // Deprecated: Use PlantPOrganizationGetByIdRequest.ProtoReflect.Descriptor instead.
429
+ func (*PlantPOrganizationGetByIdRequest) Descriptor() ([]byte, []int) {
430
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{6}
431
+ }
432
+
433
+ func (x *PlantPOrganizationGetByIdRequest) GetReferencesId() string {
434
+ if x != nil {
435
+ return x.ReferencesId
436
+ }
437
+ return ""
438
+ }
439
+
440
+ // Response Messages
441
+ type CreatePlantPOrganizationResponse struct {
442
+ state protoimpl.MessageState `protogen:"open.v1"`
443
+ PlantPurchasingOrganization *PlantPOrganization `protobuf:"bytes,1,opt,name=Plant_purchasing_organization,json=PlantPurchasingOrganization,proto3" json:"Plant_purchasing_organization,omitempty"`
444
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
445
+ unknownFields protoimpl.UnknownFields
446
+ sizeCache protoimpl.SizeCache
447
+ }
448
+
449
+ func (x *CreatePlantPOrganizationResponse) Reset() {
450
+ *x = CreatePlantPOrganizationResponse{}
451
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[7]
452
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
453
+ ms.StoreMessageInfo(mi)
454
+ }
455
+
456
+ func (x *CreatePlantPOrganizationResponse) String() string {
457
+ return protoimpl.X.MessageStringOf(x)
458
+ }
459
+
460
+ func (*CreatePlantPOrganizationResponse) ProtoMessage() {}
461
+
462
+ func (x *CreatePlantPOrganizationResponse) ProtoReflect() protoreflect.Message {
463
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[7]
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 CreatePlantPOrganizationResponse.ProtoReflect.Descriptor instead.
475
+ func (*CreatePlantPOrganizationResponse) Descriptor() ([]byte, []int) {
476
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{7}
477
+ }
478
+
479
+ func (x *CreatePlantPOrganizationResponse) GetPlantPurchasingOrganization() *PlantPOrganization {
480
+ if x != nil {
481
+ return x.PlantPurchasingOrganization
482
+ }
483
+ return nil
484
+ }
485
+
486
+ func (x *CreatePlantPOrganizationResponse) GetMeta() *meta.Meta {
487
+ if x != nil {
488
+ return x.Meta
489
+ }
490
+ return nil
491
+ }
492
+
493
+ type GetListPlantPOrganizationResponse struct {
494
+ state protoimpl.MessageState `protogen:"open.v1"`
495
+ PlantPurchasingOrganization []*BasePlantPOrganization `protobuf:"bytes,1,rep,name=plant_purchasing_organization,json=plantPurchasingOrganization,proto3" json:"plant_purchasing_organization,omitempty"`
496
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
497
+ unknownFields protoimpl.UnknownFields
498
+ sizeCache protoimpl.SizeCache
499
+ }
500
+
501
+ func (x *GetListPlantPOrganizationResponse) Reset() {
502
+ *x = GetListPlantPOrganizationResponse{}
503
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[8]
504
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
505
+ ms.StoreMessageInfo(mi)
506
+ }
507
+
508
+ func (x *GetListPlantPOrganizationResponse) String() string {
509
+ return protoimpl.X.MessageStringOf(x)
510
+ }
511
+
512
+ func (*GetListPlantPOrganizationResponse) ProtoMessage() {}
513
+
514
+ func (x *GetListPlantPOrganizationResponse) ProtoReflect() protoreflect.Message {
515
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[8]
516
+ if x != nil {
517
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
518
+ if ms.LoadMessageInfo() == nil {
519
+ ms.StoreMessageInfo(mi)
520
+ }
521
+ return ms
522
+ }
523
+ return mi.MessageOf(x)
524
+ }
525
+
526
+ // Deprecated: Use GetListPlantPOrganizationResponse.ProtoReflect.Descriptor instead.
527
+ func (*GetListPlantPOrganizationResponse) Descriptor() ([]byte, []int) {
528
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{8}
529
+ }
530
+
531
+ func (x *GetListPlantPOrganizationResponse) GetPlantPurchasingOrganization() []*BasePlantPOrganization {
532
+ if x != nil {
533
+ return x.PlantPurchasingOrganization
534
+ }
535
+ return nil
536
+ }
537
+
538
+ func (x *GetListPlantPOrganizationResponse) GetMeta() *meta.Meta {
539
+ if x != nil {
540
+ return x.Meta
541
+ }
542
+ return nil
543
+ }
544
+
545
+ type UpdatePlantPOrganizationResponse struct {
546
+ state protoimpl.MessageState `protogen:"open.v1"`
547
+ PlantPurchasingOrganization *PlantPOrganization `protobuf:"bytes,1,opt,name=plant_purchasing_organization,json=plantPurchasingOrganization,proto3" json:"plant_purchasing_organization,omitempty"`
548
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
549
+ unknownFields protoimpl.UnknownFields
550
+ sizeCache protoimpl.SizeCache
551
+ }
552
+
553
+ func (x *UpdatePlantPOrganizationResponse) Reset() {
554
+ *x = UpdatePlantPOrganizationResponse{}
555
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[9]
556
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
557
+ ms.StoreMessageInfo(mi)
558
+ }
559
+
560
+ func (x *UpdatePlantPOrganizationResponse) String() string {
561
+ return protoimpl.X.MessageStringOf(x)
562
+ }
563
+
564
+ func (*UpdatePlantPOrganizationResponse) ProtoMessage() {}
565
+
566
+ func (x *UpdatePlantPOrganizationResponse) ProtoReflect() protoreflect.Message {
567
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[9]
568
+ if x != nil {
569
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
570
+ if ms.LoadMessageInfo() == nil {
571
+ ms.StoreMessageInfo(mi)
572
+ }
573
+ return ms
574
+ }
575
+ return mi.MessageOf(x)
576
+ }
577
+
578
+ // Deprecated: Use UpdatePlantPOrganizationResponse.ProtoReflect.Descriptor instead.
579
+ func (*UpdatePlantPOrganizationResponse) Descriptor() ([]byte, []int) {
580
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{9}
581
+ }
582
+
583
+ func (x *UpdatePlantPOrganizationResponse) GetPlantPurchasingOrganization() *PlantPOrganization {
584
+ if x != nil {
585
+ return x.PlantPurchasingOrganization
586
+ }
587
+ return nil
588
+ }
589
+
590
+ func (x *UpdatePlantPOrganizationResponse) GetMeta() *meta.Meta {
591
+ if x != nil {
592
+ return x.Meta
593
+ }
594
+ return nil
595
+ }
596
+
597
+ type PlantPOrganizationGetByIdResponse struct {
598
+ state protoimpl.MessageState `protogen:"open.v1"`
599
+ PlantPurchasingOrganization *BasePlantPOrganization `protobuf:"bytes,1,opt,name=plant_purchasing_organization,json=plantPurchasingOrganization,proto3" json:"plant_purchasing_organization,omitempty"`
600
+ Meta *meta.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
601
+ unknownFields protoimpl.UnknownFields
602
+ sizeCache protoimpl.SizeCache
603
+ }
604
+
605
+ func (x *PlantPOrganizationGetByIdResponse) Reset() {
606
+ *x = PlantPOrganizationGetByIdResponse{}
607
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[10]
608
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
609
+ ms.StoreMessageInfo(mi)
610
+ }
611
+
612
+ func (x *PlantPOrganizationGetByIdResponse) String() string {
613
+ return protoimpl.X.MessageStringOf(x)
614
+ }
615
+
616
+ func (*PlantPOrganizationGetByIdResponse) ProtoMessage() {}
617
+
618
+ func (x *PlantPOrganizationGetByIdResponse) ProtoReflect() protoreflect.Message {
619
+ mi := &file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes[10]
620
+ if x != nil {
621
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
622
+ if ms.LoadMessageInfo() == nil {
623
+ ms.StoreMessageInfo(mi)
624
+ }
625
+ return ms
626
+ }
627
+ return mi.MessageOf(x)
628
+ }
629
+
630
+ // Deprecated: Use PlantPOrganizationGetByIdResponse.ProtoReflect.Descriptor instead.
631
+ func (*PlantPOrganizationGetByIdResponse) Descriptor() ([]byte, []int) {
632
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP(), []int{10}
633
+ }
634
+
635
+ func (x *PlantPOrganizationGetByIdResponse) GetPlantPurchasingOrganization() *BasePlantPOrganization {
636
+ if x != nil {
637
+ return x.PlantPurchasingOrganization
638
+ }
639
+ return nil
640
+ }
641
+
642
+ func (x *PlantPOrganizationGetByIdResponse) GetMeta() *meta.Meta {
643
+ if x != nil {
644
+ return x.Meta
645
+ }
646
+ return nil
647
+ }
648
+
649
+ var File_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto protoreflect.FileDescriptor
650
+
651
+ var file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDesc = string([]byte{
652
+ 0x0a, 0x4b, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63,
653
+ 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
654
+ 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
655
+ 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
656
+ 0x6e, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x70,
657
+ 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2f,
658
+ 0x6d, 0x65, 0x74, 0x61, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
659
+ 0x3f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68,
660
+ 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
661
+ 0x6f, 0x6e, 0x2f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72,
662
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
663
+ 0x1a, 0x24, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x72, 0x65,
664
+ 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x2f, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79,
665
+ 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x85, 0x02, 0x0a, 0x12, 0x50, 0x6c, 0x61, 0x6e, 0x74,
666
+ 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x51, 0x0a,
667
+ 0x25, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61,
668
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e,
669
+ 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x22, 0x70, 0x75,
670
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
671
+ 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
672
+ 0x12, 0x2e, 0x0a, 0x13, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
673
+ 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70,
674
+ 0x6c, 0x61, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64,
675
+ 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
676
+ 0x63, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74,
677
+ 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72,
678
+ 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
679
+ 0x69, 0x65, 0x73, 0x5f, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69,
680
+ 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69,
681
+ 0x65, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0xa8,
682
+ 0x02, 0x0a, 0x16, 0x42, 0x61, 0x73, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67,
683
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66,
684
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
685
+ 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x25,
686
+ 0x0a, 0x05, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e,
687
+ 0x50, 0x4f, 0x57, 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05,
688
+ 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20,
689
+ 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x52, 0x0a, 0x18, 0x70, 0x75, 0x72,
690
+ 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
691
+ 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x50, 0x75,
692
+ 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
693
+ 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x17, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
694
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x22, 0x0a,
695
+ 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x08,
696
+ 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
697
+ 0x79, 0x12, 0x36, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x5f, 0x72,
698
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01,
699
+ 0x28, 0x09, 0x52, 0x15, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x69, 0x65, 0x73, 0x52, 0x65, 0x66,
700
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x6e, 0x0a, 0x0e, 0x50, 0x4f, 0x57,
701
+ 0x6f, 0x72, 0x6b, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x63,
702
+ 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12,
703
+ 0x23, 0x0a, 0x0d, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6e, 0x61, 0x6d, 0x65,
704
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
705
+ 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63,
706
+ 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x66,
707
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0x7a, 0x0a, 0x1f, 0x43, 0x72, 0x65,
708
+ 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
709
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x57, 0x0a, 0x1d,
710
+ 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
711
+ 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
712
+ 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
713
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1b, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x50,
714
+ 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
715
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x9f, 0x01, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
716
+ 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
717
+ 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66,
718
+ 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
719
+ 0x52, 0x0c, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x12, 0x57,
720
+ 0x0a, 0x1d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69,
721
+ 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
722
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72,
723
+ 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1b, 0x70, 0x6c, 0x61, 0x6e,
724
+ 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e,
725
+ 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa8, 0x01, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x4c,
726
+ 0x69, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
727
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x0a,
728
+ 0x70, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b,
729
+ 0x32, 0x28, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f,
730
+ 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x50, 0x61, 0x67, 0x69, 0x6e, 0x61, 0x74,
731
+ 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x69,
732
+ 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x71, 0x75, 0x65, 0x72, 0x79, 0x18,
733
+ 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76,
734
+ 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x46, 0x69,
735
+ 0x6c, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x71, 0x75, 0x65,
736
+ 0x72, 0x79, 0x22, 0x47, 0x0a, 0x20, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
737
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52,
738
+ 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65,
739
+ 0x6e, 0x63, 0x65, 0x73, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72,
740
+ 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x49, 0x64, 0x22, 0xac, 0x01, 0x0a, 0x20,
741
+ 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
742
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
743
+ 0x12, 0x57, 0x0a, 0x1d, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
744
+ 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
745
+ 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50,
746
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x1b, 0x50, 0x6c,
747
+ 0x61, 0x6e, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67,
748
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74,
749
+ 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61,
750
+ 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e,
751
+ 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xb1, 0x01, 0x0a, 0x21, 0x47,
752
+ 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
753
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
754
+ 0x12, 0x5b, 0x0a, 0x1d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72, 0x63, 0x68, 0x61,
755
+ 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
756
+ 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x50, 0x6c,
757
+ 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
758
+ 0x52, 0x1b, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e,
759
+ 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a,
760
+ 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72,
761
+ 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d,
762
+ 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xac,
763
+ 0x01, 0x0a, 0x20, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f,
764
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f,
765
+ 0x6e, 0x73, 0x65, 0x12, 0x57, 0x0a, 0x1d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72,
766
+ 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
767
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x50, 0x6c, 0x61,
768
+ 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
769
+ 0x1b, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67,
770
+ 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2f, 0x0a, 0x04,
771
+ 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x70, 0x72, 0x69,
772
+ 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x2e, 0x6d, 0x65,
773
+ 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x22, 0xb1, 0x01,
774
+ 0x0a, 0x21, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
775
+ 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
776
+ 0x6e, 0x73, 0x65, 0x12, 0x5b, 0x0a, 0x1d, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x5f, 0x70, 0x75, 0x72,
777
+ 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
778
+ 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x42, 0x61, 0x73,
779
+ 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
780
+ 0x69, 0x6f, 0x6e, 0x52, 0x1b, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x75, 0x72, 0x63, 0x68, 0x61,
781
+ 0x73, 0x69, 0x6e, 0x67, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
782
+ 0x12, 0x2f, 0x0a, 0x04, 0x6d, 0x65, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b,
783
+ 0x2e, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2e, 0x76, 0x31, 0x2e, 0x67, 0x6c, 0x6f, 0x62, 0x61,
784
+ 0x6c, 0x2e, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x04, 0x6d, 0x65, 0x74,
785
+ 0x61, 0x32, 0xa5, 0x03, 0x0a, 0x19, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
786
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12,
787
+ 0x5f, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f,
788
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x2e, 0x43, 0x72,
789
+ 0x65, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
790
+ 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e,
791
+ 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61,
792
+ 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
793
+ 0x12, 0x62, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67,
794
+ 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x79, 0x49, 0x64, 0x12, 0x21, 0x2e,
795
+ 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
796
+ 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
797
+ 0x1a, 0x22, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
798
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x65, 0x74, 0x42, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70,
799
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6c,
800
+ 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
801
+ 0x12, 0x20, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f,
802
+ 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
803
+ 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x74,
804
+ 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73,
805
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74,
806
+ 0x50, 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
807
+ 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6c, 0x61, 0x6e,
808
+ 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
809
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x47, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x50,
810
+ 0x6c, 0x61, 0x6e, 0x74, 0x50, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
811
+ 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x5a, 0x6d, 0x67, 0x69, 0x74,
812
+ 0x6c, 0x61, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x74, 0x65, 0x67, 0x72, 0x61, 0x5f,
813
+ 0x73, 0x6d, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2d, 0x76, 0x32, 0x2d, 0x70, 0x75, 0x72,
814
+ 0x63, 0x68, 0x61, 0x73, 0x65, 0x2d, 0x72, 0x65, 0x71, 0x75, 0x69, 0x73, 0x69, 0x74, 0x69, 0x6f,
815
+ 0x6e, 0x2d, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x67,
816
+ 0x65, 0x6e, 0x2f, 0x70, 0x72, 0x69, 0x73, 0x63, 0x61, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x75, 0x72,
817
+ 0x63, 0x68, 0x61, 0x73, 0x69, 0x6e, 0x67, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61,
818
+ 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
819
+ 0x6f, 0x33,
820
+ })
821
+
822
+ var (
823
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescOnce sync.Once
824
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescData []byte
825
+ )
826
+
827
+ func file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescGZIP() []byte {
828
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescOnce.Do(func() {
829
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDesc), len(file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDesc)))
830
+ })
831
+ return file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDescData
832
+ }
833
+
834
+ var file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
835
+ var file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_goTypes = []any{
836
+ (*PlantPOrganization)(nil), // 0: PlantPOrganization
837
+ (*BasePlantPOrganization)(nil), // 1: BasePlantPOrganization
838
+ (*POWorkLocation)(nil), // 2: POWorkLocation
839
+ (*CreatePlantPOrganizationRequest)(nil), // 3: CreatePlantPOrganizationRequest
840
+ (*UpdatePlantPOrganizationRequest)(nil), // 4: UpdatePlantPOrganizationRequest
841
+ (*GetListPlantPOrganizationRequest)(nil), // 5: GetListPlantPOrganizationRequest
842
+ (*PlantPOrganizationGetByIdRequest)(nil), // 6: PlantPOrganizationGetByIdRequest
843
+ (*CreatePlantPOrganizationResponse)(nil), // 7: CreatePlantPOrganizationResponse
844
+ (*GetListPlantPOrganizationResponse)(nil), // 8: GetListPlantPOrganizationResponse
845
+ (*UpdatePlantPOrganizationResponse)(nil), // 9: UpdatePlantPOrganizationResponse
846
+ (*PlantPOrganizationGetByIdResponse)(nil), // 10: PlantPOrganizationGetByIdResponse
847
+ (*purchasing_organization.PurchasingOrganization)(nil), // 11: PurchasingOrganization
848
+ (*company.Company)(nil), // 12: Company
849
+ (*meta.PaginationRequest)(nil), // 13: prisca.v1.global.meta.PaginationRequest
850
+ (*meta.FilterRequest)(nil), // 14: prisca.v1.global.meta.FilterRequest
851
+ (*meta.Meta)(nil), // 15: prisca.v1.global.meta.Meta
852
+ }
853
+ var file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_depIdxs = []int32{
854
+ 2, // 0: BasePlantPOrganization.plant:type_name -> POWorkLocation
855
+ 11, // 1: BasePlantPOrganization.purchasing_organizations:type_name -> PurchasingOrganization
856
+ 12, // 2: BasePlantPOrganization.company:type_name -> Company
857
+ 0, // 3: CreatePlantPOrganizationRequest.plant_purchasing_organization:type_name -> PlantPOrganization
858
+ 0, // 4: UpdatePlantPOrganizationRequest.plant_purchasing_organization:type_name -> PlantPOrganization
859
+ 13, // 5: GetListPlantPOrganizationRequest.pagination:type_name -> prisca.v1.global.meta.PaginationRequest
860
+ 14, // 6: GetListPlantPOrganizationRequest.query:type_name -> prisca.v1.global.meta.FilterRequest
861
+ 0, // 7: CreatePlantPOrganizationResponse.Plant_purchasing_organization:type_name -> PlantPOrganization
862
+ 15, // 8: CreatePlantPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
863
+ 1, // 9: GetListPlantPOrganizationResponse.plant_purchasing_organization:type_name -> BasePlantPOrganization
864
+ 15, // 10: GetListPlantPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
865
+ 0, // 11: UpdatePlantPOrganizationResponse.plant_purchasing_organization:type_name -> PlantPOrganization
866
+ 15, // 12: UpdatePlantPOrganizationResponse.meta:type_name -> prisca.v1.global.meta.Meta
867
+ 1, // 13: PlantPOrganizationGetByIdResponse.plant_purchasing_organization:type_name -> BasePlantPOrganization
868
+ 15, // 14: PlantPOrganizationGetByIdResponse.meta:type_name -> prisca.v1.global.meta.Meta
869
+ 3, // 15: PlantPOrganizationService.CreatePlantPOrganization:input_type -> CreatePlantPOrganizationRequest
870
+ 6, // 16: PlantPOrganizationService.GetPlantPOrganizationById:input_type -> PlantPOrganizationGetByIdRequest
871
+ 4, // 17: PlantPOrganizationService.UpdatePlantPOrganization:input_type -> UpdatePlantPOrganizationRequest
872
+ 5, // 18: PlantPOrganizationService.GetListPlantPOrganization:input_type -> GetListPlantPOrganizationRequest
873
+ 7, // 19: PlantPOrganizationService.CreatePlantPOrganization:output_type -> CreatePlantPOrganizationResponse
874
+ 10, // 20: PlantPOrganizationService.GetPlantPOrganizationById:output_type -> PlantPOrganizationGetByIdResponse
875
+ 9, // 21: PlantPOrganizationService.UpdatePlantPOrganization:output_type -> UpdatePlantPOrganizationResponse
876
+ 8, // 22: PlantPOrganizationService.GetListPlantPOrganization:output_type -> GetListPlantPOrganizationResponse
877
+ 19, // [19:23] is the sub-list for method output_type
878
+ 15, // [15:19] is the sub-list for method input_type
879
+ 15, // [15:15] is the sub-list for extension type_name
880
+ 15, // [15:15] is the sub-list for extension extendee
881
+ 0, // [0:15] is the sub-list for field type_name
882
+ }
883
+
884
+ func init() { file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_init() }
885
+ func file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_init() {
886
+ if File_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto != nil {
887
+ return
888
+ }
889
+ type x struct{}
890
+ out := protoimpl.TypeBuilder{
891
+ File: protoimpl.DescBuilder{
892
+ GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
893
+ RawDescriptor: unsafe.Slice(unsafe.StringData(file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDesc), len(file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_rawDesc)),
894
+ NumEnums: 0,
895
+ NumMessages: 11,
896
+ NumExtensions: 0,
897
+ NumServices: 1,
898
+ },
899
+ GoTypes: file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_goTypes,
900
+ DependencyIndexes: file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_depIdxs,
901
+ MessageInfos: file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_msgTypes,
902
+ }.Build()
903
+ File_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto = out.File
904
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_goTypes = nil
905
+ file_prisca_v1_purchasing_organization_plant_purchasing_organization_plant_proto_depIdxs = nil
906
+ }