@aldiokta/protocgen 1.0.71 → 1.0.72
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.
- package/package.json +1 -1
- package/prisca/v1/core/employee/employee_grpc_pb.js +55 -55
- package/prisca/v1/core/employee/employee_pb.js +540 -540
- package/prisca/v1/core/line_of_approval/line_of_approval_pb.js +4 -4
- package/prisca/v1/core/material/material_pb.js +8 -8
- package/prisca/v1/core/material_group/material_group_pb.js +8 -8
- package/prisca/v1/core/material_type/material_type_pb.js +8 -8
- package/prisca/v1/core/number_range/number_range_pb.js +8 -8
- package/prisca/v1/core/workflow/workflow_pb.js +15 -15
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_grpc_pb.js +1 -0
- package/prisca/v1/purchase_requisition_trx/purchase_requisition_trx_pb.js +94 -2
|
@@ -37,18 +37,18 @@ 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.CreateEmployeeRequest', null, global);
|
|
42
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.CreateEmployeeResponse', null, global);
|
|
43
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.DeleteEmployeeRequest', null, global);
|
|
44
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.DeleteEmployeeResponse', null, global);
|
|
45
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.Employee', null, global);
|
|
46
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.EmployeeGetByIdResponse', null, global);
|
|
47
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.GetEmployeeByIdRequest', null, global);
|
|
48
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.GetListEmployeeRequest', null, global);
|
|
49
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.GetListEmployeeResponse', null, global);
|
|
50
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.UpdateEmployeeRequest', null, global);
|
|
51
|
+
goog.exportSymbol('proto.prisca.v1.core.employee.UpdateEmployeeResponse', null, global);
|
|
52
52
|
/**
|
|
53
53
|
* Generated by JsPbCodeGenerator.
|
|
54
54
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -59,16 +59,16 @@ goog.exportSymbol('proto.UpdateEmployeeResponse', null, global);
|
|
|
59
59
|
* @extends {jspb.Message}
|
|
60
60
|
* @constructor
|
|
61
61
|
*/
|
|
62
|
-
proto.Employee = function(opt_data) {
|
|
62
|
+
proto.prisca.v1.core.employee.Employee = function(opt_data) {
|
|
63
63
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
64
64
|
};
|
|
65
|
-
goog.inherits(proto.Employee, jspb.Message);
|
|
65
|
+
goog.inherits(proto.prisca.v1.core.employee.Employee, jspb.Message);
|
|
66
66
|
if (goog.DEBUG && !COMPILED) {
|
|
67
67
|
/**
|
|
68
68
|
* @public
|
|
69
69
|
* @override
|
|
70
70
|
*/
|
|
71
|
-
proto.Employee.displayName = 'proto.Employee';
|
|
71
|
+
proto.prisca.v1.core.employee.Employee.displayName = 'proto.prisca.v1.core.employee.Employee';
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
74
|
* Generated by JsPbCodeGenerator.
|
|
@@ -80,16 +80,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
80
80
|
* @extends {jspb.Message}
|
|
81
81
|
* @constructor
|
|
82
82
|
*/
|
|
83
|
-
proto.BaseEmployee = function(opt_data) {
|
|
83
|
+
proto.prisca.v1.core.employee.BaseEmployee = function(opt_data) {
|
|
84
84
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
85
85
|
};
|
|
86
|
-
goog.inherits(proto.BaseEmployee, jspb.Message);
|
|
86
|
+
goog.inherits(proto.prisca.v1.core.employee.BaseEmployee, jspb.Message);
|
|
87
87
|
if (goog.DEBUG && !COMPILED) {
|
|
88
88
|
/**
|
|
89
89
|
* @public
|
|
90
90
|
* @override
|
|
91
91
|
*/
|
|
92
|
-
proto.BaseEmployee.displayName = 'proto.BaseEmployee';
|
|
92
|
+
proto.prisca.v1.core.employee.BaseEmployee.displayName = 'proto.prisca.v1.core.employee.BaseEmployee';
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
95
|
* Generated by JsPbCodeGenerator.
|
|
@@ -101,16 +101,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
101
101
|
* @extends {jspb.Message}
|
|
102
102
|
* @constructor
|
|
103
103
|
*/
|
|
104
|
-
proto.GetEmployeeByIdRequest = function(opt_data) {
|
|
104
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest = function(opt_data) {
|
|
105
105
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
106
106
|
};
|
|
107
|
-
goog.inherits(proto.GetEmployeeByIdRequest, jspb.Message);
|
|
107
|
+
goog.inherits(proto.prisca.v1.core.employee.GetEmployeeByIdRequest, jspb.Message);
|
|
108
108
|
if (goog.DEBUG && !COMPILED) {
|
|
109
109
|
/**
|
|
110
110
|
* @public
|
|
111
111
|
* @override
|
|
112
112
|
*/
|
|
113
|
-
proto.GetEmployeeByIdRequest.displayName = 'proto.GetEmployeeByIdRequest';
|
|
113
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.displayName = 'proto.prisca.v1.core.employee.GetEmployeeByIdRequest';
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
116
|
* Generated by JsPbCodeGenerator.
|
|
@@ -122,16 +122,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
122
122
|
* @extends {jspb.Message}
|
|
123
123
|
* @constructor
|
|
124
124
|
*/
|
|
125
|
-
proto.CreateEmployeeRequest = function(opt_data) {
|
|
125
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest = function(opt_data) {
|
|
126
126
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
127
127
|
};
|
|
128
|
-
goog.inherits(proto.CreateEmployeeRequest, jspb.Message);
|
|
128
|
+
goog.inherits(proto.prisca.v1.core.employee.CreateEmployeeRequest, jspb.Message);
|
|
129
129
|
if (goog.DEBUG && !COMPILED) {
|
|
130
130
|
/**
|
|
131
131
|
* @public
|
|
132
132
|
* @override
|
|
133
133
|
*/
|
|
134
|
-
proto.CreateEmployeeRequest.displayName = 'proto.CreateEmployeeRequest';
|
|
134
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.CreateEmployeeRequest';
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
137
|
* Generated by JsPbCodeGenerator.
|
|
@@ -143,16 +143,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
143
143
|
* @extends {jspb.Message}
|
|
144
144
|
* @constructor
|
|
145
145
|
*/
|
|
146
|
-
proto.UpdateEmployeeRequest = function(opt_data) {
|
|
146
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest = function(opt_data) {
|
|
147
147
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
148
148
|
};
|
|
149
|
-
goog.inherits(proto.UpdateEmployeeRequest, jspb.Message);
|
|
149
|
+
goog.inherits(proto.prisca.v1.core.employee.UpdateEmployeeRequest, jspb.Message);
|
|
150
150
|
if (goog.DEBUG && !COMPILED) {
|
|
151
151
|
/**
|
|
152
152
|
* @public
|
|
153
153
|
* @override
|
|
154
154
|
*/
|
|
155
|
-
proto.UpdateEmployeeRequest.displayName = 'proto.UpdateEmployeeRequest';
|
|
155
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.UpdateEmployeeRequest';
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Generated by JsPbCodeGenerator.
|
|
@@ -164,16 +164,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
164
164
|
* @extends {jspb.Message}
|
|
165
165
|
* @constructor
|
|
166
166
|
*/
|
|
167
|
-
proto.DeleteEmployeeRequest = function(opt_data) {
|
|
167
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest = function(opt_data) {
|
|
168
168
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
169
169
|
};
|
|
170
|
-
goog.inherits(proto.DeleteEmployeeRequest, jspb.Message);
|
|
170
|
+
goog.inherits(proto.prisca.v1.core.employee.DeleteEmployeeRequest, jspb.Message);
|
|
171
171
|
if (goog.DEBUG && !COMPILED) {
|
|
172
172
|
/**
|
|
173
173
|
* @public
|
|
174
174
|
* @override
|
|
175
175
|
*/
|
|
176
|
-
proto.DeleteEmployeeRequest.displayName = 'proto.DeleteEmployeeRequest';
|
|
176
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.DeleteEmployeeRequest';
|
|
177
177
|
}
|
|
178
178
|
/**
|
|
179
179
|
* Generated by JsPbCodeGenerator.
|
|
@@ -185,16 +185,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
185
185
|
* @extends {jspb.Message}
|
|
186
186
|
* @constructor
|
|
187
187
|
*/
|
|
188
|
-
proto.GetListEmployeeRequest = function(opt_data) {
|
|
188
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest = function(opt_data) {
|
|
189
189
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
190
190
|
};
|
|
191
|
-
goog.inherits(proto.GetListEmployeeRequest, jspb.Message);
|
|
191
|
+
goog.inherits(proto.prisca.v1.core.employee.GetListEmployeeRequest, jspb.Message);
|
|
192
192
|
if (goog.DEBUG && !COMPILED) {
|
|
193
193
|
/**
|
|
194
194
|
* @public
|
|
195
195
|
* @override
|
|
196
196
|
*/
|
|
197
|
-
proto.GetListEmployeeRequest.displayName = 'proto.GetListEmployeeRequest';
|
|
197
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.displayName = 'proto.prisca.v1.core.employee.GetListEmployeeRequest';
|
|
198
198
|
}
|
|
199
199
|
/**
|
|
200
200
|
* Generated by JsPbCodeGenerator.
|
|
@@ -206,16 +206,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
206
206
|
* @extends {jspb.Message}
|
|
207
207
|
* @constructor
|
|
208
208
|
*/
|
|
209
|
-
proto.CreateEmployeeResponse = function(opt_data) {
|
|
209
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse = function(opt_data) {
|
|
210
210
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
211
211
|
};
|
|
212
|
-
goog.inherits(proto.CreateEmployeeResponse, jspb.Message);
|
|
212
|
+
goog.inherits(proto.prisca.v1.core.employee.CreateEmployeeResponse, jspb.Message);
|
|
213
213
|
if (goog.DEBUG && !COMPILED) {
|
|
214
214
|
/**
|
|
215
215
|
* @public
|
|
216
216
|
* @override
|
|
217
217
|
*/
|
|
218
|
-
proto.CreateEmployeeResponse.displayName = 'proto.CreateEmployeeResponse';
|
|
218
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.CreateEmployeeResponse';
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
221
|
* Generated by JsPbCodeGenerator.
|
|
@@ -227,16 +227,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
227
227
|
* @extends {jspb.Message}
|
|
228
228
|
* @constructor
|
|
229
229
|
*/
|
|
230
|
-
proto.GetListEmployeeResponse = function(opt_data) {
|
|
231
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.GetListEmployeeResponse.repeatedFields_, null);
|
|
230
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse = function(opt_data) {
|
|
231
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.employee.GetListEmployeeResponse.repeatedFields_, null);
|
|
232
232
|
};
|
|
233
|
-
goog.inherits(proto.GetListEmployeeResponse, jspb.Message);
|
|
233
|
+
goog.inherits(proto.prisca.v1.core.employee.GetListEmployeeResponse, jspb.Message);
|
|
234
234
|
if (goog.DEBUG && !COMPILED) {
|
|
235
235
|
/**
|
|
236
236
|
* @public
|
|
237
237
|
* @override
|
|
238
238
|
*/
|
|
239
|
-
proto.GetListEmployeeResponse.displayName = 'proto.GetListEmployeeResponse';
|
|
239
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.GetListEmployeeResponse';
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* Generated by JsPbCodeGenerator.
|
|
@@ -248,16 +248,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
248
248
|
* @extends {jspb.Message}
|
|
249
249
|
* @constructor
|
|
250
250
|
*/
|
|
251
|
-
proto.UpdateEmployeeResponse = function(opt_data) {
|
|
251
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse = function(opt_data) {
|
|
252
252
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
253
253
|
};
|
|
254
|
-
goog.inherits(proto.UpdateEmployeeResponse, jspb.Message);
|
|
254
|
+
goog.inherits(proto.prisca.v1.core.employee.UpdateEmployeeResponse, jspb.Message);
|
|
255
255
|
if (goog.DEBUG && !COMPILED) {
|
|
256
256
|
/**
|
|
257
257
|
* @public
|
|
258
258
|
* @override
|
|
259
259
|
*/
|
|
260
|
-
proto.UpdateEmployeeResponse.displayName = 'proto.UpdateEmployeeResponse';
|
|
260
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.UpdateEmployeeResponse';
|
|
261
261
|
}
|
|
262
262
|
/**
|
|
263
263
|
* Generated by JsPbCodeGenerator.
|
|
@@ -269,16 +269,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
269
269
|
* @extends {jspb.Message}
|
|
270
270
|
* @constructor
|
|
271
271
|
*/
|
|
272
|
-
proto.EmployeeGetByIdResponse = function(opt_data) {
|
|
272
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse = function(opt_data) {
|
|
273
273
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
274
274
|
};
|
|
275
|
-
goog.inherits(proto.EmployeeGetByIdResponse, jspb.Message);
|
|
275
|
+
goog.inherits(proto.prisca.v1.core.employee.EmployeeGetByIdResponse, jspb.Message);
|
|
276
276
|
if (goog.DEBUG && !COMPILED) {
|
|
277
277
|
/**
|
|
278
278
|
* @public
|
|
279
279
|
* @override
|
|
280
280
|
*/
|
|
281
|
-
proto.EmployeeGetByIdResponse.displayName = 'proto.EmployeeGetByIdResponse';
|
|
281
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.displayName = 'proto.prisca.v1.core.employee.EmployeeGetByIdResponse';
|
|
282
282
|
}
|
|
283
283
|
/**
|
|
284
284
|
* Generated by JsPbCodeGenerator.
|
|
@@ -290,16 +290,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
290
290
|
* @extends {jspb.Message}
|
|
291
291
|
* @constructor
|
|
292
292
|
*/
|
|
293
|
-
proto.DeleteEmployeeResponse = function(opt_data) {
|
|
293
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse = function(opt_data) {
|
|
294
294
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
295
295
|
};
|
|
296
|
-
goog.inherits(proto.DeleteEmployeeResponse, jspb.Message);
|
|
296
|
+
goog.inherits(proto.prisca.v1.core.employee.DeleteEmployeeResponse, jspb.Message);
|
|
297
297
|
if (goog.DEBUG && !COMPILED) {
|
|
298
298
|
/**
|
|
299
299
|
* @public
|
|
300
300
|
* @override
|
|
301
301
|
*/
|
|
302
|
-
proto.DeleteEmployeeResponse.displayName = 'proto.DeleteEmployeeResponse';
|
|
302
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.displayName = 'proto.prisca.v1.core.employee.DeleteEmployeeResponse';
|
|
303
303
|
}
|
|
304
304
|
|
|
305
305
|
|
|
@@ -317,8 +317,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
317
317
|
* http://goto/soy-param-migration
|
|
318
318
|
* @return {!Object}
|
|
319
319
|
*/
|
|
320
|
-
proto.Employee.prototype.toObject = function(opt_includeInstance) {
|
|
321
|
-
return proto.Employee.toObject(opt_includeInstance, this);
|
|
320
|
+
proto.prisca.v1.core.employee.Employee.prototype.toObject = function(opt_includeInstance) {
|
|
321
|
+
return proto.prisca.v1.core.employee.Employee.toObject(opt_includeInstance, this);
|
|
322
322
|
};
|
|
323
323
|
|
|
324
324
|
|
|
@@ -327,11 +327,11 @@ proto.Employee.prototype.toObject = function(opt_includeInstance) {
|
|
|
327
327
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
328
328
|
* the JSPB instance for transitional soy proto support:
|
|
329
329
|
* http://goto/soy-param-migration
|
|
330
|
-
* @param {!proto.Employee} msg The msg instance to transform.
|
|
330
|
+
* @param {!proto.prisca.v1.core.employee.Employee} msg The msg instance to transform.
|
|
331
331
|
* @return {!Object}
|
|
332
332
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
333
333
|
*/
|
|
334
|
-
proto.Employee.toObject = function(includeInstance, msg) {
|
|
334
|
+
proto.prisca.v1.core.employee.Employee.toObject = function(includeInstance, msg) {
|
|
335
335
|
var f, obj = {
|
|
336
336
|
nik: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
337
337
|
fullName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -374,23 +374,23 @@ companies: (f = msg.getCompanies()) && prisca_v1_core_company_company_pb.BaseCom
|
|
|
374
374
|
/**
|
|
375
375
|
* Deserializes binary data (in protobuf wire format).
|
|
376
376
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
377
|
-
* @return {!proto.Employee}
|
|
377
|
+
* @return {!proto.prisca.v1.core.employee.Employee}
|
|
378
378
|
*/
|
|
379
|
-
proto.Employee.deserializeBinary = function(bytes) {
|
|
379
|
+
proto.prisca.v1.core.employee.Employee.deserializeBinary = function(bytes) {
|
|
380
380
|
var reader = new jspb.BinaryReader(bytes);
|
|
381
|
-
var msg = new proto.Employee;
|
|
382
|
-
return proto.Employee.deserializeBinaryFromReader(msg, reader);
|
|
381
|
+
var msg = new proto.prisca.v1.core.employee.Employee;
|
|
382
|
+
return proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader(msg, reader);
|
|
383
383
|
};
|
|
384
384
|
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
387
|
* Deserializes binary data (in protobuf wire format) from the
|
|
388
388
|
* given reader into the given message object.
|
|
389
|
-
* @param {!proto.Employee} msg The message object to deserialize into.
|
|
389
|
+
* @param {!proto.prisca.v1.core.employee.Employee} msg The message object to deserialize into.
|
|
390
390
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
391
|
-
* @return {!proto.Employee}
|
|
391
|
+
* @return {!proto.prisca.v1.core.employee.Employee}
|
|
392
392
|
*/
|
|
393
|
-
proto.Employee.deserializeBinaryFromReader = function(msg, reader) {
|
|
393
|
+
proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader = function(msg, reader) {
|
|
394
394
|
while (reader.nextField()) {
|
|
395
395
|
if (reader.isEndGroup()) {
|
|
396
396
|
break;
|
|
@@ -533,9 +533,9 @@ proto.Employee.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
533
533
|
* Serializes the message to binary data (in protobuf wire format).
|
|
534
534
|
* @return {!Uint8Array}
|
|
535
535
|
*/
|
|
536
|
-
proto.Employee.prototype.serializeBinary = function() {
|
|
536
|
+
proto.prisca.v1.core.employee.Employee.prototype.serializeBinary = function() {
|
|
537
537
|
var writer = new jspb.BinaryWriter();
|
|
538
|
-
proto.Employee.serializeBinaryToWriter(this, writer);
|
|
538
|
+
proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter(this, writer);
|
|
539
539
|
return writer.getResultBuffer();
|
|
540
540
|
};
|
|
541
541
|
|
|
@@ -543,11 +543,11 @@ proto.Employee.prototype.serializeBinary = function() {
|
|
|
543
543
|
/**
|
|
544
544
|
* Serializes the given message to binary data (in protobuf wire
|
|
545
545
|
* format), writing to the given BinaryWriter.
|
|
546
|
-
* @param {!proto.Employee} message
|
|
546
|
+
* @param {!proto.prisca.v1.core.employee.Employee} message
|
|
547
547
|
* @param {!jspb.BinaryWriter} writer
|
|
548
548
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
549
549
|
*/
|
|
550
|
-
proto.Employee.serializeBinaryToWriter = function(message, writer) {
|
|
550
|
+
proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter = function(message, writer) {
|
|
551
551
|
var f = undefined;
|
|
552
552
|
f = message.getNik();
|
|
553
553
|
if (f.length > 0) {
|
|
@@ -763,16 +763,16 @@ proto.Employee.serializeBinaryToWriter = function(message, writer) {
|
|
|
763
763
|
* optional string nik = 1;
|
|
764
764
|
* @return {string}
|
|
765
765
|
*/
|
|
766
|
-
proto.Employee.prototype.getNik = function() {
|
|
766
|
+
proto.prisca.v1.core.employee.Employee.prototype.getNik = function() {
|
|
767
767
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
768
768
|
};
|
|
769
769
|
|
|
770
770
|
|
|
771
771
|
/**
|
|
772
772
|
* @param {string} value
|
|
773
|
-
* @return {!proto.Employee} returns this
|
|
773
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
774
774
|
*/
|
|
775
|
-
proto.Employee.prototype.setNik = function(value) {
|
|
775
|
+
proto.prisca.v1.core.employee.Employee.prototype.setNik = function(value) {
|
|
776
776
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
777
777
|
};
|
|
778
778
|
|
|
@@ -781,16 +781,16 @@ proto.Employee.prototype.setNik = function(value) {
|
|
|
781
781
|
* optional string full_name = 2;
|
|
782
782
|
* @return {string}
|
|
783
783
|
*/
|
|
784
|
-
proto.Employee.prototype.getFullName = function() {
|
|
784
|
+
proto.prisca.v1.core.employee.Employee.prototype.getFullName = function() {
|
|
785
785
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
786
786
|
};
|
|
787
787
|
|
|
788
788
|
|
|
789
789
|
/**
|
|
790
790
|
* @param {string} value
|
|
791
|
-
* @return {!proto.Employee} returns this
|
|
791
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
792
792
|
*/
|
|
793
|
-
proto.Employee.prototype.setFullName = function(value) {
|
|
793
|
+
proto.prisca.v1.core.employee.Employee.prototype.setFullName = function(value) {
|
|
794
794
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
795
795
|
};
|
|
796
796
|
|
|
@@ -799,16 +799,16 @@ proto.Employee.prototype.setFullName = function(value) {
|
|
|
799
799
|
* optional string address = 3;
|
|
800
800
|
* @return {string}
|
|
801
801
|
*/
|
|
802
|
-
proto.Employee.prototype.getAddress = function() {
|
|
802
|
+
proto.prisca.v1.core.employee.Employee.prototype.getAddress = function() {
|
|
803
803
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
804
804
|
};
|
|
805
805
|
|
|
806
806
|
|
|
807
807
|
/**
|
|
808
808
|
* @param {string} value
|
|
809
|
-
* @return {!proto.Employee} returns this
|
|
809
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
810
810
|
*/
|
|
811
|
-
proto.Employee.prototype.setAddress = function(value) {
|
|
811
|
+
proto.prisca.v1.core.employee.Employee.prototype.setAddress = function(value) {
|
|
812
812
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
813
813
|
};
|
|
814
814
|
|
|
@@ -817,16 +817,16 @@ proto.Employee.prototype.setAddress = function(value) {
|
|
|
817
817
|
* optional string email = 4;
|
|
818
818
|
* @return {string}
|
|
819
819
|
*/
|
|
820
|
-
proto.Employee.prototype.getEmail = function() {
|
|
820
|
+
proto.prisca.v1.core.employee.Employee.prototype.getEmail = function() {
|
|
821
821
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
822
822
|
};
|
|
823
823
|
|
|
824
824
|
|
|
825
825
|
/**
|
|
826
826
|
* @param {string} value
|
|
827
|
-
* @return {!proto.Employee} returns this
|
|
827
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
828
828
|
*/
|
|
829
|
-
proto.Employee.prototype.setEmail = function(value) {
|
|
829
|
+
proto.prisca.v1.core.employee.Employee.prototype.setEmail = function(value) {
|
|
830
830
|
return jspb.Message.setProto3StringField(this, 4, value);
|
|
831
831
|
};
|
|
832
832
|
|
|
@@ -835,16 +835,16 @@ proto.Employee.prototype.setEmail = function(value) {
|
|
|
835
835
|
* optional string phone_number = 5;
|
|
836
836
|
* @return {string}
|
|
837
837
|
*/
|
|
838
|
-
proto.Employee.prototype.getPhoneNumber = function() {
|
|
838
|
+
proto.prisca.v1.core.employee.Employee.prototype.getPhoneNumber = function() {
|
|
839
839
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
840
840
|
};
|
|
841
841
|
|
|
842
842
|
|
|
843
843
|
/**
|
|
844
844
|
* @param {string} value
|
|
845
|
-
* @return {!proto.Employee} returns this
|
|
845
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
846
846
|
*/
|
|
847
|
-
proto.Employee.prototype.setPhoneNumber = function(value) {
|
|
847
|
+
proto.prisca.v1.core.employee.Employee.prototype.setPhoneNumber = function(value) {
|
|
848
848
|
return jspb.Message.setProto3StringField(this, 5, value);
|
|
849
849
|
};
|
|
850
850
|
|
|
@@ -853,16 +853,16 @@ proto.Employee.prototype.setPhoneNumber = function(value) {
|
|
|
853
853
|
* optional string organization_references_id = 6;
|
|
854
854
|
* @return {string}
|
|
855
855
|
*/
|
|
856
|
-
proto.Employee.prototype.getOrganizationReferencesId = function() {
|
|
856
|
+
proto.prisca.v1.core.employee.Employee.prototype.getOrganizationReferencesId = function() {
|
|
857
857
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
858
858
|
};
|
|
859
859
|
|
|
860
860
|
|
|
861
861
|
/**
|
|
862
862
|
* @param {string} value
|
|
863
|
-
* @return {!proto.Employee} returns this
|
|
863
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
864
864
|
*/
|
|
865
|
-
proto.Employee.prototype.setOrganizationReferencesId = function(value) {
|
|
865
|
+
proto.prisca.v1.core.employee.Employee.prototype.setOrganizationReferencesId = function(value) {
|
|
866
866
|
return jspb.Message.setProto3StringField(this, 6, value);
|
|
867
867
|
};
|
|
868
868
|
|
|
@@ -871,7 +871,7 @@ proto.Employee.prototype.setOrganizationReferencesId = function(value) {
|
|
|
871
871
|
* optional BaseOrganization organizations = 7;
|
|
872
872
|
* @return {?proto.BaseOrganization}
|
|
873
873
|
*/
|
|
874
|
-
proto.Employee.prototype.getOrganizations = function() {
|
|
874
|
+
proto.prisca.v1.core.employee.Employee.prototype.getOrganizations = function() {
|
|
875
875
|
return /** @type{?proto.BaseOrganization} */ (
|
|
876
876
|
jspb.Message.getWrapperField(this, prisca_v1_core_organization_organization_pb.BaseOrganization, 7));
|
|
877
877
|
};
|
|
@@ -879,18 +879,18 @@ proto.Employee.prototype.getOrganizations = function() {
|
|
|
879
879
|
|
|
880
880
|
/**
|
|
881
881
|
* @param {?proto.BaseOrganization|undefined} value
|
|
882
|
-
* @return {!proto.Employee} returns this
|
|
882
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
883
883
|
*/
|
|
884
|
-
proto.Employee.prototype.setOrganizations = function(value) {
|
|
884
|
+
proto.prisca.v1.core.employee.Employee.prototype.setOrganizations = function(value) {
|
|
885
885
|
return jspb.Message.setWrapperField(this, 7, value);
|
|
886
886
|
};
|
|
887
887
|
|
|
888
888
|
|
|
889
889
|
/**
|
|
890
890
|
* Clears the message field making it undefined.
|
|
891
|
-
* @return {!proto.Employee} returns this
|
|
891
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
892
892
|
*/
|
|
893
|
-
proto.Employee.prototype.clearOrganizations = function() {
|
|
893
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearOrganizations = function() {
|
|
894
894
|
return this.setOrganizations(undefined);
|
|
895
895
|
};
|
|
896
896
|
|
|
@@ -899,7 +899,7 @@ proto.Employee.prototype.clearOrganizations = function() {
|
|
|
899
899
|
* Returns whether this field is set.
|
|
900
900
|
* @return {boolean}
|
|
901
901
|
*/
|
|
902
|
-
proto.Employee.prototype.hasOrganizations = function() {
|
|
902
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasOrganizations = function() {
|
|
903
903
|
return jspb.Message.getField(this, 7) != null;
|
|
904
904
|
};
|
|
905
905
|
|
|
@@ -908,16 +908,16 @@ proto.Employee.prototype.hasOrganizations = function() {
|
|
|
908
908
|
* optional string work_location_references_id = 8;
|
|
909
909
|
* @return {string}
|
|
910
910
|
*/
|
|
911
|
-
proto.Employee.prototype.getWorkLocationReferencesId = function() {
|
|
911
|
+
proto.prisca.v1.core.employee.Employee.prototype.getWorkLocationReferencesId = function() {
|
|
912
912
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
913
913
|
};
|
|
914
914
|
|
|
915
915
|
|
|
916
916
|
/**
|
|
917
917
|
* @param {string} value
|
|
918
|
-
* @return {!proto.Employee} returns this
|
|
918
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
919
919
|
*/
|
|
920
|
-
proto.Employee.prototype.setWorkLocationReferencesId = function(value) {
|
|
920
|
+
proto.prisca.v1.core.employee.Employee.prototype.setWorkLocationReferencesId = function(value) {
|
|
921
921
|
return jspb.Message.setProto3StringField(this, 8, value);
|
|
922
922
|
};
|
|
923
923
|
|
|
@@ -926,7 +926,7 @@ proto.Employee.prototype.setWorkLocationReferencesId = function(value) {
|
|
|
926
926
|
* optional WorkLocation work_locations = 9;
|
|
927
927
|
* @return {?proto.WorkLocation}
|
|
928
928
|
*/
|
|
929
|
-
proto.Employee.prototype.getWorkLocations = function() {
|
|
929
|
+
proto.prisca.v1.core.employee.Employee.prototype.getWorkLocations = function() {
|
|
930
930
|
return /** @type{?proto.WorkLocation} */ (
|
|
931
931
|
jspb.Message.getWrapperField(this, prisca_v1_core_work_location_work_location_pb.WorkLocation, 9));
|
|
932
932
|
};
|
|
@@ -934,18 +934,18 @@ proto.Employee.prototype.getWorkLocations = function() {
|
|
|
934
934
|
|
|
935
935
|
/**
|
|
936
936
|
* @param {?proto.WorkLocation|undefined} value
|
|
937
|
-
* @return {!proto.Employee} returns this
|
|
937
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
938
938
|
*/
|
|
939
|
-
proto.Employee.prototype.setWorkLocations = function(value) {
|
|
939
|
+
proto.prisca.v1.core.employee.Employee.prototype.setWorkLocations = function(value) {
|
|
940
940
|
return jspb.Message.setWrapperField(this, 9, value);
|
|
941
941
|
};
|
|
942
942
|
|
|
943
943
|
|
|
944
944
|
/**
|
|
945
945
|
* Clears the message field making it undefined.
|
|
946
|
-
* @return {!proto.Employee} returns this
|
|
946
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
947
947
|
*/
|
|
948
|
-
proto.Employee.prototype.clearWorkLocations = function() {
|
|
948
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearWorkLocations = function() {
|
|
949
949
|
return this.setWorkLocations(undefined);
|
|
950
950
|
};
|
|
951
951
|
|
|
@@ -954,7 +954,7 @@ proto.Employee.prototype.clearWorkLocations = function() {
|
|
|
954
954
|
* Returns whether this field is set.
|
|
955
955
|
* @return {boolean}
|
|
956
956
|
*/
|
|
957
|
-
proto.Employee.prototype.hasWorkLocations = function() {
|
|
957
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasWorkLocations = function() {
|
|
958
958
|
return jspb.Message.getField(this, 9) != null;
|
|
959
959
|
};
|
|
960
960
|
|
|
@@ -963,16 +963,16 @@ proto.Employee.prototype.hasWorkLocations = function() {
|
|
|
963
963
|
* optional string job_position_references_id = 10;
|
|
964
964
|
* @return {string}
|
|
965
965
|
*/
|
|
966
|
-
proto.Employee.prototype.getJobPositionReferencesId = function() {
|
|
966
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobPositionReferencesId = function() {
|
|
967
967
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
968
968
|
};
|
|
969
969
|
|
|
970
970
|
|
|
971
971
|
/**
|
|
972
972
|
* @param {string} value
|
|
973
|
-
* @return {!proto.Employee} returns this
|
|
973
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
974
974
|
*/
|
|
975
|
-
proto.Employee.prototype.setJobPositionReferencesId = function(value) {
|
|
975
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobPositionReferencesId = function(value) {
|
|
976
976
|
return jspb.Message.setProto3StringField(this, 10, value);
|
|
977
977
|
};
|
|
978
978
|
|
|
@@ -981,7 +981,7 @@ proto.Employee.prototype.setJobPositionReferencesId = function(value) {
|
|
|
981
981
|
* optional JobPosition job_positions = 11;
|
|
982
982
|
* @return {?proto.JobPosition}
|
|
983
983
|
*/
|
|
984
|
-
proto.Employee.prototype.getJobPositions = function() {
|
|
984
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobPositions = function() {
|
|
985
985
|
return /** @type{?proto.JobPosition} */ (
|
|
986
986
|
jspb.Message.getWrapperField(this, prisca_v1_core_job_position_job_position_pb.JobPosition, 11));
|
|
987
987
|
};
|
|
@@ -989,18 +989,18 @@ proto.Employee.prototype.getJobPositions = function() {
|
|
|
989
989
|
|
|
990
990
|
/**
|
|
991
991
|
* @param {?proto.JobPosition|undefined} value
|
|
992
|
-
* @return {!proto.Employee} returns this
|
|
992
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
993
993
|
*/
|
|
994
|
-
proto.Employee.prototype.setJobPositions = function(value) {
|
|
994
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobPositions = function(value) {
|
|
995
995
|
return jspb.Message.setWrapperField(this, 11, value);
|
|
996
996
|
};
|
|
997
997
|
|
|
998
998
|
|
|
999
999
|
/**
|
|
1000
1000
|
* Clears the message field making it undefined.
|
|
1001
|
-
* @return {!proto.Employee} returns this
|
|
1001
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1002
1002
|
*/
|
|
1003
|
-
proto.Employee.prototype.clearJobPositions = function() {
|
|
1003
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearJobPositions = function() {
|
|
1004
1004
|
return this.setJobPositions(undefined);
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
@@ -1009,7 +1009,7 @@ proto.Employee.prototype.clearJobPositions = function() {
|
|
|
1009
1009
|
* Returns whether this field is set.
|
|
1010
1010
|
* @return {boolean}
|
|
1011
1011
|
*/
|
|
1012
|
-
proto.Employee.prototype.hasJobPositions = function() {
|
|
1012
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasJobPositions = function() {
|
|
1013
1013
|
return jspb.Message.getField(this, 11) != null;
|
|
1014
1014
|
};
|
|
1015
1015
|
|
|
@@ -1018,16 +1018,16 @@ proto.Employee.prototype.hasJobPositions = function() {
|
|
|
1018
1018
|
* optional string job_grade_references_id = 12;
|
|
1019
1019
|
* @return {string}
|
|
1020
1020
|
*/
|
|
1021
|
-
proto.Employee.prototype.getJobGradeReferencesId = function() {
|
|
1021
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobGradeReferencesId = function() {
|
|
1022
1022
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
1023
1023
|
};
|
|
1024
1024
|
|
|
1025
1025
|
|
|
1026
1026
|
/**
|
|
1027
1027
|
* @param {string} value
|
|
1028
|
-
* @return {!proto.Employee} returns this
|
|
1028
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1029
1029
|
*/
|
|
1030
|
-
proto.Employee.prototype.setJobGradeReferencesId = function(value) {
|
|
1030
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobGradeReferencesId = function(value) {
|
|
1031
1031
|
return jspb.Message.setProto3StringField(this, 12, value);
|
|
1032
1032
|
};
|
|
1033
1033
|
|
|
@@ -1036,7 +1036,7 @@ proto.Employee.prototype.setJobGradeReferencesId = function(value) {
|
|
|
1036
1036
|
* optional JobGrade job_grades = 13;
|
|
1037
1037
|
* @return {?proto.JobGrade}
|
|
1038
1038
|
*/
|
|
1039
|
-
proto.Employee.prototype.getJobGrades = function() {
|
|
1039
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobGrades = function() {
|
|
1040
1040
|
return /** @type{?proto.JobGrade} */ (
|
|
1041
1041
|
jspb.Message.getWrapperField(this, prisca_v1_core_job_grade_job_grade_pb.JobGrade, 13));
|
|
1042
1042
|
};
|
|
@@ -1044,18 +1044,18 @@ proto.Employee.prototype.getJobGrades = function() {
|
|
|
1044
1044
|
|
|
1045
1045
|
/**
|
|
1046
1046
|
* @param {?proto.JobGrade|undefined} value
|
|
1047
|
-
* @return {!proto.Employee} returns this
|
|
1047
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1048
1048
|
*/
|
|
1049
|
-
proto.Employee.prototype.setJobGrades = function(value) {
|
|
1049
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobGrades = function(value) {
|
|
1050
1050
|
return jspb.Message.setWrapperField(this, 13, value);
|
|
1051
1051
|
};
|
|
1052
1052
|
|
|
1053
1053
|
|
|
1054
1054
|
/**
|
|
1055
1055
|
* Clears the message field making it undefined.
|
|
1056
|
-
* @return {!proto.Employee} returns this
|
|
1056
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1057
1057
|
*/
|
|
1058
|
-
proto.Employee.prototype.clearJobGrades = function() {
|
|
1058
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearJobGrades = function() {
|
|
1059
1059
|
return this.setJobGrades(undefined);
|
|
1060
1060
|
};
|
|
1061
1061
|
|
|
@@ -1064,7 +1064,7 @@ proto.Employee.prototype.clearJobGrades = function() {
|
|
|
1064
1064
|
* Returns whether this field is set.
|
|
1065
1065
|
* @return {boolean}
|
|
1066
1066
|
*/
|
|
1067
|
-
proto.Employee.prototype.hasJobGrades = function() {
|
|
1067
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasJobGrades = function() {
|
|
1068
1068
|
return jspb.Message.getField(this, 13) != null;
|
|
1069
1069
|
};
|
|
1070
1070
|
|
|
@@ -1073,16 +1073,16 @@ proto.Employee.prototype.hasJobGrades = function() {
|
|
|
1073
1073
|
* optional string job_title_references_id = 14;
|
|
1074
1074
|
* @return {string}
|
|
1075
1075
|
*/
|
|
1076
|
-
proto.Employee.prototype.getJobTitleReferencesId = function() {
|
|
1076
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobTitleReferencesId = function() {
|
|
1077
1077
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
1078
1078
|
};
|
|
1079
1079
|
|
|
1080
1080
|
|
|
1081
1081
|
/**
|
|
1082
1082
|
* @param {string} value
|
|
1083
|
-
* @return {!proto.Employee} returns this
|
|
1083
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1084
1084
|
*/
|
|
1085
|
-
proto.Employee.prototype.setJobTitleReferencesId = function(value) {
|
|
1085
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobTitleReferencesId = function(value) {
|
|
1086
1086
|
return jspb.Message.setProto3StringField(this, 14, value);
|
|
1087
1087
|
};
|
|
1088
1088
|
|
|
@@ -1091,7 +1091,7 @@ proto.Employee.prototype.setJobTitleReferencesId = function(value) {
|
|
|
1091
1091
|
* optional JobTitle job_titles = 15;
|
|
1092
1092
|
* @return {?proto.JobTitle}
|
|
1093
1093
|
*/
|
|
1094
|
-
proto.Employee.prototype.getJobTitles = function() {
|
|
1094
|
+
proto.prisca.v1.core.employee.Employee.prototype.getJobTitles = function() {
|
|
1095
1095
|
return /** @type{?proto.JobTitle} */ (
|
|
1096
1096
|
jspb.Message.getWrapperField(this, prisca_v1_core_job_title_job_title_pb.JobTitle, 15));
|
|
1097
1097
|
};
|
|
@@ -1099,18 +1099,18 @@ proto.Employee.prototype.getJobTitles = function() {
|
|
|
1099
1099
|
|
|
1100
1100
|
/**
|
|
1101
1101
|
* @param {?proto.JobTitle|undefined} value
|
|
1102
|
-
* @return {!proto.Employee} returns this
|
|
1102
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1103
1103
|
*/
|
|
1104
|
-
proto.Employee.prototype.setJobTitles = function(value) {
|
|
1104
|
+
proto.prisca.v1.core.employee.Employee.prototype.setJobTitles = function(value) {
|
|
1105
1105
|
return jspb.Message.setWrapperField(this, 15, value);
|
|
1106
1106
|
};
|
|
1107
1107
|
|
|
1108
1108
|
|
|
1109
1109
|
/**
|
|
1110
1110
|
* Clears the message field making it undefined.
|
|
1111
|
-
* @return {!proto.Employee} returns this
|
|
1111
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1112
1112
|
*/
|
|
1113
|
-
proto.Employee.prototype.clearJobTitles = function() {
|
|
1113
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearJobTitles = function() {
|
|
1114
1114
|
return this.setJobTitles(undefined);
|
|
1115
1115
|
};
|
|
1116
1116
|
|
|
@@ -1119,7 +1119,7 @@ proto.Employee.prototype.clearJobTitles = function() {
|
|
|
1119
1119
|
* Returns whether this field is set.
|
|
1120
1120
|
* @return {boolean}
|
|
1121
1121
|
*/
|
|
1122
|
-
proto.Employee.prototype.hasJobTitles = function() {
|
|
1122
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasJobTitles = function() {
|
|
1123
1123
|
return jspb.Message.getField(this, 15) != null;
|
|
1124
1124
|
};
|
|
1125
1125
|
|
|
@@ -1128,16 +1128,16 @@ proto.Employee.prototype.hasJobTitles = function() {
|
|
|
1128
1128
|
* optional string references_id = 16;
|
|
1129
1129
|
* @return {string}
|
|
1130
1130
|
*/
|
|
1131
|
-
proto.Employee.prototype.getReferencesId = function() {
|
|
1131
|
+
proto.prisca.v1.core.employee.Employee.prototype.getReferencesId = function() {
|
|
1132
1132
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
1133
1133
|
};
|
|
1134
1134
|
|
|
1135
1135
|
|
|
1136
1136
|
/**
|
|
1137
1137
|
* @param {string} value
|
|
1138
|
-
* @return {!proto.Employee} returns this
|
|
1138
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1139
1139
|
*/
|
|
1140
|
-
proto.Employee.prototype.setReferencesId = function(value) {
|
|
1140
|
+
proto.prisca.v1.core.employee.Employee.prototype.setReferencesId = function(value) {
|
|
1141
1141
|
return jspb.Message.setProto3StringField(this, 16, value);
|
|
1142
1142
|
};
|
|
1143
1143
|
|
|
@@ -1146,16 +1146,16 @@ proto.Employee.prototype.setReferencesId = function(value) {
|
|
|
1146
1146
|
* optional string country_references_id = 17;
|
|
1147
1147
|
* @return {string}
|
|
1148
1148
|
*/
|
|
1149
|
-
proto.Employee.prototype.getCountryReferencesId = function() {
|
|
1149
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCountryReferencesId = function() {
|
|
1150
1150
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
1151
1151
|
};
|
|
1152
1152
|
|
|
1153
1153
|
|
|
1154
1154
|
/**
|
|
1155
1155
|
* @param {string} value
|
|
1156
|
-
* @return {!proto.Employee} returns this
|
|
1156
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1157
1157
|
*/
|
|
1158
|
-
proto.Employee.prototype.setCountryReferencesId = function(value) {
|
|
1158
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCountryReferencesId = function(value) {
|
|
1159
1159
|
return jspb.Message.setProto3StringField(this, 17, value);
|
|
1160
1160
|
};
|
|
1161
1161
|
|
|
@@ -1164,7 +1164,7 @@ proto.Employee.prototype.setCountryReferencesId = function(value) {
|
|
|
1164
1164
|
* optional Country country = 18;
|
|
1165
1165
|
* @return {?proto.Country}
|
|
1166
1166
|
*/
|
|
1167
|
-
proto.Employee.prototype.getCountry = function() {
|
|
1167
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCountry = function() {
|
|
1168
1168
|
return /** @type{?proto.Country} */ (
|
|
1169
1169
|
jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Country, 18));
|
|
1170
1170
|
};
|
|
@@ -1172,18 +1172,18 @@ proto.Employee.prototype.getCountry = function() {
|
|
|
1172
1172
|
|
|
1173
1173
|
/**
|
|
1174
1174
|
* @param {?proto.Country|undefined} value
|
|
1175
|
-
* @return {!proto.Employee} returns this
|
|
1175
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1176
1176
|
*/
|
|
1177
|
-
proto.Employee.prototype.setCountry = function(value) {
|
|
1177
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCountry = function(value) {
|
|
1178
1178
|
return jspb.Message.setWrapperField(this, 18, value);
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
1181
1181
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Clears the message field making it undefined.
|
|
1184
|
-
* @return {!proto.Employee} returns this
|
|
1184
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1185
1185
|
*/
|
|
1186
|
-
proto.Employee.prototype.clearCountry = function() {
|
|
1186
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearCountry = function() {
|
|
1187
1187
|
return this.setCountry(undefined);
|
|
1188
1188
|
};
|
|
1189
1189
|
|
|
@@ -1192,7 +1192,7 @@ proto.Employee.prototype.clearCountry = function() {
|
|
|
1192
1192
|
* Returns whether this field is set.
|
|
1193
1193
|
* @return {boolean}
|
|
1194
1194
|
*/
|
|
1195
|
-
proto.Employee.prototype.hasCountry = function() {
|
|
1195
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasCountry = function() {
|
|
1196
1196
|
return jspb.Message.getField(this, 18) != null;
|
|
1197
1197
|
};
|
|
1198
1198
|
|
|
@@ -1201,16 +1201,16 @@ proto.Employee.prototype.hasCountry = function() {
|
|
|
1201
1201
|
* optional string village_references_id = 19;
|
|
1202
1202
|
* @return {string}
|
|
1203
1203
|
*/
|
|
1204
|
-
proto.Employee.prototype.getVillageReferencesId = function() {
|
|
1204
|
+
proto.prisca.v1.core.employee.Employee.prototype.getVillageReferencesId = function() {
|
|
1205
1205
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
1206
1206
|
};
|
|
1207
1207
|
|
|
1208
1208
|
|
|
1209
1209
|
/**
|
|
1210
1210
|
* @param {string} value
|
|
1211
|
-
* @return {!proto.Employee} returns this
|
|
1211
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1212
1212
|
*/
|
|
1213
|
-
proto.Employee.prototype.setVillageReferencesId = function(value) {
|
|
1213
|
+
proto.prisca.v1.core.employee.Employee.prototype.setVillageReferencesId = function(value) {
|
|
1214
1214
|
return jspb.Message.setProto3StringField(this, 19, value);
|
|
1215
1215
|
};
|
|
1216
1216
|
|
|
@@ -1219,7 +1219,7 @@ proto.Employee.prototype.setVillageReferencesId = function(value) {
|
|
|
1219
1219
|
* optional Village village = 20;
|
|
1220
1220
|
* @return {?proto.Village}
|
|
1221
1221
|
*/
|
|
1222
|
-
proto.Employee.prototype.getVillage = function() {
|
|
1222
|
+
proto.prisca.v1.core.employee.Employee.prototype.getVillage = function() {
|
|
1223
1223
|
return /** @type{?proto.Village} */ (
|
|
1224
1224
|
jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Village, 20));
|
|
1225
1225
|
};
|
|
@@ -1227,18 +1227,18 @@ proto.Employee.prototype.getVillage = function() {
|
|
|
1227
1227
|
|
|
1228
1228
|
/**
|
|
1229
1229
|
* @param {?proto.Village|undefined} value
|
|
1230
|
-
* @return {!proto.Employee} returns this
|
|
1230
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1231
1231
|
*/
|
|
1232
|
-
proto.Employee.prototype.setVillage = function(value) {
|
|
1232
|
+
proto.prisca.v1.core.employee.Employee.prototype.setVillage = function(value) {
|
|
1233
1233
|
return jspb.Message.setWrapperField(this, 20, value);
|
|
1234
1234
|
};
|
|
1235
1235
|
|
|
1236
1236
|
|
|
1237
1237
|
/**
|
|
1238
1238
|
* Clears the message field making it undefined.
|
|
1239
|
-
* @return {!proto.Employee} returns this
|
|
1239
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1240
1240
|
*/
|
|
1241
|
-
proto.Employee.prototype.clearVillage = function() {
|
|
1241
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearVillage = function() {
|
|
1242
1242
|
return this.setVillage(undefined);
|
|
1243
1243
|
};
|
|
1244
1244
|
|
|
@@ -1247,7 +1247,7 @@ proto.Employee.prototype.clearVillage = function() {
|
|
|
1247
1247
|
* Returns whether this field is set.
|
|
1248
1248
|
* @return {boolean}
|
|
1249
1249
|
*/
|
|
1250
|
-
proto.Employee.prototype.hasVillage = function() {
|
|
1250
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasVillage = function() {
|
|
1251
1251
|
return jspb.Message.getField(this, 20) != null;
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
@@ -1256,16 +1256,16 @@ proto.Employee.prototype.hasVillage = function() {
|
|
|
1256
1256
|
* optional string city_references_id = 21;
|
|
1257
1257
|
* @return {string}
|
|
1258
1258
|
*/
|
|
1259
|
-
proto.Employee.prototype.getCityReferencesId = function() {
|
|
1259
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCityReferencesId = function() {
|
|
1260
1260
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
1261
1261
|
};
|
|
1262
1262
|
|
|
1263
1263
|
|
|
1264
1264
|
/**
|
|
1265
1265
|
* @param {string} value
|
|
1266
|
-
* @return {!proto.Employee} returns this
|
|
1266
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1267
1267
|
*/
|
|
1268
|
-
proto.Employee.prototype.setCityReferencesId = function(value) {
|
|
1268
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCityReferencesId = function(value) {
|
|
1269
1269
|
return jspb.Message.setProto3StringField(this, 21, value);
|
|
1270
1270
|
};
|
|
1271
1271
|
|
|
@@ -1274,7 +1274,7 @@ proto.Employee.prototype.setCityReferencesId = function(value) {
|
|
|
1274
1274
|
* optional City city = 22;
|
|
1275
1275
|
* @return {?proto.City}
|
|
1276
1276
|
*/
|
|
1277
|
-
proto.Employee.prototype.getCity = function() {
|
|
1277
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCity = function() {
|
|
1278
1278
|
return /** @type{?proto.City} */ (
|
|
1279
1279
|
jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.City, 22));
|
|
1280
1280
|
};
|
|
@@ -1282,18 +1282,18 @@ proto.Employee.prototype.getCity = function() {
|
|
|
1282
1282
|
|
|
1283
1283
|
/**
|
|
1284
1284
|
* @param {?proto.City|undefined} value
|
|
1285
|
-
* @return {!proto.Employee} returns this
|
|
1285
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1286
1286
|
*/
|
|
1287
|
-
proto.Employee.prototype.setCity = function(value) {
|
|
1287
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCity = function(value) {
|
|
1288
1288
|
return jspb.Message.setWrapperField(this, 22, value);
|
|
1289
1289
|
};
|
|
1290
1290
|
|
|
1291
1291
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* Clears the message field making it undefined.
|
|
1294
|
-
* @return {!proto.Employee} returns this
|
|
1294
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1295
1295
|
*/
|
|
1296
|
-
proto.Employee.prototype.clearCity = function() {
|
|
1296
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearCity = function() {
|
|
1297
1297
|
return this.setCity(undefined);
|
|
1298
1298
|
};
|
|
1299
1299
|
|
|
@@ -1302,7 +1302,7 @@ proto.Employee.prototype.clearCity = function() {
|
|
|
1302
1302
|
* Returns whether this field is set.
|
|
1303
1303
|
* @return {boolean}
|
|
1304
1304
|
*/
|
|
1305
|
-
proto.Employee.prototype.hasCity = function() {
|
|
1305
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasCity = function() {
|
|
1306
1306
|
return jspb.Message.getField(this, 22) != null;
|
|
1307
1307
|
};
|
|
1308
1308
|
|
|
@@ -1311,16 +1311,16 @@ proto.Employee.prototype.hasCity = function() {
|
|
|
1311
1311
|
* optional string district_references_id = 23;
|
|
1312
1312
|
* @return {string}
|
|
1313
1313
|
*/
|
|
1314
|
-
proto.Employee.prototype.getDistrictReferencesId = function() {
|
|
1314
|
+
proto.prisca.v1.core.employee.Employee.prototype.getDistrictReferencesId = function() {
|
|
1315
1315
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
1316
1316
|
};
|
|
1317
1317
|
|
|
1318
1318
|
|
|
1319
1319
|
/**
|
|
1320
1320
|
* @param {string} value
|
|
1321
|
-
* @return {!proto.Employee} returns this
|
|
1321
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1322
1322
|
*/
|
|
1323
|
-
proto.Employee.prototype.setDistrictReferencesId = function(value) {
|
|
1323
|
+
proto.prisca.v1.core.employee.Employee.prototype.setDistrictReferencesId = function(value) {
|
|
1324
1324
|
return jspb.Message.setProto3StringField(this, 23, value);
|
|
1325
1325
|
};
|
|
1326
1326
|
|
|
@@ -1329,7 +1329,7 @@ proto.Employee.prototype.setDistrictReferencesId = function(value) {
|
|
|
1329
1329
|
* optional District district = 24;
|
|
1330
1330
|
* @return {?proto.District}
|
|
1331
1331
|
*/
|
|
1332
|
-
proto.Employee.prototype.getDistrict = function() {
|
|
1332
|
+
proto.prisca.v1.core.employee.Employee.prototype.getDistrict = function() {
|
|
1333
1333
|
return /** @type{?proto.District} */ (
|
|
1334
1334
|
jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.District, 24));
|
|
1335
1335
|
};
|
|
@@ -1337,18 +1337,18 @@ proto.Employee.prototype.getDistrict = function() {
|
|
|
1337
1337
|
|
|
1338
1338
|
/**
|
|
1339
1339
|
* @param {?proto.District|undefined} value
|
|
1340
|
-
* @return {!proto.Employee} returns this
|
|
1340
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1341
1341
|
*/
|
|
1342
|
-
proto.Employee.prototype.setDistrict = function(value) {
|
|
1342
|
+
proto.prisca.v1.core.employee.Employee.prototype.setDistrict = function(value) {
|
|
1343
1343
|
return jspb.Message.setWrapperField(this, 24, value);
|
|
1344
1344
|
};
|
|
1345
1345
|
|
|
1346
1346
|
|
|
1347
1347
|
/**
|
|
1348
1348
|
* Clears the message field making it undefined.
|
|
1349
|
-
* @return {!proto.Employee} returns this
|
|
1349
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1350
1350
|
*/
|
|
1351
|
-
proto.Employee.prototype.clearDistrict = function() {
|
|
1351
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearDistrict = function() {
|
|
1352
1352
|
return this.setDistrict(undefined);
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
@@ -1357,7 +1357,7 @@ proto.Employee.prototype.clearDistrict = function() {
|
|
|
1357
1357
|
* Returns whether this field is set.
|
|
1358
1358
|
* @return {boolean}
|
|
1359
1359
|
*/
|
|
1360
|
-
proto.Employee.prototype.hasDistrict = function() {
|
|
1360
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasDistrict = function() {
|
|
1361
1361
|
return jspb.Message.getField(this, 24) != null;
|
|
1362
1362
|
};
|
|
1363
1363
|
|
|
@@ -1366,16 +1366,16 @@ proto.Employee.prototype.hasDistrict = function() {
|
|
|
1366
1366
|
* optional string province_references_id = 25;
|
|
1367
1367
|
* @return {string}
|
|
1368
1368
|
*/
|
|
1369
|
-
proto.Employee.prototype.getProvinceReferencesId = function() {
|
|
1369
|
+
proto.prisca.v1.core.employee.Employee.prototype.getProvinceReferencesId = function() {
|
|
1370
1370
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
1371
1371
|
};
|
|
1372
1372
|
|
|
1373
1373
|
|
|
1374
1374
|
/**
|
|
1375
1375
|
* @param {string} value
|
|
1376
|
-
* @return {!proto.Employee} returns this
|
|
1376
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1377
1377
|
*/
|
|
1378
|
-
proto.Employee.prototype.setProvinceReferencesId = function(value) {
|
|
1378
|
+
proto.prisca.v1.core.employee.Employee.prototype.setProvinceReferencesId = function(value) {
|
|
1379
1379
|
return jspb.Message.setProto3StringField(this, 25, value);
|
|
1380
1380
|
};
|
|
1381
1381
|
|
|
@@ -1384,7 +1384,7 @@ proto.Employee.prototype.setProvinceReferencesId = function(value) {
|
|
|
1384
1384
|
* optional Province province = 26;
|
|
1385
1385
|
* @return {?proto.Province}
|
|
1386
1386
|
*/
|
|
1387
|
-
proto.Employee.prototype.getProvince = function() {
|
|
1387
|
+
proto.prisca.v1.core.employee.Employee.prototype.getProvince = function() {
|
|
1388
1388
|
return /** @type{?proto.Province} */ (
|
|
1389
1389
|
jspb.Message.getWrapperField(this, prisca_v1_core_location_location_pb.Province, 26));
|
|
1390
1390
|
};
|
|
@@ -1392,18 +1392,18 @@ proto.Employee.prototype.getProvince = function() {
|
|
|
1392
1392
|
|
|
1393
1393
|
/**
|
|
1394
1394
|
* @param {?proto.Province|undefined} value
|
|
1395
|
-
* @return {!proto.Employee} returns this
|
|
1395
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1396
1396
|
*/
|
|
1397
|
-
proto.Employee.prototype.setProvince = function(value) {
|
|
1397
|
+
proto.prisca.v1.core.employee.Employee.prototype.setProvince = function(value) {
|
|
1398
1398
|
return jspb.Message.setWrapperField(this, 26, value);
|
|
1399
1399
|
};
|
|
1400
1400
|
|
|
1401
1401
|
|
|
1402
1402
|
/**
|
|
1403
1403
|
* Clears the message field making it undefined.
|
|
1404
|
-
* @return {!proto.Employee} returns this
|
|
1404
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1405
1405
|
*/
|
|
1406
|
-
proto.Employee.prototype.clearProvince = function() {
|
|
1406
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearProvince = function() {
|
|
1407
1407
|
return this.setProvince(undefined);
|
|
1408
1408
|
};
|
|
1409
1409
|
|
|
@@ -1412,7 +1412,7 @@ proto.Employee.prototype.clearProvince = function() {
|
|
|
1412
1412
|
* Returns whether this field is set.
|
|
1413
1413
|
* @return {boolean}
|
|
1414
1414
|
*/
|
|
1415
|
-
proto.Employee.prototype.hasProvince = function() {
|
|
1415
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasProvince = function() {
|
|
1416
1416
|
return jspb.Message.getField(this, 26) != null;
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
@@ -1421,16 +1421,16 @@ proto.Employee.prototype.hasProvince = function() {
|
|
|
1421
1421
|
* optional string companies_references_id = 27;
|
|
1422
1422
|
* @return {string}
|
|
1423
1423
|
*/
|
|
1424
|
-
proto.Employee.prototype.getCompaniesReferencesId = function() {
|
|
1424
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCompaniesReferencesId = function() {
|
|
1425
1425
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
|
|
1426
1426
|
};
|
|
1427
1427
|
|
|
1428
1428
|
|
|
1429
1429
|
/**
|
|
1430
1430
|
* @param {string} value
|
|
1431
|
-
* @return {!proto.Employee} returns this
|
|
1431
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1432
1432
|
*/
|
|
1433
|
-
proto.Employee.prototype.setCompaniesReferencesId = function(value) {
|
|
1433
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCompaniesReferencesId = function(value) {
|
|
1434
1434
|
return jspb.Message.setProto3StringField(this, 27, value);
|
|
1435
1435
|
};
|
|
1436
1436
|
|
|
@@ -1439,7 +1439,7 @@ proto.Employee.prototype.setCompaniesReferencesId = function(value) {
|
|
|
1439
1439
|
* optional BaseCompanyParent companies = 28;
|
|
1440
1440
|
* @return {?proto.BaseCompanyParent}
|
|
1441
1441
|
*/
|
|
1442
|
-
proto.Employee.prototype.getCompanies = function() {
|
|
1442
|
+
proto.prisca.v1.core.employee.Employee.prototype.getCompanies = function() {
|
|
1443
1443
|
return /** @type{?proto.BaseCompanyParent} */ (
|
|
1444
1444
|
jspb.Message.getWrapperField(this, prisca_v1_core_company_company_pb.BaseCompanyParent, 28));
|
|
1445
1445
|
};
|
|
@@ -1447,18 +1447,18 @@ proto.Employee.prototype.getCompanies = function() {
|
|
|
1447
1447
|
|
|
1448
1448
|
/**
|
|
1449
1449
|
* @param {?proto.BaseCompanyParent|undefined} value
|
|
1450
|
-
* @return {!proto.Employee} returns this
|
|
1450
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1451
1451
|
*/
|
|
1452
|
-
proto.Employee.prototype.setCompanies = function(value) {
|
|
1452
|
+
proto.prisca.v1.core.employee.Employee.prototype.setCompanies = function(value) {
|
|
1453
1453
|
return jspb.Message.setWrapperField(this, 28, value);
|
|
1454
1454
|
};
|
|
1455
1455
|
|
|
1456
1456
|
|
|
1457
1457
|
/**
|
|
1458
1458
|
* Clears the message field making it undefined.
|
|
1459
|
-
* @return {!proto.Employee} returns this
|
|
1459
|
+
* @return {!proto.prisca.v1.core.employee.Employee} returns this
|
|
1460
1460
|
*/
|
|
1461
|
-
proto.Employee.prototype.clearCompanies = function() {
|
|
1461
|
+
proto.prisca.v1.core.employee.Employee.prototype.clearCompanies = function() {
|
|
1462
1462
|
return this.setCompanies(undefined);
|
|
1463
1463
|
};
|
|
1464
1464
|
|
|
@@ -1467,7 +1467,7 @@ proto.Employee.prototype.clearCompanies = function() {
|
|
|
1467
1467
|
* Returns whether this field is set.
|
|
1468
1468
|
* @return {boolean}
|
|
1469
1469
|
*/
|
|
1470
|
-
proto.Employee.prototype.hasCompanies = function() {
|
|
1470
|
+
proto.prisca.v1.core.employee.Employee.prototype.hasCompanies = function() {
|
|
1471
1471
|
return jspb.Message.getField(this, 28) != null;
|
|
1472
1472
|
};
|
|
1473
1473
|
|
|
@@ -1488,8 +1488,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1488
1488
|
* http://goto/soy-param-migration
|
|
1489
1489
|
* @return {!Object}
|
|
1490
1490
|
*/
|
|
1491
|
-
proto.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
|
|
1492
|
-
return proto.BaseEmployee.toObject(opt_includeInstance, this);
|
|
1491
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
|
|
1492
|
+
return proto.prisca.v1.core.employee.BaseEmployee.toObject(opt_includeInstance, this);
|
|
1493
1493
|
};
|
|
1494
1494
|
|
|
1495
1495
|
|
|
@@ -1498,11 +1498,11 @@ proto.BaseEmployee.prototype.toObject = function(opt_includeInstance) {
|
|
|
1498
1498
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1499
1499
|
* the JSPB instance for transitional soy proto support:
|
|
1500
1500
|
* http://goto/soy-param-migration
|
|
1501
|
-
* @param {!proto.BaseEmployee} msg The msg instance to transform.
|
|
1501
|
+
* @param {!proto.prisca.v1.core.employee.BaseEmployee} msg The msg instance to transform.
|
|
1502
1502
|
* @return {!Object}
|
|
1503
1503
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1504
1504
|
*/
|
|
1505
|
-
proto.BaseEmployee.toObject = function(includeInstance, msg) {
|
|
1505
|
+
proto.prisca.v1.core.employee.BaseEmployee.toObject = function(includeInstance, msg) {
|
|
1506
1506
|
var f, obj = {
|
|
1507
1507
|
nik: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1508
1508
|
fullName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -1534,23 +1534,23 @@ companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 17, "")
|
|
|
1534
1534
|
/**
|
|
1535
1535
|
* Deserializes binary data (in protobuf wire format).
|
|
1536
1536
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1537
|
-
* @return {!proto.BaseEmployee}
|
|
1537
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee}
|
|
1538
1538
|
*/
|
|
1539
|
-
proto.BaseEmployee.deserializeBinary = function(bytes) {
|
|
1539
|
+
proto.prisca.v1.core.employee.BaseEmployee.deserializeBinary = function(bytes) {
|
|
1540
1540
|
var reader = new jspb.BinaryReader(bytes);
|
|
1541
|
-
var msg = new proto.BaseEmployee;
|
|
1542
|
-
return proto.BaseEmployee.deserializeBinaryFromReader(msg, reader);
|
|
1541
|
+
var msg = new proto.prisca.v1.core.employee.BaseEmployee;
|
|
1542
|
+
return proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader(msg, reader);
|
|
1543
1543
|
};
|
|
1544
1544
|
|
|
1545
1545
|
|
|
1546
1546
|
/**
|
|
1547
1547
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1548
1548
|
* given reader into the given message object.
|
|
1549
|
-
* @param {!proto.BaseEmployee} msg The message object to deserialize into.
|
|
1549
|
+
* @param {!proto.prisca.v1.core.employee.BaseEmployee} msg The message object to deserialize into.
|
|
1550
1550
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1551
|
-
* @return {!proto.BaseEmployee}
|
|
1551
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee}
|
|
1552
1552
|
*/
|
|
1553
|
-
proto.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
|
|
1553
|
+
proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
|
|
1554
1554
|
while (reader.nextField()) {
|
|
1555
1555
|
if (reader.isEndGroup()) {
|
|
1556
1556
|
break;
|
|
@@ -1638,9 +1638,9 @@ proto.BaseEmployee.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
1638
1638
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1639
1639
|
* @return {!Uint8Array}
|
|
1640
1640
|
*/
|
|
1641
|
-
proto.BaseEmployee.prototype.serializeBinary = function() {
|
|
1641
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.serializeBinary = function() {
|
|
1642
1642
|
var writer = new jspb.BinaryWriter();
|
|
1643
|
-
proto.BaseEmployee.serializeBinaryToWriter(this, writer);
|
|
1643
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter(this, writer);
|
|
1644
1644
|
return writer.getResultBuffer();
|
|
1645
1645
|
};
|
|
1646
1646
|
|
|
@@ -1648,11 +1648,11 @@ proto.BaseEmployee.prototype.serializeBinary = function() {
|
|
|
1648
1648
|
/**
|
|
1649
1649
|
* Serializes the given message to binary data (in protobuf wire
|
|
1650
1650
|
* format), writing to the given BinaryWriter.
|
|
1651
|
-
* @param {!proto.BaseEmployee} message
|
|
1651
|
+
* @param {!proto.prisca.v1.core.employee.BaseEmployee} message
|
|
1652
1652
|
* @param {!jspb.BinaryWriter} writer
|
|
1653
1653
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1654
1654
|
*/
|
|
1655
|
-
proto.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
|
|
1655
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
|
|
1656
1656
|
var f = undefined;
|
|
1657
1657
|
f = message.getNik();
|
|
1658
1658
|
if (f.length > 0) {
|
|
@@ -1780,16 +1780,16 @@ proto.BaseEmployee.serializeBinaryToWriter = function(message, writer) {
|
|
|
1780
1780
|
* optional string nik = 1;
|
|
1781
1781
|
* @return {string}
|
|
1782
1782
|
*/
|
|
1783
|
-
proto.BaseEmployee.prototype.getNik = function() {
|
|
1783
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getNik = function() {
|
|
1784
1784
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1785
1785
|
};
|
|
1786
1786
|
|
|
1787
1787
|
|
|
1788
1788
|
/**
|
|
1789
1789
|
* @param {string} value
|
|
1790
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1790
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1791
1791
|
*/
|
|
1792
|
-
proto.BaseEmployee.prototype.setNik = function(value) {
|
|
1792
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setNik = function(value) {
|
|
1793
1793
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1794
1794
|
};
|
|
1795
1795
|
|
|
@@ -1798,16 +1798,16 @@ proto.BaseEmployee.prototype.setNik = function(value) {
|
|
|
1798
1798
|
* optional string full_name = 2;
|
|
1799
1799
|
* @return {string}
|
|
1800
1800
|
*/
|
|
1801
|
-
proto.BaseEmployee.prototype.getFullName = function() {
|
|
1801
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getFullName = function() {
|
|
1802
1802
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
1803
1803
|
};
|
|
1804
1804
|
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
1807
|
* @param {string} value
|
|
1808
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1808
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1809
1809
|
*/
|
|
1810
|
-
proto.BaseEmployee.prototype.setFullName = function(value) {
|
|
1810
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setFullName = function(value) {
|
|
1811
1811
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
1812
1812
|
};
|
|
1813
1813
|
|
|
@@ -1816,16 +1816,16 @@ proto.BaseEmployee.prototype.setFullName = function(value) {
|
|
|
1816
1816
|
* optional string address = 3;
|
|
1817
1817
|
* @return {string}
|
|
1818
1818
|
*/
|
|
1819
|
-
proto.BaseEmployee.prototype.getAddress = function() {
|
|
1819
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getAddress = function() {
|
|
1820
1820
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
1821
1821
|
};
|
|
1822
1822
|
|
|
1823
1823
|
|
|
1824
1824
|
/**
|
|
1825
1825
|
* @param {string} value
|
|
1826
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1826
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1827
1827
|
*/
|
|
1828
|
-
proto.BaseEmployee.prototype.setAddress = function(value) {
|
|
1828
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setAddress = function(value) {
|
|
1829
1829
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
1830
1830
|
};
|
|
1831
1831
|
|
|
@@ -1834,16 +1834,16 @@ proto.BaseEmployee.prototype.setAddress = function(value) {
|
|
|
1834
1834
|
* optional string email = 4;
|
|
1835
1835
|
* @return {string}
|
|
1836
1836
|
*/
|
|
1837
|
-
proto.BaseEmployee.prototype.getEmail = function() {
|
|
1837
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getEmail = function() {
|
|
1838
1838
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
1839
1839
|
};
|
|
1840
1840
|
|
|
1841
1841
|
|
|
1842
1842
|
/**
|
|
1843
1843
|
* @param {string} value
|
|
1844
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1844
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1845
1845
|
*/
|
|
1846
|
-
proto.BaseEmployee.prototype.setEmail = function(value) {
|
|
1846
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setEmail = function(value) {
|
|
1847
1847
|
return jspb.Message.setProto3StringField(this, 4, value);
|
|
1848
1848
|
};
|
|
1849
1849
|
|
|
@@ -1852,16 +1852,16 @@ proto.BaseEmployee.prototype.setEmail = function(value) {
|
|
|
1852
1852
|
* optional string phone_number = 5;
|
|
1853
1853
|
* @return {string}
|
|
1854
1854
|
*/
|
|
1855
|
-
proto.BaseEmployee.prototype.getPhoneNumber = function() {
|
|
1855
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getPhoneNumber = function() {
|
|
1856
1856
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
1857
1857
|
};
|
|
1858
1858
|
|
|
1859
1859
|
|
|
1860
1860
|
/**
|
|
1861
1861
|
* @param {string} value
|
|
1862
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1862
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1863
1863
|
*/
|
|
1864
|
-
proto.BaseEmployee.prototype.setPhoneNumber = function(value) {
|
|
1864
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setPhoneNumber = function(value) {
|
|
1865
1865
|
return jspb.Message.setProto3StringField(this, 5, value);
|
|
1866
1866
|
};
|
|
1867
1867
|
|
|
@@ -1870,16 +1870,16 @@ proto.BaseEmployee.prototype.setPhoneNumber = function(value) {
|
|
|
1870
1870
|
* optional string organization_references_id = 6;
|
|
1871
1871
|
* @return {string}
|
|
1872
1872
|
*/
|
|
1873
|
-
proto.BaseEmployee.prototype.getOrganizationReferencesId = function() {
|
|
1873
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getOrganizationReferencesId = function() {
|
|
1874
1874
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
1875
1875
|
};
|
|
1876
1876
|
|
|
1877
1877
|
|
|
1878
1878
|
/**
|
|
1879
1879
|
* @param {string} value
|
|
1880
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1880
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1881
1881
|
*/
|
|
1882
|
-
proto.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
|
|
1882
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
|
|
1883
1883
|
return jspb.Message.setProto3StringField(this, 6, value);
|
|
1884
1884
|
};
|
|
1885
1885
|
|
|
@@ -1888,16 +1888,16 @@ proto.BaseEmployee.prototype.setOrganizationReferencesId = function(value) {
|
|
|
1888
1888
|
* optional string work_location_references_id = 7;
|
|
1889
1889
|
* @return {string}
|
|
1890
1890
|
*/
|
|
1891
|
-
proto.BaseEmployee.prototype.getWorkLocationReferencesId = function() {
|
|
1891
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getWorkLocationReferencesId = function() {
|
|
1892
1892
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
1893
1893
|
};
|
|
1894
1894
|
|
|
1895
1895
|
|
|
1896
1896
|
/**
|
|
1897
1897
|
* @param {string} value
|
|
1898
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1898
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1899
1899
|
*/
|
|
1900
|
-
proto.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
|
|
1900
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
|
|
1901
1901
|
return jspb.Message.setProto3StringField(this, 7, value);
|
|
1902
1902
|
};
|
|
1903
1903
|
|
|
@@ -1906,16 +1906,16 @@ proto.BaseEmployee.prototype.setWorkLocationReferencesId = function(value) {
|
|
|
1906
1906
|
* optional string job_position_references_id = 8;
|
|
1907
1907
|
* @return {string}
|
|
1908
1908
|
*/
|
|
1909
|
-
proto.BaseEmployee.prototype.getJobPositionReferencesId = function() {
|
|
1909
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobPositionReferencesId = function() {
|
|
1910
1910
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
1911
1911
|
};
|
|
1912
1912
|
|
|
1913
1913
|
|
|
1914
1914
|
/**
|
|
1915
1915
|
* @param {string} value
|
|
1916
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1916
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1917
1917
|
*/
|
|
1918
|
-
proto.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
|
|
1918
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
|
|
1919
1919
|
return jspb.Message.setProto3StringField(this, 8, value);
|
|
1920
1920
|
};
|
|
1921
1921
|
|
|
@@ -1924,16 +1924,16 @@ proto.BaseEmployee.prototype.setJobPositionReferencesId = function(value) {
|
|
|
1924
1924
|
* optional string job_grade_references_id = 9;
|
|
1925
1925
|
* @return {string}
|
|
1926
1926
|
*/
|
|
1927
|
-
proto.BaseEmployee.prototype.getJobGradeReferencesId = function() {
|
|
1927
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobGradeReferencesId = function() {
|
|
1928
1928
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
1929
1929
|
};
|
|
1930
1930
|
|
|
1931
1931
|
|
|
1932
1932
|
/**
|
|
1933
1933
|
* @param {string} value
|
|
1934
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1934
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1935
1935
|
*/
|
|
1936
|
-
proto.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
|
|
1936
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
|
|
1937
1937
|
return jspb.Message.setProto3StringField(this, 9, value);
|
|
1938
1938
|
};
|
|
1939
1939
|
|
|
@@ -1942,16 +1942,16 @@ proto.BaseEmployee.prototype.setJobGradeReferencesId = function(value) {
|
|
|
1942
1942
|
* optional string job_title_references_id = 10;
|
|
1943
1943
|
* @return {string}
|
|
1944
1944
|
*/
|
|
1945
|
-
proto.BaseEmployee.prototype.getJobTitleReferencesId = function() {
|
|
1945
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getJobTitleReferencesId = function() {
|
|
1946
1946
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
1947
1947
|
};
|
|
1948
1948
|
|
|
1949
1949
|
|
|
1950
1950
|
/**
|
|
1951
1951
|
* @param {string} value
|
|
1952
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1952
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1953
1953
|
*/
|
|
1954
|
-
proto.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
|
|
1954
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
|
|
1955
1955
|
return jspb.Message.setProto3StringField(this, 10, value);
|
|
1956
1956
|
};
|
|
1957
1957
|
|
|
@@ -1960,16 +1960,16 @@ proto.BaseEmployee.prototype.setJobTitleReferencesId = function(value) {
|
|
|
1960
1960
|
* optional string references_id = 11;
|
|
1961
1961
|
* @return {string}
|
|
1962
1962
|
*/
|
|
1963
|
-
proto.BaseEmployee.prototype.getReferencesId = function() {
|
|
1963
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getReferencesId = function() {
|
|
1964
1964
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
1965
1965
|
};
|
|
1966
1966
|
|
|
1967
1967
|
|
|
1968
1968
|
/**
|
|
1969
1969
|
* @param {string} value
|
|
1970
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1970
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1971
1971
|
*/
|
|
1972
|
-
proto.BaseEmployee.prototype.setReferencesId = function(value) {
|
|
1972
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setReferencesId = function(value) {
|
|
1973
1973
|
return jspb.Message.setProto3StringField(this, 11, value);
|
|
1974
1974
|
};
|
|
1975
1975
|
|
|
@@ -1978,16 +1978,16 @@ proto.BaseEmployee.prototype.setReferencesId = function(value) {
|
|
|
1978
1978
|
* optional string country_references_id = 12;
|
|
1979
1979
|
* @return {string}
|
|
1980
1980
|
*/
|
|
1981
|
-
proto.BaseEmployee.prototype.getCountryReferencesId = function() {
|
|
1981
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getCountryReferencesId = function() {
|
|
1982
1982
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
1983
1983
|
};
|
|
1984
1984
|
|
|
1985
1985
|
|
|
1986
1986
|
/**
|
|
1987
1987
|
* @param {string} value
|
|
1988
|
-
* @return {!proto.BaseEmployee} returns this
|
|
1988
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
1989
1989
|
*/
|
|
1990
|
-
proto.BaseEmployee.prototype.setCountryReferencesId = function(value) {
|
|
1990
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setCountryReferencesId = function(value) {
|
|
1991
1991
|
return jspb.Message.setProto3StringField(this, 12, value);
|
|
1992
1992
|
};
|
|
1993
1993
|
|
|
@@ -1996,16 +1996,16 @@ proto.BaseEmployee.prototype.setCountryReferencesId = function(value) {
|
|
|
1996
1996
|
* optional string village_references_id = 13;
|
|
1997
1997
|
* @return {string}
|
|
1998
1998
|
*/
|
|
1999
|
-
proto.BaseEmployee.prototype.getVillageReferencesId = function() {
|
|
1999
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getVillageReferencesId = function() {
|
|
2000
2000
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
2001
2001
|
};
|
|
2002
2002
|
|
|
2003
2003
|
|
|
2004
2004
|
/**
|
|
2005
2005
|
* @param {string} value
|
|
2006
|
-
* @return {!proto.BaseEmployee} returns this
|
|
2006
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
2007
2007
|
*/
|
|
2008
|
-
proto.BaseEmployee.prototype.setVillageReferencesId = function(value) {
|
|
2008
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setVillageReferencesId = function(value) {
|
|
2009
2009
|
return jspb.Message.setProto3StringField(this, 13, value);
|
|
2010
2010
|
};
|
|
2011
2011
|
|
|
@@ -2014,16 +2014,16 @@ proto.BaseEmployee.prototype.setVillageReferencesId = function(value) {
|
|
|
2014
2014
|
* optional string city_references_id = 14;
|
|
2015
2015
|
* @return {string}
|
|
2016
2016
|
*/
|
|
2017
|
-
proto.BaseEmployee.prototype.getCityReferencesId = function() {
|
|
2017
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getCityReferencesId = function() {
|
|
2018
2018
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
2019
2019
|
};
|
|
2020
2020
|
|
|
2021
2021
|
|
|
2022
2022
|
/**
|
|
2023
2023
|
* @param {string} value
|
|
2024
|
-
* @return {!proto.BaseEmployee} returns this
|
|
2024
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
2025
2025
|
*/
|
|
2026
|
-
proto.BaseEmployee.prototype.setCityReferencesId = function(value) {
|
|
2026
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setCityReferencesId = function(value) {
|
|
2027
2027
|
return jspb.Message.setProto3StringField(this, 14, value);
|
|
2028
2028
|
};
|
|
2029
2029
|
|
|
@@ -2032,16 +2032,16 @@ proto.BaseEmployee.prototype.setCityReferencesId = function(value) {
|
|
|
2032
2032
|
* optional string district_references_id = 15;
|
|
2033
2033
|
* @return {string}
|
|
2034
2034
|
*/
|
|
2035
|
-
proto.BaseEmployee.prototype.getDistrictReferencesId = function() {
|
|
2035
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getDistrictReferencesId = function() {
|
|
2036
2036
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
2037
2037
|
};
|
|
2038
2038
|
|
|
2039
2039
|
|
|
2040
2040
|
/**
|
|
2041
2041
|
* @param {string} value
|
|
2042
|
-
* @return {!proto.BaseEmployee} returns this
|
|
2042
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
2043
2043
|
*/
|
|
2044
|
-
proto.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
|
|
2044
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
|
|
2045
2045
|
return jspb.Message.setProto3StringField(this, 15, value);
|
|
2046
2046
|
};
|
|
2047
2047
|
|
|
@@ -2050,16 +2050,16 @@ proto.BaseEmployee.prototype.setDistrictReferencesId = function(value) {
|
|
|
2050
2050
|
* optional string province_references_id = 16;
|
|
2051
2051
|
* @return {string}
|
|
2052
2052
|
*/
|
|
2053
|
-
proto.BaseEmployee.prototype.getProvinceReferencesId = function() {
|
|
2053
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getProvinceReferencesId = function() {
|
|
2054
2054
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
2055
2055
|
};
|
|
2056
2056
|
|
|
2057
2057
|
|
|
2058
2058
|
/**
|
|
2059
2059
|
* @param {string} value
|
|
2060
|
-
* @return {!proto.BaseEmployee} returns this
|
|
2060
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
2061
2061
|
*/
|
|
2062
|
-
proto.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
|
|
2062
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
|
|
2063
2063
|
return jspb.Message.setProto3StringField(this, 16, value);
|
|
2064
2064
|
};
|
|
2065
2065
|
|
|
@@ -2068,16 +2068,16 @@ proto.BaseEmployee.prototype.setProvinceReferencesId = function(value) {
|
|
|
2068
2068
|
* optional string companies_references_id = 17;
|
|
2069
2069
|
* @return {string}
|
|
2070
2070
|
*/
|
|
2071
|
-
proto.BaseEmployee.prototype.getCompaniesReferencesId = function() {
|
|
2071
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.getCompaniesReferencesId = function() {
|
|
2072
2072
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
2073
2073
|
};
|
|
2074
2074
|
|
|
2075
2075
|
|
|
2076
2076
|
/**
|
|
2077
2077
|
* @param {string} value
|
|
2078
|
-
* @return {!proto.BaseEmployee} returns this
|
|
2078
|
+
* @return {!proto.prisca.v1.core.employee.BaseEmployee} returns this
|
|
2079
2079
|
*/
|
|
2080
|
-
proto.BaseEmployee.prototype.setCompaniesReferencesId = function(value) {
|
|
2080
|
+
proto.prisca.v1.core.employee.BaseEmployee.prototype.setCompaniesReferencesId = function(value) {
|
|
2081
2081
|
return jspb.Message.setProto3StringField(this, 17, value);
|
|
2082
2082
|
};
|
|
2083
2083
|
|
|
@@ -2098,8 +2098,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2098
2098
|
* http://goto/soy-param-migration
|
|
2099
2099
|
* @return {!Object}
|
|
2100
2100
|
*/
|
|
2101
|
-
proto.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2102
|
-
return proto.GetEmployeeByIdRequest.toObject(opt_includeInstance, this);
|
|
2101
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2102
|
+
return proto.prisca.v1.core.employee.GetEmployeeByIdRequest.toObject(opt_includeInstance, this);
|
|
2103
2103
|
};
|
|
2104
2104
|
|
|
2105
2105
|
|
|
@@ -2108,11 +2108,11 @@ proto.GetEmployeeByIdRequest.prototype.toObject = function(opt_includeInstance)
|
|
|
2108
2108
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2109
2109
|
* the JSPB instance for transitional soy proto support:
|
|
2110
2110
|
* http://goto/soy-param-migration
|
|
2111
|
-
* @param {!proto.GetEmployeeByIdRequest} msg The msg instance to transform.
|
|
2111
|
+
* @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} msg The msg instance to transform.
|
|
2112
2112
|
* @return {!Object}
|
|
2113
2113
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2114
2114
|
*/
|
|
2115
|
-
proto.GetEmployeeByIdRequest.toObject = function(includeInstance, msg) {
|
|
2115
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.toObject = function(includeInstance, msg) {
|
|
2116
2116
|
var f, obj = {
|
|
2117
2117
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
2118
2118
|
};
|
|
@@ -2128,23 +2128,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
|
2128
2128
|
/**
|
|
2129
2129
|
* Deserializes binary data (in protobuf wire format).
|
|
2130
2130
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2131
|
-
* @return {!proto.GetEmployeeByIdRequest}
|
|
2131
|
+
* @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest}
|
|
2132
2132
|
*/
|
|
2133
|
-
proto.GetEmployeeByIdRequest.deserializeBinary = function(bytes) {
|
|
2133
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinary = function(bytes) {
|
|
2134
2134
|
var reader = new jspb.BinaryReader(bytes);
|
|
2135
|
-
var msg = new proto.GetEmployeeByIdRequest;
|
|
2136
|
-
return proto.GetEmployeeByIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
2135
|
+
var msg = new proto.prisca.v1.core.employee.GetEmployeeByIdRequest;
|
|
2136
|
+
return proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
2137
2137
|
};
|
|
2138
2138
|
|
|
2139
2139
|
|
|
2140
2140
|
/**
|
|
2141
2141
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2142
2142
|
* given reader into the given message object.
|
|
2143
|
-
* @param {!proto.GetEmployeeByIdRequest} msg The message object to deserialize into.
|
|
2143
|
+
* @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} msg The message object to deserialize into.
|
|
2144
2144
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2145
|
-
* @return {!proto.GetEmployeeByIdRequest}
|
|
2145
|
+
* @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest}
|
|
2146
2146
|
*/
|
|
2147
|
-
proto.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2147
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2148
2148
|
while (reader.nextField()) {
|
|
2149
2149
|
if (reader.isEndGroup()) {
|
|
2150
2150
|
break;
|
|
@@ -2168,9 +2168,9 @@ proto.GetEmployeeByIdRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2168
2168
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2169
2169
|
* @return {!Uint8Array}
|
|
2170
2170
|
*/
|
|
2171
|
-
proto.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
|
|
2171
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
|
|
2172
2172
|
var writer = new jspb.BinaryWriter();
|
|
2173
|
-
proto.GetEmployeeByIdRequest.serializeBinaryToWriter(this, writer);
|
|
2173
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.serializeBinaryToWriter(this, writer);
|
|
2174
2174
|
return writer.getResultBuffer();
|
|
2175
2175
|
};
|
|
2176
2176
|
|
|
@@ -2178,11 +2178,11 @@ proto.GetEmployeeByIdRequest.prototype.serializeBinary = function() {
|
|
|
2178
2178
|
/**
|
|
2179
2179
|
* Serializes the given message to binary data (in protobuf wire
|
|
2180
2180
|
* format), writing to the given BinaryWriter.
|
|
2181
|
-
* @param {!proto.GetEmployeeByIdRequest} message
|
|
2181
|
+
* @param {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} message
|
|
2182
2182
|
* @param {!jspb.BinaryWriter} writer
|
|
2183
2183
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2184
2184
|
*/
|
|
2185
|
-
proto.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2185
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2186
2186
|
var f = undefined;
|
|
2187
2187
|
f = message.getReferencesId();
|
|
2188
2188
|
if (f.length > 0) {
|
|
@@ -2198,16 +2198,16 @@ proto.GetEmployeeByIdRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2198
2198
|
* optional string references_id = 1;
|
|
2199
2199
|
* @return {string}
|
|
2200
2200
|
*/
|
|
2201
|
-
proto.GetEmployeeByIdRequest.prototype.getReferencesId = function() {
|
|
2201
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.getReferencesId = function() {
|
|
2202
2202
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2203
2203
|
};
|
|
2204
2204
|
|
|
2205
2205
|
|
|
2206
2206
|
/**
|
|
2207
2207
|
* @param {string} value
|
|
2208
|
-
* @return {!proto.GetEmployeeByIdRequest} returns this
|
|
2208
|
+
* @return {!proto.prisca.v1.core.employee.GetEmployeeByIdRequest} returns this
|
|
2209
2209
|
*/
|
|
2210
|
-
proto.GetEmployeeByIdRequest.prototype.setReferencesId = function(value) {
|
|
2210
|
+
proto.prisca.v1.core.employee.GetEmployeeByIdRequest.prototype.setReferencesId = function(value) {
|
|
2211
2211
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2212
2212
|
};
|
|
2213
2213
|
|
|
@@ -2228,8 +2228,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2228
2228
|
* http://goto/soy-param-migration
|
|
2229
2229
|
* @return {!Object}
|
|
2230
2230
|
*/
|
|
2231
|
-
proto.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2232
|
-
return proto.CreateEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2231
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2232
|
+
return proto.prisca.v1.core.employee.CreateEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2233
2233
|
};
|
|
2234
2234
|
|
|
2235
2235
|
|
|
@@ -2238,13 +2238,13 @@ proto.CreateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
|
2238
2238
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2239
2239
|
* the JSPB instance for transitional soy proto support:
|
|
2240
2240
|
* http://goto/soy-param-migration
|
|
2241
|
-
* @param {!proto.CreateEmployeeRequest} msg The msg instance to transform.
|
|
2241
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} msg The msg instance to transform.
|
|
2242
2242
|
* @return {!Object}
|
|
2243
2243
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2244
2244
|
*/
|
|
2245
|
-
proto.CreateEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2245
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2246
2246
|
var f, obj = {
|
|
2247
|
-
employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f)
|
|
2247
|
+
employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f)
|
|
2248
2248
|
};
|
|
2249
2249
|
|
|
2250
2250
|
if (includeInstance) {
|
|
@@ -2258,23 +2258,23 @@ employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance
|
|
|
2258
2258
|
/**
|
|
2259
2259
|
* Deserializes binary data (in protobuf wire format).
|
|
2260
2260
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2261
|
-
* @return {!proto.CreateEmployeeRequest}
|
|
2261
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest}
|
|
2262
2262
|
*/
|
|
2263
|
-
proto.CreateEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2263
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2264
2264
|
var reader = new jspb.BinaryReader(bytes);
|
|
2265
|
-
var msg = new proto.CreateEmployeeRequest;
|
|
2266
|
-
return proto.CreateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2265
|
+
var msg = new proto.prisca.v1.core.employee.CreateEmployeeRequest;
|
|
2266
|
+
return proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2267
2267
|
};
|
|
2268
2268
|
|
|
2269
2269
|
|
|
2270
2270
|
/**
|
|
2271
2271
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2272
2272
|
* given reader into the given message object.
|
|
2273
|
-
* @param {!proto.CreateEmployeeRequest} msg The message object to deserialize into.
|
|
2273
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} msg The message object to deserialize into.
|
|
2274
2274
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2275
|
-
* @return {!proto.CreateEmployeeRequest}
|
|
2275
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest}
|
|
2276
2276
|
*/
|
|
2277
|
-
proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2277
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2278
2278
|
while (reader.nextField()) {
|
|
2279
2279
|
if (reader.isEndGroup()) {
|
|
2280
2280
|
break;
|
|
@@ -2282,8 +2282,8 @@ proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2282
2282
|
var field = reader.getFieldNumber();
|
|
2283
2283
|
switch (field) {
|
|
2284
2284
|
case 1:
|
|
2285
|
-
var value = new proto.BaseEmployee;
|
|
2286
|
-
reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
|
|
2285
|
+
var value = new proto.prisca.v1.core.employee.BaseEmployee;
|
|
2286
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
|
|
2287
2287
|
msg.setEmployee(value);
|
|
2288
2288
|
break;
|
|
2289
2289
|
default:
|
|
@@ -2299,9 +2299,9 @@ proto.CreateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2299
2299
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2300
2300
|
* @return {!Uint8Array}
|
|
2301
2301
|
*/
|
|
2302
|
-
proto.CreateEmployeeRequest.prototype.serializeBinary = function() {
|
|
2302
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.serializeBinary = function() {
|
|
2303
2303
|
var writer = new jspb.BinaryWriter();
|
|
2304
|
-
proto.CreateEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2304
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2305
2305
|
return writer.getResultBuffer();
|
|
2306
2306
|
};
|
|
2307
2307
|
|
|
@@ -2309,18 +2309,18 @@ proto.CreateEmployeeRequest.prototype.serializeBinary = function() {
|
|
|
2309
2309
|
/**
|
|
2310
2310
|
* Serializes the given message to binary data (in protobuf wire
|
|
2311
2311
|
* format), writing to the given BinaryWriter.
|
|
2312
|
-
* @param {!proto.CreateEmployeeRequest} message
|
|
2312
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeRequest} message
|
|
2313
2313
|
* @param {!jspb.BinaryWriter} writer
|
|
2314
2314
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2315
2315
|
*/
|
|
2316
|
-
proto.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2316
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2317
2317
|
var f = undefined;
|
|
2318
2318
|
f = message.getEmployee();
|
|
2319
2319
|
if (f != null) {
|
|
2320
2320
|
writer.writeMessage(
|
|
2321
2321
|
1,
|
|
2322
2322
|
f,
|
|
2323
|
-
proto.BaseEmployee.serializeBinaryToWriter
|
|
2323
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
|
|
2324
2324
|
);
|
|
2325
2325
|
}
|
|
2326
2326
|
};
|
|
@@ -2328,28 +2328,28 @@ proto.CreateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2328
2328
|
|
|
2329
2329
|
/**
|
|
2330
2330
|
* optional BaseEmployee employee = 1;
|
|
2331
|
-
* @return {?proto.BaseEmployee}
|
|
2331
|
+
* @return {?proto.prisca.v1.core.employee.BaseEmployee}
|
|
2332
2332
|
*/
|
|
2333
|
-
proto.CreateEmployeeRequest.prototype.getEmployee = function() {
|
|
2334
|
-
return /** @type{?proto.BaseEmployee} */ (
|
|
2335
|
-
jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
|
|
2333
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.getEmployee = function() {
|
|
2334
|
+
return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
|
|
2335
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
|
|
2336
2336
|
};
|
|
2337
2337
|
|
|
2338
2338
|
|
|
2339
2339
|
/**
|
|
2340
|
-
* @param {?proto.BaseEmployee|undefined} value
|
|
2341
|
-
* @return {!proto.CreateEmployeeRequest} returns this
|
|
2340
|
+
* @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
|
|
2341
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest} returns this
|
|
2342
2342
|
*/
|
|
2343
|
-
proto.CreateEmployeeRequest.prototype.setEmployee = function(value) {
|
|
2343
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.setEmployee = function(value) {
|
|
2344
2344
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
2345
2345
|
};
|
|
2346
2346
|
|
|
2347
2347
|
|
|
2348
2348
|
/**
|
|
2349
2349
|
* Clears the message field making it undefined.
|
|
2350
|
-
* @return {!proto.CreateEmployeeRequest} returns this
|
|
2350
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeRequest} returns this
|
|
2351
2351
|
*/
|
|
2352
|
-
proto.CreateEmployeeRequest.prototype.clearEmployee = function() {
|
|
2352
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.clearEmployee = function() {
|
|
2353
2353
|
return this.setEmployee(undefined);
|
|
2354
2354
|
};
|
|
2355
2355
|
|
|
@@ -2358,7 +2358,7 @@ proto.CreateEmployeeRequest.prototype.clearEmployee = function() {
|
|
|
2358
2358
|
* Returns whether this field is set.
|
|
2359
2359
|
* @return {boolean}
|
|
2360
2360
|
*/
|
|
2361
|
-
proto.CreateEmployeeRequest.prototype.hasEmployee = function() {
|
|
2361
|
+
proto.prisca.v1.core.employee.CreateEmployeeRequest.prototype.hasEmployee = function() {
|
|
2362
2362
|
return jspb.Message.getField(this, 1) != null;
|
|
2363
2363
|
};
|
|
2364
2364
|
|
|
@@ -2379,8 +2379,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2379
2379
|
* http://goto/soy-param-migration
|
|
2380
2380
|
* @return {!Object}
|
|
2381
2381
|
*/
|
|
2382
|
-
proto.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2383
|
-
return proto.UpdateEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2382
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2383
|
+
return proto.prisca.v1.core.employee.UpdateEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2384
2384
|
};
|
|
2385
2385
|
|
|
2386
2386
|
|
|
@@ -2389,14 +2389,14 @@ proto.UpdateEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
|
2389
2389
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2390
2390
|
* the JSPB instance for transitional soy proto support:
|
|
2391
2391
|
* http://goto/soy-param-migration
|
|
2392
|
-
* @param {!proto.UpdateEmployeeRequest} msg The msg instance to transform.
|
|
2392
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} msg The msg instance to transform.
|
|
2393
2393
|
* @return {!Object}
|
|
2394
2394
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2395
2395
|
*/
|
|
2396
|
-
proto.UpdateEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2396
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2397
2397
|
var f, obj = {
|
|
2398
2398
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2399
|
-
employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f)
|
|
2399
|
+
employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f)
|
|
2400
2400
|
};
|
|
2401
2401
|
|
|
2402
2402
|
if (includeInstance) {
|
|
@@ -2410,23 +2410,23 @@ employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance
|
|
|
2410
2410
|
/**
|
|
2411
2411
|
* Deserializes binary data (in protobuf wire format).
|
|
2412
2412
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2413
|
-
* @return {!proto.UpdateEmployeeRequest}
|
|
2413
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest}
|
|
2414
2414
|
*/
|
|
2415
|
-
proto.UpdateEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2415
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2416
2416
|
var reader = new jspb.BinaryReader(bytes);
|
|
2417
|
-
var msg = new proto.UpdateEmployeeRequest;
|
|
2418
|
-
return proto.UpdateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2417
|
+
var msg = new proto.prisca.v1.core.employee.UpdateEmployeeRequest;
|
|
2418
|
+
return proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2419
2419
|
};
|
|
2420
2420
|
|
|
2421
2421
|
|
|
2422
2422
|
/**
|
|
2423
2423
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2424
2424
|
* given reader into the given message object.
|
|
2425
|
-
* @param {!proto.UpdateEmployeeRequest} msg The message object to deserialize into.
|
|
2425
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} msg The message object to deserialize into.
|
|
2426
2426
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2427
|
-
* @return {!proto.UpdateEmployeeRequest}
|
|
2427
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest}
|
|
2428
2428
|
*/
|
|
2429
|
-
proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2429
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2430
2430
|
while (reader.nextField()) {
|
|
2431
2431
|
if (reader.isEndGroup()) {
|
|
2432
2432
|
break;
|
|
@@ -2438,8 +2438,8 @@ proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2438
2438
|
msg.setReferencesId(value);
|
|
2439
2439
|
break;
|
|
2440
2440
|
case 2:
|
|
2441
|
-
var value = new proto.BaseEmployee;
|
|
2442
|
-
reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
|
|
2441
|
+
var value = new proto.prisca.v1.core.employee.BaseEmployee;
|
|
2442
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
|
|
2443
2443
|
msg.setEmployee(value);
|
|
2444
2444
|
break;
|
|
2445
2445
|
default:
|
|
@@ -2455,9 +2455,9 @@ proto.UpdateEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2455
2455
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2456
2456
|
* @return {!Uint8Array}
|
|
2457
2457
|
*/
|
|
2458
|
-
proto.UpdateEmployeeRequest.prototype.serializeBinary = function() {
|
|
2458
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.serializeBinary = function() {
|
|
2459
2459
|
var writer = new jspb.BinaryWriter();
|
|
2460
|
-
proto.UpdateEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2460
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2461
2461
|
return writer.getResultBuffer();
|
|
2462
2462
|
};
|
|
2463
2463
|
|
|
@@ -2465,11 +2465,11 @@ proto.UpdateEmployeeRequest.prototype.serializeBinary = function() {
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
* Serializes the given message to binary data (in protobuf wire
|
|
2467
2467
|
* format), writing to the given BinaryWriter.
|
|
2468
|
-
* @param {!proto.UpdateEmployeeRequest} message
|
|
2468
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} message
|
|
2469
2469
|
* @param {!jspb.BinaryWriter} writer
|
|
2470
2470
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2471
2471
|
*/
|
|
2472
|
-
proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2472
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2473
2473
|
var f = undefined;
|
|
2474
2474
|
f = message.getReferencesId();
|
|
2475
2475
|
if (f.length > 0) {
|
|
@@ -2483,7 +2483,7 @@ proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2483
2483
|
writer.writeMessage(
|
|
2484
2484
|
2,
|
|
2485
2485
|
f,
|
|
2486
|
-
proto.BaseEmployee.serializeBinaryToWriter
|
|
2486
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
|
|
2487
2487
|
);
|
|
2488
2488
|
}
|
|
2489
2489
|
};
|
|
@@ -2493,44 +2493,44 @@ proto.UpdateEmployeeRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2493
2493
|
* optional string references_id = 1;
|
|
2494
2494
|
* @return {string}
|
|
2495
2495
|
*/
|
|
2496
|
-
proto.UpdateEmployeeRequest.prototype.getReferencesId = function() {
|
|
2496
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.getReferencesId = function() {
|
|
2497
2497
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2498
2498
|
};
|
|
2499
2499
|
|
|
2500
2500
|
|
|
2501
2501
|
/**
|
|
2502
2502
|
* @param {string} value
|
|
2503
|
-
* @return {!proto.UpdateEmployeeRequest} returns this
|
|
2503
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
|
|
2504
2504
|
*/
|
|
2505
|
-
proto.UpdateEmployeeRequest.prototype.setReferencesId = function(value) {
|
|
2505
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.setReferencesId = function(value) {
|
|
2506
2506
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2507
2507
|
};
|
|
2508
2508
|
|
|
2509
2509
|
|
|
2510
2510
|
/**
|
|
2511
2511
|
* optional BaseEmployee employee = 2;
|
|
2512
|
-
* @return {?proto.BaseEmployee}
|
|
2512
|
+
* @return {?proto.prisca.v1.core.employee.BaseEmployee}
|
|
2513
2513
|
*/
|
|
2514
|
-
proto.UpdateEmployeeRequest.prototype.getEmployee = function() {
|
|
2515
|
-
return /** @type{?proto.BaseEmployee} */ (
|
|
2516
|
-
jspb.Message.getWrapperField(this, proto.BaseEmployee, 2));
|
|
2514
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.getEmployee = function() {
|
|
2515
|
+
return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
|
|
2516
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 2));
|
|
2517
2517
|
};
|
|
2518
2518
|
|
|
2519
2519
|
|
|
2520
2520
|
/**
|
|
2521
|
-
* @param {?proto.BaseEmployee|undefined} value
|
|
2522
|
-
* @return {!proto.UpdateEmployeeRequest} returns this
|
|
2521
|
+
* @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
|
|
2522
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
|
|
2523
2523
|
*/
|
|
2524
|
-
proto.UpdateEmployeeRequest.prototype.setEmployee = function(value) {
|
|
2524
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.setEmployee = function(value) {
|
|
2525
2525
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
2526
2526
|
};
|
|
2527
2527
|
|
|
2528
2528
|
|
|
2529
2529
|
/**
|
|
2530
2530
|
* Clears the message field making it undefined.
|
|
2531
|
-
* @return {!proto.UpdateEmployeeRequest} returns this
|
|
2531
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeRequest} returns this
|
|
2532
2532
|
*/
|
|
2533
|
-
proto.UpdateEmployeeRequest.prototype.clearEmployee = function() {
|
|
2533
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.clearEmployee = function() {
|
|
2534
2534
|
return this.setEmployee(undefined);
|
|
2535
2535
|
};
|
|
2536
2536
|
|
|
@@ -2539,7 +2539,7 @@ proto.UpdateEmployeeRequest.prototype.clearEmployee = function() {
|
|
|
2539
2539
|
* Returns whether this field is set.
|
|
2540
2540
|
* @return {boolean}
|
|
2541
2541
|
*/
|
|
2542
|
-
proto.UpdateEmployeeRequest.prototype.hasEmployee = function() {
|
|
2542
|
+
proto.prisca.v1.core.employee.UpdateEmployeeRequest.prototype.hasEmployee = function() {
|
|
2543
2543
|
return jspb.Message.getField(this, 2) != null;
|
|
2544
2544
|
};
|
|
2545
2545
|
|
|
@@ -2560,8 +2560,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2560
2560
|
* http://goto/soy-param-migration
|
|
2561
2561
|
* @return {!Object}
|
|
2562
2562
|
*/
|
|
2563
|
-
proto.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2564
|
-
return proto.DeleteEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2563
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2564
|
+
return proto.prisca.v1.core.employee.DeleteEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2565
2565
|
};
|
|
2566
2566
|
|
|
2567
2567
|
|
|
@@ -2570,11 +2570,11 @@ proto.DeleteEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
|
2570
2570
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2571
2571
|
* the JSPB instance for transitional soy proto support:
|
|
2572
2572
|
* http://goto/soy-param-migration
|
|
2573
|
-
* @param {!proto.DeleteEmployeeRequest} msg The msg instance to transform.
|
|
2573
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} msg The msg instance to transform.
|
|
2574
2574
|
* @return {!Object}
|
|
2575
2575
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2576
2576
|
*/
|
|
2577
|
-
proto.DeleteEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2577
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2578
2578
|
var f, obj = {
|
|
2579
2579
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
2580
2580
|
};
|
|
@@ -2590,23 +2590,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
|
2590
2590
|
/**
|
|
2591
2591
|
* Deserializes binary data (in protobuf wire format).
|
|
2592
2592
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2593
|
-
* @return {!proto.DeleteEmployeeRequest}
|
|
2593
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest}
|
|
2594
2594
|
*/
|
|
2595
|
-
proto.DeleteEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2595
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2596
2596
|
var reader = new jspb.BinaryReader(bytes);
|
|
2597
|
-
var msg = new proto.DeleteEmployeeRequest;
|
|
2598
|
-
return proto.DeleteEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2597
|
+
var msg = new proto.prisca.v1.core.employee.DeleteEmployeeRequest;
|
|
2598
|
+
return proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2599
2599
|
};
|
|
2600
2600
|
|
|
2601
2601
|
|
|
2602
2602
|
/**
|
|
2603
2603
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2604
2604
|
* given reader into the given message object.
|
|
2605
|
-
* @param {!proto.DeleteEmployeeRequest} msg The message object to deserialize into.
|
|
2605
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} msg The message object to deserialize into.
|
|
2606
2606
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2607
|
-
* @return {!proto.DeleteEmployeeRequest}
|
|
2607
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest}
|
|
2608
2608
|
*/
|
|
2609
|
-
proto.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2609
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2610
2610
|
while (reader.nextField()) {
|
|
2611
2611
|
if (reader.isEndGroup()) {
|
|
2612
2612
|
break;
|
|
@@ -2630,9 +2630,9 @@ proto.DeleteEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2630
2630
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2631
2631
|
* @return {!Uint8Array}
|
|
2632
2632
|
*/
|
|
2633
|
-
proto.DeleteEmployeeRequest.prototype.serializeBinary = function() {
|
|
2633
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.serializeBinary = function() {
|
|
2634
2634
|
var writer = new jspb.BinaryWriter();
|
|
2635
|
-
proto.DeleteEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2635
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2636
2636
|
return writer.getResultBuffer();
|
|
2637
2637
|
};
|
|
2638
2638
|
|
|
@@ -2640,11 +2640,11 @@ proto.DeleteEmployeeRequest.prototype.serializeBinary = function() {
|
|
|
2640
2640
|
/**
|
|
2641
2641
|
* Serializes the given message to binary data (in protobuf wire
|
|
2642
2642
|
* format), writing to the given BinaryWriter.
|
|
2643
|
-
* @param {!proto.DeleteEmployeeRequest} message
|
|
2643
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} message
|
|
2644
2644
|
* @param {!jspb.BinaryWriter} writer
|
|
2645
2645
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2646
2646
|
*/
|
|
2647
|
-
proto.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2647
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2648
2648
|
var f = undefined;
|
|
2649
2649
|
f = message.getReferencesId();
|
|
2650
2650
|
if (f.length > 0) {
|
|
@@ -2660,16 +2660,16 @@ proto.DeleteEmployeeRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2660
2660
|
* optional string references_id = 1;
|
|
2661
2661
|
* @return {string}
|
|
2662
2662
|
*/
|
|
2663
|
-
proto.DeleteEmployeeRequest.prototype.getReferencesId = function() {
|
|
2663
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.getReferencesId = function() {
|
|
2664
2664
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2665
2665
|
};
|
|
2666
2666
|
|
|
2667
2667
|
|
|
2668
2668
|
/**
|
|
2669
2669
|
* @param {string} value
|
|
2670
|
-
* @return {!proto.DeleteEmployeeRequest} returns this
|
|
2670
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeRequest} returns this
|
|
2671
2671
|
*/
|
|
2672
|
-
proto.DeleteEmployeeRequest.prototype.setReferencesId = function(value) {
|
|
2672
|
+
proto.prisca.v1.core.employee.DeleteEmployeeRequest.prototype.setReferencesId = function(value) {
|
|
2673
2673
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2674
2674
|
};
|
|
2675
2675
|
|
|
@@ -2690,8 +2690,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2690
2690
|
* http://goto/soy-param-migration
|
|
2691
2691
|
* @return {!Object}
|
|
2692
2692
|
*/
|
|
2693
|
-
proto.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2694
|
-
return proto.GetListEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2693
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2694
|
+
return proto.prisca.v1.core.employee.GetListEmployeeRequest.toObject(opt_includeInstance, this);
|
|
2695
2695
|
};
|
|
2696
2696
|
|
|
2697
2697
|
|
|
@@ -2700,11 +2700,11 @@ proto.GetListEmployeeRequest.prototype.toObject = function(opt_includeInstance)
|
|
|
2700
2700
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2701
2701
|
* the JSPB instance for transitional soy proto support:
|
|
2702
2702
|
* http://goto/soy-param-migration
|
|
2703
|
-
* @param {!proto.GetListEmployeeRequest} msg The msg instance to transform.
|
|
2703
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} msg The msg instance to transform.
|
|
2704
2704
|
* @return {!Object}
|
|
2705
2705
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2706
2706
|
*/
|
|
2707
|
-
proto.GetListEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2707
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.toObject = function(includeInstance, msg) {
|
|
2708
2708
|
var f, obj = {
|
|
2709
2709
|
pagination: (f = msg.getPagination()) && prisca_v1_global_meta_meta_pb.PaginationRequest.toObject(includeInstance, f),
|
|
2710
2710
|
query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObject(includeInstance, f)
|
|
@@ -2721,23 +2721,23 @@ query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObj
|
|
|
2721
2721
|
/**
|
|
2722
2722
|
* Deserializes binary data (in protobuf wire format).
|
|
2723
2723
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2724
|
-
* @return {!proto.GetListEmployeeRequest}
|
|
2724
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest}
|
|
2725
2725
|
*/
|
|
2726
|
-
proto.GetListEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2726
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinary = function(bytes) {
|
|
2727
2727
|
var reader = new jspb.BinaryReader(bytes);
|
|
2728
|
-
var msg = new proto.GetListEmployeeRequest;
|
|
2729
|
-
return proto.GetListEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2728
|
+
var msg = new proto.prisca.v1.core.employee.GetListEmployeeRequest;
|
|
2729
|
+
return proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinaryFromReader(msg, reader);
|
|
2730
2730
|
};
|
|
2731
2731
|
|
|
2732
2732
|
|
|
2733
2733
|
/**
|
|
2734
2734
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2735
2735
|
* given reader into the given message object.
|
|
2736
|
-
* @param {!proto.GetListEmployeeRequest} msg The message object to deserialize into.
|
|
2736
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} msg The message object to deserialize into.
|
|
2737
2737
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2738
|
-
* @return {!proto.GetListEmployeeRequest}
|
|
2738
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest}
|
|
2739
2739
|
*/
|
|
2740
|
-
proto.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2740
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2741
2741
|
while (reader.nextField()) {
|
|
2742
2742
|
if (reader.isEndGroup()) {
|
|
2743
2743
|
break;
|
|
@@ -2767,9 +2767,9 @@ proto.GetListEmployeeRequest.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2767
2767
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2768
2768
|
* @return {!Uint8Array}
|
|
2769
2769
|
*/
|
|
2770
|
-
proto.GetListEmployeeRequest.prototype.serializeBinary = function() {
|
|
2770
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.serializeBinary = function() {
|
|
2771
2771
|
var writer = new jspb.BinaryWriter();
|
|
2772
|
-
proto.GetListEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2772
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.serializeBinaryToWriter(this, writer);
|
|
2773
2773
|
return writer.getResultBuffer();
|
|
2774
2774
|
};
|
|
2775
2775
|
|
|
@@ -2777,11 +2777,11 @@ proto.GetListEmployeeRequest.prototype.serializeBinary = function() {
|
|
|
2777
2777
|
/**
|
|
2778
2778
|
* Serializes the given message to binary data (in protobuf wire
|
|
2779
2779
|
* format), writing to the given BinaryWriter.
|
|
2780
|
-
* @param {!proto.GetListEmployeeRequest} message
|
|
2780
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeRequest} message
|
|
2781
2781
|
* @param {!jspb.BinaryWriter} writer
|
|
2782
2782
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2783
2783
|
*/
|
|
2784
|
-
proto.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2784
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2785
2785
|
var f = undefined;
|
|
2786
2786
|
f = message.getPagination();
|
|
2787
2787
|
if (f != null) {
|
|
@@ -2806,7 +2806,7 @@ proto.GetListEmployeeRequest.serializeBinaryToWriter = function(message, writer)
|
|
|
2806
2806
|
* optional prisca.v1.global.meta.PaginationRequest pagination = 1;
|
|
2807
2807
|
* @return {?proto.prisca.v1.global.meta.PaginationRequest}
|
|
2808
2808
|
*/
|
|
2809
|
-
proto.GetListEmployeeRequest.prototype.getPagination = function() {
|
|
2809
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.getPagination = function() {
|
|
2810
2810
|
return /** @type{?proto.prisca.v1.global.meta.PaginationRequest} */ (
|
|
2811
2811
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.PaginationRequest, 1));
|
|
2812
2812
|
};
|
|
@@ -2814,18 +2814,18 @@ proto.GetListEmployeeRequest.prototype.getPagination = function() {
|
|
|
2814
2814
|
|
|
2815
2815
|
/**
|
|
2816
2816
|
* @param {?proto.prisca.v1.global.meta.PaginationRequest|undefined} value
|
|
2817
|
-
* @return {!proto.GetListEmployeeRequest} returns this
|
|
2817
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
|
|
2818
2818
|
*/
|
|
2819
|
-
proto.GetListEmployeeRequest.prototype.setPagination = function(value) {
|
|
2819
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.setPagination = function(value) {
|
|
2820
2820
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
2821
2821
|
};
|
|
2822
2822
|
|
|
2823
2823
|
|
|
2824
2824
|
/**
|
|
2825
2825
|
* Clears the message field making it undefined.
|
|
2826
|
-
* @return {!proto.GetListEmployeeRequest} returns this
|
|
2826
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
|
|
2827
2827
|
*/
|
|
2828
|
-
proto.GetListEmployeeRequest.prototype.clearPagination = function() {
|
|
2828
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.clearPagination = function() {
|
|
2829
2829
|
return this.setPagination(undefined);
|
|
2830
2830
|
};
|
|
2831
2831
|
|
|
@@ -2834,7 +2834,7 @@ proto.GetListEmployeeRequest.prototype.clearPagination = function() {
|
|
|
2834
2834
|
* Returns whether this field is set.
|
|
2835
2835
|
* @return {boolean}
|
|
2836
2836
|
*/
|
|
2837
|
-
proto.GetListEmployeeRequest.prototype.hasPagination = function() {
|
|
2837
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.hasPagination = function() {
|
|
2838
2838
|
return jspb.Message.getField(this, 1) != null;
|
|
2839
2839
|
};
|
|
2840
2840
|
|
|
@@ -2843,7 +2843,7 @@ proto.GetListEmployeeRequest.prototype.hasPagination = function() {
|
|
|
2843
2843
|
* optional prisca.v1.global.meta.FilterRequest query = 2;
|
|
2844
2844
|
* @return {?proto.prisca.v1.global.meta.FilterRequest}
|
|
2845
2845
|
*/
|
|
2846
|
-
proto.GetListEmployeeRequest.prototype.getQuery = function() {
|
|
2846
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.getQuery = function() {
|
|
2847
2847
|
return /** @type{?proto.prisca.v1.global.meta.FilterRequest} */ (
|
|
2848
2848
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.FilterRequest, 2));
|
|
2849
2849
|
};
|
|
@@ -2851,18 +2851,18 @@ proto.GetListEmployeeRequest.prototype.getQuery = function() {
|
|
|
2851
2851
|
|
|
2852
2852
|
/**
|
|
2853
2853
|
* @param {?proto.prisca.v1.global.meta.FilterRequest|undefined} value
|
|
2854
|
-
* @return {!proto.GetListEmployeeRequest} returns this
|
|
2854
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
|
|
2855
2855
|
*/
|
|
2856
|
-
proto.GetListEmployeeRequest.prototype.setQuery = function(value) {
|
|
2856
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.setQuery = function(value) {
|
|
2857
2857
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
2858
2858
|
};
|
|
2859
2859
|
|
|
2860
2860
|
|
|
2861
2861
|
/**
|
|
2862
2862
|
* Clears the message field making it undefined.
|
|
2863
|
-
* @return {!proto.GetListEmployeeRequest} returns this
|
|
2863
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeRequest} returns this
|
|
2864
2864
|
*/
|
|
2865
|
-
proto.GetListEmployeeRequest.prototype.clearQuery = function() {
|
|
2865
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.clearQuery = function() {
|
|
2866
2866
|
return this.setQuery(undefined);
|
|
2867
2867
|
};
|
|
2868
2868
|
|
|
@@ -2871,7 +2871,7 @@ proto.GetListEmployeeRequest.prototype.clearQuery = function() {
|
|
|
2871
2871
|
* Returns whether this field is set.
|
|
2872
2872
|
* @return {boolean}
|
|
2873
2873
|
*/
|
|
2874
|
-
proto.GetListEmployeeRequest.prototype.hasQuery = function() {
|
|
2874
|
+
proto.prisca.v1.core.employee.GetListEmployeeRequest.prototype.hasQuery = function() {
|
|
2875
2875
|
return jspb.Message.getField(this, 2) != null;
|
|
2876
2876
|
};
|
|
2877
2877
|
|
|
@@ -2892,8 +2892,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2892
2892
|
* http://goto/soy-param-migration
|
|
2893
2893
|
* @return {!Object}
|
|
2894
2894
|
*/
|
|
2895
|
-
proto.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2896
|
-
return proto.CreateEmployeeResponse.toObject(opt_includeInstance, this);
|
|
2895
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2896
|
+
return proto.prisca.v1.core.employee.CreateEmployeeResponse.toObject(opt_includeInstance, this);
|
|
2897
2897
|
};
|
|
2898
2898
|
|
|
2899
2899
|
|
|
@@ -2902,13 +2902,13 @@ proto.CreateEmployeeResponse.prototype.toObject = function(opt_includeInstance)
|
|
|
2902
2902
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2903
2903
|
* the JSPB instance for transitional soy proto support:
|
|
2904
2904
|
* http://goto/soy-param-migration
|
|
2905
|
-
* @param {!proto.CreateEmployeeResponse} msg The msg instance to transform.
|
|
2905
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} msg The msg instance to transform.
|
|
2906
2906
|
* @return {!Object}
|
|
2907
2907
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2908
2908
|
*/
|
|
2909
|
-
proto.CreateEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
2909
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
2910
2910
|
var f, obj = {
|
|
2911
|
-
employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f),
|
|
2911
|
+
employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f),
|
|
2912
2912
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
2913
2913
|
};
|
|
2914
2914
|
|
|
@@ -2923,23 +2923,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
2923
2923
|
/**
|
|
2924
2924
|
* Deserializes binary data (in protobuf wire format).
|
|
2925
2925
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2926
|
-
* @return {!proto.CreateEmployeeResponse}
|
|
2926
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse}
|
|
2927
2927
|
*/
|
|
2928
|
-
proto.CreateEmployeeResponse.deserializeBinary = function(bytes) {
|
|
2928
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinary = function(bytes) {
|
|
2929
2929
|
var reader = new jspb.BinaryReader(bytes);
|
|
2930
|
-
var msg = new proto.CreateEmployeeResponse;
|
|
2931
|
-
return proto.CreateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
2930
|
+
var msg = new proto.prisca.v1.core.employee.CreateEmployeeResponse;
|
|
2931
|
+
return proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
2932
2932
|
};
|
|
2933
2933
|
|
|
2934
2934
|
|
|
2935
2935
|
/**
|
|
2936
2936
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2937
2937
|
* given reader into the given message object.
|
|
2938
|
-
* @param {!proto.CreateEmployeeResponse} msg The message object to deserialize into.
|
|
2938
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} msg The message object to deserialize into.
|
|
2939
2939
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2940
|
-
* @return {!proto.CreateEmployeeResponse}
|
|
2940
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse}
|
|
2941
2941
|
*/
|
|
2942
|
-
proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2942
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2943
2943
|
while (reader.nextField()) {
|
|
2944
2944
|
if (reader.isEndGroup()) {
|
|
2945
2945
|
break;
|
|
@@ -2947,8 +2947,8 @@ proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2947
2947
|
var field = reader.getFieldNumber();
|
|
2948
2948
|
switch (field) {
|
|
2949
2949
|
case 1:
|
|
2950
|
-
var value = new proto.BaseEmployee;
|
|
2951
|
-
reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
|
|
2950
|
+
var value = new proto.prisca.v1.core.employee.BaseEmployee;
|
|
2951
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
|
|
2952
2952
|
msg.setEmployee(value);
|
|
2953
2953
|
break;
|
|
2954
2954
|
case 2:
|
|
@@ -2969,9 +2969,9 @@ proto.CreateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
|
2969
2969
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2970
2970
|
* @return {!Uint8Array}
|
|
2971
2971
|
*/
|
|
2972
|
-
proto.CreateEmployeeResponse.prototype.serializeBinary = function() {
|
|
2972
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.serializeBinary = function() {
|
|
2973
2973
|
var writer = new jspb.BinaryWriter();
|
|
2974
|
-
proto.CreateEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
2974
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
2975
2975
|
return writer.getResultBuffer();
|
|
2976
2976
|
};
|
|
2977
2977
|
|
|
@@ -2979,18 +2979,18 @@ proto.CreateEmployeeResponse.prototype.serializeBinary = function() {
|
|
|
2979
2979
|
/**
|
|
2980
2980
|
* Serializes the given message to binary data (in protobuf wire
|
|
2981
2981
|
* format), writing to the given BinaryWriter.
|
|
2982
|
-
* @param {!proto.CreateEmployeeResponse} message
|
|
2982
|
+
* @param {!proto.prisca.v1.core.employee.CreateEmployeeResponse} message
|
|
2983
2983
|
* @param {!jspb.BinaryWriter} writer
|
|
2984
2984
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2985
2985
|
*/
|
|
2986
|
-
proto.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2986
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2987
2987
|
var f = undefined;
|
|
2988
2988
|
f = message.getEmployee();
|
|
2989
2989
|
if (f != null) {
|
|
2990
2990
|
writer.writeMessage(
|
|
2991
2991
|
1,
|
|
2992
2992
|
f,
|
|
2993
|
-
proto.BaseEmployee.serializeBinaryToWriter
|
|
2993
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
|
|
2994
2994
|
);
|
|
2995
2995
|
}
|
|
2996
2996
|
f = message.getMeta();
|
|
@@ -3006,28 +3006,28 @@ proto.CreateEmployeeResponse.serializeBinaryToWriter = function(message, writer)
|
|
|
3006
3006
|
|
|
3007
3007
|
/**
|
|
3008
3008
|
* optional BaseEmployee employee = 1;
|
|
3009
|
-
* @return {?proto.BaseEmployee}
|
|
3009
|
+
* @return {?proto.prisca.v1.core.employee.BaseEmployee}
|
|
3010
3010
|
*/
|
|
3011
|
-
proto.CreateEmployeeResponse.prototype.getEmployee = function() {
|
|
3012
|
-
return /** @type{?proto.BaseEmployee} */ (
|
|
3013
|
-
jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
|
|
3011
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.getEmployee = function() {
|
|
3012
|
+
return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
|
|
3013
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
|
|
3014
3014
|
};
|
|
3015
3015
|
|
|
3016
3016
|
|
|
3017
3017
|
/**
|
|
3018
|
-
* @param {?proto.BaseEmployee|undefined} value
|
|
3019
|
-
* @return {!proto.CreateEmployeeResponse} returns this
|
|
3018
|
+
* @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
|
|
3019
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
|
|
3020
3020
|
*/
|
|
3021
|
-
proto.CreateEmployeeResponse.prototype.setEmployee = function(value) {
|
|
3021
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.setEmployee = function(value) {
|
|
3022
3022
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
3023
3023
|
};
|
|
3024
3024
|
|
|
3025
3025
|
|
|
3026
3026
|
/**
|
|
3027
3027
|
* Clears the message field making it undefined.
|
|
3028
|
-
* @return {!proto.CreateEmployeeResponse} returns this
|
|
3028
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
|
|
3029
3029
|
*/
|
|
3030
|
-
proto.CreateEmployeeResponse.prototype.clearEmployee = function() {
|
|
3030
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.clearEmployee = function() {
|
|
3031
3031
|
return this.setEmployee(undefined);
|
|
3032
3032
|
};
|
|
3033
3033
|
|
|
@@ -3036,7 +3036,7 @@ proto.CreateEmployeeResponse.prototype.clearEmployee = function() {
|
|
|
3036
3036
|
* Returns whether this field is set.
|
|
3037
3037
|
* @return {boolean}
|
|
3038
3038
|
*/
|
|
3039
|
-
proto.CreateEmployeeResponse.prototype.hasEmployee = function() {
|
|
3039
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.hasEmployee = function() {
|
|
3040
3040
|
return jspb.Message.getField(this, 1) != null;
|
|
3041
3041
|
};
|
|
3042
3042
|
|
|
@@ -3045,7 +3045,7 @@ proto.CreateEmployeeResponse.prototype.hasEmployee = function() {
|
|
|
3045
3045
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3046
3046
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3047
3047
|
*/
|
|
3048
|
-
proto.CreateEmployeeResponse.prototype.getMeta = function() {
|
|
3048
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.getMeta = function() {
|
|
3049
3049
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3050
3050
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3051
3051
|
};
|
|
@@ -3053,18 +3053,18 @@ proto.CreateEmployeeResponse.prototype.getMeta = function() {
|
|
|
3053
3053
|
|
|
3054
3054
|
/**
|
|
3055
3055
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3056
|
-
* @return {!proto.CreateEmployeeResponse} returns this
|
|
3056
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
|
|
3057
3057
|
*/
|
|
3058
|
-
proto.CreateEmployeeResponse.prototype.setMeta = function(value) {
|
|
3058
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.setMeta = function(value) {
|
|
3059
3059
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
3060
3060
|
};
|
|
3061
3061
|
|
|
3062
3062
|
|
|
3063
3063
|
/**
|
|
3064
3064
|
* Clears the message field making it undefined.
|
|
3065
|
-
* @return {!proto.CreateEmployeeResponse} returns this
|
|
3065
|
+
* @return {!proto.prisca.v1.core.employee.CreateEmployeeResponse} returns this
|
|
3066
3066
|
*/
|
|
3067
|
-
proto.CreateEmployeeResponse.prototype.clearMeta = function() {
|
|
3067
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.clearMeta = function() {
|
|
3068
3068
|
return this.setMeta(undefined);
|
|
3069
3069
|
};
|
|
3070
3070
|
|
|
@@ -3073,7 +3073,7 @@ proto.CreateEmployeeResponse.prototype.clearMeta = function() {
|
|
|
3073
3073
|
* Returns whether this field is set.
|
|
3074
3074
|
* @return {boolean}
|
|
3075
3075
|
*/
|
|
3076
|
-
proto.CreateEmployeeResponse.prototype.hasMeta = function() {
|
|
3076
|
+
proto.prisca.v1.core.employee.CreateEmployeeResponse.prototype.hasMeta = function() {
|
|
3077
3077
|
return jspb.Message.getField(this, 2) != null;
|
|
3078
3078
|
};
|
|
3079
3079
|
|
|
@@ -3084,7 +3084,7 @@ proto.CreateEmployeeResponse.prototype.hasMeta = function() {
|
|
|
3084
3084
|
* @private {!Array<number>}
|
|
3085
3085
|
* @const
|
|
3086
3086
|
*/
|
|
3087
|
-
proto.GetListEmployeeResponse.repeatedFields_ = [1];
|
|
3087
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.repeatedFields_ = [1];
|
|
3088
3088
|
|
|
3089
3089
|
|
|
3090
3090
|
|
|
@@ -3101,8 +3101,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3101
3101
|
* http://goto/soy-param-migration
|
|
3102
3102
|
* @return {!Object}
|
|
3103
3103
|
*/
|
|
3104
|
-
proto.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3105
|
-
return proto.GetListEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3104
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3105
|
+
return proto.prisca.v1.core.employee.GetListEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3106
3106
|
};
|
|
3107
3107
|
|
|
3108
3108
|
|
|
@@ -3111,14 +3111,14 @@ proto.GetListEmployeeResponse.prototype.toObject = function(opt_includeInstance)
|
|
|
3111
3111
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3112
3112
|
* the JSPB instance for transitional soy proto support:
|
|
3113
3113
|
* http://goto/soy-param-migration
|
|
3114
|
-
* @param {!proto.GetListEmployeeResponse} msg The msg instance to transform.
|
|
3114
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} msg The msg instance to transform.
|
|
3115
3115
|
* @return {!Object}
|
|
3116
3116
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3117
3117
|
*/
|
|
3118
|
-
proto.GetListEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3118
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3119
3119
|
var f, obj = {
|
|
3120
3120
|
employeeList: jspb.Message.toObjectList(msg.getEmployeeList(),
|
|
3121
|
-
proto.Employee.toObject, includeInstance),
|
|
3121
|
+
proto.prisca.v1.core.employee.Employee.toObject, includeInstance),
|
|
3122
3122
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
3123
3123
|
};
|
|
3124
3124
|
|
|
@@ -3133,23 +3133,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
3133
3133
|
/**
|
|
3134
3134
|
* Deserializes binary data (in protobuf wire format).
|
|
3135
3135
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3136
|
-
* @return {!proto.GetListEmployeeResponse}
|
|
3136
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse}
|
|
3137
3137
|
*/
|
|
3138
|
-
proto.GetListEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3138
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3139
3139
|
var reader = new jspb.BinaryReader(bytes);
|
|
3140
|
-
var msg = new proto.GetListEmployeeResponse;
|
|
3141
|
-
return proto.GetListEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3140
|
+
var msg = new proto.prisca.v1.core.employee.GetListEmployeeResponse;
|
|
3141
|
+
return proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3142
3142
|
};
|
|
3143
3143
|
|
|
3144
3144
|
|
|
3145
3145
|
/**
|
|
3146
3146
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3147
3147
|
* given reader into the given message object.
|
|
3148
|
-
* @param {!proto.GetListEmployeeResponse} msg The message object to deserialize into.
|
|
3148
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} msg The message object to deserialize into.
|
|
3149
3149
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3150
|
-
* @return {!proto.GetListEmployeeResponse}
|
|
3150
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse}
|
|
3151
3151
|
*/
|
|
3152
|
-
proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3152
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3153
3153
|
while (reader.nextField()) {
|
|
3154
3154
|
if (reader.isEndGroup()) {
|
|
3155
3155
|
break;
|
|
@@ -3157,8 +3157,8 @@ proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader
|
|
|
3157
3157
|
var field = reader.getFieldNumber();
|
|
3158
3158
|
switch (field) {
|
|
3159
3159
|
case 1:
|
|
3160
|
-
var value = new proto.Employee;
|
|
3161
|
-
reader.readMessage(value,proto.Employee.deserializeBinaryFromReader);
|
|
3160
|
+
var value = new proto.prisca.v1.core.employee.Employee;
|
|
3161
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader);
|
|
3162
3162
|
msg.addEmployee(value);
|
|
3163
3163
|
break;
|
|
3164
3164
|
case 2:
|
|
@@ -3179,9 +3179,9 @@ proto.GetListEmployeeResponse.deserializeBinaryFromReader = function(msg, reader
|
|
|
3179
3179
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3180
3180
|
* @return {!Uint8Array}
|
|
3181
3181
|
*/
|
|
3182
|
-
proto.GetListEmployeeResponse.prototype.serializeBinary = function() {
|
|
3182
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.serializeBinary = function() {
|
|
3183
3183
|
var writer = new jspb.BinaryWriter();
|
|
3184
|
-
proto.GetListEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3184
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3185
3185
|
return writer.getResultBuffer();
|
|
3186
3186
|
};
|
|
3187
3187
|
|
|
@@ -3189,18 +3189,18 @@ proto.GetListEmployeeResponse.prototype.serializeBinary = function() {
|
|
|
3189
3189
|
/**
|
|
3190
3190
|
* Serializes the given message to binary data (in protobuf wire
|
|
3191
3191
|
* format), writing to the given BinaryWriter.
|
|
3192
|
-
* @param {!proto.GetListEmployeeResponse} message
|
|
3192
|
+
* @param {!proto.prisca.v1.core.employee.GetListEmployeeResponse} message
|
|
3193
3193
|
* @param {!jspb.BinaryWriter} writer
|
|
3194
3194
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3195
3195
|
*/
|
|
3196
|
-
proto.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3196
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3197
3197
|
var f = undefined;
|
|
3198
3198
|
f = message.getEmployeeList();
|
|
3199
3199
|
if (f.length > 0) {
|
|
3200
3200
|
writer.writeRepeatedMessage(
|
|
3201
3201
|
1,
|
|
3202
3202
|
f,
|
|
3203
|
-
proto.Employee.serializeBinaryToWriter
|
|
3203
|
+
proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter
|
|
3204
3204
|
);
|
|
3205
3205
|
}
|
|
3206
3206
|
f = message.getMeta();
|
|
@@ -3216,38 +3216,38 @@ proto.GetListEmployeeResponse.serializeBinaryToWriter = function(message, writer
|
|
|
3216
3216
|
|
|
3217
3217
|
/**
|
|
3218
3218
|
* repeated Employee employee = 1;
|
|
3219
|
-
* @return {!Array<!proto.Employee>}
|
|
3219
|
+
* @return {!Array<!proto.prisca.v1.core.employee.Employee>}
|
|
3220
3220
|
*/
|
|
3221
|
-
proto.GetListEmployeeResponse.prototype.getEmployeeList = function() {
|
|
3222
|
-
return /** @type{!Array<!proto.Employee>} */ (
|
|
3223
|
-
jspb.Message.getRepeatedWrapperField(this, proto.Employee, 1));
|
|
3221
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.getEmployeeList = function() {
|
|
3222
|
+
return /** @type{!Array<!proto.prisca.v1.core.employee.Employee>} */ (
|
|
3223
|
+
jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.employee.Employee, 1));
|
|
3224
3224
|
};
|
|
3225
3225
|
|
|
3226
3226
|
|
|
3227
3227
|
/**
|
|
3228
|
-
* @param {!Array<!proto.Employee>} value
|
|
3229
|
-
* @return {!proto.GetListEmployeeResponse} returns this
|
|
3228
|
+
* @param {!Array<!proto.prisca.v1.core.employee.Employee>} value
|
|
3229
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
|
|
3230
3230
|
*/
|
|
3231
|
-
proto.GetListEmployeeResponse.prototype.setEmployeeList = function(value) {
|
|
3231
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.setEmployeeList = function(value) {
|
|
3232
3232
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
3233
3233
|
};
|
|
3234
3234
|
|
|
3235
3235
|
|
|
3236
3236
|
/**
|
|
3237
|
-
* @param {!proto.Employee=} opt_value
|
|
3237
|
+
* @param {!proto.prisca.v1.core.employee.Employee=} opt_value
|
|
3238
3238
|
* @param {number=} opt_index
|
|
3239
|
-
* @return {!proto.Employee}
|
|
3239
|
+
* @return {!proto.prisca.v1.core.employee.Employee}
|
|
3240
3240
|
*/
|
|
3241
|
-
proto.GetListEmployeeResponse.prototype.addEmployee = function(opt_value, opt_index) {
|
|
3242
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.Employee, opt_index);
|
|
3241
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.addEmployee = function(opt_value, opt_index) {
|
|
3242
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.prisca.v1.core.employee.Employee, opt_index);
|
|
3243
3243
|
};
|
|
3244
3244
|
|
|
3245
3245
|
|
|
3246
3246
|
/**
|
|
3247
3247
|
* Clears the list making it empty but non-null.
|
|
3248
|
-
* @return {!proto.GetListEmployeeResponse} returns this
|
|
3248
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
|
|
3249
3249
|
*/
|
|
3250
|
-
proto.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
|
|
3250
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
|
|
3251
3251
|
return this.setEmployeeList([]);
|
|
3252
3252
|
};
|
|
3253
3253
|
|
|
@@ -3256,7 +3256,7 @@ proto.GetListEmployeeResponse.prototype.clearEmployeeList = function() {
|
|
|
3256
3256
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3257
3257
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3258
3258
|
*/
|
|
3259
|
-
proto.GetListEmployeeResponse.prototype.getMeta = function() {
|
|
3259
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.getMeta = function() {
|
|
3260
3260
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3261
3261
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3262
3262
|
};
|
|
@@ -3264,18 +3264,18 @@ proto.GetListEmployeeResponse.prototype.getMeta = function() {
|
|
|
3264
3264
|
|
|
3265
3265
|
/**
|
|
3266
3266
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3267
|
-
* @return {!proto.GetListEmployeeResponse} returns this
|
|
3267
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
|
|
3268
3268
|
*/
|
|
3269
|
-
proto.GetListEmployeeResponse.prototype.setMeta = function(value) {
|
|
3269
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.setMeta = function(value) {
|
|
3270
3270
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
3271
3271
|
};
|
|
3272
3272
|
|
|
3273
3273
|
|
|
3274
3274
|
/**
|
|
3275
3275
|
* Clears the message field making it undefined.
|
|
3276
|
-
* @return {!proto.GetListEmployeeResponse} returns this
|
|
3276
|
+
* @return {!proto.prisca.v1.core.employee.GetListEmployeeResponse} returns this
|
|
3277
3277
|
*/
|
|
3278
|
-
proto.GetListEmployeeResponse.prototype.clearMeta = function() {
|
|
3278
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.clearMeta = function() {
|
|
3279
3279
|
return this.setMeta(undefined);
|
|
3280
3280
|
};
|
|
3281
3281
|
|
|
@@ -3284,7 +3284,7 @@ proto.GetListEmployeeResponse.prototype.clearMeta = function() {
|
|
|
3284
3284
|
* Returns whether this field is set.
|
|
3285
3285
|
* @return {boolean}
|
|
3286
3286
|
*/
|
|
3287
|
-
proto.GetListEmployeeResponse.prototype.hasMeta = function() {
|
|
3287
|
+
proto.prisca.v1.core.employee.GetListEmployeeResponse.prototype.hasMeta = function() {
|
|
3288
3288
|
return jspb.Message.getField(this, 2) != null;
|
|
3289
3289
|
};
|
|
3290
3290
|
|
|
@@ -3305,8 +3305,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3305
3305
|
* http://goto/soy-param-migration
|
|
3306
3306
|
* @return {!Object}
|
|
3307
3307
|
*/
|
|
3308
|
-
proto.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3309
|
-
return proto.UpdateEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3308
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3309
|
+
return proto.prisca.v1.core.employee.UpdateEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3310
3310
|
};
|
|
3311
3311
|
|
|
3312
3312
|
|
|
@@ -3315,13 +3315,13 @@ proto.UpdateEmployeeResponse.prototype.toObject = function(opt_includeInstance)
|
|
|
3315
3315
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3316
3316
|
* the JSPB instance for transitional soy proto support:
|
|
3317
3317
|
* http://goto/soy-param-migration
|
|
3318
|
-
* @param {!proto.UpdateEmployeeResponse} msg The msg instance to transform.
|
|
3318
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} msg The msg instance to transform.
|
|
3319
3319
|
* @return {!Object}
|
|
3320
3320
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3321
3321
|
*/
|
|
3322
|
-
proto.UpdateEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3322
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3323
3323
|
var f, obj = {
|
|
3324
|
-
employee: (f = msg.getEmployee()) && proto.BaseEmployee.toObject(includeInstance, f),
|
|
3324
|
+
employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.BaseEmployee.toObject(includeInstance, f),
|
|
3325
3325
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
3326
3326
|
};
|
|
3327
3327
|
|
|
@@ -3336,23 +3336,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
3336
3336
|
/**
|
|
3337
3337
|
* Deserializes binary data (in protobuf wire format).
|
|
3338
3338
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3339
|
-
* @return {!proto.UpdateEmployeeResponse}
|
|
3339
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse}
|
|
3340
3340
|
*/
|
|
3341
|
-
proto.UpdateEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3341
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3342
3342
|
var reader = new jspb.BinaryReader(bytes);
|
|
3343
|
-
var msg = new proto.UpdateEmployeeResponse;
|
|
3344
|
-
return proto.UpdateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3343
|
+
var msg = new proto.prisca.v1.core.employee.UpdateEmployeeResponse;
|
|
3344
|
+
return proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3345
3345
|
};
|
|
3346
3346
|
|
|
3347
3347
|
|
|
3348
3348
|
/**
|
|
3349
3349
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3350
3350
|
* given reader into the given message object.
|
|
3351
|
-
* @param {!proto.UpdateEmployeeResponse} msg The message object to deserialize into.
|
|
3351
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} msg The message object to deserialize into.
|
|
3352
3352
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3353
|
-
* @return {!proto.UpdateEmployeeResponse}
|
|
3353
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse}
|
|
3354
3354
|
*/
|
|
3355
|
-
proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3355
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3356
3356
|
while (reader.nextField()) {
|
|
3357
3357
|
if (reader.isEndGroup()) {
|
|
3358
3358
|
break;
|
|
@@ -3360,8 +3360,8 @@ proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
|
3360
3360
|
var field = reader.getFieldNumber();
|
|
3361
3361
|
switch (field) {
|
|
3362
3362
|
case 1:
|
|
3363
|
-
var value = new proto.BaseEmployee;
|
|
3364
|
-
reader.readMessage(value,proto.BaseEmployee.deserializeBinaryFromReader);
|
|
3363
|
+
var value = new proto.prisca.v1.core.employee.BaseEmployee;
|
|
3364
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.BaseEmployee.deserializeBinaryFromReader);
|
|
3365
3365
|
msg.setEmployee(value);
|
|
3366
3366
|
break;
|
|
3367
3367
|
case 2:
|
|
@@ -3382,9 +3382,9 @@ proto.UpdateEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
|
3382
3382
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3383
3383
|
* @return {!Uint8Array}
|
|
3384
3384
|
*/
|
|
3385
|
-
proto.UpdateEmployeeResponse.prototype.serializeBinary = function() {
|
|
3385
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.serializeBinary = function() {
|
|
3386
3386
|
var writer = new jspb.BinaryWriter();
|
|
3387
|
-
proto.UpdateEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3387
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3388
3388
|
return writer.getResultBuffer();
|
|
3389
3389
|
};
|
|
3390
3390
|
|
|
@@ -3392,18 +3392,18 @@ proto.UpdateEmployeeResponse.prototype.serializeBinary = function() {
|
|
|
3392
3392
|
/**
|
|
3393
3393
|
* Serializes the given message to binary data (in protobuf wire
|
|
3394
3394
|
* format), writing to the given BinaryWriter.
|
|
3395
|
-
* @param {!proto.UpdateEmployeeResponse} message
|
|
3395
|
+
* @param {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} message
|
|
3396
3396
|
* @param {!jspb.BinaryWriter} writer
|
|
3397
3397
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3398
3398
|
*/
|
|
3399
|
-
proto.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3399
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3400
3400
|
var f = undefined;
|
|
3401
3401
|
f = message.getEmployee();
|
|
3402
3402
|
if (f != null) {
|
|
3403
3403
|
writer.writeMessage(
|
|
3404
3404
|
1,
|
|
3405
3405
|
f,
|
|
3406
|
-
proto.BaseEmployee.serializeBinaryToWriter
|
|
3406
|
+
proto.prisca.v1.core.employee.BaseEmployee.serializeBinaryToWriter
|
|
3407
3407
|
);
|
|
3408
3408
|
}
|
|
3409
3409
|
f = message.getMeta();
|
|
@@ -3419,28 +3419,28 @@ proto.UpdateEmployeeResponse.serializeBinaryToWriter = function(message, writer)
|
|
|
3419
3419
|
|
|
3420
3420
|
/**
|
|
3421
3421
|
* optional BaseEmployee employee = 1;
|
|
3422
|
-
* @return {?proto.BaseEmployee}
|
|
3422
|
+
* @return {?proto.prisca.v1.core.employee.BaseEmployee}
|
|
3423
3423
|
*/
|
|
3424
|
-
proto.UpdateEmployeeResponse.prototype.getEmployee = function() {
|
|
3425
|
-
return /** @type{?proto.BaseEmployee} */ (
|
|
3426
|
-
jspb.Message.getWrapperField(this, proto.BaseEmployee, 1));
|
|
3424
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.getEmployee = function() {
|
|
3425
|
+
return /** @type{?proto.prisca.v1.core.employee.BaseEmployee} */ (
|
|
3426
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.BaseEmployee, 1));
|
|
3427
3427
|
};
|
|
3428
3428
|
|
|
3429
3429
|
|
|
3430
3430
|
/**
|
|
3431
|
-
* @param {?proto.BaseEmployee|undefined} value
|
|
3432
|
-
* @return {!proto.UpdateEmployeeResponse} returns this
|
|
3431
|
+
* @param {?proto.prisca.v1.core.employee.BaseEmployee|undefined} value
|
|
3432
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
|
|
3433
3433
|
*/
|
|
3434
|
-
proto.UpdateEmployeeResponse.prototype.setEmployee = function(value) {
|
|
3434
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.setEmployee = function(value) {
|
|
3435
3435
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
3436
3436
|
};
|
|
3437
3437
|
|
|
3438
3438
|
|
|
3439
3439
|
/**
|
|
3440
3440
|
* Clears the message field making it undefined.
|
|
3441
|
-
* @return {!proto.UpdateEmployeeResponse} returns this
|
|
3441
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
|
|
3442
3442
|
*/
|
|
3443
|
-
proto.UpdateEmployeeResponse.prototype.clearEmployee = function() {
|
|
3443
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.clearEmployee = function() {
|
|
3444
3444
|
return this.setEmployee(undefined);
|
|
3445
3445
|
};
|
|
3446
3446
|
|
|
@@ -3449,7 +3449,7 @@ proto.UpdateEmployeeResponse.prototype.clearEmployee = function() {
|
|
|
3449
3449
|
* Returns whether this field is set.
|
|
3450
3450
|
* @return {boolean}
|
|
3451
3451
|
*/
|
|
3452
|
-
proto.UpdateEmployeeResponse.prototype.hasEmployee = function() {
|
|
3452
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.hasEmployee = function() {
|
|
3453
3453
|
return jspb.Message.getField(this, 1) != null;
|
|
3454
3454
|
};
|
|
3455
3455
|
|
|
@@ -3458,7 +3458,7 @@ proto.UpdateEmployeeResponse.prototype.hasEmployee = function() {
|
|
|
3458
3458
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3459
3459
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3460
3460
|
*/
|
|
3461
|
-
proto.UpdateEmployeeResponse.prototype.getMeta = function() {
|
|
3461
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.getMeta = function() {
|
|
3462
3462
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3463
3463
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3464
3464
|
};
|
|
@@ -3466,18 +3466,18 @@ proto.UpdateEmployeeResponse.prototype.getMeta = function() {
|
|
|
3466
3466
|
|
|
3467
3467
|
/**
|
|
3468
3468
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3469
|
-
* @return {!proto.UpdateEmployeeResponse} returns this
|
|
3469
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
|
|
3470
3470
|
*/
|
|
3471
|
-
proto.UpdateEmployeeResponse.prototype.setMeta = function(value) {
|
|
3471
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.setMeta = function(value) {
|
|
3472
3472
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
3473
3473
|
};
|
|
3474
3474
|
|
|
3475
3475
|
|
|
3476
3476
|
/**
|
|
3477
3477
|
* Clears the message field making it undefined.
|
|
3478
|
-
* @return {!proto.UpdateEmployeeResponse} returns this
|
|
3478
|
+
* @return {!proto.prisca.v1.core.employee.UpdateEmployeeResponse} returns this
|
|
3479
3479
|
*/
|
|
3480
|
-
proto.UpdateEmployeeResponse.prototype.clearMeta = function() {
|
|
3480
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.clearMeta = function() {
|
|
3481
3481
|
return this.setMeta(undefined);
|
|
3482
3482
|
};
|
|
3483
3483
|
|
|
@@ -3486,7 +3486,7 @@ proto.UpdateEmployeeResponse.prototype.clearMeta = function() {
|
|
|
3486
3486
|
* Returns whether this field is set.
|
|
3487
3487
|
* @return {boolean}
|
|
3488
3488
|
*/
|
|
3489
|
-
proto.UpdateEmployeeResponse.prototype.hasMeta = function() {
|
|
3489
|
+
proto.prisca.v1.core.employee.UpdateEmployeeResponse.prototype.hasMeta = function() {
|
|
3490
3490
|
return jspb.Message.getField(this, 2) != null;
|
|
3491
3491
|
};
|
|
3492
3492
|
|
|
@@ -3507,8 +3507,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3507
3507
|
* http://goto/soy-param-migration
|
|
3508
3508
|
* @return {!Object}
|
|
3509
3509
|
*/
|
|
3510
|
-
proto.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3511
|
-
return proto.EmployeeGetByIdResponse.toObject(opt_includeInstance, this);
|
|
3510
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3511
|
+
return proto.prisca.v1.core.employee.EmployeeGetByIdResponse.toObject(opt_includeInstance, this);
|
|
3512
3512
|
};
|
|
3513
3513
|
|
|
3514
3514
|
|
|
@@ -3517,13 +3517,13 @@ proto.EmployeeGetByIdResponse.prototype.toObject = function(opt_includeInstance)
|
|
|
3517
3517
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3518
3518
|
* the JSPB instance for transitional soy proto support:
|
|
3519
3519
|
* http://goto/soy-param-migration
|
|
3520
|
-
* @param {!proto.EmployeeGetByIdResponse} msg The msg instance to transform.
|
|
3520
|
+
* @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} msg The msg instance to transform.
|
|
3521
3521
|
* @return {!Object}
|
|
3522
3522
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3523
3523
|
*/
|
|
3524
|
-
proto.EmployeeGetByIdResponse.toObject = function(includeInstance, msg) {
|
|
3524
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.toObject = function(includeInstance, msg) {
|
|
3525
3525
|
var f, obj = {
|
|
3526
|
-
employee: (f = msg.getEmployee()) && proto.Employee.toObject(includeInstance, f),
|
|
3526
|
+
employee: (f = msg.getEmployee()) && proto.prisca.v1.core.employee.Employee.toObject(includeInstance, f),
|
|
3527
3527
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
3528
3528
|
};
|
|
3529
3529
|
|
|
@@ -3538,23 +3538,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
3538
3538
|
/**
|
|
3539
3539
|
* Deserializes binary data (in protobuf wire format).
|
|
3540
3540
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3541
|
-
* @return {!proto.EmployeeGetByIdResponse}
|
|
3541
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse}
|
|
3542
3542
|
*/
|
|
3543
|
-
proto.EmployeeGetByIdResponse.deserializeBinary = function(bytes) {
|
|
3543
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinary = function(bytes) {
|
|
3544
3544
|
var reader = new jspb.BinaryReader(bytes);
|
|
3545
|
-
var msg = new proto.EmployeeGetByIdResponse;
|
|
3546
|
-
return proto.EmployeeGetByIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
3545
|
+
var msg = new proto.prisca.v1.core.employee.EmployeeGetByIdResponse;
|
|
3546
|
+
return proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
3547
3547
|
};
|
|
3548
3548
|
|
|
3549
3549
|
|
|
3550
3550
|
/**
|
|
3551
3551
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3552
3552
|
* given reader into the given message object.
|
|
3553
|
-
* @param {!proto.EmployeeGetByIdResponse} msg The message object to deserialize into.
|
|
3553
|
+
* @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} msg The message object to deserialize into.
|
|
3554
3554
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3555
|
-
* @return {!proto.EmployeeGetByIdResponse}
|
|
3555
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse}
|
|
3556
3556
|
*/
|
|
3557
|
-
proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3557
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3558
3558
|
while (reader.nextField()) {
|
|
3559
3559
|
if (reader.isEndGroup()) {
|
|
3560
3560
|
break;
|
|
@@ -3562,8 +3562,8 @@ proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader
|
|
|
3562
3562
|
var field = reader.getFieldNumber();
|
|
3563
3563
|
switch (field) {
|
|
3564
3564
|
case 1:
|
|
3565
|
-
var value = new proto.Employee;
|
|
3566
|
-
reader.readMessage(value,proto.Employee.deserializeBinaryFromReader);
|
|
3565
|
+
var value = new proto.prisca.v1.core.employee.Employee;
|
|
3566
|
+
reader.readMessage(value,proto.prisca.v1.core.employee.Employee.deserializeBinaryFromReader);
|
|
3567
3567
|
msg.setEmployee(value);
|
|
3568
3568
|
break;
|
|
3569
3569
|
case 2:
|
|
@@ -3584,9 +3584,9 @@ proto.EmployeeGetByIdResponse.deserializeBinaryFromReader = function(msg, reader
|
|
|
3584
3584
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3585
3585
|
* @return {!Uint8Array}
|
|
3586
3586
|
*/
|
|
3587
|
-
proto.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
|
|
3587
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
|
|
3588
3588
|
var writer = new jspb.BinaryWriter();
|
|
3589
|
-
proto.EmployeeGetByIdResponse.serializeBinaryToWriter(this, writer);
|
|
3589
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.serializeBinaryToWriter(this, writer);
|
|
3590
3590
|
return writer.getResultBuffer();
|
|
3591
3591
|
};
|
|
3592
3592
|
|
|
@@ -3594,18 +3594,18 @@ proto.EmployeeGetByIdResponse.prototype.serializeBinary = function() {
|
|
|
3594
3594
|
/**
|
|
3595
3595
|
* Serializes the given message to binary data (in protobuf wire
|
|
3596
3596
|
* format), writing to the given BinaryWriter.
|
|
3597
|
-
* @param {!proto.EmployeeGetByIdResponse} message
|
|
3597
|
+
* @param {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} message
|
|
3598
3598
|
* @param {!jspb.BinaryWriter} writer
|
|
3599
3599
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3600
3600
|
*/
|
|
3601
|
-
proto.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3601
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3602
3602
|
var f = undefined;
|
|
3603
3603
|
f = message.getEmployee();
|
|
3604
3604
|
if (f != null) {
|
|
3605
3605
|
writer.writeMessage(
|
|
3606
3606
|
1,
|
|
3607
3607
|
f,
|
|
3608
|
-
proto.Employee.serializeBinaryToWriter
|
|
3608
|
+
proto.prisca.v1.core.employee.Employee.serializeBinaryToWriter
|
|
3609
3609
|
);
|
|
3610
3610
|
}
|
|
3611
3611
|
f = message.getMeta();
|
|
@@ -3621,28 +3621,28 @@ proto.EmployeeGetByIdResponse.serializeBinaryToWriter = function(message, writer
|
|
|
3621
3621
|
|
|
3622
3622
|
/**
|
|
3623
3623
|
* optional Employee employee = 1;
|
|
3624
|
-
* @return {?proto.Employee}
|
|
3624
|
+
* @return {?proto.prisca.v1.core.employee.Employee}
|
|
3625
3625
|
*/
|
|
3626
|
-
proto.EmployeeGetByIdResponse.prototype.getEmployee = function() {
|
|
3627
|
-
return /** @type{?proto.Employee} */ (
|
|
3628
|
-
jspb.Message.getWrapperField(this, proto.Employee, 1));
|
|
3626
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.getEmployee = function() {
|
|
3627
|
+
return /** @type{?proto.prisca.v1.core.employee.Employee} */ (
|
|
3628
|
+
jspb.Message.getWrapperField(this, proto.prisca.v1.core.employee.Employee, 1));
|
|
3629
3629
|
};
|
|
3630
3630
|
|
|
3631
3631
|
|
|
3632
3632
|
/**
|
|
3633
|
-
* @param {?proto.Employee|undefined} value
|
|
3634
|
-
* @return {!proto.EmployeeGetByIdResponse} returns this
|
|
3633
|
+
* @param {?proto.prisca.v1.core.employee.Employee|undefined} value
|
|
3634
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
|
|
3635
3635
|
*/
|
|
3636
|
-
proto.EmployeeGetByIdResponse.prototype.setEmployee = function(value) {
|
|
3636
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.setEmployee = function(value) {
|
|
3637
3637
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
3638
3638
|
};
|
|
3639
3639
|
|
|
3640
3640
|
|
|
3641
3641
|
/**
|
|
3642
3642
|
* Clears the message field making it undefined.
|
|
3643
|
-
* @return {!proto.EmployeeGetByIdResponse} returns this
|
|
3643
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
|
|
3644
3644
|
*/
|
|
3645
|
-
proto.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
|
|
3645
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
|
|
3646
3646
|
return this.setEmployee(undefined);
|
|
3647
3647
|
};
|
|
3648
3648
|
|
|
@@ -3651,7 +3651,7 @@ proto.EmployeeGetByIdResponse.prototype.clearEmployee = function() {
|
|
|
3651
3651
|
* Returns whether this field is set.
|
|
3652
3652
|
* @return {boolean}
|
|
3653
3653
|
*/
|
|
3654
|
-
proto.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
|
|
3654
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
|
|
3655
3655
|
return jspb.Message.getField(this, 1) != null;
|
|
3656
3656
|
};
|
|
3657
3657
|
|
|
@@ -3660,7 +3660,7 @@ proto.EmployeeGetByIdResponse.prototype.hasEmployee = function() {
|
|
|
3660
3660
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3661
3661
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3662
3662
|
*/
|
|
3663
|
-
proto.EmployeeGetByIdResponse.prototype.getMeta = function() {
|
|
3663
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.getMeta = function() {
|
|
3664
3664
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3665
3665
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3666
3666
|
};
|
|
@@ -3668,18 +3668,18 @@ proto.EmployeeGetByIdResponse.prototype.getMeta = function() {
|
|
|
3668
3668
|
|
|
3669
3669
|
/**
|
|
3670
3670
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3671
|
-
* @return {!proto.EmployeeGetByIdResponse} returns this
|
|
3671
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
|
|
3672
3672
|
*/
|
|
3673
|
-
proto.EmployeeGetByIdResponse.prototype.setMeta = function(value) {
|
|
3673
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.setMeta = function(value) {
|
|
3674
3674
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
3675
3675
|
};
|
|
3676
3676
|
|
|
3677
3677
|
|
|
3678
3678
|
/**
|
|
3679
3679
|
* Clears the message field making it undefined.
|
|
3680
|
-
* @return {!proto.EmployeeGetByIdResponse} returns this
|
|
3680
|
+
* @return {!proto.prisca.v1.core.employee.EmployeeGetByIdResponse} returns this
|
|
3681
3681
|
*/
|
|
3682
|
-
proto.EmployeeGetByIdResponse.prototype.clearMeta = function() {
|
|
3682
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.clearMeta = function() {
|
|
3683
3683
|
return this.setMeta(undefined);
|
|
3684
3684
|
};
|
|
3685
3685
|
|
|
@@ -3688,7 +3688,7 @@ proto.EmployeeGetByIdResponse.prototype.clearMeta = function() {
|
|
|
3688
3688
|
* Returns whether this field is set.
|
|
3689
3689
|
* @return {boolean}
|
|
3690
3690
|
*/
|
|
3691
|
-
proto.EmployeeGetByIdResponse.prototype.hasMeta = function() {
|
|
3691
|
+
proto.prisca.v1.core.employee.EmployeeGetByIdResponse.prototype.hasMeta = function() {
|
|
3692
3692
|
return jspb.Message.getField(this, 2) != null;
|
|
3693
3693
|
};
|
|
3694
3694
|
|
|
@@ -3709,8 +3709,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
3709
3709
|
* http://goto/soy-param-migration
|
|
3710
3710
|
* @return {!Object}
|
|
3711
3711
|
*/
|
|
3712
|
-
proto.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3713
|
-
return proto.DeleteEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3712
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3713
|
+
return proto.prisca.v1.core.employee.DeleteEmployeeResponse.toObject(opt_includeInstance, this);
|
|
3714
3714
|
};
|
|
3715
3715
|
|
|
3716
3716
|
|
|
@@ -3719,11 +3719,11 @@ proto.DeleteEmployeeResponse.prototype.toObject = function(opt_includeInstance)
|
|
|
3719
3719
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3720
3720
|
* the JSPB instance for transitional soy proto support:
|
|
3721
3721
|
* http://goto/soy-param-migration
|
|
3722
|
-
* @param {!proto.DeleteEmployeeResponse} msg The msg instance to transform.
|
|
3722
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} msg The msg instance to transform.
|
|
3723
3723
|
* @return {!Object}
|
|
3724
3724
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3725
3725
|
*/
|
|
3726
|
-
proto.DeleteEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3726
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.toObject = function(includeInstance, msg) {
|
|
3727
3727
|
var f, obj = {
|
|
3728
3728
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
3729
3729
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
@@ -3740,23 +3740,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
3740
3740
|
/**
|
|
3741
3741
|
* Deserializes binary data (in protobuf wire format).
|
|
3742
3742
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3743
|
-
* @return {!proto.DeleteEmployeeResponse}
|
|
3743
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse}
|
|
3744
3744
|
*/
|
|
3745
|
-
proto.DeleteEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3745
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinary = function(bytes) {
|
|
3746
3746
|
var reader = new jspb.BinaryReader(bytes);
|
|
3747
|
-
var msg = new proto.DeleteEmployeeResponse;
|
|
3748
|
-
return proto.DeleteEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3747
|
+
var msg = new proto.prisca.v1.core.employee.DeleteEmployeeResponse;
|
|
3748
|
+
return proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinaryFromReader(msg, reader);
|
|
3749
3749
|
};
|
|
3750
3750
|
|
|
3751
3751
|
|
|
3752
3752
|
/**
|
|
3753
3753
|
* Deserializes binary data (in protobuf wire format) from the
|
|
3754
3754
|
* given reader into the given message object.
|
|
3755
|
-
* @param {!proto.DeleteEmployeeResponse} msg The message object to deserialize into.
|
|
3755
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} msg The message object to deserialize into.
|
|
3756
3756
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3757
|
-
* @return {!proto.DeleteEmployeeResponse}
|
|
3757
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse}
|
|
3758
3758
|
*/
|
|
3759
|
-
proto.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3759
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3760
3760
|
while (reader.nextField()) {
|
|
3761
3761
|
if (reader.isEndGroup()) {
|
|
3762
3762
|
break;
|
|
@@ -3785,9 +3785,9 @@ proto.DeleteEmployeeResponse.deserializeBinaryFromReader = function(msg, reader)
|
|
|
3785
3785
|
* Serializes the message to binary data (in protobuf wire format).
|
|
3786
3786
|
* @return {!Uint8Array}
|
|
3787
3787
|
*/
|
|
3788
|
-
proto.DeleteEmployeeResponse.prototype.serializeBinary = function() {
|
|
3788
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.serializeBinary = function() {
|
|
3789
3789
|
var writer = new jspb.BinaryWriter();
|
|
3790
|
-
proto.DeleteEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3790
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.serializeBinaryToWriter(this, writer);
|
|
3791
3791
|
return writer.getResultBuffer();
|
|
3792
3792
|
};
|
|
3793
3793
|
|
|
@@ -3795,11 +3795,11 @@ proto.DeleteEmployeeResponse.prototype.serializeBinary = function() {
|
|
|
3795
3795
|
/**
|
|
3796
3796
|
* Serializes the given message to binary data (in protobuf wire
|
|
3797
3797
|
* format), writing to the given BinaryWriter.
|
|
3798
|
-
* @param {!proto.DeleteEmployeeResponse} message
|
|
3798
|
+
* @param {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} message
|
|
3799
3799
|
* @param {!jspb.BinaryWriter} writer
|
|
3800
3800
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3801
3801
|
*/
|
|
3802
|
-
proto.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3802
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3803
3803
|
var f = undefined;
|
|
3804
3804
|
f = message.getReferencesId();
|
|
3805
3805
|
if (f.length > 0) {
|
|
@@ -3823,16 +3823,16 @@ proto.DeleteEmployeeResponse.serializeBinaryToWriter = function(message, writer)
|
|
|
3823
3823
|
* optional string references_id = 1;
|
|
3824
3824
|
* @return {string}
|
|
3825
3825
|
*/
|
|
3826
|
-
proto.DeleteEmployeeResponse.prototype.getReferencesId = function() {
|
|
3826
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.getReferencesId = function() {
|
|
3827
3827
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
3828
3828
|
};
|
|
3829
3829
|
|
|
3830
3830
|
|
|
3831
3831
|
/**
|
|
3832
3832
|
* @param {string} value
|
|
3833
|
-
* @return {!proto.DeleteEmployeeResponse} returns this
|
|
3833
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
|
|
3834
3834
|
*/
|
|
3835
|
-
proto.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
|
|
3835
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
|
|
3836
3836
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
3837
3837
|
};
|
|
3838
3838
|
|
|
@@ -3841,7 +3841,7 @@ proto.DeleteEmployeeResponse.prototype.setReferencesId = function(value) {
|
|
|
3841
3841
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3842
3842
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3843
3843
|
*/
|
|
3844
|
-
proto.DeleteEmployeeResponse.prototype.getMeta = function() {
|
|
3844
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.getMeta = function() {
|
|
3845
3845
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3846
3846
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3847
3847
|
};
|
|
@@ -3849,18 +3849,18 @@ proto.DeleteEmployeeResponse.prototype.getMeta = function() {
|
|
|
3849
3849
|
|
|
3850
3850
|
/**
|
|
3851
3851
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3852
|
-
* @return {!proto.DeleteEmployeeResponse} returns this
|
|
3852
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
|
|
3853
3853
|
*/
|
|
3854
|
-
proto.DeleteEmployeeResponse.prototype.setMeta = function(value) {
|
|
3854
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.setMeta = function(value) {
|
|
3855
3855
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
3856
3856
|
};
|
|
3857
3857
|
|
|
3858
3858
|
|
|
3859
3859
|
/**
|
|
3860
3860
|
* Clears the message field making it undefined.
|
|
3861
|
-
* @return {!proto.DeleteEmployeeResponse} returns this
|
|
3861
|
+
* @return {!proto.prisca.v1.core.employee.DeleteEmployeeResponse} returns this
|
|
3862
3862
|
*/
|
|
3863
|
-
proto.DeleteEmployeeResponse.prototype.clearMeta = function() {
|
|
3863
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.clearMeta = function() {
|
|
3864
3864
|
return this.setMeta(undefined);
|
|
3865
3865
|
};
|
|
3866
3866
|
|
|
@@ -3869,9 +3869,9 @@ proto.DeleteEmployeeResponse.prototype.clearMeta = function() {
|
|
|
3869
3869
|
* Returns whether this field is set.
|
|
3870
3870
|
* @return {boolean}
|
|
3871
3871
|
*/
|
|
3872
|
-
proto.DeleteEmployeeResponse.prototype.hasMeta = function() {
|
|
3872
|
+
proto.prisca.v1.core.employee.DeleteEmployeeResponse.prototype.hasMeta = function() {
|
|
3873
3873
|
return jspb.Message.getField(this, 2) != null;
|
|
3874
3874
|
};
|
|
3875
3875
|
|
|
3876
3876
|
|
|
3877
|
-
goog.object.extend(exports, proto);
|
|
3877
|
+
goog.object.extend(exports, proto.prisca.v1.core.employee);
|