@aldiokta/protocgen 1.0.71 → 1.0.73

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.
@@ -37,18 +37,20 @@ var prisca_v1_core_location_location_pb = require('../../../../prisca/v1/core/lo
37
37
  goog.object.extend(proto, prisca_v1_core_location_location_pb);
38
38
  var prisca_v1_core_company_company_pb = require('../../../../prisca/v1/core/company/company_pb.js');
39
39
  goog.object.extend(proto, prisca_v1_core_company_company_pb);
40
- goog.exportSymbol('proto.BaseEmployee', null, global);
41
- goog.exportSymbol('proto.CreateEmployeeRequest', null, global);
42
- goog.exportSymbol('proto.CreateEmployeeResponse', null, global);
43
- goog.exportSymbol('proto.DeleteEmployeeRequest', null, global);
44
- goog.exportSymbol('proto.DeleteEmployeeResponse', null, global);
45
- goog.exportSymbol('proto.Employee', null, global);
46
- goog.exportSymbol('proto.EmployeeGetByIdResponse', null, global);
47
- goog.exportSymbol('proto.GetEmployeeByIdRequest', null, global);
48
- goog.exportSymbol('proto.GetListEmployeeRequest', null, global);
49
- goog.exportSymbol('proto.GetListEmployeeResponse', null, global);
50
- goog.exportSymbol('proto.UpdateEmployeeRequest', null, global);
51
- goog.exportSymbol('proto.UpdateEmployeeResponse', null, global);
40
+ goog.exportSymbol('proto.prisca.v1.core.employee.BaseEmployee', null, global);
41
+ goog.exportSymbol('proto.prisca.v1.core.employee.BaseEmployeeDefault', null, global);
42
+ goog.exportSymbol('proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest', null, global);
43
+ goog.exportSymbol('proto.prisca.v1.core.employee.CreateEmployeeRequest', null, global);
44
+ goog.exportSymbol('proto.prisca.v1.core.employee.CreateEmployeeResponse', null, global);
45
+ goog.exportSymbol('proto.prisca.v1.core.employee.DeleteEmployeeRequest', null, global);
46
+ goog.exportSymbol('proto.prisca.v1.core.employee.DeleteEmployeeResponse', null, global);
47
+ goog.exportSymbol('proto.prisca.v1.core.employee.Employee', null, global);
48
+ goog.exportSymbol('proto.prisca.v1.core.employee.EmployeeGetByIdResponse', null, global);
49
+ goog.exportSymbol('proto.prisca.v1.core.employee.GetEmployeeByIdRequest', null, global);
50
+ goog.exportSymbol('proto.prisca.v1.core.employee.GetListEmployeeRequest', null, global);
51
+ goog.exportSymbol('proto.prisca.v1.core.employee.GetListEmployeeResponse', null, global);
52
+ goog.exportSymbol('proto.prisca.v1.core.employee.UpdateEmployeeRequest', null, global);
53
+ goog.exportSymbol('proto.prisca.v1.core.employee.UpdateEmployeeResponse', null, global);
52
54
  /**
53
55
  * Generated by JsPbCodeGenerator.
54
56
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -59,16 +61,16 @@ goog.exportSymbol('proto.UpdateEmployeeResponse', null, global);
59
61
  * @extends {jspb.Message}
60
62
  * @constructor
61
63
  */
62
- proto.Employee = function(opt_data) {
64
+ proto.prisca.v1.core.employee.Employee = function(opt_data) {
63
65
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
64
66
  };
65
- goog.inherits(proto.Employee, jspb.Message);
67
+ goog.inherits(proto.prisca.v1.core.employee.Employee, jspb.Message);
66
68
  if (goog.DEBUG && !COMPILED) {
67
69
  /**
68
70
  * @public
69
71
  * @override
70
72
  */
71
- proto.Employee.displayName = 'proto.Employee';
73
+ proto.prisca.v1.core.employee.Employee.displayName = 'proto.prisca.v1.core.employee.Employee';
72
74
  }
73
75
  /**
74
76
  * Generated by JsPbCodeGenerator.
@@ -80,16 +82,16 @@ if (goog.DEBUG && !COMPILED) {
80
82
  * @extends {jspb.Message}
81
83
  * @constructor
82
84
  */
83
- proto.BaseEmployee = function(opt_data) {
85
+ proto.prisca.v1.core.employee.BaseEmployee = function(opt_data) {
84
86
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
85
87
  };
86
- goog.inherits(proto.BaseEmployee, jspb.Message);
88
+ goog.inherits(proto.prisca.v1.core.employee.BaseEmployee, jspb.Message);
87
89
  if (goog.DEBUG && !COMPILED) {
88
90
  /**
89
91
  * @public
90
92
  * @override
91
93
  */
92
- proto.BaseEmployee.displayName = 'proto.BaseEmployee';
94
+ proto.prisca.v1.core.employee.BaseEmployee.displayName = 'proto.prisca.v1.core.employee.BaseEmployee';
93
95
  }
94
96
  /**
95
97
  * Generated by JsPbCodeGenerator.
@@ -101,16 +103,16 @@ if (goog.DEBUG && !COMPILED) {
101
103
  * @extends {jspb.Message}
102
104
  * @constructor
103
105
  */
104
- proto.GetEmployeeByIdRequest = function(opt_data) {
106
+ proto.prisca.v1.core.employee.BaseEmployeeDefault = function(opt_data) {
105
107
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
106
108
  };
107
- goog.inherits(proto.GetEmployeeByIdRequest, jspb.Message);
109
+ goog.inherits(proto.prisca.v1.core.employee.BaseEmployeeDefault, jspb.Message);
108
110
  if (goog.DEBUG && !COMPILED) {
109
111
  /**
110
112
  * @public
111
113
  * @override
112
114
  */
113
- proto.GetEmployeeByIdRequest.displayName = 'proto.GetEmployeeByIdRequest';
115
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.displayName = 'proto.prisca.v1.core.employee.BaseEmployeeDefault';
114
116
  }
115
117
  /**
116
118
  * Generated by JsPbCodeGenerator.
@@ -122,16 +124,16 @@ if (goog.DEBUG && !COMPILED) {
122
124
  * @extends {jspb.Message}
123
125
  * @constructor
124
126
  */
125
- proto.CreateEmployeeRequest = function(opt_data) {
127
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest = function(opt_data) {
126
128
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
127
129
  };
128
- goog.inherits(proto.CreateEmployeeRequest, jspb.Message);
130
+ goog.inherits(proto.prisca.v1.core.employee.GetEmployeeByIdRequest, jspb.Message);
129
131
  if (goog.DEBUG && !COMPILED) {
130
132
  /**
131
133
  * @public
132
134
  * @override
133
135
  */
134
- proto.CreateEmployeeRequest.displayName = 'proto.CreateEmployeeRequest';
136
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.displayName = 'proto.prisca.v1.core.employee.GetEmployeeByIdRequest';
135
137
  }
136
138
  /**
137
139
  * Generated by JsPbCodeGenerator.
@@ -143,16 +145,16 @@ if (goog.DEBUG && !COMPILED) {
143
145
  * @extends {jspb.Message}
144
146
  * @constructor
145
147
  */
146
- proto.UpdateEmployeeRequest = function(opt_data) {
148
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest = function(opt_data) {
147
149
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
148
150
  };
149
- goog.inherits(proto.UpdateEmployeeRequest, jspb.Message);
151
+ goog.inherits(proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest, jspb.Message);
150
152
  if (goog.DEBUG && !COMPILED) {
151
153
  /**
152
154
  * @public
153
155
  * @override
154
156
  */
155
- proto.UpdateEmployeeRequest.displayName = 'proto.UpdateEmployeeRequest';
157
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.displayName = 'proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest';
156
158
  }
157
159
  /**
158
160
  * Generated by JsPbCodeGenerator.
@@ -164,16 +166,16 @@ if (goog.DEBUG && !COMPILED) {
164
166
  * @extends {jspb.Message}
165
167
  * @constructor
166
168
  */
167
- proto.DeleteEmployeeRequest = function(opt_data) {
169
+ proto.prisca.v1.core.employee.CreateEmployeeRequest = function(opt_data) {
168
170
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
169
171
  };
170
- goog.inherits(proto.DeleteEmployeeRequest, jspb.Message);
172
+ goog.inherits(proto.prisca.v1.core.employee.CreateEmployeeRequest, jspb.Message);
171
173
  if (goog.DEBUG && !COMPILED) {
172
174
  /**
173
175
  * @public
174
176
  * @override
175
177
  */
176
- proto.DeleteEmployeeRequest.displayName = 'proto.DeleteEmployeeRequest';
178
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.CreateEmployeeRequest';
177
179
  }
178
180
  /**
179
181
  * Generated by JsPbCodeGenerator.
@@ -185,16 +187,16 @@ if (goog.DEBUG && !COMPILED) {
185
187
  * @extends {jspb.Message}
186
188
  * @constructor
187
189
  */
188
- proto.GetListEmployeeRequest = function(opt_data) {
190
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest = function(opt_data) {
189
191
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
190
192
  };
191
- goog.inherits(proto.GetListEmployeeRequest, jspb.Message);
193
+ goog.inherits(proto.prisca.v1.core.employee.UpdateEmployeeRequest, jspb.Message);
192
194
  if (goog.DEBUG && !COMPILED) {
193
195
  /**
194
196
  * @public
195
197
  * @override
196
198
  */
197
- proto.GetListEmployeeRequest.displayName = 'proto.GetListEmployeeRequest';
199
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.UpdateEmployeeRequest';
198
200
  }
199
201
  /**
200
202
  * Generated by JsPbCodeGenerator.
@@ -206,16 +208,16 @@ if (goog.DEBUG && !COMPILED) {
206
208
  * @extends {jspb.Message}
207
209
  * @constructor
208
210
  */
209
- proto.CreateEmployeeResponse = function(opt_data) {
211
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest = function(opt_data) {
210
212
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
211
213
  };
212
- goog.inherits(proto.CreateEmployeeResponse, jspb.Message);
214
+ goog.inherits(proto.prisca.v1.core.employee.DeleteEmployeeRequest, jspb.Message);
213
215
  if (goog.DEBUG && !COMPILED) {
214
216
  /**
215
217
  * @public
216
218
  * @override
217
219
  */
218
- proto.CreateEmployeeResponse.displayName = 'proto.CreateEmployeeResponse';
220
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.DeleteEmployeeRequest';
219
221
  }
220
222
  /**
221
223
  * Generated by JsPbCodeGenerator.
@@ -227,16 +229,58 @@ if (goog.DEBUG && !COMPILED) {
227
229
  * @extends {jspb.Message}
228
230
  * @constructor
229
231
  */
230
- proto.GetListEmployeeResponse = function(opt_data) {
231
- jspb.Message.initialize(this, opt_data, 0, -1, proto.GetListEmployeeResponse.repeatedFields_, null);
232
+ proto.prisca.v1.core.employee.GetListEmployeeRequest = function(opt_data) {
233
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
234
+ };
235
+ goog.inherits(proto.prisca.v1.core.employee.GetListEmployeeRequest, jspb.Message);
236
+ if (goog.DEBUG && !COMPILED) {
237
+ /**
238
+ * @public
239
+ * @override
240
+ */
241
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.GetListEmployeeRequest';
242
+ }
243
+ /**
244
+ * Generated by JsPbCodeGenerator.
245
+ * @param {Array=} opt_data Optional initial data array, typically from a
246
+ * server response, or constructed directly in Javascript. The array is used
247
+ * in place and becomes part of the constructed object. It is not cloned.
248
+ * If no data is provided, the constructed object will be empty, but still
249
+ * valid.
250
+ * @extends {jspb.Message}
251
+ * @constructor
252
+ */
253
+ proto.prisca.v1.core.employee.CreateEmployeeResponse = function(opt_data) {
254
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
255
+ };
256
+ goog.inherits(proto.prisca.v1.core.employee.CreateEmployeeResponse, jspb.Message);
257
+ if (goog.DEBUG && !COMPILED) {
258
+ /**
259
+ * @public
260
+ * @override
261
+ */
262
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.CreateEmployeeResponse';
263
+ }
264
+ /**
265
+ * Generated by JsPbCodeGenerator.
266
+ * @param {Array=} opt_data Optional initial data array, typically from a
267
+ * server response, or constructed directly in Javascript. The array is used
268
+ * in place and becomes part of the constructed object. It is not cloned.
269
+ * If no data is provided, the constructed object will be empty, but still
270
+ * valid.
271
+ * @extends {jspb.Message}
272
+ * @constructor
273
+ */
274
+ proto.prisca.v1.core.employee.GetListEmployeeResponse = function(opt_data) {
275
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.employee.GetListEmployeeResponse.repeatedFields_, null);
232
276
  };
233
- goog.inherits(proto.GetListEmployeeResponse, jspb.Message);
277
+ goog.inherits(proto.prisca.v1.core.employee.GetListEmployeeResponse, jspb.Message);
234
278
  if (goog.DEBUG && !COMPILED) {
235
279
  /**
236
280
  * @public
237
281
  * @override
238
282
  */
239
- proto.GetListEmployeeResponse.displayName = 'proto.GetListEmployeeResponse';
283
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.GetListEmployeeResponse';
240
284
  }
241
285
  /**
242
286
  * Generated by JsPbCodeGenerator.
@@ -248,16 +292,16 @@ if (goog.DEBUG && !COMPILED) {
248
292
  * @extends {jspb.Message}
249
293
  * @constructor
250
294
  */
251
- proto.UpdateEmployeeResponse = function(opt_data) {
295
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse = function(opt_data) {
252
296
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
253
297
  };
254
- goog.inherits(proto.UpdateEmployeeResponse, jspb.Message);
298
+ goog.inherits(proto.prisca.v1.core.employee.UpdateEmployeeResponse, jspb.Message);
255
299
  if (goog.DEBUG && !COMPILED) {
256
300
  /**
257
301
  * @public
258
302
  * @override
259
303
  */
260
- proto.UpdateEmployeeResponse.displayName = 'proto.UpdateEmployeeResponse';
304
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.UpdateEmployeeResponse';
261
305
  }
262
306
  /**
263
307
  * Generated by JsPbCodeGenerator.
@@ -269,16 +313,16 @@ if (goog.DEBUG && !COMPILED) {
269
313
  * @extends {jspb.Message}
270
314
  * @constructor
271
315
  */
272
- proto.EmployeeGetByIdResponse = function(opt_data) {
316
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse = function(opt_data) {
273
317
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
274
318
  };
275
- goog.inherits(proto.EmployeeGetByIdResponse, jspb.Message);
319
+ goog.inherits(proto.prisca.v1.core.employee.EmployeeGetByIdResponse, jspb.Message);
276
320
  if (goog.DEBUG && !COMPILED) {
277
321
  /**
278
322
  * @public
279
323
  * @override
280
324
  */
281
- proto.EmployeeGetByIdResponse.displayName = 'proto.EmployeeGetByIdResponse';
325
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.displayName = 'proto.prisca.v1.core.employee.EmployeeGetByIdResponse';
282
326
  }
283
327
  /**
284
328
  * Generated by JsPbCodeGenerator.
@@ -290,16 +334,16 @@ if (goog.DEBUG && !COMPILED) {
290
334
  * @extends {jspb.Message}
291
335
  * @constructor
292
336
  */
293
- proto.DeleteEmployeeResponse = function(opt_data) {
337
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse = function(opt_data) {
294
338
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
295
339
  };
296
- goog.inherits(proto.DeleteEmployeeResponse, jspb.Message);
340
+ goog.inherits(proto.prisca.v1.core.employee.DeleteEmployeeResponse, jspb.Message);
297
341
  if (goog.DEBUG && !COMPILED) {
298
342
  /**
299
343
  * @public
300
344
  * @override
301
345
  */
302
- proto.DeleteEmployeeResponse.displayName = 'proto.DeleteEmployeeResponse';
346
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.DeleteEmployeeResponse';
303
347
  }
304
348
 
305
349
 
@@ -317,8 +361,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
317
361
  * http://goto/soy-param-migration
318
362
  * @return {!Object}
319
363
  */
320
- proto.Employee.prototype.toObject = function(opt_includeInstance) {
321
- return proto.Employee.toObject(opt_includeInstance, this);
364
+ proto.prisca.v1.core.employee.Employee.prototype.toObject = function(opt_includeInstance) {
365
+ return proto.prisca.v1.core.employee.Employee.toObject(opt_includeInstance, this);
322
366
  };
323
367
 
324
368
 
@@ -327,11 +371,11 @@ proto.Employee.prototype.toObject = function(opt_includeInstance) {
327
371
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
328
372
  * the JSPB instance for transitional soy proto support:
329
373
  * http://goto/soy-param-migration
330
- * @param {!proto.Employee} msg The msg instance to transform.
374
+ * @param {!proto.prisca.v1.core.employee.Employee} msg The msg instance to transform.
331
375
  * @return {!Object}
332
376
  * @suppress {unusedLocalVariables} f is only used for nested messages
333
377
  */
334
- proto.Employee.toObject = function(includeInstance, msg) {
378
+ proto.prisca.v1.core.employee.Employee.toObject = function(includeInstance, msg) {
335
379
  var f, obj = {
336
380
  nik: jspb.Message.getFieldWithDefault(msg, 1, ""),
337
381
  fullName: jspb.Message.getFieldWithDefault(msg, 2, ""),
@@ -374,23 +418,23 @@ companies: (f = msg.getCompanies()) && prisca_v1_core_company_company_pb.BaseCom
374
418
  /**
375
419
  * Deserializes binary data (in protobuf wire format).
376
420
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
377
- * @return {!proto.Employee}
421
+ * @return {!proto.prisca.v1.core.employee.Employee}
378
422
  */
379
- proto.Employee.deserializeBinary = function(bytes) {
423
+ proto.prisca.v1.core.employee.Employee.deserializeBinary = function(bytes) {
380
424
  var reader = new jspb.BinaryReader(bytes);
381
- var msg = new proto.Employee;
382
- return proto.Employee.deserializeBinaryFromReader(msg, reader);
425
+ var msg = new proto.prisca.v1.core.employee.Employee;
426
+ return proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader(msg, reader);
383
427
  };
384
428
 
385
429
 
386
430
  /**
387
431
  * Deserializes binary data (in protobuf wire format) from the
388
432
  * given reader into the given message object.
389
- * @param {!proto.Employee} msg The message object to deserialize into.
433
+ * @param {!proto.prisca.v1.core.employee.Employee} msg The message object to deserialize into.
390
434
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
391
- * @return {!proto.Employee}
435
+ * @return {!proto.prisca.v1.core.employee.Employee}
392
436
  */
393
- proto.Employee.deserializeBinaryFromReader = function(msg, reader) {
437
+ proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader = function(msg, reader) {
394
438
  while (reader.nextField()) {
395
439
  if (reader.isEndGroup()) {
396
440
  break;
@@ -533,9 +577,9 @@ proto.Employee.deserializeBinaryFromReader = function(msg, reader) {
533
577
  * Serializes the message to binary data (in protobuf wire format).
534
578
  * @return {!Uint8Array}
535
579
  */
536
- proto.Employee.prototype.serializeBinary = function() {
580
+ proto.prisca.v1.core.employee.Employee.prototype.serializeBinary = function() {
537
581
  var writer = new jspb.BinaryWriter();
538
- proto.Employee.serializeBinaryToWriter(this, writer);
582
+ proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter(this, writer);
539
583
  return writer.getResultBuffer();
540
584
  };
541
585
 
@@ -543,11 +587,11 @@ proto.Employee.prototype.serializeBinary = function() {
543
587
  /**
544
588
  * Serializes the given message to binary data (in protobuf wire
545
589
  * format), writing to the given BinaryWriter.
546
- * @param {!proto.Employee} message
590
+ * @param {!proto.prisca.v1.core.employee.Employee} message
547
591
  * @param {!jspb.BinaryWriter} writer
548
592
  * @suppress {unusedLocalVariables} f is only used for nested messages
549
593
  */
550
- proto.Employee.serializeBinaryToWriter = function(message, writer) {
594
+ proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter = function(message, writer) {
551
595
  var f = undefined;
552
596
  f = message.getNik();
553
597
  if (f.length > 0) {
@@ -763,16 +807,16 @@ proto.Employee.serializeBinaryToWriter = function(message, writer) {
763
807
  * optional string nik = 1;
764
808
  * @return {string}
765
809
  */
766
- proto.Employee.prototype.getNik = function() {
810
+ proto.prisca.v1.core.employee.Employee.prototype.getNik = function() {
767
811
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
768
812
  };
769
813
 
770
814
 
771
815
  /**
772
816
  * @param {string} value
773
- * @return {!proto.Employee} returns this
817
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
774
818
  */
775
- proto.Employee.prototype.setNik = function(value) {
819
+ proto.prisca.v1.core.employee.Employee.prototype.setNik = function(value) {
776
820
  return jspb.Message.setProto3StringField(this, 1, value);
777
821
  };
778
822
 
@@ -781,16 +825,16 @@ proto.Employee.prototype.setNik = function(value) {
781
825
  * optional string full_name = 2;
782
826
  * @return {string}
783
827
  */
784
- proto.Employee.prototype.getFullName = function() {
828
+ proto.prisca.v1.core.employee.Employee.prototype.getFullName = function() {
785
829
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
786
830
  };
787
831
 
788
832
 
789
833
  /**
790
834
  * @param {string} value
791
- * @return {!proto.Employee} returns this
835
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
792
836
  */
793
- proto.Employee.prototype.setFullName = function(value) {
837
+ proto.prisca.v1.core.employee.Employee.prototype.setFullName = function(value) {
794
838
  return jspb.Message.setProto3StringField(this, 2, value);
795
839
  };
796
840
 
@@ -799,16 +843,16 @@ proto.Employee.prototype.setFullName = function(value) {
799
843
  * optional string address = 3;
800
844
  * @return {string}
801
845
  */
802
- proto.Employee.prototype.getAddress = function() {
846
+ proto.prisca.v1.core.employee.Employee.prototype.getAddress = function() {
803
847
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
804
848
  };
805
849
 
806
850
 
807
851
  /**
808
852
  * @param {string} value
809
- * @return {!proto.Employee} returns this
853
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
810
854
  */
811
- proto.Employee.prototype.setAddress = function(value) {
855
+ proto.prisca.v1.core.employee.Employee.prototype.setAddress = function(value) {
812
856
  return jspb.Message.setProto3StringField(this, 3, value);
813
857
  };
814
858
 
@@ -817,16 +861,16 @@ proto.Employee.prototype.setAddress = function(value) {
817
861
  * optional string email = 4;
818
862
  * @return {string}
819
863
  */
820
- proto.Employee.prototype.getEmail = function() {
864
+ proto.prisca.v1.core.employee.Employee.prototype.getEmail = function() {
821
865
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
822
866
  };
823
867
 
824
868
 
825
869
  /**
826
870
  * @param {string} value
827
- * @return {!proto.Employee} returns this
871
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
828
872
  */
829
- proto.Employee.prototype.setEmail = function(value) {
873
+ proto.prisca.v1.core.employee.Employee.prototype.setEmail = function(value) {
830
874
  return jspb.Message.setProto3StringField(this, 4, value);
831
875
  };
832
876
 
@@ -835,16 +879,16 @@ proto.Employee.prototype.setEmail = function(value) {
835
879
  * optional string phone_number = 5;
836
880
  * @return {string}
837
881
  */
838
- proto.Employee.prototype.getPhoneNumber = function() {
882
+ proto.prisca.v1.core.employee.Employee.prototype.getPhoneNumber = function() {
839
883
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
840
884
  };
841
885
 
842
886
 
843
887
  /**
844
888
  * @param {string} value
845
- * @return {!proto.Employee} returns this
889
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
846
890
  */
847
- proto.Employee.prototype.setPhoneNumber = function(value) {
891
+ proto.prisca.v1.core.employee.Employee.prototype.setPhoneNumber = function(value) {
848
892
  return jspb.Message.setProto3StringField(this, 5, value);
849
893
  };
850
894
 
@@ -853,16 +897,16 @@ proto.Employee.prototype.setPhoneNumber = function(value) {
853
897
  * optional string organization_references_id = 6;
854
898
  * @return {string}
855
899
  */
856
- proto.Employee.prototype.getOrganizationReferencesId = function() {
900
+ proto.prisca.v1.core.employee.Employee.prototype.getOrganizationReferencesId = function() {
857
901
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
858
902
  };
859
903
 
860
904
 
861
905
  /**
862
906
  * @param {string} value
863
- * @return {!proto.Employee} returns this
907
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
864
908
  */
865
- proto.Employee.prototype.setOrganizationReferencesId = function(value) {
909
+ proto.prisca.v1.core.employee.Employee.prototype.setOrganizationReferencesId = function(value) {
866
910
  return jspb.Message.setProto3StringField(this, 6, value);
867
911
  };
868
912
 
@@ -871,7 +915,7 @@ proto.Employee.prototype.setOrganizationReferencesId = function(value) {
871
915
  * optional BaseOrganization organizations = 7;
872
916
  * @return {?proto.BaseOrganization}
873
917
  */
874
- proto.Employee.prototype.getOrganizations = function() {
918
+ proto.prisca.v1.core.employee.Employee.prototype.getOrganizations = function() {
875
919
  return /** @type{?proto.BaseOrganization} */ (
876
920
  jspb.Message.getWrapperField(this, prisca_v1_core_organization_organization_pb.BaseOrganization, 7));
877
921
  };
@@ -879,18 +923,18 @@ proto.Employee.prototype.getOrganizations = function() {
879
923
 
880
924
  /**
881
925
  * @param {?proto.BaseOrganization|undefined} value
882
- * @return {!proto.Employee} returns this
926
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
883
927
  */
884
- proto.Employee.prototype.setOrganizations = function(value) {
928
+ proto.prisca.v1.core.employee.Employee.prototype.setOrganizations = function(value) {
885
929
  return jspb.Message.setWrapperField(this, 7, value);
886
930
  };
887
931
 
888
932
 
889
933
  /**
890
934
  * Clears the message field making it undefined.
891
- * @return {!proto.Employee} returns this
935
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
892
936
  */
893
- proto.Employee.prototype.clearOrganizations = function() {
937
+ proto.prisca.v1.core.employee.Employee.prototype.clearOrganizations = function() {
894
938
  return this.setOrganizations(undefined);
895
939
  };
896
940
 
@@ -899,7 +943,7 @@ proto.Employee.prototype.clearOrganizations = function() {
899
943
  * Returns whether this field is set.
900
944
  * @return {boolean}
901
945
  */
902
- proto.Employee.prototype.hasOrganizations = function() {
946
+ proto.prisca.v1.core.employee.Employee.prototype.hasOrganizations = function() {
903
947
  return jspb.Message.getField(this, 7) != null;
904
948
  };
905
949
 
@@ -908,16 +952,16 @@ proto.Employee.prototype.hasOrganizations = function() {
908
952
  * optional string work_location_references_id = 8;
909
953
  * @return {string}
910
954
  */
911
- proto.Employee.prototype.getWorkLocationReferencesId = function() {
955
+ proto.prisca.v1.core.employee.Employee.prototype.getWorkLocationReferencesId = function() {
912
956
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
913
957
  };
914
958
 
915
959
 
916
960
  /**
917
961
  * @param {string} value
918
- * @return {!proto.Employee} returns this
962
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
919
963
  */
920
- proto.Employee.prototype.setWorkLocationReferencesId = function(value) {
964
+ proto.prisca.v1.core.employee.Employee.prototype.setWorkLocationReferencesId = function(value) {
921
965
  return jspb.Message.setProto3StringField(this, 8, value);
922
966
  };
923
967
 
@@ -926,7 +970,7 @@ proto.Employee.prototype.setWorkLocationReferencesId = function(value) {
926
970
  * optional WorkLocation work_locations = 9;
927
971
  * @return {?proto.WorkLocation}
928
972
  */
929
- proto.Employee.prototype.getWorkLocations = function() {
973
+ proto.prisca.v1.core.employee.Employee.prototype.getWorkLocations = function() {
930
974
  return /** @type{?proto.WorkLocation} */ (
931
975
  jspb.Message.getWrapperField(this, prisca_v1_core_work_location_work_location_pb.WorkLocation, 9));
932
976
  };
@@ -934,18 +978,18 @@ proto.Employee.prototype.getWorkLocations = function() {
934
978
 
935
979
  /**
936
980
  * @param {?proto.WorkLocation|undefined} value
937
- * @return {!proto.Employee} returns this
981
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
938
982
  */
939
- proto.Employee.prototype.setWorkLocations = function(value) {
983
+ proto.prisca.v1.core.employee.Employee.prototype.setWorkLocations = function(value) {
940
984
  return jspb.Message.setWrapperField(this, 9, value);
941
985
  };
942
986
 
943
987
 
944
988
  /**
945
989
  * Clears the message field making it undefined.
946
- * @return {!proto.Employee} returns this
990
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
947
991
  */
948
- proto.Employee.prototype.clearWorkLocations = function() {
992
+ proto.prisca.v1.core.employee.Employee.prototype.clearWorkLocations = function() {
949
993
  return this.setWorkLocations(undefined);
950
994
  };
951
995
 
@@ -954,7 +998,7 @@ proto.Employee.prototype.clearWorkLocations = function() {
954
998
  * Returns whether this field is set.
955
999
  * @return {boolean}
956
1000
  */
957
- proto.Employee.prototype.hasWorkLocations = function() {
1001
+ proto.prisca.v1.core.employee.Employee.prototype.hasWorkLocations = function() {
958
1002
  return jspb.Message.getField(this, 9) != null;
959
1003
  };
960
1004
 
@@ -963,16 +1007,16 @@ proto.Employee.prototype.hasWorkLocations = function() {
963
1007
  * optional string job_position_references_id = 10;
964
1008
  * @return {string}
965
1009
  */
966
- proto.Employee.prototype.getJobPositionReferencesId = function() {
1010
+ proto.prisca.v1.core.employee.Employee.prototype.getJobPositionReferencesId = function() {
967
1011
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
968
1012
  };
969
1013
 
970
1014
 
971
1015
  /**
972
1016
  * @param {string} value
973
- * @return {!proto.Employee} returns this
1017
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
974
1018
  */
975
- proto.Employee.prototype.setJobPositionReferencesId = function(value) {
1019
+ proto.prisca.v1.core.employee.Employee.prototype.setJobPositionReferencesId = function(value) {
976
1020
  return jspb.Message.setProto3StringField(this, 10, value);
977
1021
  };
978
1022
 
@@ -981,7 +1025,7 @@ proto.Employee.prototype.setJobPositionReferencesId = function(value) {
981
1025
  * optional JobPosition job_positions = 11;
982
1026
  * @return {?proto.JobPosition}
983
1027
  */
984
- proto.Employee.prototype.getJobPositions = function() {
1028
+ proto.prisca.v1.core.employee.Employee.prototype.getJobPositions = function() {
985
1029
  return /** @type{?proto.JobPosition} */ (
986
1030
  jspb.Message.getWrapperField(this, prisca_v1_core_job_position_job_position_pb.JobPosition, 11));
987
1031
  };
@@ -989,18 +1033,18 @@ proto.Employee.prototype.getJobPositions = function() {
989
1033
 
990
1034
  /**
991
1035
  * @param {?proto.JobPosition|undefined} value
992
- * @return {!proto.Employee} returns this
1036
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
993
1037
  */
994
- proto.Employee.prototype.setJobPositions = function(value) {
1038
+ proto.prisca.v1.core.employee.Employee.prototype.setJobPositions = function(value) {
995
1039
  return jspb.Message.setWrapperField(this, 11, value);
996
1040
  };
997
1041
 
998
1042
 
999
1043
  /**
1000
1044
  * Clears the message field making it undefined.
1001
- * @return {!proto.Employee} returns this
1045
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1002
1046
  */
1003
- proto.Employee.prototype.clearJobPositions = function() {
1047
+ proto.prisca.v1.core.employee.Employee.prototype.clearJobPositions = function() {
1004
1048
  return this.setJobPositions(undefined);
1005
1049
  };
1006
1050
 
@@ -1009,7 +1053,7 @@ proto.Employee.prototype.clearJobPositions = function() {
1009
1053
  * Returns whether this field is set.
1010
1054
  * @return {boolean}
1011
1055
  */
1012
- proto.Employee.prototype.hasJobPositions = function() {
1056
+ proto.prisca.v1.core.employee.Employee.prototype.hasJobPositions = function() {
1013
1057
  return jspb.Message.getField(this, 11) != null;
1014
1058
  };
1015
1059
 
@@ -1018,16 +1062,16 @@ proto.Employee.prototype.hasJobPositions = function() {
1018
1062
  * optional string job_grade_references_id = 12;
1019
1063
  * @return {string}
1020
1064
  */
1021
- proto.Employee.prototype.getJobGradeReferencesId = function() {
1065
+ proto.prisca.v1.core.employee.Employee.prototype.getJobGradeReferencesId = function() {
1022
1066
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
1023
1067
  };
1024
1068
 
1025
1069
 
1026
1070
  /**
1027
1071
  * @param {string} value
1028
- * @return {!proto.Employee} returns this
1072
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1029
1073
  */
1030
- proto.Employee.prototype.setJobGradeReferencesId = function(value) {
1074
+ proto.prisca.v1.core.employee.Employee.prototype.setJobGradeReferencesId = function(value) {
1031
1075
  return jspb.Message.setProto3StringField(this, 12, value);
1032
1076
  };
1033
1077
 
@@ -1036,7 +1080,7 @@ proto.Employee.prototype.setJobGradeReferencesId = function(value) {
1036
1080
  * optional JobGrade job_grades = 13;
1037
1081
  * @return {?proto.JobGrade}
1038
1082
  */
1039
- proto.Employee.prototype.getJobGrades = function() {
1083
+ proto.prisca.v1.core.employee.Employee.prototype.getJobGrades = function() {
1040
1084
  return /** @type{?proto.JobGrade} */ (
1041
1085
  jspb.Message.getWrapperField(this, prisca_v1_core_job_grade_job_grade_pb.JobGrade, 13));
1042
1086
  };
@@ -1044,18 +1088,18 @@ proto.Employee.prototype.getJobGrades = function() {
1044
1088
 
1045
1089
  /**
1046
1090
  * @param {?proto.JobGrade|undefined} value
1047
- * @return {!proto.Employee} returns this
1091
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1048
1092
  */
1049
- proto.Employee.prototype.setJobGrades = function(value) {
1093
+ proto.prisca.v1.core.employee.Employee.prototype.setJobGrades = function(value) {
1050
1094
  return jspb.Message.setWrapperField(this, 13, value);
1051
1095
  };
1052
1096
 
1053
1097
 
1054
1098
  /**
1055
1099
  * Clears the message field making it undefined.
1056
- * @return {!proto.Employee} returns this
1100
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1057
1101
  */
1058
- proto.Employee.prototype.clearJobGrades = function() {
1102
+ proto.prisca.v1.core.employee.Employee.prototype.clearJobGrades = function() {
1059
1103
  return this.setJobGrades(undefined);
1060
1104
  };
1061
1105
 
@@ -1064,7 +1108,7 @@ proto.Employee.prototype.clearJobGrades = function() {
1064
1108
  * Returns whether this field is set.
1065
1109
  * @return {boolean}
1066
1110
  */
1067
- proto.Employee.prototype.hasJobGrades = function() {
1111
+ proto.prisca.v1.core.employee.Employee.prototype.hasJobGrades = function() {
1068
1112
  return jspb.Message.getField(this, 13) != null;
1069
1113
  };
1070
1114
 
@@ -1073,16 +1117,16 @@ proto.Employee.prototype.hasJobGrades = function() {
1073
1117
  * optional string job_title_references_id = 14;
1074
1118
  * @return {string}
1075
1119
  */
1076
- proto.Employee.prototype.getJobTitleReferencesId = function() {
1120
+ proto.prisca.v1.core.employee.Employee.prototype.getJobTitleReferencesId = function() {
1077
1121
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
1078
1122
  };
1079
1123
 
1080
1124
 
1081
1125
  /**
1082
1126
  * @param {string} value
1083
- * @return {!proto.Employee} returns this
1127
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1084
1128
  */
1085
- proto.Employee.prototype.setJobTitleReferencesId = function(value) {
1129
+ proto.prisca.v1.core.employee.Employee.prototype.setJobTitleReferencesId = function(value) {
1086
1130
  return jspb.Message.setProto3StringField(this, 14, value);
1087
1131
  };
1088
1132
 
@@ -1091,7 +1135,7 @@ proto.Employee.prototype.setJobTitleReferencesId = function(value) {
1091
1135
  * optional JobTitle job_titles = 15;
1092
1136
  * @return {?proto.JobTitle}
1093
1137
  */
1094
- proto.Employee.prototype.getJobTitles = function() {
1138
+ proto.prisca.v1.core.employee.Employee.prototype.getJobTitles = function() {
1095
1139
  return /** @type{?proto.JobTitle} */ (
1096
1140
  jspb.Message.getWrapperField(this, prisca_v1_core_job_title_job_title_pb.JobTitle, 15));
1097
1141
  };
@@ -1099,18 +1143,18 @@ proto.Employee.prototype.getJobTitles = function() {
1099
1143
 
1100
1144
  /**
1101
1145
  * @param {?proto.JobTitle|undefined} value
1102
- * @return {!proto.Employee} returns this
1146
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1103
1147
  */
1104
- proto.Employee.prototype.setJobTitles = function(value) {
1148
+ proto.prisca.v1.core.employee.Employee.prototype.setJobTitles = function(value) {
1105
1149
  return jspb.Message.setWrapperField(this, 15, value);
1106
1150
  };
1107
1151
 
1108
1152
 
1109
1153
  /**
1110
1154
  * Clears the message field making it undefined.
1111
- * @return {!proto.Employee} returns this
1155
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1112
1156
  */
1113
- proto.Employee.prototype.clearJobTitles = function() {
1157
+ proto.prisca.v1.core.employee.Employee.prototype.clearJobTitles = function() {
1114
1158
  return this.setJobTitles(undefined);
1115
1159
  };
1116
1160
 
@@ -1119,7 +1163,7 @@ proto.Employee.prototype.clearJobTitles = function() {
1119
1163
  * Returns whether this field is set.
1120
1164
  * @return {boolean}
1121
1165
  */
1122
- proto.Employee.prototype.hasJobTitles = function() {
1166
+ proto.prisca.v1.core.employee.Employee.prototype.hasJobTitles = function() {
1123
1167
  return jspb.Message.getField(this, 15) != null;
1124
1168
  };
1125
1169
 
@@ -1128,16 +1172,16 @@ proto.Employee.prototype.hasJobTitles = function() {
1128
1172
  * optional string references_id = 16;
1129
1173
  * @return {string}
1130
1174
  */
1131
- proto.Employee.prototype.getReferencesId = function() {
1175
+ proto.prisca.v1.core.employee.Employee.prototype.getReferencesId = function() {
1132
1176
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
1133
1177
  };
1134
1178
 
1135
1179
 
1136
1180
  /**
1137
1181
  * @param {string} value
1138
- * @return {!proto.Employee} returns this
1182
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1139
1183
  */
1140
- proto.Employee.prototype.setReferencesId = function(value) {
1184
+ proto.prisca.v1.core.employee.Employee.prototype.setReferencesId = function(value) {
1141
1185
  return jspb.Message.setProto3StringField(this, 16, value);
1142
1186
  };
1143
1187
 
@@ -1146,16 +1190,16 @@ proto.Employee.prototype.setReferencesId = function(value) {
1146
1190
  * optional string country_references_id = 17;
1147
1191
  * @return {string}
1148
1192
  */
1149
- proto.Employee.prototype.getCountryReferencesId = function() {
1193
+ proto.prisca.v1.core.employee.Employee.prototype.getCountryReferencesId = function() {
1150
1194
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
1151
1195
  };
1152
1196
 
1153
1197
 
1154
1198
  /**
1155
1199
  * @param {string} value
1156
- * @return {!proto.Employee} returns this
1200
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1157
1201
  */
1158
- proto.Employee.prototype.setCountryReferencesId = function(value) {
1202
+ proto.prisca.v1.core.employee.Employee.prototype.setCountryReferencesId = function(value) {
1159
1203
  return jspb.Message.setProto3StringField(this, 17, value);
1160
1204
  };
1161
1205
 
@@ -1164,7 +1208,7 @@ proto.Employee.prototype.setCountryReferencesId = function(value) {
1164
1208
  * optional Country country = 18;
1165
1209
  * @return {?proto.Country}
1166
1210
  */
1167
- proto.Employee.prototype.getCountry = function() {
1211
+ proto.prisca.v1.core.employee.Employee.prototype.getCountry = function() {
1168
1212
  return /** @type{?proto.Country} */ (
1169
1213
  jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Country, 18));
1170
1214
  };
@@ -1172,18 +1216,18 @@ proto.Employee.prototype.getCountry = function() {
1172
1216
 
1173
1217
  /**
1174
1218
  * @param {?proto.Country|undefined} value
1175
- * @return {!proto.Employee} returns this
1219
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1176
1220
  */
1177
- proto.Employee.prototype.setCountry = function(value) {
1221
+ proto.prisca.v1.core.employee.Employee.prototype.setCountry = function(value) {
1178
1222
  return jspb.Message.setWrapperField(this, 18, value);
1179
1223
  };
1180
1224
 
1181
1225
 
1182
1226
  /**
1183
1227
  * Clears the message field making it undefined.
1184
- * @return {!proto.Employee} returns this
1228
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1185
1229
  */
1186
- proto.Employee.prototype.clearCountry = function() {
1230
+ proto.prisca.v1.core.employee.Employee.prototype.clearCountry = function() {
1187
1231
  return this.setCountry(undefined);
1188
1232
  };
1189
1233
 
@@ -1192,7 +1236,7 @@ proto.Employee.prototype.clearCountry = function() {
1192
1236
  * Returns whether this field is set.
1193
1237
  * @return {boolean}
1194
1238
  */
1195
- proto.Employee.prototype.hasCountry = function() {
1239
+ proto.prisca.v1.core.employee.Employee.prototype.hasCountry = function() {
1196
1240
  return jspb.Message.getField(this, 18) != null;
1197
1241
  };
1198
1242
 
@@ -1201,16 +1245,16 @@ proto.Employee.prototype.hasCountry = function() {
1201
1245
  * optional string village_references_id = 19;
1202
1246
  * @return {string}
1203
1247
  */
1204
- proto.Employee.prototype.getVillageReferencesId = function() {
1248
+ proto.prisca.v1.core.employee.Employee.prototype.getVillageReferencesId = function() {
1205
1249
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
1206
1250
  };
1207
1251
 
1208
1252
 
1209
1253
  /**
1210
1254
  * @param {string} value
1211
- * @return {!proto.Employee} returns this
1255
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1212
1256
  */
1213
- proto.Employee.prototype.setVillageReferencesId = function(value) {
1257
+ proto.prisca.v1.core.employee.Employee.prototype.setVillageReferencesId = function(value) {
1214
1258
  return jspb.Message.setProto3StringField(this, 19, value);
1215
1259
  };
1216
1260
 
@@ -1219,7 +1263,7 @@ proto.Employee.prototype.setVillageReferencesId = function(value) {
1219
1263
  * optional Village village = 20;
1220
1264
  * @return {?proto.Village}
1221
1265
  */
1222
- proto.Employee.prototype.getVillage = function() {
1266
+ proto.prisca.v1.core.employee.Employee.prototype.getVillage = function() {
1223
1267
  return /** @type{?proto.Village} */ (
1224
1268
  jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Village, 20));
1225
1269
  };
@@ -1227,18 +1271,18 @@ proto.Employee.prototype.getVillage = function() {
1227
1271
 
1228
1272
  /**
1229
1273
  * @param {?proto.Village|undefined} value
1230
- * @return {!proto.Employee} returns this
1274
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1231
1275
  */
1232
- proto.Employee.prototype.setVillage = function(value) {
1276
+ proto.prisca.v1.core.employee.Employee.prototype.setVillage = function(value) {
1233
1277
  return jspb.Message.setWrapperField(this, 20, value);
1234
1278
  };
1235
1279
 
1236
1280
 
1237
1281
  /**
1238
1282
  * Clears the message field making it undefined.
1239
- * @return {!proto.Employee} returns this
1283
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1240
1284
  */
1241
- proto.Employee.prototype.clearVillage = function() {
1285
+ proto.prisca.v1.core.employee.Employee.prototype.clearVillage = function() {
1242
1286
  return this.setVillage(undefined);
1243
1287
  };
1244
1288
 
@@ -1247,7 +1291,7 @@ proto.Employee.prototype.clearVillage = function() {
1247
1291
  * Returns whether this field is set.
1248
1292
  * @return {boolean}
1249
1293
  */
1250
- proto.Employee.prototype.hasVillage = function() {
1294
+ proto.prisca.v1.core.employee.Employee.prototype.hasVillage = function() {
1251
1295
  return jspb.Message.getField(this, 20) != null;
1252
1296
  };
1253
1297
 
@@ -1256,16 +1300,16 @@ proto.Employee.prototype.hasVillage = function() {
1256
1300
  * optional string city_references_id = 21;
1257
1301
  * @return {string}
1258
1302
  */
1259
- proto.Employee.prototype.getCityReferencesId = function() {
1303
+ proto.prisca.v1.core.employee.Employee.prototype.getCityReferencesId = function() {
1260
1304
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
1261
1305
  };
1262
1306
 
1263
1307
 
1264
1308
  /**
1265
1309
  * @param {string} value
1266
- * @return {!proto.Employee} returns this
1310
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1267
1311
  */
1268
- proto.Employee.prototype.setCityReferencesId = function(value) {
1312
+ proto.prisca.v1.core.employee.Employee.prototype.setCityReferencesId = function(value) {
1269
1313
  return jspb.Message.setProto3StringField(this, 21, value);
1270
1314
  };
1271
1315
 
@@ -1274,7 +1318,7 @@ proto.Employee.prototype.setCityReferencesId = function(value) {
1274
1318
  * optional City city = 22;
1275
1319
  * @return {?proto.City}
1276
1320
  */
1277
- proto.Employee.prototype.getCity = function() {
1321
+ proto.prisca.v1.core.employee.Employee.prototype.getCity = function() {
1278
1322
  return /** @type{?proto.City} */ (
1279
1323
  jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.City, 22));
1280
1324
  };
@@ -1282,18 +1326,18 @@ proto.Employee.prototype.getCity = function() {
1282
1326
 
1283
1327
  /**
1284
1328
  * @param {?proto.City|undefined} value
1285
- * @return {!proto.Employee} returns this
1329
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1286
1330
  */
1287
- proto.Employee.prototype.setCity = function(value) {
1331
+ proto.prisca.v1.core.employee.Employee.prototype.setCity = function(value) {
1288
1332
  return jspb.Message.setWrapperField(this, 22, value);
1289
1333
  };
1290
1334
 
1291
1335
 
1292
1336
  /**
1293
1337
  * Clears the message field making it undefined.
1294
- * @return {!proto.Employee} returns this
1338
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1295
1339
  */
1296
- proto.Employee.prototype.clearCity = function() {
1340
+ proto.prisca.v1.core.employee.Employee.prototype.clearCity = function() {
1297
1341
  return this.setCity(undefined);
1298
1342
  };
1299
1343
 
@@ -1302,7 +1346,7 @@ proto.Employee.prototype.clearCity = function() {
1302
1346
  * Returns whether this field is set.
1303
1347
  * @return {boolean}
1304
1348
  */
1305
- proto.Employee.prototype.hasCity = function() {
1349
+ proto.prisca.v1.core.employee.Employee.prototype.hasCity = function() {
1306
1350
  return jspb.Message.getField(this, 22) != null;
1307
1351
  };
1308
1352
 
@@ -1311,16 +1355,16 @@ proto.Employee.prototype.hasCity = function() {
1311
1355
  * optional string district_references_id = 23;
1312
1356
  * @return {string}
1313
1357
  */
1314
- proto.Employee.prototype.getDistrictReferencesId = function() {
1358
+ proto.prisca.v1.core.employee.Employee.prototype.getDistrictReferencesId = function() {
1315
1359
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
1316
1360
  };
1317
1361
 
1318
1362
 
1319
1363
  /**
1320
1364
  * @param {string} value
1321
- * @return {!proto.Employee} returns this
1365
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1322
1366
  */
1323
- proto.Employee.prototype.setDistrictReferencesId = function(value) {
1367
+ proto.prisca.v1.core.employee.Employee.prototype.setDistrictReferencesId = function(value) {
1324
1368
  return jspb.Message.setProto3StringField(this, 23, value);
1325
1369
  };
1326
1370
 
@@ -1329,7 +1373,7 @@ proto.Employee.prototype.setDistrictReferencesId = function(value) {
1329
1373
  * optional District district = 24;
1330
1374
  * @return {?proto.District}
1331
1375
  */
1332
- proto.Employee.prototype.getDistrict = function() {
1376
+ proto.prisca.v1.core.employee.Employee.prototype.getDistrict = function() {
1333
1377
  return /** @type{?proto.District} */ (
1334
1378
  jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.District, 24));
1335
1379
  };
@@ -1337,18 +1381,18 @@ proto.Employee.prototype.getDistrict = function() {
1337
1381
 
1338
1382
  /**
1339
1383
  * @param {?proto.District|undefined} value
1340
- * @return {!proto.Employee} returns this
1384
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1341
1385
  */
1342
- proto.Employee.prototype.setDistrict = function(value) {
1386
+ proto.prisca.v1.core.employee.Employee.prototype.setDistrict = function(value) {
1343
1387
  return jspb.Message.setWrapperField(this, 24, value);
1344
1388
  };
1345
1389
 
1346
1390
 
1347
1391
  /**
1348
1392
  * Clears the message field making it undefined.
1349
- * @return {!proto.Employee} returns this
1393
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1350
1394
  */
1351
- proto.Employee.prototype.clearDistrict = function() {
1395
+ proto.prisca.v1.core.employee.Employee.prototype.clearDistrict = function() {
1352
1396
  return this.setDistrict(undefined);
1353
1397
  };
1354
1398
 
@@ -1357,7 +1401,7 @@ proto.Employee.prototype.clearDistrict = function() {
1357
1401
  * Returns whether this field is set.
1358
1402
  * @return {boolean}
1359
1403
  */
1360
- proto.Employee.prototype.hasDistrict = function() {
1404
+ proto.prisca.v1.core.employee.Employee.prototype.hasDistrict = function() {
1361
1405
  return jspb.Message.getField(this, 24) != null;
1362
1406
  };
1363
1407
 
@@ -1366,16 +1410,16 @@ proto.Employee.prototype.hasDistrict = function() {
1366
1410
  * optional string province_references_id = 25;
1367
1411
  * @return {string}
1368
1412
  */
1369
- proto.Employee.prototype.getProvinceReferencesId = function() {
1413
+ proto.prisca.v1.core.employee.Employee.prototype.getProvinceReferencesId = function() {
1370
1414
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
1371
1415
  };
1372
1416
 
1373
1417
 
1374
1418
  /**
1375
1419
  * @param {string} value
1376
- * @return {!proto.Employee} returns this
1420
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1377
1421
  */
1378
- proto.Employee.prototype.setProvinceReferencesId = function(value) {
1422
+ proto.prisca.v1.core.employee.Employee.prototype.setProvinceReferencesId = function(value) {
1379
1423
  return jspb.Message.setProto3StringField(this, 25, value);
1380
1424
  };
1381
1425
 
@@ -1384,7 +1428,7 @@ proto.Employee.prototype.setProvinceReferencesId = function(value) {
1384
1428
  * optional Province province = 26;
1385
1429
  * @return {?proto.Province}
1386
1430
  */
1387
- proto.Employee.prototype.getProvince = function() {
1431
+ proto.prisca.v1.core.employee.Employee.prototype.getProvince = function() {
1388
1432
  return /** @type{?proto.Province} */ (
1389
1433
  jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Province, 26));
1390
1434
  };
@@ -1392,18 +1436,18 @@ proto.Employee.prototype.getProvince = function() {
1392
1436
 
1393
1437
  /**
1394
1438
  * @param {?proto.Province|undefined} value
1395
- * @return {!proto.Employee} returns this
1439
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1396
1440
  */
1397
- proto.Employee.prototype.setProvince = function(value) {
1441
+ proto.prisca.v1.core.employee.Employee.prototype.setProvince = function(value) {
1398
1442
  return jspb.Message.setWrapperField(this, 26, value);
1399
1443
  };
1400
1444
 
1401
1445
 
1402
1446
  /**
1403
1447
  * Clears the message field making it undefined.
1404
- * @return {!proto.Employee} returns this
1448
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1405
1449
  */
1406
- proto.Employee.prototype.clearProvince = function() {
1450
+ proto.prisca.v1.core.employee.Employee.prototype.clearProvince = function() {
1407
1451
  return this.setProvince(undefined);
1408
1452
  };
1409
1453
 
@@ -1412,7 +1456,7 @@ proto.Employee.prototype.clearProvince = function() {
1412
1456
  * Returns whether this field is set.
1413
1457
  * @return {boolean}
1414
1458
  */
1415
- proto.Employee.prototype.hasProvince = function() {
1459
+ proto.prisca.v1.core.employee.Employee.prototype.hasProvince = function() {
1416
1460
  return jspb.Message.getField(this, 26) != null;
1417
1461
  };
1418
1462
 
@@ -1421,16 +1465,16 @@ proto.Employee.prototype.hasProvince = function() {
1421
1465
  * optional string companies_references_id = 27;
1422
1466
  * @return {string}
1423
1467
  */
1424
- proto.Employee.prototype.getCompaniesReferencesId = function() {
1468
+ proto.prisca.v1.core.employee.Employee.prototype.getCompaniesReferencesId = function() {
1425
1469
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
1426
1470
  };
1427
1471
 
1428
1472
 
1429
1473
  /**
1430
1474
  * @param {string} value
1431
- * @return {!proto.Employee} returns this
1475
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1432
1476
  */
1433
- proto.Employee.prototype.setCompaniesReferencesId = function(value) {
1477
+ proto.prisca.v1.core.employee.Employee.prototype.setCompaniesReferencesId = function(value) {
1434
1478
  return jspb.Message.setProto3StringField(this, 27, value);
1435
1479
  };
1436
1480
 
@@ -1439,7 +1483,7 @@ proto.Employee.prototype.setCompaniesReferencesId = function(value) {
1439
1483
  * optional BaseCompanyParent companies = 28;
1440
1484
  * @return {?proto.BaseCompanyParent}
1441
1485
  */
1442
- proto.Employee.prototype.getCompanies = function() {
1486
+ proto.prisca.v1.core.employee.Employee.prototype.getCompanies = function() {
1443
1487
  return /** @type{?proto.BaseCompanyParent} */ (
1444
1488
  jspb.Message.getWrapperField(this, prisca_v1_core_company_company_pb.BaseCompanyParent, 28));
1445
1489
  };
@@ -1447,18 +1491,18 @@ proto.Employee.prototype.getCompanies = function() {
1447
1491
 
1448
1492
  /**
1449
1493
  * @param {?proto.BaseCompanyParent|undefined} value
1450
- * @return {!proto.Employee} returns this
1494
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1451
1495
  */
1452
- proto.Employee.prototype.setCompanies = function(value) {
1496
+ proto.prisca.v1.core.employee.Employee.prototype.setCompanies = function(value) {
1453
1497
  return jspb.Message.setWrapperField(this, 28, value);
1454
1498
  };
1455
1499
 
1456
1500
 
1457
1501
  /**
1458
1502
  * Clears the message field making it undefined.
1459
- * @return {!proto.Employee} returns this
1503
+ * @return {!proto.prisca.v1.core.employee.Employee} returns this
1460
1504
  */
1461
- proto.Employee.prototype.clearCompanies = function() {
1505
+ proto.prisca.v1.core.employee.Employee.prototype.clearCompanies = function() {
1462
1506
  return this.setCompanies(undefined);
1463
1507
  };
1464
1508
 
@@ -1467,7 +1511,7 @@ proto.Employee.prototype.clearCompanies = function() {
1467
1511
  * Returns whether this field is set.
1468
1512
  * @return {boolean}
1469
1513
  */
1470
- proto.Employee.prototype.hasCompanies = function() {
1514
+ proto.prisca.v1.core.employee.Employee.prototype.hasCompanies = function() {
1471
1515
  return jspb.Message.getField(this, 28) != null;
1472
1516
  };
1473
1517
 
@@ -1488,8 +1532,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
1488
1532
  * http://goto/soy-param-migration
1489
1533
  * @return {!Object}
1490
1534
  */
1491
- proto.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
1492
- return proto.BaseEmployee.toObject(opt_includeInstance, this);
1535
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
1536
+ return proto.prisca.v1.core.employee.BaseEmployee.toObject(opt_includeInstance, this);
1493
1537
  };
1494
1538
 
1495
1539
 
@@ -1498,11 +1542,11 @@ proto.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
1498
1542
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1499
1543
  * the JSPB instance for transitional soy proto support:
1500
1544
  * http://goto/soy-param-migration
1501
- * @param {!proto.BaseEmployee} msg The msg instance to transform.
1545
+ * @param {!proto.prisca.v1.core.employee.BaseEmployee} msg The msg instance to transform.
1502
1546
  * @return {!Object}
1503
1547
  * @suppress {unusedLocalVariables} f is only used for nested messages
1504
1548
  */
1505
- proto.BaseEmployee.toObject = function(includeInstance, msg) {
1549
+ proto.prisca.v1.core.employee.BaseEmployee.toObject = function(includeInstance, msg) {
1506
1550
  var f, obj = {
1507
1551
  nik: jspb.Message.getFieldWithDefault(msg, 1, ""),
1508
1552
  fullName: jspb.Message.getFieldWithDefault(msg, 2, ""),
@@ -1534,23 +1578,23 @@ companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 17, "")
1534
1578
  /**
1535
1579
  * Deserializes binary data (in protobuf wire format).
1536
1580
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1537
- * @return {!proto.BaseEmployee}
1581
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee}
1538
1582
  */
1539
- proto.BaseEmployee.deserializeBinary = function(bytes) {
1583
+ proto.prisca.v1.core.employee.BaseEmployee.deserializeBinary = function(bytes) {
1540
1584
  var reader = new jspb.BinaryReader(bytes);
1541
- var msg = new proto.BaseEmployee;
1542
- return proto.BaseEmployee.deserializeBinaryFromReader(msg, reader);
1585
+ var msg = new proto.prisca.v1.core.employee.BaseEmployee;
1586
+ return proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader(msg, reader);
1543
1587
  };
1544
1588
 
1545
1589
 
1546
1590
  /**
1547
1591
  * Deserializes binary data (in protobuf wire format) from the
1548
1592
  * given reader into the given message object.
1549
- * @param {!proto.BaseEmployee} msg The message object to deserialize into.
1593
+ * @param {!proto.prisca.v1.core.employee.BaseEmployee} msg The message object to deserialize into.
1550
1594
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1551
- * @return {!proto.BaseEmployee}
1595
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee}
1552
1596
  */
1553
- proto.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
1597
+ proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
1554
1598
  while (reader.nextField()) {
1555
1599
  if (reader.isEndGroup()) {
1556
1600
  break;
@@ -1638,9 +1682,9 @@ proto.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
1638
1682
  * Serializes the message to binary data (in protobuf wire format).
1639
1683
  * @return {!Uint8Array}
1640
1684
  */
1641
- proto.BaseEmployee.prototype.serializeBinary = function() {
1685
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.serializeBinary = function() {
1642
1686
  var writer = new jspb.BinaryWriter();
1643
- proto.BaseEmployee.serializeBinaryToWriter(this, writer);
1687
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter(this, writer);
1644
1688
  return writer.getResultBuffer();
1645
1689
  };
1646
1690
 
@@ -1648,11 +1692,11 @@ proto.BaseEmployee.prototype.serializeBinary = function() {
1648
1692
  /**
1649
1693
  * Serializes the given message to binary data (in protobuf wire
1650
1694
  * format), writing to the given BinaryWriter.
1651
- * @param {!proto.BaseEmployee} message
1695
+ * @param {!proto.prisca.v1.core.employee.BaseEmployee} message
1652
1696
  * @param {!jspb.BinaryWriter} writer
1653
1697
  * @suppress {unusedLocalVariables} f is only used for nested messages
1654
1698
  */
1655
- proto.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
1699
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
1656
1700
  var f = undefined;
1657
1701
  f = message.getNik();
1658
1702
  if (f.length > 0) {
@@ -1780,16 +1824,16 @@ proto.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
1780
1824
  * optional string nik = 1;
1781
1825
  * @return {string}
1782
1826
  */
1783
- proto.BaseEmployee.prototype.getNik = function() {
1827
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getNik = function() {
1784
1828
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1785
1829
  };
1786
1830
 
1787
1831
 
1788
1832
  /**
1789
1833
  * @param {string} value
1790
- * @return {!proto.BaseEmployee} returns this
1834
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1791
1835
  */
1792
- proto.BaseEmployee.prototype.setNik = function(value) {
1836
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setNik = function(value) {
1793
1837
  return jspb.Message.setProto3StringField(this, 1, value);
1794
1838
  };
1795
1839
 
@@ -1798,16 +1842,16 @@ proto.BaseEmployee.prototype.setNik = function(value) {
1798
1842
  * optional string full_name = 2;
1799
1843
  * @return {string}
1800
1844
  */
1801
- proto.BaseEmployee.prototype.getFullName = function() {
1845
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getFullName = function() {
1802
1846
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1803
1847
  };
1804
1848
 
1805
1849
 
1806
1850
  /**
1807
1851
  * @param {string} value
1808
- * @return {!proto.BaseEmployee} returns this
1852
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1809
1853
  */
1810
- proto.BaseEmployee.prototype.setFullName = function(value) {
1854
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setFullName = function(value) {
1811
1855
  return jspb.Message.setProto3StringField(this, 2, value);
1812
1856
  };
1813
1857
 
@@ -1816,16 +1860,16 @@ proto.BaseEmployee.prototype.setFullName = function(value) {
1816
1860
  * optional string address = 3;
1817
1861
  * @return {string}
1818
1862
  */
1819
- proto.BaseEmployee.prototype.getAddress = function() {
1863
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getAddress = function() {
1820
1864
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1821
1865
  };
1822
1866
 
1823
1867
 
1824
1868
  /**
1825
1869
  * @param {string} value
1826
- * @return {!proto.BaseEmployee} returns this
1870
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1827
1871
  */
1828
- proto.BaseEmployee.prototype.setAddress = function(value) {
1872
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setAddress = function(value) {
1829
1873
  return jspb.Message.setProto3StringField(this, 3, value);
1830
1874
  };
1831
1875
 
@@ -1834,16 +1878,16 @@ proto.BaseEmployee.prototype.setAddress = function(value) {
1834
1878
  * optional string email = 4;
1835
1879
  * @return {string}
1836
1880
  */
1837
- proto.BaseEmployee.prototype.getEmail = function() {
1881
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getEmail = function() {
1838
1882
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1839
1883
  };
1840
1884
 
1841
1885
 
1842
1886
  /**
1843
1887
  * @param {string} value
1844
- * @return {!proto.BaseEmployee} returns this
1888
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1845
1889
  */
1846
- proto.BaseEmployee.prototype.setEmail = function(value) {
1890
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setEmail = function(value) {
1847
1891
  return jspb.Message.setProto3StringField(this, 4, value);
1848
1892
  };
1849
1893
 
@@ -1852,16 +1896,16 @@ proto.BaseEmployee.prototype.setEmail = function(value) {
1852
1896
  * optional string phone_number = 5;
1853
1897
  * @return {string}
1854
1898
  */
1855
- proto.BaseEmployee.prototype.getPhoneNumber = function() {
1899
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getPhoneNumber = function() {
1856
1900
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1857
1901
  };
1858
1902
 
1859
1903
 
1860
1904
  /**
1861
1905
  * @param {string} value
1862
- * @return {!proto.BaseEmployee} returns this
1906
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1863
1907
  */
1864
- proto.BaseEmployee.prototype.setPhoneNumber = function(value) {
1908
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setPhoneNumber = function(value) {
1865
1909
  return jspb.Message.setProto3StringField(this, 5, value);
1866
1910
  };
1867
1911
 
@@ -1870,16 +1914,16 @@ proto.BaseEmployee.prototype.setPhoneNumber = function(value) {
1870
1914
  * optional string organization_references_id = 6;
1871
1915
  * @return {string}
1872
1916
  */
1873
- proto.BaseEmployee.prototype.getOrganizationReferencesId = function() {
1917
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getOrganizationReferencesId = function() {
1874
1918
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1875
1919
  };
1876
1920
 
1877
1921
 
1878
1922
  /**
1879
1923
  * @param {string} value
1880
- * @return {!proto.BaseEmployee} returns this
1924
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1881
1925
  */
1882
- proto.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
1926
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
1883
1927
  return jspb.Message.setProto3StringField(this, 6, value);
1884
1928
  };
1885
1929
 
@@ -1888,16 +1932,16 @@ proto.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
1888
1932
  * optional string work_location_references_id = 7;
1889
1933
  * @return {string}
1890
1934
  */
1891
- proto.BaseEmployee.prototype.getWorkLocationReferencesId = function() {
1935
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getWorkLocationReferencesId = function() {
1892
1936
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1893
1937
  };
1894
1938
 
1895
1939
 
1896
1940
  /**
1897
1941
  * @param {string} value
1898
- * @return {!proto.BaseEmployee} returns this
1942
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1899
1943
  */
1900
- proto.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
1944
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
1901
1945
  return jspb.Message.setProto3StringField(this, 7, value);
1902
1946
  };
1903
1947
 
@@ -1906,16 +1950,16 @@ proto.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
1906
1950
  * optional string job_position_references_id = 8;
1907
1951
  * @return {string}
1908
1952
  */
1909
- proto.BaseEmployee.prototype.getJobPositionReferencesId = function() {
1953
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobPositionReferencesId = function() {
1910
1954
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
1911
1955
  };
1912
1956
 
1913
1957
 
1914
1958
  /**
1915
1959
  * @param {string} value
1916
- * @return {!proto.BaseEmployee} returns this
1960
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1917
1961
  */
1918
- proto.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
1962
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
1919
1963
  return jspb.Message.setProto3StringField(this, 8, value);
1920
1964
  };
1921
1965
 
@@ -1924,16 +1968,16 @@ proto.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
1924
1968
  * optional string job_grade_references_id = 9;
1925
1969
  * @return {string}
1926
1970
  */
1927
- proto.BaseEmployee.prototype.getJobGradeReferencesId = function() {
1971
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobGradeReferencesId = function() {
1928
1972
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
1929
1973
  };
1930
1974
 
1931
1975
 
1932
1976
  /**
1933
1977
  * @param {string} value
1934
- * @return {!proto.BaseEmployee} returns this
1978
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1935
1979
  */
1936
- proto.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
1980
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
1937
1981
  return jspb.Message.setProto3StringField(this, 9, value);
1938
1982
  };
1939
1983
 
@@ -1942,16 +1986,16 @@ proto.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
1942
1986
  * optional string job_title_references_id = 10;
1943
1987
  * @return {string}
1944
1988
  */
1945
- proto.BaseEmployee.prototype.getJobTitleReferencesId = function() {
1989
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobTitleReferencesId = function() {
1946
1990
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
1947
1991
  };
1948
1992
 
1949
1993
 
1950
1994
  /**
1951
1995
  * @param {string} value
1952
- * @return {!proto.BaseEmployee} returns this
1996
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1953
1997
  */
1954
- proto.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
1998
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
1955
1999
  return jspb.Message.setProto3StringField(this, 10, value);
1956
2000
  };
1957
2001
 
@@ -1960,16 +2004,16 @@ proto.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
1960
2004
  * optional string references_id = 11;
1961
2005
  * @return {string}
1962
2006
  */
1963
- proto.BaseEmployee.prototype.getReferencesId = function() {
2007
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getReferencesId = function() {
1964
2008
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
1965
2009
  };
1966
2010
 
1967
2011
 
1968
2012
  /**
1969
2013
  * @param {string} value
1970
- * @return {!proto.BaseEmployee} returns this
2014
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1971
2015
  */
1972
- proto.BaseEmployee.prototype.setReferencesId = function(value) {
2016
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setReferencesId = function(value) {
1973
2017
  return jspb.Message.setProto3StringField(this, 11, value);
1974
2018
  };
1975
2019
 
@@ -1978,16 +2022,16 @@ proto.BaseEmployee.prototype.setReferencesId = function(value) {
1978
2022
  * optional string country_references_id = 12;
1979
2023
  * @return {string}
1980
2024
  */
1981
- proto.BaseEmployee.prototype.getCountryReferencesId = function() {
2025
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getCountryReferencesId = function() {
1982
2026
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
1983
2027
  };
1984
2028
 
1985
2029
 
1986
2030
  /**
1987
2031
  * @param {string} value
1988
- * @return {!proto.BaseEmployee} returns this
2032
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
1989
2033
  */
1990
- proto.BaseEmployee.prototype.setCountryReferencesId = function(value) {
2034
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setCountryReferencesId = function(value) {
1991
2035
  return jspb.Message.setProto3StringField(this, 12, value);
1992
2036
  };
1993
2037
 
@@ -1996,16 +2040,16 @@ proto.BaseEmployee.prototype.setCountryReferencesId = function(value) {
1996
2040
  * optional string village_references_id = 13;
1997
2041
  * @return {string}
1998
2042
  */
1999
- proto.BaseEmployee.prototype.getVillageReferencesId = function() {
2043
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getVillageReferencesId = function() {
2000
2044
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
2001
2045
  };
2002
2046
 
2003
2047
 
2004
2048
  /**
2005
2049
  * @param {string} value
2006
- * @return {!proto.BaseEmployee} returns this
2050
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
2007
2051
  */
2008
- proto.BaseEmployee.prototype.setVillageReferencesId = function(value) {
2052
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setVillageReferencesId = function(value) {
2009
2053
  return jspb.Message.setProto3StringField(this, 13, value);
2010
2054
  };
2011
2055
 
@@ -2014,16 +2058,16 @@ proto.BaseEmployee.prototype.setVillageReferencesId = function(value) {
2014
2058
  * optional string city_references_id = 14;
2015
2059
  * @return {string}
2016
2060
  */
2017
- proto.BaseEmployee.prototype.getCityReferencesId = function() {
2061
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getCityReferencesId = function() {
2018
2062
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
2019
2063
  };
2020
2064
 
2021
2065
 
2022
2066
  /**
2023
2067
  * @param {string} value
2024
- * @return {!proto.BaseEmployee} returns this
2068
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
2025
2069
  */
2026
- proto.BaseEmployee.prototype.setCityReferencesId = function(value) {
2070
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setCityReferencesId = function(value) {
2027
2071
  return jspb.Message.setProto3StringField(this, 14, value);
2028
2072
  };
2029
2073
 
@@ -2032,16 +2076,16 @@ proto.BaseEmployee.prototype.setCityReferencesId = function(value) {
2032
2076
  * optional string district_references_id = 15;
2033
2077
  * @return {string}
2034
2078
  */
2035
- proto.BaseEmployee.prototype.getDistrictReferencesId = function() {
2079
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getDistrictReferencesId = function() {
2036
2080
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
2037
2081
  };
2038
2082
 
2039
2083
 
2040
2084
  /**
2041
2085
  * @param {string} value
2042
- * @return {!proto.BaseEmployee} returns this
2086
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
2043
2087
  */
2044
- proto.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
2088
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
2045
2089
  return jspb.Message.setProto3StringField(this, 15, value);
2046
2090
  };
2047
2091
 
@@ -2050,16 +2094,16 @@ proto.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
2050
2094
  * optional string province_references_id = 16;
2051
2095
  * @return {string}
2052
2096
  */
2053
- proto.BaseEmployee.prototype.getProvinceReferencesId = function() {
2097
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getProvinceReferencesId = function() {
2054
2098
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
2055
2099
  };
2056
2100
 
2057
2101
 
2058
2102
  /**
2059
2103
  * @param {string} value
2060
- * @return {!proto.BaseEmployee} returns this
2104
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
2061
2105
  */
2062
- proto.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
2106
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
2063
2107
  return jspb.Message.setProto3StringField(this, 16, value);
2064
2108
  };
2065
2109
 
@@ -2068,16 +2112,16 @@ proto.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
2068
2112
  * optional string companies_references_id = 17;
2069
2113
  * @return {string}
2070
2114
  */
2071
- proto.BaseEmployee.prototype.getCompaniesReferencesId = function() {
2115
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.getCompaniesReferencesId = function() {
2072
2116
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
2073
2117
  };
2074
2118
 
2075
2119
 
2076
2120
  /**
2077
2121
  * @param {string} value
2078
- * @return {!proto.BaseEmployee} returns this
2122
+ * @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
2079
2123
  */
2080
- proto.BaseEmployee.prototype.setCompaniesReferencesId = function(value) {
2124
+ proto.prisca.v1.core.employee.BaseEmployee.prototype.setCompaniesReferencesId = function(value) {
2081
2125
  return jspb.Message.setProto3StringField(this, 17, value);
2082
2126
  };
2083
2127
 
@@ -2098,8 +2142,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2098
2142
  * http://goto/soy-param-migration
2099
2143
  * @return {!Object}
2100
2144
  */
2101
- proto.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance) {
2102
- return proto.GetEmployeeByIdRequest.toObject(opt_includeInstance, this);
2145
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.toObject = function(opt_includeInstance) {
2146
+ return proto.prisca.v1.core.employee.BaseEmployeeDefault.toObject(opt_includeInstance, this);
2103
2147
  };
2104
2148
 
2105
2149
 
@@ -2108,11 +2152,222 @@ proto.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance)
2108
2152
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2109
2153
  * the JSPB instance for transitional soy proto support:
2110
2154
  * http://goto/soy-param-migration
2111
- * @param {!proto.GetEmployeeByIdRequest} msg The msg instance to transform.
2155
+ * @param {!proto.prisca.v1.core.employee.BaseEmployeeDefault} msg The msg instance to transform.
2112
2156
  * @return {!Object}
2113
2157
  * @suppress {unusedLocalVariables} f is only used for nested messages
2114
2158
  */
2115
- proto.GetEmployeeByIdRequest.toObject = function(includeInstance, msg) {
2159
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.toObject = function(includeInstance, msg) {
2160
+ var f, obj = {
2161
+ fullName: jspb.Message.getFieldWithDefault(msg, 1, ""),
2162
+ email: jspb.Message.getFieldWithDefault(msg, 2, ""),
2163
+ companies: (f = msg.getCompanies()) && prisca_v1_core_company_company_pb.BaseCompanyParent.toObject(includeInstance, f)
2164
+ };
2165
+
2166
+ if (includeInstance) {
2167
+ obj.$jspbMessageInstance = msg;
2168
+ }
2169
+ return obj;
2170
+ };
2171
+ }
2172
+
2173
+
2174
+ /**
2175
+ * Deserializes binary data (in protobuf wire format).
2176
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2177
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault}
2178
+ */
2179
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.deserializeBinary = function(bytes) {
2180
+ var reader = new jspb.BinaryReader(bytes);
2181
+ var msg = new proto.prisca.v1.core.employee.BaseEmployeeDefault;
2182
+ return proto.prisca.v1.core.employee.BaseEmployeeDefault.deserializeBinaryFromReader(msg, reader);
2183
+ };
2184
+
2185
+
2186
+ /**
2187
+ * Deserializes binary data (in protobuf wire format) from the
2188
+ * given reader into the given message object.
2189
+ * @param {!proto.prisca.v1.core.employee.BaseEmployeeDefault} msg The message object to deserialize into.
2190
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2191
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault}
2192
+ */
2193
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.deserializeBinaryFromReader = function(msg, reader) {
2194
+ while (reader.nextField()) {
2195
+ if (reader.isEndGroup()) {
2196
+ break;
2197
+ }
2198
+ var field = reader.getFieldNumber();
2199
+ switch (field) {
2200
+ case 1:
2201
+ var value = /** @type {string} */ (reader.readString());
2202
+ msg.setFullName(value);
2203
+ break;
2204
+ case 2:
2205
+ var value = /** @type {string} */ (reader.readString());
2206
+ msg.setEmail(value);
2207
+ break;
2208
+ case 3:
2209
+ var value = new prisca_v1_core_company_company_pb.BaseCompanyParent;
2210
+ reader.readMessage(value,prisca_v1_core_company_company_pb.BaseCompanyParent.deserializeBinaryFromReader);
2211
+ msg.setCompanies(value);
2212
+ break;
2213
+ default:
2214
+ reader.skipField();
2215
+ break;
2216
+ }
2217
+ }
2218
+ return msg;
2219
+ };
2220
+
2221
+
2222
+ /**
2223
+ * Serializes the message to binary data (in protobuf wire format).
2224
+ * @return {!Uint8Array}
2225
+ */
2226
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.serializeBinary = function() {
2227
+ var writer = new jspb.BinaryWriter();
2228
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.serializeBinaryToWriter(this, writer);
2229
+ return writer.getResultBuffer();
2230
+ };
2231
+
2232
+
2233
+ /**
2234
+ * Serializes the given message to binary data (in protobuf wire
2235
+ * format), writing to the given BinaryWriter.
2236
+ * @param {!proto.prisca.v1.core.employee.BaseEmployeeDefault} message
2237
+ * @param {!jspb.BinaryWriter} writer
2238
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2239
+ */
2240
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.serializeBinaryToWriter = function(message, writer) {
2241
+ var f = undefined;
2242
+ f = message.getFullName();
2243
+ if (f.length > 0) {
2244
+ writer.writeString(
2245
+ 1,
2246
+ f
2247
+ );
2248
+ }
2249
+ f = message.getEmail();
2250
+ if (f.length > 0) {
2251
+ writer.writeString(
2252
+ 2,
2253
+ f
2254
+ );
2255
+ }
2256
+ f = message.getCompanies();
2257
+ if (f != null) {
2258
+ writer.writeMessage(
2259
+ 3,
2260
+ f,
2261
+ prisca_v1_core_company_company_pb.BaseCompanyParent.serializeBinaryToWriter
2262
+ );
2263
+ }
2264
+ };
2265
+
2266
+
2267
+ /**
2268
+ * optional string full_name = 1;
2269
+ * @return {string}
2270
+ */
2271
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.getFullName = function() {
2272
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2273
+ };
2274
+
2275
+
2276
+ /**
2277
+ * @param {string} value
2278
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault} returns this
2279
+ */
2280
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.setFullName = function(value) {
2281
+ return jspb.Message.setProto3StringField(this, 1, value);
2282
+ };
2283
+
2284
+
2285
+ /**
2286
+ * optional string email = 2;
2287
+ * @return {string}
2288
+ */
2289
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.getEmail = function() {
2290
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
2291
+ };
2292
+
2293
+
2294
+ /**
2295
+ * @param {string} value
2296
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault} returns this
2297
+ */
2298
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.setEmail = function(value) {
2299
+ return jspb.Message.setProto3StringField(this, 2, value);
2300
+ };
2301
+
2302
+
2303
+ /**
2304
+ * optional BaseCompanyParent companies = 3;
2305
+ * @return {?proto.BaseCompanyParent}
2306
+ */
2307
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.getCompanies = function() {
2308
+ return /** @type{?proto.BaseCompanyParent} */ (
2309
+ jspb.Message.getWrapperField(this, prisca_v1_core_company_company_pb.BaseCompanyParent, 3));
2310
+ };
2311
+
2312
+
2313
+ /**
2314
+ * @param {?proto.BaseCompanyParent|undefined} value
2315
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault} returns this
2316
+ */
2317
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.setCompanies = function(value) {
2318
+ return jspb.Message.setWrapperField(this, 3, value);
2319
+ };
2320
+
2321
+
2322
+ /**
2323
+ * Clears the message field making it undefined.
2324
+ * @return {!proto.prisca.v1.core.employee.BaseEmployeeDefault} returns this
2325
+ */
2326
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.clearCompanies = function() {
2327
+ return this.setCompanies(undefined);
2328
+ };
2329
+
2330
+
2331
+ /**
2332
+ * Returns whether this field is set.
2333
+ * @return {boolean}
2334
+ */
2335
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.prototype.hasCompanies = function() {
2336
+ return jspb.Message.getField(this, 3) != null;
2337
+ };
2338
+
2339
+
2340
+
2341
+
2342
+
2343
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2344
+ /**
2345
+ * Creates an object representation of this proto.
2346
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2347
+ * Optional fields that are not set will be set to undefined.
2348
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2349
+ * For the list of reserved names please see:
2350
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2351
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2352
+ * JSPB instance for transitional soy proto support:
2353
+ * http://goto/soy-param-migration
2354
+ * @return {!Object}
2355
+ */
2356
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance) {
2357
+ return proto.prisca.v1.core.employee.GetEmployeeByIdRequest.toObject(opt_includeInstance, this);
2358
+ };
2359
+
2360
+
2361
+ /**
2362
+ * Static version of the {@see toObject} method.
2363
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2364
+ * the JSPB instance for transitional soy proto support:
2365
+ * http://goto/soy-param-migration
2366
+ * @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} msg The msg instance to transform.
2367
+ * @return {!Object}
2368
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2369
+ */
2370
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.toObject = function(includeInstance, msg) {
2116
2371
  var f, obj = {
2117
2372
  referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
2118
2373
  };
@@ -2128,23 +2383,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
2128
2383
  /**
2129
2384
  * Deserializes binary data (in protobuf wire format).
2130
2385
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2131
- * @return {!proto.GetEmployeeByIdRequest}
2386
+ * @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest}
2132
2387
  */
2133
- proto.GetEmployeeByIdRequest.deserializeBinary = function(bytes) {
2388
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinary = function(bytes) {
2134
2389
  var reader = new jspb.BinaryReader(bytes);
2135
- var msg = new proto.GetEmployeeByIdRequest;
2136
- return proto.GetEmployeeByIdRequest.deserializeBinaryFromReader(msg, reader);
2390
+ var msg = new proto.prisca.v1.core.employee.GetEmployeeByIdRequest;
2391
+ return proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinaryFromReader(msg, reader);
2137
2392
  };
2138
2393
 
2139
2394
 
2140
2395
  /**
2141
2396
  * Deserializes binary data (in protobuf wire format) from the
2142
2397
  * given reader into the given message object.
2143
- * @param {!proto.GetEmployeeByIdRequest} msg The message object to deserialize into.
2398
+ * @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} msg The message object to deserialize into.
2144
2399
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2145
- * @return {!proto.GetEmployeeByIdRequest}
2400
+ * @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest}
2146
2401
  */
2147
- proto.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
2402
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
2148
2403
  while (reader.nextField()) {
2149
2404
  if (reader.isEndGroup()) {
2150
2405
  break;
@@ -2168,9 +2423,9 @@ proto.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader)
2168
2423
  * Serializes the message to binary data (in protobuf wire format).
2169
2424
  * @return {!Uint8Array}
2170
2425
  */
2171
- proto.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
2426
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
2172
2427
  var writer = new jspb.BinaryWriter();
2173
- proto.GetEmployeeByIdRequest.serializeBinaryToWriter(this, writer);
2428
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.serializeBinaryToWriter(this, writer);
2174
2429
  return writer.getResultBuffer();
2175
2430
  };
2176
2431
 
@@ -2178,11 +2433,11 @@ proto.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
2178
2433
  /**
2179
2434
  * Serializes the given message to binary data (in protobuf wire
2180
2435
  * format), writing to the given BinaryWriter.
2181
- * @param {!proto.GetEmployeeByIdRequest} message
2436
+ * @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} message
2182
2437
  * @param {!jspb.BinaryWriter} writer
2183
2438
  * @suppress {unusedLocalVariables} f is only used for nested messages
2184
2439
  */
2185
- proto.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer) {
2440
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer) {
2186
2441
  var f = undefined;
2187
2442
  f = message.getReferencesId();
2188
2443
  if (f.length > 0) {
@@ -2198,16 +2453,16 @@ proto.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer)
2198
2453
  * optional string references_id = 1;
2199
2454
  * @return {string}
2200
2455
  */
2201
- proto.GetEmployeeByIdRequest.prototype.getReferencesId = function() {
2456
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.getReferencesId = function() {
2202
2457
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2203
2458
  };
2204
2459
 
2205
2460
 
2206
2461
  /**
2207
2462
  * @param {string} value
2208
- * @return {!proto.GetEmployeeByIdRequest} returns this
2463
+ * @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} returns this
2209
2464
  */
2210
- proto.GetEmployeeByIdRequest.prototype.setReferencesId = function(value) {
2465
+ proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.setReferencesId = function(value) {
2211
2466
  return jspb.Message.setProto3StringField(this, 1, value);
2212
2467
  };
2213
2468
 
@@ -2228,8 +2483,159 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2228
2483
  * http://goto/soy-param-migration
2229
2484
  * @return {!Object}
2230
2485
  */
2231
- proto.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2232
- return proto.CreateEmployeeRequest.toObject(opt_includeInstance, this);
2486
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.toObject = function(opt_includeInstance) {
2487
+ return proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.toObject(opt_includeInstance, this);
2488
+ };
2489
+
2490
+
2491
+ /**
2492
+ * Static version of the {@see toObject} method.
2493
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2494
+ * the JSPB instance for transitional soy proto support:
2495
+ * http://goto/soy-param-migration
2496
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest} msg The msg instance to transform.
2497
+ * @return {!Object}
2498
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2499
+ */
2500
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.toObject = function(includeInstance, msg) {
2501
+ var f, obj = {
2502
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployeeDefault.toObject(includeInstance, f)
2503
+ };
2504
+
2505
+ if (includeInstance) {
2506
+ obj.$jspbMessageInstance = msg;
2507
+ }
2508
+ return obj;
2509
+ };
2510
+ }
2511
+
2512
+
2513
+ /**
2514
+ * Deserializes binary data (in protobuf wire format).
2515
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
2516
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest}
2517
+ */
2518
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.deserializeBinary = function(bytes) {
2519
+ var reader = new jspb.BinaryReader(bytes);
2520
+ var msg = new proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest;
2521
+ return proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.deserializeBinaryFromReader(msg, reader);
2522
+ };
2523
+
2524
+
2525
+ /**
2526
+ * Deserializes binary data (in protobuf wire format) from the
2527
+ * given reader into the given message object.
2528
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest} msg The message object to deserialize into.
2529
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2530
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest}
2531
+ */
2532
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.deserializeBinaryFromReader = function(msg, reader) {
2533
+ while (reader.nextField()) {
2534
+ if (reader.isEndGroup()) {
2535
+ break;
2536
+ }
2537
+ var field = reader.getFieldNumber();
2538
+ switch (field) {
2539
+ case 1:
2540
+ var value = new proto.prisca.v1.core.employee.BaseEmployeeDefault;
2541
+ reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployeeDefault.deserializeBinaryFromReader);
2542
+ msg.setEmployee(value);
2543
+ break;
2544
+ default:
2545
+ reader.skipField();
2546
+ break;
2547
+ }
2548
+ }
2549
+ return msg;
2550
+ };
2551
+
2552
+
2553
+ /**
2554
+ * Serializes the message to binary data (in protobuf wire format).
2555
+ * @return {!Uint8Array}
2556
+ */
2557
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.serializeBinary = function() {
2558
+ var writer = new jspb.BinaryWriter();
2559
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.serializeBinaryToWriter(this, writer);
2560
+ return writer.getResultBuffer();
2561
+ };
2562
+
2563
+
2564
+ /**
2565
+ * Serializes the given message to binary data (in protobuf wire
2566
+ * format), writing to the given BinaryWriter.
2567
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest} message
2568
+ * @param {!jspb.BinaryWriter} writer
2569
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2570
+ */
2571
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.serializeBinaryToWriter = function(message, writer) {
2572
+ var f = undefined;
2573
+ f = message.getEmployee();
2574
+ if (f != null) {
2575
+ writer.writeMessage(
2576
+ 1,
2577
+ f,
2578
+ proto.prisca.v1.core.employee.BaseEmployeeDefault.serializeBinaryToWriter
2579
+ );
2580
+ }
2581
+ };
2582
+
2583
+
2584
+ /**
2585
+ * optional BaseEmployeeDefault employee = 1;
2586
+ * @return {?proto.prisca.v1.core.employee.BaseEmployeeDefault}
2587
+ */
2588
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.getEmployee = function() {
2589
+ return /** @type{?proto.prisca.v1.core.employee.BaseEmployeeDefault} */ (
2590
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployeeDefault, 1));
2591
+ };
2592
+
2593
+
2594
+ /**
2595
+ * @param {?proto.prisca.v1.core.employee.BaseEmployeeDefault|undefined} value
2596
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest} returns this
2597
+ */
2598
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.setEmployee = function(value) {
2599
+ return jspb.Message.setWrapperField(this, 1, value);
2600
+ };
2601
+
2602
+
2603
+ /**
2604
+ * Clears the message field making it undefined.
2605
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest} returns this
2606
+ */
2607
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.clearEmployee = function() {
2608
+ return this.setEmployee(undefined);
2609
+ };
2610
+
2611
+
2612
+ /**
2613
+ * Returns whether this field is set.
2614
+ * @return {boolean}
2615
+ */
2616
+ proto.prisca.v1.core.employee.CreateEmployeeDefaultRequest.prototype.hasEmployee = function() {
2617
+ return jspb.Message.getField(this, 1) != null;
2618
+ };
2619
+
2620
+
2621
+
2622
+
2623
+
2624
+ if (jspb.Message.GENERATE_TO_OBJECT) {
2625
+ /**
2626
+ * Creates an object representation of this proto.
2627
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2628
+ * Optional fields that are not set will be set to undefined.
2629
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2630
+ * For the list of reserved names please see:
2631
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2632
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2633
+ * JSPB instance for transitional soy proto support:
2634
+ * http://goto/soy-param-migration
2635
+ * @return {!Object}
2636
+ */
2637
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2638
+ return proto.prisca.v1.core.employee.CreateEmployeeRequest.toObject(opt_includeInstance, this);
2233
2639
  };
2234
2640
 
2235
2641
 
@@ -2238,13 +2644,13 @@ proto.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2238
2644
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2239
2645
  * the JSPB instance for transitional soy proto support:
2240
2646
  * http://goto/soy-param-migration
2241
- * @param {!proto.CreateEmployeeRequest} msg The msg instance to transform.
2647
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} msg The msg instance to transform.
2242
2648
  * @return {!Object}
2243
2649
  * @suppress {unusedLocalVariables} f is only used for nested messages
2244
2650
  */
2245
- proto.CreateEmployeeRequest.toObject = function(includeInstance, msg) {
2651
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.toObject = function(includeInstance, msg) {
2246
2652
  var f, obj = {
2247
- employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f)
2653
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f)
2248
2654
  };
2249
2655
 
2250
2656
  if (includeInstance) {
@@ -2258,23 +2664,23 @@ employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance
2258
2664
  /**
2259
2665
  * Deserializes binary data (in protobuf wire format).
2260
2666
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2261
- * @return {!proto.CreateEmployeeRequest}
2667
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest}
2262
2668
  */
2263
- proto.CreateEmployeeRequest.deserializeBinary = function(bytes) {
2669
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinary = function(bytes) {
2264
2670
  var reader = new jspb.BinaryReader(bytes);
2265
- var msg = new proto.CreateEmployeeRequest;
2266
- return proto.CreateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2671
+ var msg = new proto.prisca.v1.core.employee.CreateEmployeeRequest;
2672
+ return proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2267
2673
  };
2268
2674
 
2269
2675
 
2270
2676
  /**
2271
2677
  * Deserializes binary data (in protobuf wire format) from the
2272
2678
  * given reader into the given message object.
2273
- * @param {!proto.CreateEmployeeRequest} msg The message object to deserialize into.
2679
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} msg The message object to deserialize into.
2274
2680
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2275
- * @return {!proto.CreateEmployeeRequest}
2681
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest}
2276
2682
  */
2277
- proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2683
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2278
2684
  while (reader.nextField()) {
2279
2685
  if (reader.isEndGroup()) {
2280
2686
  break;
@@ -2282,8 +2688,8 @@ proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2282
2688
  var field = reader.getFieldNumber();
2283
2689
  switch (field) {
2284
2690
  case 1:
2285
- var value = new proto.BaseEmployee;
2286
- reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
2691
+ var value = new proto.prisca.v1.core.employee.BaseEmployee;
2692
+ reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
2287
2693
  msg.setEmployee(value);
2288
2694
  break;
2289
2695
  default:
@@ -2299,9 +2705,9 @@ proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2299
2705
  * Serializes the message to binary data (in protobuf wire format).
2300
2706
  * @return {!Uint8Array}
2301
2707
  */
2302
- proto.CreateEmployeeRequest.prototype.serializeBinary = function() {
2708
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.serializeBinary = function() {
2303
2709
  var writer = new jspb.BinaryWriter();
2304
- proto.CreateEmployeeRequest.serializeBinaryToWriter(this, writer);
2710
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.serializeBinaryToWriter(this, writer);
2305
2711
  return writer.getResultBuffer();
2306
2712
  };
2307
2713
 
@@ -2309,18 +2715,18 @@ proto.CreateEmployeeRequest.prototype.serializeBinary = function() {
2309
2715
  /**
2310
2716
  * Serializes the given message to binary data (in protobuf wire
2311
2717
  * format), writing to the given BinaryWriter.
2312
- * @param {!proto.CreateEmployeeRequest} message
2718
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} message
2313
2719
  * @param {!jspb.BinaryWriter} writer
2314
2720
  * @suppress {unusedLocalVariables} f is only used for nested messages
2315
2721
  */
2316
- proto.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2722
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2317
2723
  var f = undefined;
2318
2724
  f = message.getEmployee();
2319
2725
  if (f != null) {
2320
2726
  writer.writeMessage(
2321
2727
  1,
2322
2728
  f,
2323
- proto.BaseEmployee.serializeBinaryToWriter
2729
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
2324
2730
  );
2325
2731
  }
2326
2732
  };
@@ -2328,28 +2734,28 @@ proto.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
2328
2734
 
2329
2735
  /**
2330
2736
  * optional BaseEmployee employee = 1;
2331
- * @return {?proto.BaseEmployee}
2737
+ * @return {?proto.prisca.v1.core.employee.BaseEmployee}
2332
2738
  */
2333
- proto.CreateEmployeeRequest.prototype.getEmployee = function() {
2334
- return /** @type{?proto.BaseEmployee} */ (
2335
- jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
2739
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.getEmployee = function() {
2740
+ return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
2741
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
2336
2742
  };
2337
2743
 
2338
2744
 
2339
2745
  /**
2340
- * @param {?proto.BaseEmployee|undefined} value
2341
- * @return {!proto.CreateEmployeeRequest} returns this
2746
+ * @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
2747
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest} returns this
2342
2748
  */
2343
- proto.CreateEmployeeRequest.prototype.setEmployee = function(value) {
2749
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.setEmployee = function(value) {
2344
2750
  return jspb.Message.setWrapperField(this, 1, value);
2345
2751
  };
2346
2752
 
2347
2753
 
2348
2754
  /**
2349
2755
  * Clears the message field making it undefined.
2350
- * @return {!proto.CreateEmployeeRequest} returns this
2756
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest} returns this
2351
2757
  */
2352
- proto.CreateEmployeeRequest.prototype.clearEmployee = function() {
2758
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.clearEmployee = function() {
2353
2759
  return this.setEmployee(undefined);
2354
2760
  };
2355
2761
 
@@ -2358,7 +2764,7 @@ proto.CreateEmployeeRequest.prototype.clearEmployee = function() {
2358
2764
  * Returns whether this field is set.
2359
2765
  * @return {boolean}
2360
2766
  */
2361
- proto.CreateEmployeeRequest.prototype.hasEmployee = function() {
2767
+ proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.hasEmployee = function() {
2362
2768
  return jspb.Message.getField(this, 1) != null;
2363
2769
  };
2364
2770
 
@@ -2379,8 +2785,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2379
2785
  * http://goto/soy-param-migration
2380
2786
  * @return {!Object}
2381
2787
  */
2382
- proto.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2383
- return proto.UpdateEmployeeRequest.toObject(opt_includeInstance, this);
2788
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2789
+ return proto.prisca.v1.core.employee.UpdateEmployeeRequest.toObject(opt_includeInstance, this);
2384
2790
  };
2385
2791
 
2386
2792
 
@@ -2389,14 +2795,14 @@ proto.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2389
2795
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2390
2796
  * the JSPB instance for transitional soy proto support:
2391
2797
  * http://goto/soy-param-migration
2392
- * @param {!proto.UpdateEmployeeRequest} msg The msg instance to transform.
2798
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} msg The msg instance to transform.
2393
2799
  * @return {!Object}
2394
2800
  * @suppress {unusedLocalVariables} f is only used for nested messages
2395
2801
  */
2396
- proto.UpdateEmployeeRequest.toObject = function(includeInstance, msg) {
2802
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.toObject = function(includeInstance, msg) {
2397
2803
  var f, obj = {
2398
2804
  referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
2399
- employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f)
2805
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f)
2400
2806
  };
2401
2807
 
2402
2808
  if (includeInstance) {
@@ -2410,23 +2816,23 @@ employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance
2410
2816
  /**
2411
2817
  * Deserializes binary data (in protobuf wire format).
2412
2818
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2413
- * @return {!proto.UpdateEmployeeRequest}
2819
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest}
2414
2820
  */
2415
- proto.UpdateEmployeeRequest.deserializeBinary = function(bytes) {
2821
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinary = function(bytes) {
2416
2822
  var reader = new jspb.BinaryReader(bytes);
2417
- var msg = new proto.UpdateEmployeeRequest;
2418
- return proto.UpdateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2823
+ var msg = new proto.prisca.v1.core.employee.UpdateEmployeeRequest;
2824
+ return proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2419
2825
  };
2420
2826
 
2421
2827
 
2422
2828
  /**
2423
2829
  * Deserializes binary data (in protobuf wire format) from the
2424
2830
  * given reader into the given message object.
2425
- * @param {!proto.UpdateEmployeeRequest} msg The message object to deserialize into.
2831
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} msg The message object to deserialize into.
2426
2832
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2427
- * @return {!proto.UpdateEmployeeRequest}
2833
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest}
2428
2834
  */
2429
- proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2835
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2430
2836
  while (reader.nextField()) {
2431
2837
  if (reader.isEndGroup()) {
2432
2838
  break;
@@ -2438,8 +2844,8 @@ proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2438
2844
  msg.setReferencesId(value);
2439
2845
  break;
2440
2846
  case 2:
2441
- var value = new proto.BaseEmployee;
2442
- reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
2847
+ var value = new proto.prisca.v1.core.employee.BaseEmployee;
2848
+ reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
2443
2849
  msg.setEmployee(value);
2444
2850
  break;
2445
2851
  default:
@@ -2455,9 +2861,9 @@ proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2455
2861
  * Serializes the message to binary data (in protobuf wire format).
2456
2862
  * @return {!Uint8Array}
2457
2863
  */
2458
- proto.UpdateEmployeeRequest.prototype.serializeBinary = function() {
2864
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.serializeBinary = function() {
2459
2865
  var writer = new jspb.BinaryWriter();
2460
- proto.UpdateEmployeeRequest.serializeBinaryToWriter(this, writer);
2866
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.serializeBinaryToWriter(this, writer);
2461
2867
  return writer.getResultBuffer();
2462
2868
  };
2463
2869
 
@@ -2465,11 +2871,11 @@ proto.UpdateEmployeeRequest.prototype.serializeBinary = function() {
2465
2871
  /**
2466
2872
  * Serializes the given message to binary data (in protobuf wire
2467
2873
  * format), writing to the given BinaryWriter.
2468
- * @param {!proto.UpdateEmployeeRequest} message
2874
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} message
2469
2875
  * @param {!jspb.BinaryWriter} writer
2470
2876
  * @suppress {unusedLocalVariables} f is only used for nested messages
2471
2877
  */
2472
- proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2878
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2473
2879
  var f = undefined;
2474
2880
  f = message.getReferencesId();
2475
2881
  if (f.length > 0) {
@@ -2483,7 +2889,7 @@ proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
2483
2889
  writer.writeMessage(
2484
2890
  2,
2485
2891
  f,
2486
- proto.BaseEmployee.serializeBinaryToWriter
2892
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
2487
2893
  );
2488
2894
  }
2489
2895
  };
@@ -2493,44 +2899,44 @@ proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
2493
2899
  * optional string references_id = 1;
2494
2900
  * @return {string}
2495
2901
  */
2496
- proto.UpdateEmployeeRequest.prototype.getReferencesId = function() {
2902
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.getReferencesId = function() {
2497
2903
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2498
2904
  };
2499
2905
 
2500
2906
 
2501
2907
  /**
2502
2908
  * @param {string} value
2503
- * @return {!proto.UpdateEmployeeRequest} returns this
2909
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
2504
2910
  */
2505
- proto.UpdateEmployeeRequest.prototype.setReferencesId = function(value) {
2911
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.setReferencesId = function(value) {
2506
2912
  return jspb.Message.setProto3StringField(this, 1, value);
2507
2913
  };
2508
2914
 
2509
2915
 
2510
2916
  /**
2511
2917
  * optional BaseEmployee employee = 2;
2512
- * @return {?proto.BaseEmployee}
2918
+ * @return {?proto.prisca.v1.core.employee.BaseEmployee}
2513
2919
  */
2514
- proto.UpdateEmployeeRequest.prototype.getEmployee = function() {
2515
- return /** @type{?proto.BaseEmployee} */ (
2516
- jspb.Message.getWrapperField(this, proto.BaseEmployee, 2));
2920
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.getEmployee = function() {
2921
+ return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
2922
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 2));
2517
2923
  };
2518
2924
 
2519
2925
 
2520
2926
  /**
2521
- * @param {?proto.BaseEmployee|undefined} value
2522
- * @return {!proto.UpdateEmployeeRequest} returns this
2927
+ * @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
2928
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
2523
2929
  */
2524
- proto.UpdateEmployeeRequest.prototype.setEmployee = function(value) {
2930
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.setEmployee = function(value) {
2525
2931
  return jspb.Message.setWrapperField(this, 2, value);
2526
2932
  };
2527
2933
 
2528
2934
 
2529
2935
  /**
2530
2936
  * Clears the message field making it undefined.
2531
- * @return {!proto.UpdateEmployeeRequest} returns this
2937
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
2532
2938
  */
2533
- proto.UpdateEmployeeRequest.prototype.clearEmployee = function() {
2939
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.clearEmployee = function() {
2534
2940
  return this.setEmployee(undefined);
2535
2941
  };
2536
2942
 
@@ -2539,7 +2945,7 @@ proto.UpdateEmployeeRequest.prototype.clearEmployee = function() {
2539
2945
  * Returns whether this field is set.
2540
2946
  * @return {boolean}
2541
2947
  */
2542
- proto.UpdateEmployeeRequest.prototype.hasEmployee = function() {
2948
+ proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.hasEmployee = function() {
2543
2949
  return jspb.Message.getField(this, 2) != null;
2544
2950
  };
2545
2951
 
@@ -2560,8 +2966,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2560
2966
  * http://goto/soy-param-migration
2561
2967
  * @return {!Object}
2562
2968
  */
2563
- proto.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2564
- return proto.DeleteEmployeeRequest.toObject(opt_includeInstance, this);
2969
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2970
+ return proto.prisca.v1.core.employee.DeleteEmployeeRequest.toObject(opt_includeInstance, this);
2565
2971
  };
2566
2972
 
2567
2973
 
@@ -2570,11 +2976,11 @@ proto.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2570
2976
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2571
2977
  * the JSPB instance for transitional soy proto support:
2572
2978
  * http://goto/soy-param-migration
2573
- * @param {!proto.DeleteEmployeeRequest} msg The msg instance to transform.
2979
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} msg The msg instance to transform.
2574
2980
  * @return {!Object}
2575
2981
  * @suppress {unusedLocalVariables} f is only used for nested messages
2576
2982
  */
2577
- proto.DeleteEmployeeRequest.toObject = function(includeInstance, msg) {
2983
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.toObject = function(includeInstance, msg) {
2578
2984
  var f, obj = {
2579
2985
  referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
2580
2986
  };
@@ -2590,23 +2996,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
2590
2996
  /**
2591
2997
  * Deserializes binary data (in protobuf wire format).
2592
2998
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2593
- * @return {!proto.DeleteEmployeeRequest}
2999
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest}
2594
3000
  */
2595
- proto.DeleteEmployeeRequest.deserializeBinary = function(bytes) {
3001
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinary = function(bytes) {
2596
3002
  var reader = new jspb.BinaryReader(bytes);
2597
- var msg = new proto.DeleteEmployeeRequest;
2598
- return proto.DeleteEmployeeRequest.deserializeBinaryFromReader(msg, reader);
3003
+ var msg = new proto.prisca.v1.core.employee.DeleteEmployeeRequest;
3004
+ return proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2599
3005
  };
2600
3006
 
2601
3007
 
2602
3008
  /**
2603
3009
  * Deserializes binary data (in protobuf wire format) from the
2604
3010
  * given reader into the given message object.
2605
- * @param {!proto.DeleteEmployeeRequest} msg The message object to deserialize into.
3011
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} msg The message object to deserialize into.
2606
3012
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2607
- * @return {!proto.DeleteEmployeeRequest}
3013
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest}
2608
3014
  */
2609
- proto.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
3015
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2610
3016
  while (reader.nextField()) {
2611
3017
  if (reader.isEndGroup()) {
2612
3018
  break;
@@ -2630,9 +3036,9 @@ proto.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2630
3036
  * Serializes the message to binary data (in protobuf wire format).
2631
3037
  * @return {!Uint8Array}
2632
3038
  */
2633
- proto.DeleteEmployeeRequest.prototype.serializeBinary = function() {
3039
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.serializeBinary = function() {
2634
3040
  var writer = new jspb.BinaryWriter();
2635
- proto.DeleteEmployeeRequest.serializeBinaryToWriter(this, writer);
3041
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.serializeBinaryToWriter(this, writer);
2636
3042
  return writer.getResultBuffer();
2637
3043
  };
2638
3044
 
@@ -2640,11 +3046,11 @@ proto.DeleteEmployeeRequest.prototype.serializeBinary = function() {
2640
3046
  /**
2641
3047
  * Serializes the given message to binary data (in protobuf wire
2642
3048
  * format), writing to the given BinaryWriter.
2643
- * @param {!proto.DeleteEmployeeRequest} message
3049
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} message
2644
3050
  * @param {!jspb.BinaryWriter} writer
2645
3051
  * @suppress {unusedLocalVariables} f is only used for nested messages
2646
3052
  */
2647
- proto.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
3053
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2648
3054
  var f = undefined;
2649
3055
  f = message.getReferencesId();
2650
3056
  if (f.length > 0) {
@@ -2660,16 +3066,16 @@ proto.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer)
2660
3066
  * optional string references_id = 1;
2661
3067
  * @return {string}
2662
3068
  */
2663
- proto.DeleteEmployeeRequest.prototype.getReferencesId = function() {
3069
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.getReferencesId = function() {
2664
3070
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2665
3071
  };
2666
3072
 
2667
3073
 
2668
3074
  /**
2669
3075
  * @param {string} value
2670
- * @return {!proto.DeleteEmployeeRequest} returns this
3076
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} returns this
2671
3077
  */
2672
- proto.DeleteEmployeeRequest.prototype.setReferencesId = function(value) {
3078
+ proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.setReferencesId = function(value) {
2673
3079
  return jspb.Message.setProto3StringField(this, 1, value);
2674
3080
  };
2675
3081
 
@@ -2690,8 +3096,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2690
3096
  * http://goto/soy-param-migration
2691
3097
  * @return {!Object}
2692
3098
  */
2693
- proto.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
2694
- return proto.GetListEmployeeRequest.toObject(opt_includeInstance, this);
3099
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
3100
+ return proto.prisca.v1.core.employee.GetListEmployeeRequest.toObject(opt_includeInstance, this);
2695
3101
  };
2696
3102
 
2697
3103
 
@@ -2700,11 +3106,11 @@ proto.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance)
2700
3106
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2701
3107
  * the JSPB instance for transitional soy proto support:
2702
3108
  * http://goto/soy-param-migration
2703
- * @param {!proto.GetListEmployeeRequest} msg The msg instance to transform.
3109
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} msg The msg instance to transform.
2704
3110
  * @return {!Object}
2705
3111
  * @suppress {unusedLocalVariables} f is only used for nested messages
2706
3112
  */
2707
- proto.GetListEmployeeRequest.toObject = function(includeInstance, msg) {
3113
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.toObject = function(includeInstance, msg) {
2708
3114
  var f, obj = {
2709
3115
  pagination: (f = msg.getPagination()) && prisca_v1_global_meta_meta_pb.PaginationRequest.toObject(includeInstance, f),
2710
3116
  query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObject(includeInstance, f)
@@ -2721,23 +3127,23 @@ query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObj
2721
3127
  /**
2722
3128
  * Deserializes binary data (in protobuf wire format).
2723
3129
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2724
- * @return {!proto.GetListEmployeeRequest}
3130
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest}
2725
3131
  */
2726
- proto.GetListEmployeeRequest.deserializeBinary = function(bytes) {
3132
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinary = function(bytes) {
2727
3133
  var reader = new jspb.BinaryReader(bytes);
2728
- var msg = new proto.GetListEmployeeRequest;
2729
- return proto.GetListEmployeeRequest.deserializeBinaryFromReader(msg, reader);
3134
+ var msg = new proto.prisca.v1.core.employee.GetListEmployeeRequest;
3135
+ return proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinaryFromReader(msg, reader);
2730
3136
  };
2731
3137
 
2732
3138
 
2733
3139
  /**
2734
3140
  * Deserializes binary data (in protobuf wire format) from the
2735
3141
  * given reader into the given message object.
2736
- * @param {!proto.GetListEmployeeRequest} msg The message object to deserialize into.
3142
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} msg The message object to deserialize into.
2737
3143
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2738
- * @return {!proto.GetListEmployeeRequest}
3144
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest}
2739
3145
  */
2740
- proto.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
3146
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
2741
3147
  while (reader.nextField()) {
2742
3148
  if (reader.isEndGroup()) {
2743
3149
  break;
@@ -2767,9 +3173,9 @@ proto.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
2767
3173
  * Serializes the message to binary data (in protobuf wire format).
2768
3174
  * @return {!Uint8Array}
2769
3175
  */
2770
- proto.GetListEmployeeRequest.prototype.serializeBinary = function() {
3176
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.serializeBinary = function() {
2771
3177
  var writer = new jspb.BinaryWriter();
2772
- proto.GetListEmployeeRequest.serializeBinaryToWriter(this, writer);
3178
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.serializeBinaryToWriter(this, writer);
2773
3179
  return writer.getResultBuffer();
2774
3180
  };
2775
3181
 
@@ -2777,11 +3183,11 @@ proto.GetListEmployeeRequest.prototype.serializeBinary = function() {
2777
3183
  /**
2778
3184
  * Serializes the given message to binary data (in protobuf wire
2779
3185
  * format), writing to the given BinaryWriter.
2780
- * @param {!proto.GetListEmployeeRequest} message
3186
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} message
2781
3187
  * @param {!jspb.BinaryWriter} writer
2782
3188
  * @suppress {unusedLocalVariables} f is only used for nested messages
2783
3189
  */
2784
- proto.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
3190
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
2785
3191
  var f = undefined;
2786
3192
  f = message.getPagination();
2787
3193
  if (f != null) {
@@ -2806,7 +3212,7 @@ proto.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer)
2806
3212
  * optional prisca.v1.global.meta.PaginationRequest pagination = 1;
2807
3213
  * @return {?proto.prisca.v1.global.meta.PaginationRequest}
2808
3214
  */
2809
- proto.GetListEmployeeRequest.prototype.getPagination = function() {
3215
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.getPagination = function() {
2810
3216
  return /** @type{?proto.prisca.v1.global.meta.PaginationRequest} */ (
2811
3217
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.PaginationRequest, 1));
2812
3218
  };
@@ -2814,18 +3220,18 @@ proto.GetListEmployeeRequest.prototype.getPagination = function() {
2814
3220
 
2815
3221
  /**
2816
3222
  * @param {?proto.prisca.v1.global.meta.PaginationRequest|undefined} value
2817
- * @return {!proto.GetListEmployeeRequest} returns this
3223
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
2818
3224
  */
2819
- proto.GetListEmployeeRequest.prototype.setPagination = function(value) {
3225
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.setPagination = function(value) {
2820
3226
  return jspb.Message.setWrapperField(this, 1, value);
2821
3227
  };
2822
3228
 
2823
3229
 
2824
3230
  /**
2825
3231
  * Clears the message field making it undefined.
2826
- * @return {!proto.GetListEmployeeRequest} returns this
3232
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
2827
3233
  */
2828
- proto.GetListEmployeeRequest.prototype.clearPagination = function() {
3234
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.clearPagination = function() {
2829
3235
  return this.setPagination(undefined);
2830
3236
  };
2831
3237
 
@@ -2834,7 +3240,7 @@ proto.GetListEmployeeRequest.prototype.clearPagination = function() {
2834
3240
  * Returns whether this field is set.
2835
3241
  * @return {boolean}
2836
3242
  */
2837
- proto.GetListEmployeeRequest.prototype.hasPagination = function() {
3243
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.hasPagination = function() {
2838
3244
  return jspb.Message.getField(this, 1) != null;
2839
3245
  };
2840
3246
 
@@ -2843,7 +3249,7 @@ proto.GetListEmployeeRequest.prototype.hasPagination = function() {
2843
3249
  * optional prisca.v1.global.meta.FilterRequest query = 2;
2844
3250
  * @return {?proto.prisca.v1.global.meta.FilterRequest}
2845
3251
  */
2846
- proto.GetListEmployeeRequest.prototype.getQuery = function() {
3252
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.getQuery = function() {
2847
3253
  return /** @type{?proto.prisca.v1.global.meta.FilterRequest} */ (
2848
3254
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.FilterRequest, 2));
2849
3255
  };
@@ -2851,18 +3257,18 @@ proto.GetListEmployeeRequest.prototype.getQuery = function() {
2851
3257
 
2852
3258
  /**
2853
3259
  * @param {?proto.prisca.v1.global.meta.FilterRequest|undefined} value
2854
- * @return {!proto.GetListEmployeeRequest} returns this
3260
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
2855
3261
  */
2856
- proto.GetListEmployeeRequest.prototype.setQuery = function(value) {
3262
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.setQuery = function(value) {
2857
3263
  return jspb.Message.setWrapperField(this, 2, value);
2858
3264
  };
2859
3265
 
2860
3266
 
2861
3267
  /**
2862
3268
  * Clears the message field making it undefined.
2863
- * @return {!proto.GetListEmployeeRequest} returns this
3269
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
2864
3270
  */
2865
- proto.GetListEmployeeRequest.prototype.clearQuery = function() {
3271
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.clearQuery = function() {
2866
3272
  return this.setQuery(undefined);
2867
3273
  };
2868
3274
 
@@ -2871,7 +3277,7 @@ proto.GetListEmployeeRequest.prototype.clearQuery = function() {
2871
3277
  * Returns whether this field is set.
2872
3278
  * @return {boolean}
2873
3279
  */
2874
- proto.GetListEmployeeRequest.prototype.hasQuery = function() {
3280
+ proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.hasQuery = function() {
2875
3281
  return jspb.Message.getField(this, 2) != null;
2876
3282
  };
2877
3283
 
@@ -2892,8 +3298,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
2892
3298
  * http://goto/soy-param-migration
2893
3299
  * @return {!Object}
2894
3300
  */
2895
- proto.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
2896
- return proto.CreateEmployeeResponse.toObject(opt_includeInstance, this);
3301
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3302
+ return proto.prisca.v1.core.employee.CreateEmployeeResponse.toObject(opt_includeInstance, this);
2897
3303
  };
2898
3304
 
2899
3305
 
@@ -2902,13 +3308,13 @@ proto.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance)
2902
3308
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2903
3309
  * the JSPB instance for transitional soy proto support:
2904
3310
  * http://goto/soy-param-migration
2905
- * @param {!proto.CreateEmployeeResponse} msg The msg instance to transform.
3311
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} msg The msg instance to transform.
2906
3312
  * @return {!Object}
2907
3313
  * @suppress {unusedLocalVariables} f is only used for nested messages
2908
3314
  */
2909
- proto.CreateEmployeeResponse.toObject = function(includeInstance, msg) {
3315
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.toObject = function(includeInstance, msg) {
2910
3316
  var f, obj = {
2911
- employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f),
3317
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f),
2912
3318
  meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
2913
3319
  };
2914
3320
 
@@ -2923,23 +3329,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
2923
3329
  /**
2924
3330
  * Deserializes binary data (in protobuf wire format).
2925
3331
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2926
- * @return {!proto.CreateEmployeeResponse}
3332
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse}
2927
3333
  */
2928
- proto.CreateEmployeeResponse.deserializeBinary = function(bytes) {
3334
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinary = function(bytes) {
2929
3335
  var reader = new jspb.BinaryReader(bytes);
2930
- var msg = new proto.CreateEmployeeResponse;
2931
- return proto.CreateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3336
+ var msg = new proto.prisca.v1.core.employee.CreateEmployeeResponse;
3337
+ return proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
2932
3338
  };
2933
3339
 
2934
3340
 
2935
3341
  /**
2936
3342
  * Deserializes binary data (in protobuf wire format) from the
2937
3343
  * given reader into the given message object.
2938
- * @param {!proto.CreateEmployeeResponse} msg The message object to deserialize into.
3344
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} msg The message object to deserialize into.
2939
3345
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2940
- * @return {!proto.CreateEmployeeResponse}
3346
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse}
2941
3347
  */
2942
- proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3348
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
2943
3349
  while (reader.nextField()) {
2944
3350
  if (reader.isEndGroup()) {
2945
3351
  break;
@@ -2947,8 +3353,8 @@ proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
2947
3353
  var field = reader.getFieldNumber();
2948
3354
  switch (field) {
2949
3355
  case 1:
2950
- var value = new proto.BaseEmployee;
2951
- reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
3356
+ var value = new proto.prisca.v1.core.employee.BaseEmployee;
3357
+ reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
2952
3358
  msg.setEmployee(value);
2953
3359
  break;
2954
3360
  case 2:
@@ -2969,9 +3375,9 @@ proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
2969
3375
  * Serializes the message to binary data (in protobuf wire format).
2970
3376
  * @return {!Uint8Array}
2971
3377
  */
2972
- proto.CreateEmployeeResponse.prototype.serializeBinary = function() {
3378
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.serializeBinary = function() {
2973
3379
  var writer = new jspb.BinaryWriter();
2974
- proto.CreateEmployeeResponse.serializeBinaryToWriter(this, writer);
3380
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.serializeBinaryToWriter(this, writer);
2975
3381
  return writer.getResultBuffer();
2976
3382
  };
2977
3383
 
@@ -2979,18 +3385,18 @@ proto.CreateEmployeeResponse.prototype.serializeBinary = function() {
2979
3385
  /**
2980
3386
  * Serializes the given message to binary data (in protobuf wire
2981
3387
  * format), writing to the given BinaryWriter.
2982
- * @param {!proto.CreateEmployeeResponse} message
3388
+ * @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} message
2983
3389
  * @param {!jspb.BinaryWriter} writer
2984
3390
  * @suppress {unusedLocalVariables} f is only used for nested messages
2985
3391
  */
2986
- proto.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3392
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
2987
3393
  var f = undefined;
2988
3394
  f = message.getEmployee();
2989
3395
  if (f != null) {
2990
3396
  writer.writeMessage(
2991
3397
  1,
2992
3398
  f,
2993
- proto.BaseEmployee.serializeBinaryToWriter
3399
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
2994
3400
  );
2995
3401
  }
2996
3402
  f = message.getMeta();
@@ -3006,28 +3412,28 @@ proto.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer)
3006
3412
 
3007
3413
  /**
3008
3414
  * optional BaseEmployee employee = 1;
3009
- * @return {?proto.BaseEmployee}
3415
+ * @return {?proto.prisca.v1.core.employee.BaseEmployee}
3010
3416
  */
3011
- proto.CreateEmployeeResponse.prototype.getEmployee = function() {
3012
- return /** @type{?proto.BaseEmployee} */ (
3013
- jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
3417
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.getEmployee = function() {
3418
+ return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
3419
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
3014
3420
  };
3015
3421
 
3016
3422
 
3017
3423
  /**
3018
- * @param {?proto.BaseEmployee|undefined} value
3019
- * @return {!proto.CreateEmployeeResponse} returns this
3424
+ * @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
3425
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
3020
3426
  */
3021
- proto.CreateEmployeeResponse.prototype.setEmployee = function(value) {
3427
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.setEmployee = function(value) {
3022
3428
  return jspb.Message.setWrapperField(this, 1, value);
3023
3429
  };
3024
3430
 
3025
3431
 
3026
3432
  /**
3027
3433
  * Clears the message field making it undefined.
3028
- * @return {!proto.CreateEmployeeResponse} returns this
3434
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
3029
3435
  */
3030
- proto.CreateEmployeeResponse.prototype.clearEmployee = function() {
3436
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.clearEmployee = function() {
3031
3437
  return this.setEmployee(undefined);
3032
3438
  };
3033
3439
 
@@ -3036,7 +3442,7 @@ proto.CreateEmployeeResponse.prototype.clearEmployee = function() {
3036
3442
  * Returns whether this field is set.
3037
3443
  * @return {boolean}
3038
3444
  */
3039
- proto.CreateEmployeeResponse.prototype.hasEmployee = function() {
3445
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.hasEmployee = function() {
3040
3446
  return jspb.Message.getField(this, 1) != null;
3041
3447
  };
3042
3448
 
@@ -3045,7 +3451,7 @@ proto.CreateEmployeeResponse.prototype.hasEmployee = function() {
3045
3451
  * optional prisca.v1.global.meta.Meta meta = 2;
3046
3452
  * @return {?proto.prisca.v1.global.meta.Meta}
3047
3453
  */
3048
- proto.CreateEmployeeResponse.prototype.getMeta = function() {
3454
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.getMeta = function() {
3049
3455
  return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
3050
3456
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
3051
3457
  };
@@ -3053,18 +3459,18 @@ proto.CreateEmployeeResponse.prototype.getMeta = function() {
3053
3459
 
3054
3460
  /**
3055
3461
  * @param {?proto.prisca.v1.global.meta.Meta|undefined} value
3056
- * @return {!proto.CreateEmployeeResponse} returns this
3462
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
3057
3463
  */
3058
- proto.CreateEmployeeResponse.prototype.setMeta = function(value) {
3464
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.setMeta = function(value) {
3059
3465
  return jspb.Message.setWrapperField(this, 2, value);
3060
3466
  };
3061
3467
 
3062
3468
 
3063
3469
  /**
3064
3470
  * Clears the message field making it undefined.
3065
- * @return {!proto.CreateEmployeeResponse} returns this
3471
+ * @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
3066
3472
  */
3067
- proto.CreateEmployeeResponse.prototype.clearMeta = function() {
3473
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.clearMeta = function() {
3068
3474
  return this.setMeta(undefined);
3069
3475
  };
3070
3476
 
@@ -3073,7 +3479,7 @@ proto.CreateEmployeeResponse.prototype.clearMeta = function() {
3073
3479
  * Returns whether this field is set.
3074
3480
  * @return {boolean}
3075
3481
  */
3076
- proto.CreateEmployeeResponse.prototype.hasMeta = function() {
3482
+ proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.hasMeta = function() {
3077
3483
  return jspb.Message.getField(this, 2) != null;
3078
3484
  };
3079
3485
 
@@ -3084,7 +3490,7 @@ proto.CreateEmployeeResponse.prototype.hasMeta = function() {
3084
3490
  * @private {!Array<number>}
3085
3491
  * @const
3086
3492
  */
3087
- proto.GetListEmployeeResponse.repeatedFields_ = [1];
3493
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.repeatedFields_ = [1];
3088
3494
 
3089
3495
 
3090
3496
 
@@ -3101,8 +3507,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3101
3507
  * http://goto/soy-param-migration
3102
3508
  * @return {!Object}
3103
3509
  */
3104
- proto.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3105
- return proto.GetListEmployeeResponse.toObject(opt_includeInstance, this);
3510
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3511
+ return proto.prisca.v1.core.employee.GetListEmployeeResponse.toObject(opt_includeInstance, this);
3106
3512
  };
3107
3513
 
3108
3514
 
@@ -3111,14 +3517,14 @@ proto.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance)
3111
3517
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3112
3518
  * the JSPB instance for transitional soy proto support:
3113
3519
  * http://goto/soy-param-migration
3114
- * @param {!proto.GetListEmployeeResponse} msg The msg instance to transform.
3520
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} msg The msg instance to transform.
3115
3521
  * @return {!Object}
3116
3522
  * @suppress {unusedLocalVariables} f is only used for nested messages
3117
3523
  */
3118
- proto.GetListEmployeeResponse.toObject = function(includeInstance, msg) {
3524
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.toObject = function(includeInstance, msg) {
3119
3525
  var f, obj = {
3120
3526
  employeeList: jspb.Message.toObjectList(msg.getEmployeeList(),
3121
- proto.Employee.toObject, includeInstance),
3527
+ proto.prisca.v1.core.employee.Employee.toObject, includeInstance),
3122
3528
  meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
3123
3529
  };
3124
3530
 
@@ -3133,23 +3539,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
3133
3539
  /**
3134
3540
  * Deserializes binary data (in protobuf wire format).
3135
3541
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3136
- * @return {!proto.GetListEmployeeResponse}
3542
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse}
3137
3543
  */
3138
- proto.GetListEmployeeResponse.deserializeBinary = function(bytes) {
3544
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinary = function(bytes) {
3139
3545
  var reader = new jspb.BinaryReader(bytes);
3140
- var msg = new proto.GetListEmployeeResponse;
3141
- return proto.GetListEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3546
+ var msg = new proto.prisca.v1.core.employee.GetListEmployeeResponse;
3547
+ return proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3142
3548
  };
3143
3549
 
3144
3550
 
3145
3551
  /**
3146
3552
  * Deserializes binary data (in protobuf wire format) from the
3147
3553
  * given reader into the given message object.
3148
- * @param {!proto.GetListEmployeeResponse} msg The message object to deserialize into.
3554
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} msg The message object to deserialize into.
3149
3555
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3150
- * @return {!proto.GetListEmployeeResponse}
3556
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse}
3151
3557
  */
3152
- proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3558
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3153
3559
  while (reader.nextField()) {
3154
3560
  if (reader.isEndGroup()) {
3155
3561
  break;
@@ -3157,8 +3563,8 @@ proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader
3157
3563
  var field = reader.getFieldNumber();
3158
3564
  switch (field) {
3159
3565
  case 1:
3160
- var value = new proto.Employee;
3161
- reader.readMessage(value,proto.Employee.deserializeBinaryFromReader);
3566
+ var value = new proto.prisca.v1.core.employee.Employee;
3567
+ reader.readMessage(value,proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader);
3162
3568
  msg.addEmployee(value);
3163
3569
  break;
3164
3570
  case 2:
@@ -3179,9 +3585,9 @@ proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader
3179
3585
  * Serializes the message to binary data (in protobuf wire format).
3180
3586
  * @return {!Uint8Array}
3181
3587
  */
3182
- proto.GetListEmployeeResponse.prototype.serializeBinary = function() {
3588
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.serializeBinary = function() {
3183
3589
  var writer = new jspb.BinaryWriter();
3184
- proto.GetListEmployeeResponse.serializeBinaryToWriter(this, writer);
3590
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.serializeBinaryToWriter(this, writer);
3185
3591
  return writer.getResultBuffer();
3186
3592
  };
3187
3593
 
@@ -3189,18 +3595,18 @@ proto.GetListEmployeeResponse.prototype.serializeBinary = function() {
3189
3595
  /**
3190
3596
  * Serializes the given message to binary data (in protobuf wire
3191
3597
  * format), writing to the given BinaryWriter.
3192
- * @param {!proto.GetListEmployeeResponse} message
3598
+ * @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} message
3193
3599
  * @param {!jspb.BinaryWriter} writer
3194
3600
  * @suppress {unusedLocalVariables} f is only used for nested messages
3195
3601
  */
3196
- proto.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3602
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3197
3603
  var f = undefined;
3198
3604
  f = message.getEmployeeList();
3199
3605
  if (f.length > 0) {
3200
3606
  writer.writeRepeatedMessage(
3201
3607
  1,
3202
3608
  f,
3203
- proto.Employee.serializeBinaryToWriter
3609
+ proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter
3204
3610
  );
3205
3611
  }
3206
3612
  f = message.getMeta();
@@ -3216,38 +3622,38 @@ proto.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer
3216
3622
 
3217
3623
  /**
3218
3624
  * repeated Employee employee = 1;
3219
- * @return {!Array<!proto.Employee>}
3625
+ * @return {!Array<!proto.prisca.v1.core.employee.Employee>}
3220
3626
  */
3221
- proto.GetListEmployeeResponse.prototype.getEmployeeList = function() {
3222
- return /** @type{!Array<!proto.Employee>} */ (
3223
- jspb.Message.getRepeatedWrapperField(this, proto.Employee, 1));
3627
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.getEmployeeList = function() {
3628
+ return /** @type{!Array<!proto.prisca.v1.core.employee.Employee>} */ (
3629
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.employee.Employee, 1));
3224
3630
  };
3225
3631
 
3226
3632
 
3227
3633
  /**
3228
- * @param {!Array<!proto.Employee>} value
3229
- * @return {!proto.GetListEmployeeResponse} returns this
3634
+ * @param {!Array<!proto.prisca.v1.core.employee.Employee>} value
3635
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
3230
3636
  */
3231
- proto.GetListEmployeeResponse.prototype.setEmployeeList = function(value) {
3637
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.setEmployeeList = function(value) {
3232
3638
  return jspb.Message.setRepeatedWrapperField(this, 1, value);
3233
3639
  };
3234
3640
 
3235
3641
 
3236
3642
  /**
3237
- * @param {!proto.Employee=} opt_value
3643
+ * @param {!proto.prisca.v1.core.employee.Employee=} opt_value
3238
3644
  * @param {number=} opt_index
3239
- * @return {!proto.Employee}
3645
+ * @return {!proto.prisca.v1.core.employee.Employee}
3240
3646
  */
3241
- proto.GetListEmployeeResponse.prototype.addEmployee = function(opt_value, opt_index) {
3242
- return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.Employee, opt_index);
3647
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.addEmployee = function(opt_value, opt_index) {
3648
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.prisca.v1.core.employee.Employee, opt_index);
3243
3649
  };
3244
3650
 
3245
3651
 
3246
3652
  /**
3247
3653
  * Clears the list making it empty but non-null.
3248
- * @return {!proto.GetListEmployeeResponse} returns this
3654
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
3249
3655
  */
3250
- proto.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
3656
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
3251
3657
  return this.setEmployeeList([]);
3252
3658
  };
3253
3659
 
@@ -3256,7 +3662,7 @@ proto.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
3256
3662
  * optional prisca.v1.global.meta.Meta meta = 2;
3257
3663
  * @return {?proto.prisca.v1.global.meta.Meta}
3258
3664
  */
3259
- proto.GetListEmployeeResponse.prototype.getMeta = function() {
3665
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.getMeta = function() {
3260
3666
  return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
3261
3667
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
3262
3668
  };
@@ -3264,18 +3670,18 @@ proto.GetListEmployeeResponse.prototype.getMeta = function() {
3264
3670
 
3265
3671
  /**
3266
3672
  * @param {?proto.prisca.v1.global.meta.Meta|undefined} value
3267
- * @return {!proto.GetListEmployeeResponse} returns this
3673
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
3268
3674
  */
3269
- proto.GetListEmployeeResponse.prototype.setMeta = function(value) {
3675
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.setMeta = function(value) {
3270
3676
  return jspb.Message.setWrapperField(this, 2, value);
3271
3677
  };
3272
3678
 
3273
3679
 
3274
3680
  /**
3275
3681
  * Clears the message field making it undefined.
3276
- * @return {!proto.GetListEmployeeResponse} returns this
3682
+ * @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
3277
3683
  */
3278
- proto.GetListEmployeeResponse.prototype.clearMeta = function() {
3684
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.clearMeta = function() {
3279
3685
  return this.setMeta(undefined);
3280
3686
  };
3281
3687
 
@@ -3284,7 +3690,7 @@ proto.GetListEmployeeResponse.prototype.clearMeta = function() {
3284
3690
  * Returns whether this field is set.
3285
3691
  * @return {boolean}
3286
3692
  */
3287
- proto.GetListEmployeeResponse.prototype.hasMeta = function() {
3693
+ proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.hasMeta = function() {
3288
3694
  return jspb.Message.getField(this, 2) != null;
3289
3695
  };
3290
3696
 
@@ -3305,8 +3711,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3305
3711
  * http://goto/soy-param-migration
3306
3712
  * @return {!Object}
3307
3713
  */
3308
- proto.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3309
- return proto.UpdateEmployeeResponse.toObject(opt_includeInstance, this);
3714
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3715
+ return proto.prisca.v1.core.employee.UpdateEmployeeResponse.toObject(opt_includeInstance, this);
3310
3716
  };
3311
3717
 
3312
3718
 
@@ -3315,13 +3721,13 @@ proto.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance)
3315
3721
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3316
3722
  * the JSPB instance for transitional soy proto support:
3317
3723
  * http://goto/soy-param-migration
3318
- * @param {!proto.UpdateEmployeeResponse} msg The msg instance to transform.
3724
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} msg The msg instance to transform.
3319
3725
  * @return {!Object}
3320
3726
  * @suppress {unusedLocalVariables} f is only used for nested messages
3321
3727
  */
3322
- proto.UpdateEmployeeResponse.toObject = function(includeInstance, msg) {
3728
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.toObject = function(includeInstance, msg) {
3323
3729
  var f, obj = {
3324
- employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f),
3730
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f),
3325
3731
  meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
3326
3732
  };
3327
3733
 
@@ -3336,23 +3742,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
3336
3742
  /**
3337
3743
  * Deserializes binary data (in protobuf wire format).
3338
3744
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3339
- * @return {!proto.UpdateEmployeeResponse}
3745
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse}
3340
3746
  */
3341
- proto.UpdateEmployeeResponse.deserializeBinary = function(bytes) {
3747
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinary = function(bytes) {
3342
3748
  var reader = new jspb.BinaryReader(bytes);
3343
- var msg = new proto.UpdateEmployeeResponse;
3344
- return proto.UpdateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3749
+ var msg = new proto.prisca.v1.core.employee.UpdateEmployeeResponse;
3750
+ return proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3345
3751
  };
3346
3752
 
3347
3753
 
3348
3754
  /**
3349
3755
  * Deserializes binary data (in protobuf wire format) from the
3350
3756
  * given reader into the given message object.
3351
- * @param {!proto.UpdateEmployeeResponse} msg The message object to deserialize into.
3757
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} msg The message object to deserialize into.
3352
3758
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3353
- * @return {!proto.UpdateEmployeeResponse}
3759
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse}
3354
3760
  */
3355
- proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3761
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3356
3762
  while (reader.nextField()) {
3357
3763
  if (reader.isEndGroup()) {
3358
3764
  break;
@@ -3360,8 +3766,8 @@ proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
3360
3766
  var field = reader.getFieldNumber();
3361
3767
  switch (field) {
3362
3768
  case 1:
3363
- var value = new proto.BaseEmployee;
3364
- reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
3769
+ var value = new proto.prisca.v1.core.employee.BaseEmployee;
3770
+ reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
3365
3771
  msg.setEmployee(value);
3366
3772
  break;
3367
3773
  case 2:
@@ -3382,9 +3788,9 @@ proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
3382
3788
  * Serializes the message to binary data (in protobuf wire format).
3383
3789
  * @return {!Uint8Array}
3384
3790
  */
3385
- proto.UpdateEmployeeResponse.prototype.serializeBinary = function() {
3791
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.serializeBinary = function() {
3386
3792
  var writer = new jspb.BinaryWriter();
3387
- proto.UpdateEmployeeResponse.serializeBinaryToWriter(this, writer);
3793
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.serializeBinaryToWriter(this, writer);
3388
3794
  return writer.getResultBuffer();
3389
3795
  };
3390
3796
 
@@ -3392,18 +3798,18 @@ proto.UpdateEmployeeResponse.prototype.serializeBinary = function() {
3392
3798
  /**
3393
3799
  * Serializes the given message to binary data (in protobuf wire
3394
3800
  * format), writing to the given BinaryWriter.
3395
- * @param {!proto.UpdateEmployeeResponse} message
3801
+ * @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} message
3396
3802
  * @param {!jspb.BinaryWriter} writer
3397
3803
  * @suppress {unusedLocalVariables} f is only used for nested messages
3398
3804
  */
3399
- proto.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3805
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3400
3806
  var f = undefined;
3401
3807
  f = message.getEmployee();
3402
3808
  if (f != null) {
3403
3809
  writer.writeMessage(
3404
3810
  1,
3405
3811
  f,
3406
- proto.BaseEmployee.serializeBinaryToWriter
3812
+ proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
3407
3813
  );
3408
3814
  }
3409
3815
  f = message.getMeta();
@@ -3419,28 +3825,28 @@ proto.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer)
3419
3825
 
3420
3826
  /**
3421
3827
  * optional BaseEmployee employee = 1;
3422
- * @return {?proto.BaseEmployee}
3828
+ * @return {?proto.prisca.v1.core.employee.BaseEmployee}
3423
3829
  */
3424
- proto.UpdateEmployeeResponse.prototype.getEmployee = function() {
3425
- return /** @type{?proto.BaseEmployee} */ (
3426
- jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
3830
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.getEmployee = function() {
3831
+ return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
3832
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
3427
3833
  };
3428
3834
 
3429
3835
 
3430
3836
  /**
3431
- * @param {?proto.BaseEmployee|undefined} value
3432
- * @return {!proto.UpdateEmployeeResponse} returns this
3837
+ * @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
3838
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
3433
3839
  */
3434
- proto.UpdateEmployeeResponse.prototype.setEmployee = function(value) {
3840
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.setEmployee = function(value) {
3435
3841
  return jspb.Message.setWrapperField(this, 1, value);
3436
3842
  };
3437
3843
 
3438
3844
 
3439
3845
  /**
3440
3846
  * Clears the message field making it undefined.
3441
- * @return {!proto.UpdateEmployeeResponse} returns this
3847
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
3442
3848
  */
3443
- proto.UpdateEmployeeResponse.prototype.clearEmployee = function() {
3849
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.clearEmployee = function() {
3444
3850
  return this.setEmployee(undefined);
3445
3851
  };
3446
3852
 
@@ -3449,7 +3855,7 @@ proto.UpdateEmployeeResponse.prototype.clearEmployee = function() {
3449
3855
  * Returns whether this field is set.
3450
3856
  * @return {boolean}
3451
3857
  */
3452
- proto.UpdateEmployeeResponse.prototype.hasEmployee = function() {
3858
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.hasEmployee = function() {
3453
3859
  return jspb.Message.getField(this, 1) != null;
3454
3860
  };
3455
3861
 
@@ -3458,7 +3864,7 @@ proto.UpdateEmployeeResponse.prototype.hasEmployee = function() {
3458
3864
  * optional prisca.v1.global.meta.Meta meta = 2;
3459
3865
  * @return {?proto.prisca.v1.global.meta.Meta}
3460
3866
  */
3461
- proto.UpdateEmployeeResponse.prototype.getMeta = function() {
3867
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.getMeta = function() {
3462
3868
  return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
3463
3869
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
3464
3870
  };
@@ -3466,18 +3872,18 @@ proto.UpdateEmployeeResponse.prototype.getMeta = function() {
3466
3872
 
3467
3873
  /**
3468
3874
  * @param {?proto.prisca.v1.global.meta.Meta|undefined} value
3469
- * @return {!proto.UpdateEmployeeResponse} returns this
3875
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
3470
3876
  */
3471
- proto.UpdateEmployeeResponse.prototype.setMeta = function(value) {
3877
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.setMeta = function(value) {
3472
3878
  return jspb.Message.setWrapperField(this, 2, value);
3473
3879
  };
3474
3880
 
3475
3881
 
3476
3882
  /**
3477
3883
  * Clears the message field making it undefined.
3478
- * @return {!proto.UpdateEmployeeResponse} returns this
3884
+ * @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
3479
3885
  */
3480
- proto.UpdateEmployeeResponse.prototype.clearMeta = function() {
3886
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.clearMeta = function() {
3481
3887
  return this.setMeta(undefined);
3482
3888
  };
3483
3889
 
@@ -3486,7 +3892,7 @@ proto.UpdateEmployeeResponse.prototype.clearMeta = function() {
3486
3892
  * Returns whether this field is set.
3487
3893
  * @return {boolean}
3488
3894
  */
3489
- proto.UpdateEmployeeResponse.prototype.hasMeta = function() {
3895
+ proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.hasMeta = function() {
3490
3896
  return jspb.Message.getField(this, 2) != null;
3491
3897
  };
3492
3898
 
@@ -3507,8 +3913,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3507
3913
  * http://goto/soy-param-migration
3508
3914
  * @return {!Object}
3509
3915
  */
3510
- proto.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance) {
3511
- return proto.EmployeeGetByIdResponse.toObject(opt_includeInstance, this);
3916
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance) {
3917
+ return proto.prisca.v1.core.employee.EmployeeGetByIdResponse.toObject(opt_includeInstance, this);
3512
3918
  };
3513
3919
 
3514
3920
 
@@ -3517,13 +3923,13 @@ proto.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance)
3517
3923
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3518
3924
  * the JSPB instance for transitional soy proto support:
3519
3925
  * http://goto/soy-param-migration
3520
- * @param {!proto.EmployeeGetByIdResponse} msg The msg instance to transform.
3926
+ * @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} msg The msg instance to transform.
3521
3927
  * @return {!Object}
3522
3928
  * @suppress {unusedLocalVariables} f is only used for nested messages
3523
3929
  */
3524
- proto.EmployeeGetByIdResponse.toObject = function(includeInstance, msg) {
3930
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.toObject = function(includeInstance, msg) {
3525
3931
  var f, obj = {
3526
- employee: (f = msg.getEmployee()) && proto.Employee.toObject(includeInstance, f),
3932
+ employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.Employee.toObject(includeInstance, f),
3527
3933
  meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
3528
3934
  };
3529
3935
 
@@ -3538,23 +3944,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
3538
3944
  /**
3539
3945
  * Deserializes binary data (in protobuf wire format).
3540
3946
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3541
- * @return {!proto.EmployeeGetByIdResponse}
3947
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse}
3542
3948
  */
3543
- proto.EmployeeGetByIdResponse.deserializeBinary = function(bytes) {
3949
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinary = function(bytes) {
3544
3950
  var reader = new jspb.BinaryReader(bytes);
3545
- var msg = new proto.EmployeeGetByIdResponse;
3546
- return proto.EmployeeGetByIdResponse.deserializeBinaryFromReader(msg, reader);
3951
+ var msg = new proto.prisca.v1.core.employee.EmployeeGetByIdResponse;
3952
+ return proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinaryFromReader(msg, reader);
3547
3953
  };
3548
3954
 
3549
3955
 
3550
3956
  /**
3551
3957
  * Deserializes binary data (in protobuf wire format) from the
3552
3958
  * given reader into the given message object.
3553
- * @param {!proto.EmployeeGetByIdResponse} msg The message object to deserialize into.
3959
+ * @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} msg The message object to deserialize into.
3554
3960
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3555
- * @return {!proto.EmployeeGetByIdResponse}
3961
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse}
3556
3962
  */
3557
- proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
3963
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
3558
3964
  while (reader.nextField()) {
3559
3965
  if (reader.isEndGroup()) {
3560
3966
  break;
@@ -3562,8 +3968,8 @@ proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader
3562
3968
  var field = reader.getFieldNumber();
3563
3969
  switch (field) {
3564
3970
  case 1:
3565
- var value = new proto.Employee;
3566
- reader.readMessage(value,proto.Employee.deserializeBinaryFromReader);
3971
+ var value = new proto.prisca.v1.core.employee.Employee;
3972
+ reader.readMessage(value,proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader);
3567
3973
  msg.setEmployee(value);
3568
3974
  break;
3569
3975
  case 2:
@@ -3584,9 +3990,9 @@ proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader
3584
3990
  * Serializes the message to binary data (in protobuf wire format).
3585
3991
  * @return {!Uint8Array}
3586
3992
  */
3587
- proto.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
3993
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
3588
3994
  var writer = new jspb.BinaryWriter();
3589
- proto.EmployeeGetByIdResponse.serializeBinaryToWriter(this, writer);
3995
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.serializeBinaryToWriter(this, writer);
3590
3996
  return writer.getResultBuffer();
3591
3997
  };
3592
3998
 
@@ -3594,18 +4000,18 @@ proto.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
3594
4000
  /**
3595
4001
  * Serializes the given message to binary data (in protobuf wire
3596
4002
  * format), writing to the given BinaryWriter.
3597
- * @param {!proto.EmployeeGetByIdResponse} message
4003
+ * @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} message
3598
4004
  * @param {!jspb.BinaryWriter} writer
3599
4005
  * @suppress {unusedLocalVariables} f is only used for nested messages
3600
4006
  */
3601
- proto.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer) {
4007
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer) {
3602
4008
  var f = undefined;
3603
4009
  f = message.getEmployee();
3604
4010
  if (f != null) {
3605
4011
  writer.writeMessage(
3606
4012
  1,
3607
4013
  f,
3608
- proto.Employee.serializeBinaryToWriter
4014
+ proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter
3609
4015
  );
3610
4016
  }
3611
4017
  f = message.getMeta();
@@ -3621,28 +4027,28 @@ proto.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer
3621
4027
 
3622
4028
  /**
3623
4029
  * optional Employee employee = 1;
3624
- * @return {?proto.Employee}
4030
+ * @return {?proto.prisca.v1.core.employee.Employee}
3625
4031
  */
3626
- proto.EmployeeGetByIdResponse.prototype.getEmployee = function() {
3627
- return /** @type{?proto.Employee} */ (
3628
- jspb.Message.getWrapperField(this, proto.Employee, 1));
4032
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.getEmployee = function() {
4033
+ return /** @type{?proto.prisca.v1.core.employee.Employee} */ (
4034
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.Employee, 1));
3629
4035
  };
3630
4036
 
3631
4037
 
3632
4038
  /**
3633
- * @param {?proto.Employee|undefined} value
3634
- * @return {!proto.EmployeeGetByIdResponse} returns this
4039
+ * @param {?proto.prisca.v1.core.employee.Employee|undefined} value
4040
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
3635
4041
  */
3636
- proto.EmployeeGetByIdResponse.prototype.setEmployee = function(value) {
4042
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.setEmployee = function(value) {
3637
4043
  return jspb.Message.setWrapperField(this, 1, value);
3638
4044
  };
3639
4045
 
3640
4046
 
3641
4047
  /**
3642
4048
  * Clears the message field making it undefined.
3643
- * @return {!proto.EmployeeGetByIdResponse} returns this
4049
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
3644
4050
  */
3645
- proto.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
4051
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
3646
4052
  return this.setEmployee(undefined);
3647
4053
  };
3648
4054
 
@@ -3651,7 +4057,7 @@ proto.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
3651
4057
  * Returns whether this field is set.
3652
4058
  * @return {boolean}
3653
4059
  */
3654
- proto.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
4060
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
3655
4061
  return jspb.Message.getField(this, 1) != null;
3656
4062
  };
3657
4063
 
@@ -3660,7 +4066,7 @@ proto.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
3660
4066
  * optional prisca.v1.global.meta.Meta meta = 2;
3661
4067
  * @return {?proto.prisca.v1.global.meta.Meta}
3662
4068
  */
3663
- proto.EmployeeGetByIdResponse.prototype.getMeta = function() {
4069
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.getMeta = function() {
3664
4070
  return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
3665
4071
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
3666
4072
  };
@@ -3668,18 +4074,18 @@ proto.EmployeeGetByIdResponse.prototype.getMeta = function() {
3668
4074
 
3669
4075
  /**
3670
4076
  * @param {?proto.prisca.v1.global.meta.Meta|undefined} value
3671
- * @return {!proto.EmployeeGetByIdResponse} returns this
4077
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
3672
4078
  */
3673
- proto.EmployeeGetByIdResponse.prototype.setMeta = function(value) {
4079
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.setMeta = function(value) {
3674
4080
  return jspb.Message.setWrapperField(this, 2, value);
3675
4081
  };
3676
4082
 
3677
4083
 
3678
4084
  /**
3679
4085
  * Clears the message field making it undefined.
3680
- * @return {!proto.EmployeeGetByIdResponse} returns this
4086
+ * @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
3681
4087
  */
3682
- proto.EmployeeGetByIdResponse.prototype.clearMeta = function() {
4088
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.clearMeta = function() {
3683
4089
  return this.setMeta(undefined);
3684
4090
  };
3685
4091
 
@@ -3688,7 +4094,7 @@ proto.EmployeeGetByIdResponse.prototype.clearMeta = function() {
3688
4094
  * Returns whether this field is set.
3689
4095
  * @return {boolean}
3690
4096
  */
3691
- proto.EmployeeGetByIdResponse.prototype.hasMeta = function() {
4097
+ proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.hasMeta = function() {
3692
4098
  return jspb.Message.getField(this, 2) != null;
3693
4099
  };
3694
4100
 
@@ -3709,8 +4115,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
3709
4115
  * http://goto/soy-param-migration
3710
4116
  * @return {!Object}
3711
4117
  */
3712
- proto.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
3713
- return proto.DeleteEmployeeResponse.toObject(opt_includeInstance, this);
4118
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
4119
+ return proto.prisca.v1.core.employee.DeleteEmployeeResponse.toObject(opt_includeInstance, this);
3714
4120
  };
3715
4121
 
3716
4122
 
@@ -3719,11 +4125,11 @@ proto.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance)
3719
4125
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3720
4126
  * the JSPB instance for transitional soy proto support:
3721
4127
  * http://goto/soy-param-migration
3722
- * @param {!proto.DeleteEmployeeResponse} msg The msg instance to transform.
4128
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} msg The msg instance to transform.
3723
4129
  * @return {!Object}
3724
4130
  * @suppress {unusedLocalVariables} f is only used for nested messages
3725
4131
  */
3726
- proto.DeleteEmployeeResponse.toObject = function(includeInstance, msg) {
4132
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.toObject = function(includeInstance, msg) {
3727
4133
  var f, obj = {
3728
4134
  referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
3729
4135
  meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
@@ -3740,23 +4146,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
3740
4146
  /**
3741
4147
  * Deserializes binary data (in protobuf wire format).
3742
4148
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
3743
- * @return {!proto.DeleteEmployeeResponse}
4149
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse}
3744
4150
  */
3745
- proto.DeleteEmployeeResponse.deserializeBinary = function(bytes) {
4151
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinary = function(bytes) {
3746
4152
  var reader = new jspb.BinaryReader(bytes);
3747
- var msg = new proto.DeleteEmployeeResponse;
3748
- return proto.DeleteEmployeeResponse.deserializeBinaryFromReader(msg, reader);
4153
+ var msg = new proto.prisca.v1.core.employee.DeleteEmployeeResponse;
4154
+ return proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinaryFromReader(msg, reader);
3749
4155
  };
3750
4156
 
3751
4157
 
3752
4158
  /**
3753
4159
  * Deserializes binary data (in protobuf wire format) from the
3754
4160
  * given reader into the given message object.
3755
- * @param {!proto.DeleteEmployeeResponse} msg The message object to deserialize into.
4161
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} msg The message object to deserialize into.
3756
4162
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3757
- * @return {!proto.DeleteEmployeeResponse}
4163
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse}
3758
4164
  */
3759
- proto.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
4165
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
3760
4166
  while (reader.nextField()) {
3761
4167
  if (reader.isEndGroup()) {
3762
4168
  break;
@@ -3785,9 +4191,9 @@ proto.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
3785
4191
  * Serializes the message to binary data (in protobuf wire format).
3786
4192
  * @return {!Uint8Array}
3787
4193
  */
3788
- proto.DeleteEmployeeResponse.prototype.serializeBinary = function() {
4194
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.serializeBinary = function() {
3789
4195
  var writer = new jspb.BinaryWriter();
3790
- proto.DeleteEmployeeResponse.serializeBinaryToWriter(this, writer);
4196
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.serializeBinaryToWriter(this, writer);
3791
4197
  return writer.getResultBuffer();
3792
4198
  };
3793
4199
 
@@ -3795,11 +4201,11 @@ proto.DeleteEmployeeResponse.prototype.serializeBinary = function() {
3795
4201
  /**
3796
4202
  * Serializes the given message to binary data (in protobuf wire
3797
4203
  * format), writing to the given BinaryWriter.
3798
- * @param {!proto.DeleteEmployeeResponse} message
4204
+ * @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} message
3799
4205
  * @param {!jspb.BinaryWriter} writer
3800
4206
  * @suppress {unusedLocalVariables} f is only used for nested messages
3801
4207
  */
3802
- proto.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
4208
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
3803
4209
  var f = undefined;
3804
4210
  f = message.getReferencesId();
3805
4211
  if (f.length > 0) {
@@ -3823,16 +4229,16 @@ proto.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer)
3823
4229
  * optional string references_id = 1;
3824
4230
  * @return {string}
3825
4231
  */
3826
- proto.DeleteEmployeeResponse.prototype.getReferencesId = function() {
4232
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.getReferencesId = function() {
3827
4233
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
3828
4234
  };
3829
4235
 
3830
4236
 
3831
4237
  /**
3832
4238
  * @param {string} value
3833
- * @return {!proto.DeleteEmployeeResponse} returns this
4239
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
3834
4240
  */
3835
- proto.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
4241
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
3836
4242
  return jspb.Message.setProto3StringField(this, 1, value);
3837
4243
  };
3838
4244
 
@@ -3841,7 +4247,7 @@ proto.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
3841
4247
  * optional prisca.v1.global.meta.Meta meta = 2;
3842
4248
  * @return {?proto.prisca.v1.global.meta.Meta}
3843
4249
  */
3844
- proto.DeleteEmployeeResponse.prototype.getMeta = function() {
4250
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.getMeta = function() {
3845
4251
  return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
3846
4252
  jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
3847
4253
  };
@@ -3849,18 +4255,18 @@ proto.DeleteEmployeeResponse.prototype.getMeta = function() {
3849
4255
 
3850
4256
  /**
3851
4257
  * @param {?proto.prisca.v1.global.meta.Meta|undefined} value
3852
- * @return {!proto.DeleteEmployeeResponse} returns this
4258
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
3853
4259
  */
3854
- proto.DeleteEmployeeResponse.prototype.setMeta = function(value) {
4260
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.setMeta = function(value) {
3855
4261
  return jspb.Message.setWrapperField(this, 2, value);
3856
4262
  };
3857
4263
 
3858
4264
 
3859
4265
  /**
3860
4266
  * Clears the message field making it undefined.
3861
- * @return {!proto.DeleteEmployeeResponse} returns this
4267
+ * @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
3862
4268
  */
3863
- proto.DeleteEmployeeResponse.prototype.clearMeta = function() {
4269
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.clearMeta = function() {
3864
4270
  return this.setMeta(undefined);
3865
4271
  };
3866
4272
 
@@ -3869,9 +4275,9 @@ proto.DeleteEmployeeResponse.prototype.clearMeta = function() {
3869
4275
  * Returns whether this field is set.
3870
4276
  * @return {boolean}
3871
4277
  */
3872
- proto.DeleteEmployeeResponse.prototype.hasMeta = function() {
4278
+ proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.hasMeta = function() {
3873
4279
  return jspb.Message.getField(this, 2) != null;
3874
4280
  };
3875
4281
 
3876
4282
 
3877
- goog.object.extend(exports, proto);
4283
+ goog.object.extend(exports, proto.prisca.v1.core.employee);