@aldiokta/protocgen 1.0.40 → 1.0.41
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/account_assignment/account_assignment_grpc_pb.js +55 -55
- package/prisca/v1/account_assignment/account_assignment_pb.js +396 -396
- package/prisca/v1/document_type/document_type_grpc_pb.js +178 -0
- package/prisca/v1/document_type/document_type_pb.js +2746 -0
- 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 +145 -2
- package/prisca/v1/purchasing_group/purchasing_group_grpc_pb.js +177 -0
- package/prisca/v1/purchasing_group/purchasing_group_pb.js +2340 -0
- package/prisca/v1/purchasing_organization/purchasing_organization_grpc_pb.js +144 -0
- package/prisca/v1/purchasing_organization/purchasing_organization_pb.js +2400 -0
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_grpc_pb.js +145 -0
- package/prisca/v1/purchasing_organization_assignment/purchasing_organization_assignment_pb.js +2393 -0
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_grpc_pb.js +145 -0
- package/prisca/v1/purchasing_organization_plant/purchasing_organization_plant_pb.js +2363 -0
|
@@ -23,18 +23,18 @@ var global =
|
|
|
23
23
|
|
|
24
24
|
var prisca_v1_global_meta_meta_pb = require('../../../prisca/v1/global/meta/meta_pb.js');
|
|
25
25
|
goog.object.extend(proto, prisca_v1_global_meta_meta_pb);
|
|
26
|
-
goog.exportSymbol('proto.
|
|
27
|
-
goog.exportSymbol('proto.
|
|
28
|
-
goog.exportSymbol('proto.
|
|
29
|
-
goog.exportSymbol('proto.
|
|
30
|
-
goog.exportSymbol('proto.
|
|
31
|
-
goog.exportSymbol('proto.
|
|
32
|
-
goog.exportSymbol('proto.
|
|
33
|
-
goog.exportSymbol('proto.
|
|
34
|
-
goog.exportSymbol('proto.
|
|
35
|
-
goog.exportSymbol('proto.
|
|
36
|
-
goog.exportSymbol('proto.
|
|
37
|
-
goog.exportSymbol('proto.
|
|
26
|
+
goog.exportSymbol('proto.AccountAssignment', null, global);
|
|
27
|
+
goog.exportSymbol('proto.BaseAccountAssignment', null, global);
|
|
28
|
+
goog.exportSymbol('proto.CreateAccountAssignmentRequest', null, global);
|
|
29
|
+
goog.exportSymbol('proto.CreateAccountAssignmentResponse', null, global);
|
|
30
|
+
goog.exportSymbol('proto.DeleteAccountAssignmentRequest', null, global);
|
|
31
|
+
goog.exportSymbol('proto.DeleteAccountAssignmentResponse', null, global);
|
|
32
|
+
goog.exportSymbol('proto.GetAccountAssignmentByIdRequest', null, global);
|
|
33
|
+
goog.exportSymbol('proto.GetAccountAssignmentByIdResponse', null, global);
|
|
34
|
+
goog.exportSymbol('proto.GetListAccountAssignmentRequest', null, global);
|
|
35
|
+
goog.exportSymbol('proto.GetListAccountAssignmentResponse', null, global);
|
|
36
|
+
goog.exportSymbol('proto.UpdateAccountAssignmentRequest', null, global);
|
|
37
|
+
goog.exportSymbol('proto.UpdateAccountAssignmentResponse', null, global);
|
|
38
38
|
/**
|
|
39
39
|
* Generated by JsPbCodeGenerator.
|
|
40
40
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -45,16 +45,16 @@ goog.exportSymbol('proto.prisca.v1.core.account_assignment.UpdateAccountAssignme
|
|
|
45
45
|
* @extends {jspb.Message}
|
|
46
46
|
* @constructor
|
|
47
47
|
*/
|
|
48
|
-
proto.
|
|
48
|
+
proto.AccountAssignment = function(opt_data) {
|
|
49
49
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
50
50
|
};
|
|
51
|
-
goog.inherits(proto.
|
|
51
|
+
goog.inherits(proto.AccountAssignment, jspb.Message);
|
|
52
52
|
if (goog.DEBUG && !COMPILED) {
|
|
53
53
|
/**
|
|
54
54
|
* @public
|
|
55
55
|
* @override
|
|
56
56
|
*/
|
|
57
|
-
proto.
|
|
57
|
+
proto.AccountAssignment.displayName = 'proto.AccountAssignment';
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
60
|
* Generated by JsPbCodeGenerator.
|
|
@@ -66,16 +66,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
66
66
|
* @extends {jspb.Message}
|
|
67
67
|
* @constructor
|
|
68
68
|
*/
|
|
69
|
-
proto.
|
|
69
|
+
proto.BaseAccountAssignment = function(opt_data) {
|
|
70
70
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
71
71
|
};
|
|
72
|
-
goog.inherits(proto.
|
|
72
|
+
goog.inherits(proto.BaseAccountAssignment, jspb.Message);
|
|
73
73
|
if (goog.DEBUG && !COMPILED) {
|
|
74
74
|
/**
|
|
75
75
|
* @public
|
|
76
76
|
* @override
|
|
77
77
|
*/
|
|
78
|
-
proto.
|
|
78
|
+
proto.BaseAccountAssignment.displayName = 'proto.BaseAccountAssignment';
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* Generated by JsPbCodeGenerator.
|
|
@@ -87,16 +87,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
87
87
|
* @extends {jspb.Message}
|
|
88
88
|
* @constructor
|
|
89
89
|
*/
|
|
90
|
-
proto.
|
|
90
|
+
proto.CreateAccountAssignmentRequest = function(opt_data) {
|
|
91
91
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
92
92
|
};
|
|
93
|
-
goog.inherits(proto.
|
|
93
|
+
goog.inherits(proto.CreateAccountAssignmentRequest, jspb.Message);
|
|
94
94
|
if (goog.DEBUG && !COMPILED) {
|
|
95
95
|
/**
|
|
96
96
|
* @public
|
|
97
97
|
* @override
|
|
98
98
|
*/
|
|
99
|
-
proto.
|
|
99
|
+
proto.CreateAccountAssignmentRequest.displayName = 'proto.CreateAccountAssignmentRequest';
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
102
|
* Generated by JsPbCodeGenerator.
|
|
@@ -108,16 +108,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
108
108
|
* @extends {jspb.Message}
|
|
109
109
|
* @constructor
|
|
110
110
|
*/
|
|
111
|
-
proto.
|
|
111
|
+
proto.CreateAccountAssignmentResponse = function(opt_data) {
|
|
112
112
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
113
113
|
};
|
|
114
|
-
goog.inherits(proto.
|
|
114
|
+
goog.inherits(proto.CreateAccountAssignmentResponse, jspb.Message);
|
|
115
115
|
if (goog.DEBUG && !COMPILED) {
|
|
116
116
|
/**
|
|
117
117
|
* @public
|
|
118
118
|
* @override
|
|
119
119
|
*/
|
|
120
|
-
proto.
|
|
120
|
+
proto.CreateAccountAssignmentResponse.displayName = 'proto.CreateAccountAssignmentResponse';
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
123
|
* Generated by JsPbCodeGenerator.
|
|
@@ -129,16 +129,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
129
129
|
* @extends {jspb.Message}
|
|
130
130
|
* @constructor
|
|
131
131
|
*/
|
|
132
|
-
proto.
|
|
132
|
+
proto.UpdateAccountAssignmentRequest = function(opt_data) {
|
|
133
133
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
134
134
|
};
|
|
135
|
-
goog.inherits(proto.
|
|
135
|
+
goog.inherits(proto.UpdateAccountAssignmentRequest, jspb.Message);
|
|
136
136
|
if (goog.DEBUG && !COMPILED) {
|
|
137
137
|
/**
|
|
138
138
|
* @public
|
|
139
139
|
* @override
|
|
140
140
|
*/
|
|
141
|
-
proto.
|
|
141
|
+
proto.UpdateAccountAssignmentRequest.displayName = 'proto.UpdateAccountAssignmentRequest';
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
144
|
* Generated by JsPbCodeGenerator.
|
|
@@ -150,16 +150,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
150
150
|
* @extends {jspb.Message}
|
|
151
151
|
* @constructor
|
|
152
152
|
*/
|
|
153
|
-
proto.
|
|
153
|
+
proto.UpdateAccountAssignmentResponse = function(opt_data) {
|
|
154
154
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
155
155
|
};
|
|
156
|
-
goog.inherits(proto.
|
|
156
|
+
goog.inherits(proto.UpdateAccountAssignmentResponse, jspb.Message);
|
|
157
157
|
if (goog.DEBUG && !COMPILED) {
|
|
158
158
|
/**
|
|
159
159
|
* @public
|
|
160
160
|
* @override
|
|
161
161
|
*/
|
|
162
|
-
proto.
|
|
162
|
+
proto.UpdateAccountAssignmentResponse.displayName = 'proto.UpdateAccountAssignmentResponse';
|
|
163
163
|
}
|
|
164
164
|
/**
|
|
165
165
|
* Generated by JsPbCodeGenerator.
|
|
@@ -171,16 +171,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
171
171
|
* @extends {jspb.Message}
|
|
172
172
|
* @constructor
|
|
173
173
|
*/
|
|
174
|
-
proto.
|
|
174
|
+
proto.GetAccountAssignmentByIdRequest = function(opt_data) {
|
|
175
175
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
176
176
|
};
|
|
177
|
-
goog.inherits(proto.
|
|
177
|
+
goog.inherits(proto.GetAccountAssignmentByIdRequest, jspb.Message);
|
|
178
178
|
if (goog.DEBUG && !COMPILED) {
|
|
179
179
|
/**
|
|
180
180
|
* @public
|
|
181
181
|
* @override
|
|
182
182
|
*/
|
|
183
|
-
proto.
|
|
183
|
+
proto.GetAccountAssignmentByIdRequest.displayName = 'proto.GetAccountAssignmentByIdRequest';
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Generated by JsPbCodeGenerator.
|
|
@@ -192,16 +192,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
192
192
|
* @extends {jspb.Message}
|
|
193
193
|
* @constructor
|
|
194
194
|
*/
|
|
195
|
-
proto.
|
|
195
|
+
proto.GetAccountAssignmentByIdResponse = function(opt_data) {
|
|
196
196
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
197
197
|
};
|
|
198
|
-
goog.inherits(proto.
|
|
198
|
+
goog.inherits(proto.GetAccountAssignmentByIdResponse, jspb.Message);
|
|
199
199
|
if (goog.DEBUG && !COMPILED) {
|
|
200
200
|
/**
|
|
201
201
|
* @public
|
|
202
202
|
* @override
|
|
203
203
|
*/
|
|
204
|
-
proto.
|
|
204
|
+
proto.GetAccountAssignmentByIdResponse.displayName = 'proto.GetAccountAssignmentByIdResponse';
|
|
205
205
|
}
|
|
206
206
|
/**
|
|
207
207
|
* Generated by JsPbCodeGenerator.
|
|
@@ -213,16 +213,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
213
213
|
* @extends {jspb.Message}
|
|
214
214
|
* @constructor
|
|
215
215
|
*/
|
|
216
|
-
proto.
|
|
216
|
+
proto.GetListAccountAssignmentRequest = function(opt_data) {
|
|
217
217
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
218
218
|
};
|
|
219
|
-
goog.inherits(proto.
|
|
219
|
+
goog.inherits(proto.GetListAccountAssignmentRequest, jspb.Message);
|
|
220
220
|
if (goog.DEBUG && !COMPILED) {
|
|
221
221
|
/**
|
|
222
222
|
* @public
|
|
223
223
|
* @override
|
|
224
224
|
*/
|
|
225
|
-
proto.
|
|
225
|
+
proto.GetListAccountAssignmentRequest.displayName = 'proto.GetListAccountAssignmentRequest';
|
|
226
226
|
}
|
|
227
227
|
/**
|
|
228
228
|
* Generated by JsPbCodeGenerator.
|
|
@@ -234,16 +234,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
234
234
|
* @extends {jspb.Message}
|
|
235
235
|
* @constructor
|
|
236
236
|
*/
|
|
237
|
-
proto.
|
|
238
|
-
jspb.Message.initialize(this, opt_data, 0, -1, proto.
|
|
237
|
+
proto.GetListAccountAssignmentResponse = function(opt_data) {
|
|
238
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.GetListAccountAssignmentResponse.repeatedFields_, null);
|
|
239
239
|
};
|
|
240
|
-
goog.inherits(proto.
|
|
240
|
+
goog.inherits(proto.GetListAccountAssignmentResponse, jspb.Message);
|
|
241
241
|
if (goog.DEBUG && !COMPILED) {
|
|
242
242
|
/**
|
|
243
243
|
* @public
|
|
244
244
|
* @override
|
|
245
245
|
*/
|
|
246
|
-
proto.
|
|
246
|
+
proto.GetListAccountAssignmentResponse.displayName = 'proto.GetListAccountAssignmentResponse';
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
249
|
* Generated by JsPbCodeGenerator.
|
|
@@ -255,16 +255,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
255
255
|
* @extends {jspb.Message}
|
|
256
256
|
* @constructor
|
|
257
257
|
*/
|
|
258
|
-
proto.
|
|
258
|
+
proto.DeleteAccountAssignmentRequest = function(opt_data) {
|
|
259
259
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
260
260
|
};
|
|
261
|
-
goog.inherits(proto.
|
|
261
|
+
goog.inherits(proto.DeleteAccountAssignmentRequest, jspb.Message);
|
|
262
262
|
if (goog.DEBUG && !COMPILED) {
|
|
263
263
|
/**
|
|
264
264
|
* @public
|
|
265
265
|
* @override
|
|
266
266
|
*/
|
|
267
|
-
proto.
|
|
267
|
+
proto.DeleteAccountAssignmentRequest.displayName = 'proto.DeleteAccountAssignmentRequest';
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
270
|
* Generated by JsPbCodeGenerator.
|
|
@@ -276,16 +276,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
276
276
|
* @extends {jspb.Message}
|
|
277
277
|
* @constructor
|
|
278
278
|
*/
|
|
279
|
-
proto.
|
|
279
|
+
proto.DeleteAccountAssignmentResponse = function(opt_data) {
|
|
280
280
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
281
281
|
};
|
|
282
|
-
goog.inherits(proto.
|
|
282
|
+
goog.inherits(proto.DeleteAccountAssignmentResponse, jspb.Message);
|
|
283
283
|
if (goog.DEBUG && !COMPILED) {
|
|
284
284
|
/**
|
|
285
285
|
* @public
|
|
286
286
|
* @override
|
|
287
287
|
*/
|
|
288
|
-
proto.
|
|
288
|
+
proto.DeleteAccountAssignmentResponse.displayName = 'proto.DeleteAccountAssignmentResponse';
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
|
|
@@ -303,8 +303,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
303
303
|
* http://goto/soy-param-migration
|
|
304
304
|
* @return {!Object}
|
|
305
305
|
*/
|
|
306
|
-
proto.
|
|
307
|
-
return proto.
|
|
306
|
+
proto.AccountAssignment.prototype.toObject = function(opt_includeInstance) {
|
|
307
|
+
return proto.AccountAssignment.toObject(opt_includeInstance, this);
|
|
308
308
|
};
|
|
309
309
|
|
|
310
310
|
|
|
@@ -313,11 +313,11 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.toObject = f
|
|
|
313
313
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
314
314
|
* the JSPB instance for transitional soy proto support:
|
|
315
315
|
* http://goto/soy-param-migration
|
|
316
|
-
* @param {!proto.
|
|
316
|
+
* @param {!proto.AccountAssignment} msg The msg instance to transform.
|
|
317
317
|
* @return {!Object}
|
|
318
318
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
319
319
|
*/
|
|
320
|
-
proto.
|
|
320
|
+
proto.AccountAssignment.toObject = function(includeInstance, msg) {
|
|
321
321
|
var f, obj = {
|
|
322
322
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
323
323
|
category: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
@@ -338,23 +338,23 @@ updatedAt: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
|
338
338
|
/**
|
|
339
339
|
* Deserializes binary data (in protobuf wire format).
|
|
340
340
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
341
|
-
* @return {!proto.
|
|
341
|
+
* @return {!proto.AccountAssignment}
|
|
342
342
|
*/
|
|
343
|
-
proto.
|
|
343
|
+
proto.AccountAssignment.deserializeBinary = function(bytes) {
|
|
344
344
|
var reader = new jspb.BinaryReader(bytes);
|
|
345
|
-
var msg = new proto.
|
|
346
|
-
return proto.
|
|
345
|
+
var msg = new proto.AccountAssignment;
|
|
346
|
+
return proto.AccountAssignment.deserializeBinaryFromReader(msg, reader);
|
|
347
347
|
};
|
|
348
348
|
|
|
349
349
|
|
|
350
350
|
/**
|
|
351
351
|
* Deserializes binary data (in protobuf wire format) from the
|
|
352
352
|
* given reader into the given message object.
|
|
353
|
-
* @param {!proto.
|
|
353
|
+
* @param {!proto.AccountAssignment} msg The message object to deserialize into.
|
|
354
354
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
355
|
-
* @return {!proto.
|
|
355
|
+
* @return {!proto.AccountAssignment}
|
|
356
356
|
*/
|
|
357
|
-
proto.
|
|
357
|
+
proto.AccountAssignment.deserializeBinaryFromReader = function(msg, reader) {
|
|
358
358
|
while (reader.nextField()) {
|
|
359
359
|
if (reader.isEndGroup()) {
|
|
360
360
|
break;
|
|
@@ -398,9 +398,9 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.deserializeBinaryFromR
|
|
|
398
398
|
* Serializes the message to binary data (in protobuf wire format).
|
|
399
399
|
* @return {!Uint8Array}
|
|
400
400
|
*/
|
|
401
|
-
proto.
|
|
401
|
+
proto.AccountAssignment.prototype.serializeBinary = function() {
|
|
402
402
|
var writer = new jspb.BinaryWriter();
|
|
403
|
-
proto.
|
|
403
|
+
proto.AccountAssignment.serializeBinaryToWriter(this, writer);
|
|
404
404
|
return writer.getResultBuffer();
|
|
405
405
|
};
|
|
406
406
|
|
|
@@ -408,11 +408,11 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.serializeBin
|
|
|
408
408
|
/**
|
|
409
409
|
* Serializes the given message to binary data (in protobuf wire
|
|
410
410
|
* format), writing to the given BinaryWriter.
|
|
411
|
-
* @param {!proto.
|
|
411
|
+
* @param {!proto.AccountAssignment} message
|
|
412
412
|
* @param {!jspb.BinaryWriter} writer
|
|
413
413
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
414
414
|
*/
|
|
415
|
-
proto.
|
|
415
|
+
proto.AccountAssignment.serializeBinaryToWriter = function(message, writer) {
|
|
416
416
|
var f = undefined;
|
|
417
417
|
f = message.getId();
|
|
418
418
|
if (f !== 0) {
|
|
@@ -463,16 +463,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.serializeBinaryToWrite
|
|
|
463
463
|
* optional int64 id = 1;
|
|
464
464
|
* @return {number}
|
|
465
465
|
*/
|
|
466
|
-
proto.
|
|
466
|
+
proto.AccountAssignment.prototype.getId = function() {
|
|
467
467
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
468
468
|
};
|
|
469
469
|
|
|
470
470
|
|
|
471
471
|
/**
|
|
472
472
|
* @param {number} value
|
|
473
|
-
* @return {!proto.
|
|
473
|
+
* @return {!proto.AccountAssignment} returns this
|
|
474
474
|
*/
|
|
475
|
-
proto.
|
|
475
|
+
proto.AccountAssignment.prototype.setId = function(value) {
|
|
476
476
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
477
477
|
};
|
|
478
478
|
|
|
@@ -481,16 +481,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.setId = func
|
|
|
481
481
|
* optional string category = 2;
|
|
482
482
|
* @return {string}
|
|
483
483
|
*/
|
|
484
|
-
proto.
|
|
484
|
+
proto.AccountAssignment.prototype.getCategory = function() {
|
|
485
485
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
486
486
|
};
|
|
487
487
|
|
|
488
488
|
|
|
489
489
|
/**
|
|
490
490
|
* @param {string} value
|
|
491
|
-
* @return {!proto.
|
|
491
|
+
* @return {!proto.AccountAssignment} returns this
|
|
492
492
|
*/
|
|
493
|
-
proto.
|
|
493
|
+
proto.AccountAssignment.prototype.setCategory = function(value) {
|
|
494
494
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
495
495
|
};
|
|
496
496
|
|
|
@@ -499,16 +499,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.setCategory
|
|
|
499
499
|
* optional string category_description = 3;
|
|
500
500
|
* @return {string}
|
|
501
501
|
*/
|
|
502
|
-
proto.
|
|
502
|
+
proto.AccountAssignment.prototype.getCategoryDescription = function() {
|
|
503
503
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
504
504
|
};
|
|
505
505
|
|
|
506
506
|
|
|
507
507
|
/**
|
|
508
508
|
* @param {string} value
|
|
509
|
-
* @return {!proto.
|
|
509
|
+
* @return {!proto.AccountAssignment} returns this
|
|
510
510
|
*/
|
|
511
|
-
proto.
|
|
511
|
+
proto.AccountAssignment.prototype.setCategoryDescription = function(value) {
|
|
512
512
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
513
513
|
};
|
|
514
514
|
|
|
@@ -517,16 +517,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.setCategoryD
|
|
|
517
517
|
* optional string references_id = 4;
|
|
518
518
|
* @return {string}
|
|
519
519
|
*/
|
|
520
|
-
proto.
|
|
520
|
+
proto.AccountAssignment.prototype.getReferencesId = function() {
|
|
521
521
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
522
522
|
};
|
|
523
523
|
|
|
524
524
|
|
|
525
525
|
/**
|
|
526
526
|
* @param {string} value
|
|
527
|
-
* @return {!proto.
|
|
527
|
+
* @return {!proto.AccountAssignment} returns this
|
|
528
528
|
*/
|
|
529
|
-
proto.
|
|
529
|
+
proto.AccountAssignment.prototype.setReferencesId = function(value) {
|
|
530
530
|
return jspb.Message.setProto3StringField(this, 4, value);
|
|
531
531
|
};
|
|
532
532
|
|
|
@@ -535,16 +535,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.setReference
|
|
|
535
535
|
* optional string created_at = 5;
|
|
536
536
|
* @return {string}
|
|
537
537
|
*/
|
|
538
|
-
proto.
|
|
538
|
+
proto.AccountAssignment.prototype.getCreatedAt = function() {
|
|
539
539
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
540
540
|
};
|
|
541
541
|
|
|
542
542
|
|
|
543
543
|
/**
|
|
544
544
|
* @param {string} value
|
|
545
|
-
* @return {!proto.
|
|
545
|
+
* @return {!proto.AccountAssignment} returns this
|
|
546
546
|
*/
|
|
547
|
-
proto.
|
|
547
|
+
proto.AccountAssignment.prototype.setCreatedAt = function(value) {
|
|
548
548
|
return jspb.Message.setProto3StringField(this, 5, value);
|
|
549
549
|
};
|
|
550
550
|
|
|
@@ -553,16 +553,16 @@ proto.prisca.v1.core.account_assignment.AccountAssignment.prototype.setCreatedAt
|
|
|
553
553
|
* optional string updated_at = 6;
|
|
554
554
|
* @return {string}
|
|
555
555
|
*/
|
|
556
|
-
proto.
|
|
556
|
+
proto.AccountAssignment.prototype.getUpdatedAt = function() {
|
|
557
557
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
558
558
|
};
|
|
559
559
|
|
|
560
560
|
|
|
561
561
|
/**
|
|
562
562
|
* @param {string} value
|
|
563
|
-
* @return {!proto.
|
|
563
|
+
* @return {!proto.AccountAssignment} returns this
|
|
564
564
|
*/
|
|
565
|
-
proto.
|
|
565
|
+
proto.AccountAssignment.prototype.setUpdatedAt = function(value) {
|
|
566
566
|
return jspb.Message.setProto3StringField(this, 6, value);
|
|
567
567
|
};
|
|
568
568
|
|
|
@@ -583,8 +583,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
583
583
|
* http://goto/soy-param-migration
|
|
584
584
|
* @return {!Object}
|
|
585
585
|
*/
|
|
586
|
-
proto.
|
|
587
|
-
return proto.
|
|
586
|
+
proto.BaseAccountAssignment.prototype.toObject = function(opt_includeInstance) {
|
|
587
|
+
return proto.BaseAccountAssignment.toObject(opt_includeInstance, this);
|
|
588
588
|
};
|
|
589
589
|
|
|
590
590
|
|
|
@@ -593,11 +593,11 @@ proto.prisca.v1.core.account_assignment.BaseAccountAssignment.prototype.toObject
|
|
|
593
593
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
594
594
|
* the JSPB instance for transitional soy proto support:
|
|
595
595
|
* http://goto/soy-param-migration
|
|
596
|
-
* @param {!proto.
|
|
596
|
+
* @param {!proto.BaseAccountAssignment} msg The msg instance to transform.
|
|
597
597
|
* @return {!Object}
|
|
598
598
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
599
599
|
*/
|
|
600
|
-
proto.
|
|
600
|
+
proto.BaseAccountAssignment.toObject = function(includeInstance, msg) {
|
|
601
601
|
var f, obj = {
|
|
602
602
|
category: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
603
603
|
categoryDescription: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
@@ -614,23 +614,23 @@ categoryDescription: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
|
614
614
|
/**
|
|
615
615
|
* Deserializes binary data (in protobuf wire format).
|
|
616
616
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
617
|
-
* @return {!proto.
|
|
617
|
+
* @return {!proto.BaseAccountAssignment}
|
|
618
618
|
*/
|
|
619
|
-
proto.
|
|
619
|
+
proto.BaseAccountAssignment.deserializeBinary = function(bytes) {
|
|
620
620
|
var reader = new jspb.BinaryReader(bytes);
|
|
621
|
-
var msg = new proto.
|
|
622
|
-
return proto.
|
|
621
|
+
var msg = new proto.BaseAccountAssignment;
|
|
622
|
+
return proto.BaseAccountAssignment.deserializeBinaryFromReader(msg, reader);
|
|
623
623
|
};
|
|
624
624
|
|
|
625
625
|
|
|
626
626
|
/**
|
|
627
627
|
* Deserializes binary data (in protobuf wire format) from the
|
|
628
628
|
* given reader into the given message object.
|
|
629
|
-
* @param {!proto.
|
|
629
|
+
* @param {!proto.BaseAccountAssignment} msg The message object to deserialize into.
|
|
630
630
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
631
|
-
* @return {!proto.
|
|
631
|
+
* @return {!proto.BaseAccountAssignment}
|
|
632
632
|
*/
|
|
633
|
-
proto.
|
|
633
|
+
proto.BaseAccountAssignment.deserializeBinaryFromReader = function(msg, reader) {
|
|
634
634
|
while (reader.nextField()) {
|
|
635
635
|
if (reader.isEndGroup()) {
|
|
636
636
|
break;
|
|
@@ -658,9 +658,9 @@ proto.prisca.v1.core.account_assignment.BaseAccountAssignment.deserializeBinaryF
|
|
|
658
658
|
* Serializes the message to binary data (in protobuf wire format).
|
|
659
659
|
* @return {!Uint8Array}
|
|
660
660
|
*/
|
|
661
|
-
proto.
|
|
661
|
+
proto.BaseAccountAssignment.prototype.serializeBinary = function() {
|
|
662
662
|
var writer = new jspb.BinaryWriter();
|
|
663
|
-
proto.
|
|
663
|
+
proto.BaseAccountAssignment.serializeBinaryToWriter(this, writer);
|
|
664
664
|
return writer.getResultBuffer();
|
|
665
665
|
};
|
|
666
666
|
|
|
@@ -668,11 +668,11 @@ proto.prisca.v1.core.account_assignment.BaseAccountAssignment.prototype.serializ
|
|
|
668
668
|
/**
|
|
669
669
|
* Serializes the given message to binary data (in protobuf wire
|
|
670
670
|
* format), writing to the given BinaryWriter.
|
|
671
|
-
* @param {!proto.
|
|
671
|
+
* @param {!proto.BaseAccountAssignment} message
|
|
672
672
|
* @param {!jspb.BinaryWriter} writer
|
|
673
673
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
674
674
|
*/
|
|
675
|
-
proto.
|
|
675
|
+
proto.BaseAccountAssignment.serializeBinaryToWriter = function(message, writer) {
|
|
676
676
|
var f = undefined;
|
|
677
677
|
f = message.getCategory();
|
|
678
678
|
if (f.length > 0) {
|
|
@@ -695,16 +695,16 @@ proto.prisca.v1.core.account_assignment.BaseAccountAssignment.serializeBinaryToW
|
|
|
695
695
|
* optional string category = 1;
|
|
696
696
|
* @return {string}
|
|
697
697
|
*/
|
|
698
|
-
proto.
|
|
698
|
+
proto.BaseAccountAssignment.prototype.getCategory = function() {
|
|
699
699
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
700
700
|
};
|
|
701
701
|
|
|
702
702
|
|
|
703
703
|
/**
|
|
704
704
|
* @param {string} value
|
|
705
|
-
* @return {!proto.
|
|
705
|
+
* @return {!proto.BaseAccountAssignment} returns this
|
|
706
706
|
*/
|
|
707
|
-
proto.
|
|
707
|
+
proto.BaseAccountAssignment.prototype.setCategory = function(value) {
|
|
708
708
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
709
709
|
};
|
|
710
710
|
|
|
@@ -713,16 +713,16 @@ proto.prisca.v1.core.account_assignment.BaseAccountAssignment.prototype.setCateg
|
|
|
713
713
|
* optional string category_description = 2;
|
|
714
714
|
* @return {string}
|
|
715
715
|
*/
|
|
716
|
-
proto.
|
|
716
|
+
proto.BaseAccountAssignment.prototype.getCategoryDescription = function() {
|
|
717
717
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
718
718
|
};
|
|
719
719
|
|
|
720
720
|
|
|
721
721
|
/**
|
|
722
722
|
* @param {string} value
|
|
723
|
-
* @return {!proto.
|
|
723
|
+
* @return {!proto.BaseAccountAssignment} returns this
|
|
724
724
|
*/
|
|
725
|
-
proto.
|
|
725
|
+
proto.BaseAccountAssignment.prototype.setCategoryDescription = function(value) {
|
|
726
726
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
727
727
|
};
|
|
728
728
|
|
|
@@ -743,8 +743,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
743
743
|
* http://goto/soy-param-migration
|
|
744
744
|
* @return {!Object}
|
|
745
745
|
*/
|
|
746
|
-
proto.
|
|
747
|
-
return proto.
|
|
746
|
+
proto.CreateAccountAssignmentRequest.prototype.toObject = function(opt_includeInstance) {
|
|
747
|
+
return proto.CreateAccountAssignmentRequest.toObject(opt_includeInstance, this);
|
|
748
748
|
};
|
|
749
749
|
|
|
750
750
|
|
|
@@ -753,13 +753,13 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.prototype
|
|
|
753
753
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
754
754
|
* the JSPB instance for transitional soy proto support:
|
|
755
755
|
* http://goto/soy-param-migration
|
|
756
|
-
* @param {!proto.
|
|
756
|
+
* @param {!proto.CreateAccountAssignmentRequest} msg The msg instance to transform.
|
|
757
757
|
* @return {!Object}
|
|
758
758
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
759
759
|
*/
|
|
760
|
-
proto.
|
|
760
|
+
proto.CreateAccountAssignmentRequest.toObject = function(includeInstance, msg) {
|
|
761
761
|
var f, obj = {
|
|
762
|
-
baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.
|
|
762
|
+
baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.BaseAccountAssignment.toObject(includeInstance, f)
|
|
763
763
|
};
|
|
764
764
|
|
|
765
765
|
if (includeInstance) {
|
|
@@ -773,23 +773,23 @@ baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.prisca.v1.c
|
|
|
773
773
|
/**
|
|
774
774
|
* Deserializes binary data (in protobuf wire format).
|
|
775
775
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
776
|
-
* @return {!proto.
|
|
776
|
+
* @return {!proto.CreateAccountAssignmentRequest}
|
|
777
777
|
*/
|
|
778
|
-
proto.
|
|
778
|
+
proto.CreateAccountAssignmentRequest.deserializeBinary = function(bytes) {
|
|
779
779
|
var reader = new jspb.BinaryReader(bytes);
|
|
780
|
-
var msg = new proto.
|
|
781
|
-
return proto.
|
|
780
|
+
var msg = new proto.CreateAccountAssignmentRequest;
|
|
781
|
+
return proto.CreateAccountAssignmentRequest.deserializeBinaryFromReader(msg, reader);
|
|
782
782
|
};
|
|
783
783
|
|
|
784
784
|
|
|
785
785
|
/**
|
|
786
786
|
* Deserializes binary data (in protobuf wire format) from the
|
|
787
787
|
* given reader into the given message object.
|
|
788
|
-
* @param {!proto.
|
|
788
|
+
* @param {!proto.CreateAccountAssignmentRequest} msg The message object to deserialize into.
|
|
789
789
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
790
|
-
* @return {!proto.
|
|
790
|
+
* @return {!proto.CreateAccountAssignmentRequest}
|
|
791
791
|
*/
|
|
792
|
-
proto.
|
|
792
|
+
proto.CreateAccountAssignmentRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
793
793
|
while (reader.nextField()) {
|
|
794
794
|
if (reader.isEndGroup()) {
|
|
795
795
|
break;
|
|
@@ -797,8 +797,8 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.deseriali
|
|
|
797
797
|
var field = reader.getFieldNumber();
|
|
798
798
|
switch (field) {
|
|
799
799
|
case 1:
|
|
800
|
-
var value = new proto.
|
|
801
|
-
reader.readMessage(value,proto.
|
|
800
|
+
var value = new proto.BaseAccountAssignment;
|
|
801
|
+
reader.readMessage(value,proto.BaseAccountAssignment.deserializeBinaryFromReader);
|
|
802
802
|
msg.setBaseAccountAssignment(value);
|
|
803
803
|
break;
|
|
804
804
|
default:
|
|
@@ -814,9 +814,9 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.deseriali
|
|
|
814
814
|
* Serializes the message to binary data (in protobuf wire format).
|
|
815
815
|
* @return {!Uint8Array}
|
|
816
816
|
*/
|
|
817
|
-
proto.
|
|
817
|
+
proto.CreateAccountAssignmentRequest.prototype.serializeBinary = function() {
|
|
818
818
|
var writer = new jspb.BinaryWriter();
|
|
819
|
-
proto.
|
|
819
|
+
proto.CreateAccountAssignmentRequest.serializeBinaryToWriter(this, writer);
|
|
820
820
|
return writer.getResultBuffer();
|
|
821
821
|
};
|
|
822
822
|
|
|
@@ -824,18 +824,18 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.prototype
|
|
|
824
824
|
/**
|
|
825
825
|
* Serializes the given message to binary data (in protobuf wire
|
|
826
826
|
* format), writing to the given BinaryWriter.
|
|
827
|
-
* @param {!proto.
|
|
827
|
+
* @param {!proto.CreateAccountAssignmentRequest} message
|
|
828
828
|
* @param {!jspb.BinaryWriter} writer
|
|
829
829
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
830
830
|
*/
|
|
831
|
-
proto.
|
|
831
|
+
proto.CreateAccountAssignmentRequest.serializeBinaryToWriter = function(message, writer) {
|
|
832
832
|
var f = undefined;
|
|
833
833
|
f = message.getBaseAccountAssignment();
|
|
834
834
|
if (f != null) {
|
|
835
835
|
writer.writeMessage(
|
|
836
836
|
1,
|
|
837
837
|
f,
|
|
838
|
-
proto.
|
|
838
|
+
proto.BaseAccountAssignment.serializeBinaryToWriter
|
|
839
839
|
);
|
|
840
840
|
}
|
|
841
841
|
};
|
|
@@ -843,28 +843,28 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.serialize
|
|
|
843
843
|
|
|
844
844
|
/**
|
|
845
845
|
* optional BaseAccountAssignment base_account_assignment = 1;
|
|
846
|
-
* @return {?proto.
|
|
846
|
+
* @return {?proto.BaseAccountAssignment}
|
|
847
847
|
*/
|
|
848
|
-
proto.
|
|
849
|
-
return /** @type{?proto.
|
|
850
|
-
jspb.Message.getWrapperField(this, proto.
|
|
848
|
+
proto.CreateAccountAssignmentRequest.prototype.getBaseAccountAssignment = function() {
|
|
849
|
+
return /** @type{?proto.BaseAccountAssignment} */ (
|
|
850
|
+
jspb.Message.getWrapperField(this, proto.BaseAccountAssignment, 1));
|
|
851
851
|
};
|
|
852
852
|
|
|
853
853
|
|
|
854
854
|
/**
|
|
855
|
-
* @param {?proto.
|
|
856
|
-
* @return {!proto.
|
|
855
|
+
* @param {?proto.BaseAccountAssignment|undefined} value
|
|
856
|
+
* @return {!proto.CreateAccountAssignmentRequest} returns this
|
|
857
857
|
*/
|
|
858
|
-
proto.
|
|
858
|
+
proto.CreateAccountAssignmentRequest.prototype.setBaseAccountAssignment = function(value) {
|
|
859
859
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
860
860
|
};
|
|
861
861
|
|
|
862
862
|
|
|
863
863
|
/**
|
|
864
864
|
* Clears the message field making it undefined.
|
|
865
|
-
* @return {!proto.
|
|
865
|
+
* @return {!proto.CreateAccountAssignmentRequest} returns this
|
|
866
866
|
*/
|
|
867
|
-
proto.
|
|
867
|
+
proto.CreateAccountAssignmentRequest.prototype.clearBaseAccountAssignment = function() {
|
|
868
868
|
return this.setBaseAccountAssignment(undefined);
|
|
869
869
|
};
|
|
870
870
|
|
|
@@ -873,7 +873,7 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentRequest.prototype
|
|
|
873
873
|
* Returns whether this field is set.
|
|
874
874
|
* @return {boolean}
|
|
875
875
|
*/
|
|
876
|
-
proto.
|
|
876
|
+
proto.CreateAccountAssignmentRequest.prototype.hasBaseAccountAssignment = function() {
|
|
877
877
|
return jspb.Message.getField(this, 1) != null;
|
|
878
878
|
};
|
|
879
879
|
|
|
@@ -894,8 +894,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
894
894
|
* http://goto/soy-param-migration
|
|
895
895
|
* @return {!Object}
|
|
896
896
|
*/
|
|
897
|
-
proto.
|
|
898
|
-
return proto.
|
|
897
|
+
proto.CreateAccountAssignmentResponse.prototype.toObject = function(opt_includeInstance) {
|
|
898
|
+
return proto.CreateAccountAssignmentResponse.toObject(opt_includeInstance, this);
|
|
899
899
|
};
|
|
900
900
|
|
|
901
901
|
|
|
@@ -904,13 +904,13 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
904
904
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
905
905
|
* the JSPB instance for transitional soy proto support:
|
|
906
906
|
* http://goto/soy-param-migration
|
|
907
|
-
* @param {!proto.
|
|
907
|
+
* @param {!proto.CreateAccountAssignmentResponse} msg The msg instance to transform.
|
|
908
908
|
* @return {!Object}
|
|
909
909
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
910
910
|
*/
|
|
911
|
-
proto.
|
|
911
|
+
proto.CreateAccountAssignmentResponse.toObject = function(includeInstance, msg) {
|
|
912
912
|
var f, obj = {
|
|
913
|
-
accountAssignment: (f = msg.getAccountAssignment()) && proto.
|
|
913
|
+
accountAssignment: (f = msg.getAccountAssignment()) && proto.AccountAssignment.toObject(includeInstance, f),
|
|
914
914
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
915
915
|
};
|
|
916
916
|
|
|
@@ -925,23 +925,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
925
925
|
/**
|
|
926
926
|
* Deserializes binary data (in protobuf wire format).
|
|
927
927
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
928
|
-
* @return {!proto.
|
|
928
|
+
* @return {!proto.CreateAccountAssignmentResponse}
|
|
929
929
|
*/
|
|
930
|
-
proto.
|
|
930
|
+
proto.CreateAccountAssignmentResponse.deserializeBinary = function(bytes) {
|
|
931
931
|
var reader = new jspb.BinaryReader(bytes);
|
|
932
|
-
var msg = new proto.
|
|
933
|
-
return proto.
|
|
932
|
+
var msg = new proto.CreateAccountAssignmentResponse;
|
|
933
|
+
return proto.CreateAccountAssignmentResponse.deserializeBinaryFromReader(msg, reader);
|
|
934
934
|
};
|
|
935
935
|
|
|
936
936
|
|
|
937
937
|
/**
|
|
938
938
|
* Deserializes binary data (in protobuf wire format) from the
|
|
939
939
|
* given reader into the given message object.
|
|
940
|
-
* @param {!proto.
|
|
940
|
+
* @param {!proto.CreateAccountAssignmentResponse} msg The message object to deserialize into.
|
|
941
941
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
942
|
-
* @return {!proto.
|
|
942
|
+
* @return {!proto.CreateAccountAssignmentResponse}
|
|
943
943
|
*/
|
|
944
|
-
proto.
|
|
944
|
+
proto.CreateAccountAssignmentResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
945
945
|
while (reader.nextField()) {
|
|
946
946
|
if (reader.isEndGroup()) {
|
|
947
947
|
break;
|
|
@@ -949,8 +949,8 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.deserial
|
|
|
949
949
|
var field = reader.getFieldNumber();
|
|
950
950
|
switch (field) {
|
|
951
951
|
case 1:
|
|
952
|
-
var value = new proto.
|
|
953
|
-
reader.readMessage(value,proto.
|
|
952
|
+
var value = new proto.AccountAssignment;
|
|
953
|
+
reader.readMessage(value,proto.AccountAssignment.deserializeBinaryFromReader);
|
|
954
954
|
msg.setAccountAssignment(value);
|
|
955
955
|
break;
|
|
956
956
|
case 2:
|
|
@@ -971,9 +971,9 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.deserial
|
|
|
971
971
|
* Serializes the message to binary data (in protobuf wire format).
|
|
972
972
|
* @return {!Uint8Array}
|
|
973
973
|
*/
|
|
974
|
-
proto.
|
|
974
|
+
proto.CreateAccountAssignmentResponse.prototype.serializeBinary = function() {
|
|
975
975
|
var writer = new jspb.BinaryWriter();
|
|
976
|
-
proto.
|
|
976
|
+
proto.CreateAccountAssignmentResponse.serializeBinaryToWriter(this, writer);
|
|
977
977
|
return writer.getResultBuffer();
|
|
978
978
|
};
|
|
979
979
|
|
|
@@ -981,18 +981,18 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
981
981
|
/**
|
|
982
982
|
* Serializes the given message to binary data (in protobuf wire
|
|
983
983
|
* format), writing to the given BinaryWriter.
|
|
984
|
-
* @param {!proto.
|
|
984
|
+
* @param {!proto.CreateAccountAssignmentResponse} message
|
|
985
985
|
* @param {!jspb.BinaryWriter} writer
|
|
986
986
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
987
987
|
*/
|
|
988
|
-
proto.
|
|
988
|
+
proto.CreateAccountAssignmentResponse.serializeBinaryToWriter = function(message, writer) {
|
|
989
989
|
var f = undefined;
|
|
990
990
|
f = message.getAccountAssignment();
|
|
991
991
|
if (f != null) {
|
|
992
992
|
writer.writeMessage(
|
|
993
993
|
1,
|
|
994
994
|
f,
|
|
995
|
-
proto.
|
|
995
|
+
proto.AccountAssignment.serializeBinaryToWriter
|
|
996
996
|
);
|
|
997
997
|
}
|
|
998
998
|
f = message.getMeta();
|
|
@@ -1008,28 +1008,28 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.serializ
|
|
|
1008
1008
|
|
|
1009
1009
|
/**
|
|
1010
1010
|
* optional AccountAssignment account_assignment = 1;
|
|
1011
|
-
* @return {?proto.
|
|
1011
|
+
* @return {?proto.AccountAssignment}
|
|
1012
1012
|
*/
|
|
1013
|
-
proto.
|
|
1014
|
-
return /** @type{?proto.
|
|
1015
|
-
jspb.Message.getWrapperField(this, proto.
|
|
1013
|
+
proto.CreateAccountAssignmentResponse.prototype.getAccountAssignment = function() {
|
|
1014
|
+
return /** @type{?proto.AccountAssignment} */ (
|
|
1015
|
+
jspb.Message.getWrapperField(this, proto.AccountAssignment, 1));
|
|
1016
1016
|
};
|
|
1017
1017
|
|
|
1018
1018
|
|
|
1019
1019
|
/**
|
|
1020
|
-
* @param {?proto.
|
|
1021
|
-
* @return {!proto.
|
|
1020
|
+
* @param {?proto.AccountAssignment|undefined} value
|
|
1021
|
+
* @return {!proto.CreateAccountAssignmentResponse} returns this
|
|
1022
1022
|
*/
|
|
1023
|
-
proto.
|
|
1023
|
+
proto.CreateAccountAssignmentResponse.prototype.setAccountAssignment = function(value) {
|
|
1024
1024
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
1025
1025
|
};
|
|
1026
1026
|
|
|
1027
1027
|
|
|
1028
1028
|
/**
|
|
1029
1029
|
* Clears the message field making it undefined.
|
|
1030
|
-
* @return {!proto.
|
|
1030
|
+
* @return {!proto.CreateAccountAssignmentResponse} returns this
|
|
1031
1031
|
*/
|
|
1032
|
-
proto.
|
|
1032
|
+
proto.CreateAccountAssignmentResponse.prototype.clearAccountAssignment = function() {
|
|
1033
1033
|
return this.setAccountAssignment(undefined);
|
|
1034
1034
|
};
|
|
1035
1035
|
|
|
@@ -1038,7 +1038,7 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
1038
1038
|
* Returns whether this field is set.
|
|
1039
1039
|
* @return {boolean}
|
|
1040
1040
|
*/
|
|
1041
|
-
proto.
|
|
1041
|
+
proto.CreateAccountAssignmentResponse.prototype.hasAccountAssignment = function() {
|
|
1042
1042
|
return jspb.Message.getField(this, 1) != null;
|
|
1043
1043
|
};
|
|
1044
1044
|
|
|
@@ -1047,7 +1047,7 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
1047
1047
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
1048
1048
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
1049
1049
|
*/
|
|
1050
|
-
proto.
|
|
1050
|
+
proto.CreateAccountAssignmentResponse.prototype.getMeta = function() {
|
|
1051
1051
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
1052
1052
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
1053
1053
|
};
|
|
@@ -1055,18 +1055,18 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
1055
1055
|
|
|
1056
1056
|
/**
|
|
1057
1057
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
1058
|
-
* @return {!proto.
|
|
1058
|
+
* @return {!proto.CreateAccountAssignmentResponse} returns this
|
|
1059
1059
|
*/
|
|
1060
|
-
proto.
|
|
1060
|
+
proto.CreateAccountAssignmentResponse.prototype.setMeta = function(value) {
|
|
1061
1061
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
1062
1062
|
};
|
|
1063
1063
|
|
|
1064
1064
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* Clears the message field making it undefined.
|
|
1067
|
-
* @return {!proto.
|
|
1067
|
+
* @return {!proto.CreateAccountAssignmentResponse} returns this
|
|
1068
1068
|
*/
|
|
1069
|
-
proto.
|
|
1069
|
+
proto.CreateAccountAssignmentResponse.prototype.clearMeta = function() {
|
|
1070
1070
|
return this.setMeta(undefined);
|
|
1071
1071
|
};
|
|
1072
1072
|
|
|
@@ -1075,7 +1075,7 @@ proto.prisca.v1.core.account_assignment.CreateAccountAssignmentResponse.prototyp
|
|
|
1075
1075
|
* Returns whether this field is set.
|
|
1076
1076
|
* @return {boolean}
|
|
1077
1077
|
*/
|
|
1078
|
-
proto.
|
|
1078
|
+
proto.CreateAccountAssignmentResponse.prototype.hasMeta = function() {
|
|
1079
1079
|
return jspb.Message.getField(this, 2) != null;
|
|
1080
1080
|
};
|
|
1081
1081
|
|
|
@@ -1096,8 +1096,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1096
1096
|
* http://goto/soy-param-migration
|
|
1097
1097
|
* @return {!Object}
|
|
1098
1098
|
*/
|
|
1099
|
-
proto.
|
|
1100
|
-
return proto.
|
|
1099
|
+
proto.UpdateAccountAssignmentRequest.prototype.toObject = function(opt_includeInstance) {
|
|
1100
|
+
return proto.UpdateAccountAssignmentRequest.toObject(opt_includeInstance, this);
|
|
1101
1101
|
};
|
|
1102
1102
|
|
|
1103
1103
|
|
|
@@ -1106,14 +1106,14 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.prototype
|
|
|
1106
1106
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1107
1107
|
* the JSPB instance for transitional soy proto support:
|
|
1108
1108
|
* http://goto/soy-param-migration
|
|
1109
|
-
* @param {!proto.
|
|
1109
|
+
* @param {!proto.UpdateAccountAssignmentRequest} msg The msg instance to transform.
|
|
1110
1110
|
* @return {!Object}
|
|
1111
1111
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1112
1112
|
*/
|
|
1113
|
-
proto.
|
|
1113
|
+
proto.UpdateAccountAssignmentRequest.toObject = function(includeInstance, msg) {
|
|
1114
1114
|
var f, obj = {
|
|
1115
1115
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1116
|
-
baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.
|
|
1116
|
+
baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.BaseAccountAssignment.toObject(includeInstance, f)
|
|
1117
1117
|
};
|
|
1118
1118
|
|
|
1119
1119
|
if (includeInstance) {
|
|
@@ -1127,23 +1127,23 @@ baseAccountAssignment: (f = msg.getBaseAccountAssignment()) && proto.prisca.v1.c
|
|
|
1127
1127
|
/**
|
|
1128
1128
|
* Deserializes binary data (in protobuf wire format).
|
|
1129
1129
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1130
|
-
* @return {!proto.
|
|
1130
|
+
* @return {!proto.UpdateAccountAssignmentRequest}
|
|
1131
1131
|
*/
|
|
1132
|
-
proto.
|
|
1132
|
+
proto.UpdateAccountAssignmentRequest.deserializeBinary = function(bytes) {
|
|
1133
1133
|
var reader = new jspb.BinaryReader(bytes);
|
|
1134
|
-
var msg = new proto.
|
|
1135
|
-
return proto.
|
|
1134
|
+
var msg = new proto.UpdateAccountAssignmentRequest;
|
|
1135
|
+
return proto.UpdateAccountAssignmentRequest.deserializeBinaryFromReader(msg, reader);
|
|
1136
1136
|
};
|
|
1137
1137
|
|
|
1138
1138
|
|
|
1139
1139
|
/**
|
|
1140
1140
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1141
1141
|
* given reader into the given message object.
|
|
1142
|
-
* @param {!proto.
|
|
1142
|
+
* @param {!proto.UpdateAccountAssignmentRequest} msg The message object to deserialize into.
|
|
1143
1143
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1144
|
-
* @return {!proto.
|
|
1144
|
+
* @return {!proto.UpdateAccountAssignmentRequest}
|
|
1145
1145
|
*/
|
|
1146
|
-
proto.
|
|
1146
|
+
proto.UpdateAccountAssignmentRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
1147
1147
|
while (reader.nextField()) {
|
|
1148
1148
|
if (reader.isEndGroup()) {
|
|
1149
1149
|
break;
|
|
@@ -1155,8 +1155,8 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.deseriali
|
|
|
1155
1155
|
msg.setReferencesId(value);
|
|
1156
1156
|
break;
|
|
1157
1157
|
case 2:
|
|
1158
|
-
var value = new proto.
|
|
1159
|
-
reader.readMessage(value,proto.
|
|
1158
|
+
var value = new proto.BaseAccountAssignment;
|
|
1159
|
+
reader.readMessage(value,proto.BaseAccountAssignment.deserializeBinaryFromReader);
|
|
1160
1160
|
msg.setBaseAccountAssignment(value);
|
|
1161
1161
|
break;
|
|
1162
1162
|
default:
|
|
@@ -1172,9 +1172,9 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.deseriali
|
|
|
1172
1172
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1173
1173
|
* @return {!Uint8Array}
|
|
1174
1174
|
*/
|
|
1175
|
-
proto.
|
|
1175
|
+
proto.UpdateAccountAssignmentRequest.prototype.serializeBinary = function() {
|
|
1176
1176
|
var writer = new jspb.BinaryWriter();
|
|
1177
|
-
proto.
|
|
1177
|
+
proto.UpdateAccountAssignmentRequest.serializeBinaryToWriter(this, writer);
|
|
1178
1178
|
return writer.getResultBuffer();
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
@@ -1182,11 +1182,11 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.prototype
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Serializes the given message to binary data (in protobuf wire
|
|
1184
1184
|
* format), writing to the given BinaryWriter.
|
|
1185
|
-
* @param {!proto.
|
|
1185
|
+
* @param {!proto.UpdateAccountAssignmentRequest} message
|
|
1186
1186
|
* @param {!jspb.BinaryWriter} writer
|
|
1187
1187
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1188
1188
|
*/
|
|
1189
|
-
proto.
|
|
1189
|
+
proto.UpdateAccountAssignmentRequest.serializeBinaryToWriter = function(message, writer) {
|
|
1190
1190
|
var f = undefined;
|
|
1191
1191
|
f = message.getReferencesId();
|
|
1192
1192
|
if (f.length > 0) {
|
|
@@ -1200,7 +1200,7 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.serialize
|
|
|
1200
1200
|
writer.writeMessage(
|
|
1201
1201
|
2,
|
|
1202
1202
|
f,
|
|
1203
|
-
proto.
|
|
1203
|
+
proto.BaseAccountAssignment.serializeBinaryToWriter
|
|
1204
1204
|
);
|
|
1205
1205
|
}
|
|
1206
1206
|
};
|
|
@@ -1210,44 +1210,44 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.serialize
|
|
|
1210
1210
|
* optional string references_id = 1;
|
|
1211
1211
|
* @return {string}
|
|
1212
1212
|
*/
|
|
1213
|
-
proto.
|
|
1213
|
+
proto.UpdateAccountAssignmentRequest.prototype.getReferencesId = function() {
|
|
1214
1214
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1215
1215
|
};
|
|
1216
1216
|
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* @param {string} value
|
|
1220
|
-
* @return {!proto.
|
|
1220
|
+
* @return {!proto.UpdateAccountAssignmentRequest} returns this
|
|
1221
1221
|
*/
|
|
1222
|
-
proto.
|
|
1222
|
+
proto.UpdateAccountAssignmentRequest.prototype.setReferencesId = function(value) {
|
|
1223
1223
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1224
1224
|
};
|
|
1225
1225
|
|
|
1226
1226
|
|
|
1227
1227
|
/**
|
|
1228
1228
|
* optional BaseAccountAssignment base_account_assignment = 2;
|
|
1229
|
-
* @return {?proto.
|
|
1229
|
+
* @return {?proto.BaseAccountAssignment}
|
|
1230
1230
|
*/
|
|
1231
|
-
proto.
|
|
1232
|
-
return /** @type{?proto.
|
|
1233
|
-
jspb.Message.getWrapperField(this, proto.
|
|
1231
|
+
proto.UpdateAccountAssignmentRequest.prototype.getBaseAccountAssignment = function() {
|
|
1232
|
+
return /** @type{?proto.BaseAccountAssignment} */ (
|
|
1233
|
+
jspb.Message.getWrapperField(this, proto.BaseAccountAssignment, 2));
|
|
1234
1234
|
};
|
|
1235
1235
|
|
|
1236
1236
|
|
|
1237
1237
|
/**
|
|
1238
|
-
* @param {?proto.
|
|
1239
|
-
* @return {!proto.
|
|
1238
|
+
* @param {?proto.BaseAccountAssignment|undefined} value
|
|
1239
|
+
* @return {!proto.UpdateAccountAssignmentRequest} returns this
|
|
1240
1240
|
*/
|
|
1241
|
-
proto.
|
|
1241
|
+
proto.UpdateAccountAssignmentRequest.prototype.setBaseAccountAssignment = function(value) {
|
|
1242
1242
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
1243
1243
|
};
|
|
1244
1244
|
|
|
1245
1245
|
|
|
1246
1246
|
/**
|
|
1247
1247
|
* Clears the message field making it undefined.
|
|
1248
|
-
* @return {!proto.
|
|
1248
|
+
* @return {!proto.UpdateAccountAssignmentRequest} returns this
|
|
1249
1249
|
*/
|
|
1250
|
-
proto.
|
|
1250
|
+
proto.UpdateAccountAssignmentRequest.prototype.clearBaseAccountAssignment = function() {
|
|
1251
1251
|
return this.setBaseAccountAssignment(undefined);
|
|
1252
1252
|
};
|
|
1253
1253
|
|
|
@@ -1256,7 +1256,7 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentRequest.prototype
|
|
|
1256
1256
|
* Returns whether this field is set.
|
|
1257
1257
|
* @return {boolean}
|
|
1258
1258
|
*/
|
|
1259
|
-
proto.
|
|
1259
|
+
proto.UpdateAccountAssignmentRequest.prototype.hasBaseAccountAssignment = function() {
|
|
1260
1260
|
return jspb.Message.getField(this, 2) != null;
|
|
1261
1261
|
};
|
|
1262
1262
|
|
|
@@ -1277,8 +1277,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1277
1277
|
* http://goto/soy-param-migration
|
|
1278
1278
|
* @return {!Object}
|
|
1279
1279
|
*/
|
|
1280
|
-
proto.
|
|
1281
|
-
return proto.
|
|
1280
|
+
proto.UpdateAccountAssignmentResponse.prototype.toObject = function(opt_includeInstance) {
|
|
1281
|
+
return proto.UpdateAccountAssignmentResponse.toObject(opt_includeInstance, this);
|
|
1282
1282
|
};
|
|
1283
1283
|
|
|
1284
1284
|
|
|
@@ -1287,13 +1287,13 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1287
1287
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1288
1288
|
* the JSPB instance for transitional soy proto support:
|
|
1289
1289
|
* http://goto/soy-param-migration
|
|
1290
|
-
* @param {!proto.
|
|
1290
|
+
* @param {!proto.UpdateAccountAssignmentResponse} msg The msg instance to transform.
|
|
1291
1291
|
* @return {!Object}
|
|
1292
1292
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1293
1293
|
*/
|
|
1294
|
-
proto.
|
|
1294
|
+
proto.UpdateAccountAssignmentResponse.toObject = function(includeInstance, msg) {
|
|
1295
1295
|
var f, obj = {
|
|
1296
|
-
accountAssignment: (f = msg.getAccountAssignment()) && proto.
|
|
1296
|
+
accountAssignment: (f = msg.getAccountAssignment()) && proto.AccountAssignment.toObject(includeInstance, f),
|
|
1297
1297
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
1298
1298
|
};
|
|
1299
1299
|
|
|
@@ -1308,23 +1308,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
1308
1308
|
/**
|
|
1309
1309
|
* Deserializes binary data (in protobuf wire format).
|
|
1310
1310
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1311
|
-
* @return {!proto.
|
|
1311
|
+
* @return {!proto.UpdateAccountAssignmentResponse}
|
|
1312
1312
|
*/
|
|
1313
|
-
proto.
|
|
1313
|
+
proto.UpdateAccountAssignmentResponse.deserializeBinary = function(bytes) {
|
|
1314
1314
|
var reader = new jspb.BinaryReader(bytes);
|
|
1315
|
-
var msg = new proto.
|
|
1316
|
-
return proto.
|
|
1315
|
+
var msg = new proto.UpdateAccountAssignmentResponse;
|
|
1316
|
+
return proto.UpdateAccountAssignmentResponse.deserializeBinaryFromReader(msg, reader);
|
|
1317
1317
|
};
|
|
1318
1318
|
|
|
1319
1319
|
|
|
1320
1320
|
/**
|
|
1321
1321
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1322
1322
|
* given reader into the given message object.
|
|
1323
|
-
* @param {!proto.
|
|
1323
|
+
* @param {!proto.UpdateAccountAssignmentResponse} msg The message object to deserialize into.
|
|
1324
1324
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1325
|
-
* @return {!proto.
|
|
1325
|
+
* @return {!proto.UpdateAccountAssignmentResponse}
|
|
1326
1326
|
*/
|
|
1327
|
-
proto.
|
|
1327
|
+
proto.UpdateAccountAssignmentResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
1328
1328
|
while (reader.nextField()) {
|
|
1329
1329
|
if (reader.isEndGroup()) {
|
|
1330
1330
|
break;
|
|
@@ -1332,8 +1332,8 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.deserial
|
|
|
1332
1332
|
var field = reader.getFieldNumber();
|
|
1333
1333
|
switch (field) {
|
|
1334
1334
|
case 1:
|
|
1335
|
-
var value = new proto.
|
|
1336
|
-
reader.readMessage(value,proto.
|
|
1335
|
+
var value = new proto.AccountAssignment;
|
|
1336
|
+
reader.readMessage(value,proto.AccountAssignment.deserializeBinaryFromReader);
|
|
1337
1337
|
msg.setAccountAssignment(value);
|
|
1338
1338
|
break;
|
|
1339
1339
|
case 2:
|
|
@@ -1354,9 +1354,9 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.deserial
|
|
|
1354
1354
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1355
1355
|
* @return {!Uint8Array}
|
|
1356
1356
|
*/
|
|
1357
|
-
proto.
|
|
1357
|
+
proto.UpdateAccountAssignmentResponse.prototype.serializeBinary = function() {
|
|
1358
1358
|
var writer = new jspb.BinaryWriter();
|
|
1359
|
-
proto.
|
|
1359
|
+
proto.UpdateAccountAssignmentResponse.serializeBinaryToWriter(this, writer);
|
|
1360
1360
|
return writer.getResultBuffer();
|
|
1361
1361
|
};
|
|
1362
1362
|
|
|
@@ -1364,18 +1364,18 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1364
1364
|
/**
|
|
1365
1365
|
* Serializes the given message to binary data (in protobuf wire
|
|
1366
1366
|
* format), writing to the given BinaryWriter.
|
|
1367
|
-
* @param {!proto.
|
|
1367
|
+
* @param {!proto.UpdateAccountAssignmentResponse} message
|
|
1368
1368
|
* @param {!jspb.BinaryWriter} writer
|
|
1369
1369
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1370
1370
|
*/
|
|
1371
|
-
proto.
|
|
1371
|
+
proto.UpdateAccountAssignmentResponse.serializeBinaryToWriter = function(message, writer) {
|
|
1372
1372
|
var f = undefined;
|
|
1373
1373
|
f = message.getAccountAssignment();
|
|
1374
1374
|
if (f != null) {
|
|
1375
1375
|
writer.writeMessage(
|
|
1376
1376
|
1,
|
|
1377
1377
|
f,
|
|
1378
|
-
proto.
|
|
1378
|
+
proto.AccountAssignment.serializeBinaryToWriter
|
|
1379
1379
|
);
|
|
1380
1380
|
}
|
|
1381
1381
|
f = message.getMeta();
|
|
@@ -1391,28 +1391,28 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.serializ
|
|
|
1391
1391
|
|
|
1392
1392
|
/**
|
|
1393
1393
|
* optional AccountAssignment account_assignment = 1;
|
|
1394
|
-
* @return {?proto.
|
|
1394
|
+
* @return {?proto.AccountAssignment}
|
|
1395
1395
|
*/
|
|
1396
|
-
proto.
|
|
1397
|
-
return /** @type{?proto.
|
|
1398
|
-
jspb.Message.getWrapperField(this, proto.
|
|
1396
|
+
proto.UpdateAccountAssignmentResponse.prototype.getAccountAssignment = function() {
|
|
1397
|
+
return /** @type{?proto.AccountAssignment} */ (
|
|
1398
|
+
jspb.Message.getWrapperField(this, proto.AccountAssignment, 1));
|
|
1399
1399
|
};
|
|
1400
1400
|
|
|
1401
1401
|
|
|
1402
1402
|
/**
|
|
1403
|
-
* @param {?proto.
|
|
1404
|
-
* @return {!proto.
|
|
1403
|
+
* @param {?proto.AccountAssignment|undefined} value
|
|
1404
|
+
* @return {!proto.UpdateAccountAssignmentResponse} returns this
|
|
1405
1405
|
*/
|
|
1406
|
-
proto.
|
|
1406
|
+
proto.UpdateAccountAssignmentResponse.prototype.setAccountAssignment = function(value) {
|
|
1407
1407
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
1408
1408
|
};
|
|
1409
1409
|
|
|
1410
1410
|
|
|
1411
1411
|
/**
|
|
1412
1412
|
* Clears the message field making it undefined.
|
|
1413
|
-
* @return {!proto.
|
|
1413
|
+
* @return {!proto.UpdateAccountAssignmentResponse} returns this
|
|
1414
1414
|
*/
|
|
1415
|
-
proto.
|
|
1415
|
+
proto.UpdateAccountAssignmentResponse.prototype.clearAccountAssignment = function() {
|
|
1416
1416
|
return this.setAccountAssignment(undefined);
|
|
1417
1417
|
};
|
|
1418
1418
|
|
|
@@ -1421,7 +1421,7 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1421
1421
|
* Returns whether this field is set.
|
|
1422
1422
|
* @return {boolean}
|
|
1423
1423
|
*/
|
|
1424
|
-
proto.
|
|
1424
|
+
proto.UpdateAccountAssignmentResponse.prototype.hasAccountAssignment = function() {
|
|
1425
1425
|
return jspb.Message.getField(this, 1) != null;
|
|
1426
1426
|
};
|
|
1427
1427
|
|
|
@@ -1430,7 +1430,7 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1430
1430
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
1431
1431
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
1432
1432
|
*/
|
|
1433
|
-
proto.
|
|
1433
|
+
proto.UpdateAccountAssignmentResponse.prototype.getMeta = function() {
|
|
1434
1434
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
1435
1435
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
1436
1436
|
};
|
|
@@ -1438,18 +1438,18 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1438
1438
|
|
|
1439
1439
|
/**
|
|
1440
1440
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
1441
|
-
* @return {!proto.
|
|
1441
|
+
* @return {!proto.UpdateAccountAssignmentResponse} returns this
|
|
1442
1442
|
*/
|
|
1443
|
-
proto.
|
|
1443
|
+
proto.UpdateAccountAssignmentResponse.prototype.setMeta = function(value) {
|
|
1444
1444
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
1445
1445
|
};
|
|
1446
1446
|
|
|
1447
1447
|
|
|
1448
1448
|
/**
|
|
1449
1449
|
* Clears the message field making it undefined.
|
|
1450
|
-
* @return {!proto.
|
|
1450
|
+
* @return {!proto.UpdateAccountAssignmentResponse} returns this
|
|
1451
1451
|
*/
|
|
1452
|
-
proto.
|
|
1452
|
+
proto.UpdateAccountAssignmentResponse.prototype.clearMeta = function() {
|
|
1453
1453
|
return this.setMeta(undefined);
|
|
1454
1454
|
};
|
|
1455
1455
|
|
|
@@ -1458,7 +1458,7 @@ proto.prisca.v1.core.account_assignment.UpdateAccountAssignmentResponse.prototyp
|
|
|
1458
1458
|
* Returns whether this field is set.
|
|
1459
1459
|
* @return {boolean}
|
|
1460
1460
|
*/
|
|
1461
|
-
proto.
|
|
1461
|
+
proto.UpdateAccountAssignmentResponse.prototype.hasMeta = function() {
|
|
1462
1462
|
return jspb.Message.getField(this, 2) != null;
|
|
1463
1463
|
};
|
|
1464
1464
|
|
|
@@ -1479,8 +1479,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1479
1479
|
* http://goto/soy-param-migration
|
|
1480
1480
|
* @return {!Object}
|
|
1481
1481
|
*/
|
|
1482
|
-
proto.
|
|
1483
|
-
return proto.
|
|
1482
|
+
proto.GetAccountAssignmentByIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
1483
|
+
return proto.GetAccountAssignmentByIdRequest.toObject(opt_includeInstance, this);
|
|
1484
1484
|
};
|
|
1485
1485
|
|
|
1486
1486
|
|
|
@@ -1489,11 +1489,11 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdRequest.prototyp
|
|
|
1489
1489
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1490
1490
|
* the JSPB instance for transitional soy proto support:
|
|
1491
1491
|
* http://goto/soy-param-migration
|
|
1492
|
-
* @param {!proto.
|
|
1492
|
+
* @param {!proto.GetAccountAssignmentByIdRequest} msg The msg instance to transform.
|
|
1493
1493
|
* @return {!Object}
|
|
1494
1494
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1495
1495
|
*/
|
|
1496
|
-
proto.
|
|
1496
|
+
proto.GetAccountAssignmentByIdRequest.toObject = function(includeInstance, msg) {
|
|
1497
1497
|
var f, obj = {
|
|
1498
1498
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
1499
1499
|
};
|
|
@@ -1509,23 +1509,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
|
1509
1509
|
/**
|
|
1510
1510
|
* Deserializes binary data (in protobuf wire format).
|
|
1511
1511
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1512
|
-
* @return {!proto.
|
|
1512
|
+
* @return {!proto.GetAccountAssignmentByIdRequest}
|
|
1513
1513
|
*/
|
|
1514
|
-
proto.
|
|
1514
|
+
proto.GetAccountAssignmentByIdRequest.deserializeBinary = function(bytes) {
|
|
1515
1515
|
var reader = new jspb.BinaryReader(bytes);
|
|
1516
|
-
var msg = new proto.
|
|
1517
|
-
return proto.
|
|
1516
|
+
var msg = new proto.GetAccountAssignmentByIdRequest;
|
|
1517
|
+
return proto.GetAccountAssignmentByIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
1518
1518
|
};
|
|
1519
1519
|
|
|
1520
1520
|
|
|
1521
1521
|
/**
|
|
1522
1522
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1523
1523
|
* given reader into the given message object.
|
|
1524
|
-
* @param {!proto.
|
|
1524
|
+
* @param {!proto.GetAccountAssignmentByIdRequest} msg The message object to deserialize into.
|
|
1525
1525
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1526
|
-
* @return {!proto.
|
|
1526
|
+
* @return {!proto.GetAccountAssignmentByIdRequest}
|
|
1527
1527
|
*/
|
|
1528
|
-
proto.
|
|
1528
|
+
proto.GetAccountAssignmentByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
1529
1529
|
while (reader.nextField()) {
|
|
1530
1530
|
if (reader.isEndGroup()) {
|
|
1531
1531
|
break;
|
|
@@ -1549,9 +1549,9 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdRequest.deserial
|
|
|
1549
1549
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1550
1550
|
* @return {!Uint8Array}
|
|
1551
1551
|
*/
|
|
1552
|
-
proto.
|
|
1552
|
+
proto.GetAccountAssignmentByIdRequest.prototype.serializeBinary = function() {
|
|
1553
1553
|
var writer = new jspb.BinaryWriter();
|
|
1554
|
-
proto.
|
|
1554
|
+
proto.GetAccountAssignmentByIdRequest.serializeBinaryToWriter(this, writer);
|
|
1555
1555
|
return writer.getResultBuffer();
|
|
1556
1556
|
};
|
|
1557
1557
|
|
|
@@ -1559,11 +1559,11 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdRequest.prototyp
|
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Serializes the given message to binary data (in protobuf wire
|
|
1561
1561
|
* format), writing to the given BinaryWriter.
|
|
1562
|
-
* @param {!proto.
|
|
1562
|
+
* @param {!proto.GetAccountAssignmentByIdRequest} message
|
|
1563
1563
|
* @param {!jspb.BinaryWriter} writer
|
|
1564
1564
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1565
1565
|
*/
|
|
1566
|
-
proto.
|
|
1566
|
+
proto.GetAccountAssignmentByIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
1567
1567
|
var f = undefined;
|
|
1568
1568
|
f = message.getReferencesId();
|
|
1569
1569
|
if (f.length > 0) {
|
|
@@ -1579,16 +1579,16 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdRequest.serializ
|
|
|
1579
1579
|
* optional string references_id = 1;
|
|
1580
1580
|
* @return {string}
|
|
1581
1581
|
*/
|
|
1582
|
-
proto.
|
|
1582
|
+
proto.GetAccountAssignmentByIdRequest.prototype.getReferencesId = function() {
|
|
1583
1583
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1584
1584
|
};
|
|
1585
1585
|
|
|
1586
1586
|
|
|
1587
1587
|
/**
|
|
1588
1588
|
* @param {string} value
|
|
1589
|
-
* @return {!proto.
|
|
1589
|
+
* @return {!proto.GetAccountAssignmentByIdRequest} returns this
|
|
1590
1590
|
*/
|
|
1591
|
-
proto.
|
|
1591
|
+
proto.GetAccountAssignmentByIdRequest.prototype.setReferencesId = function(value) {
|
|
1592
1592
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1593
1593
|
};
|
|
1594
1594
|
|
|
@@ -1609,8 +1609,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1609
1609
|
* http://goto/soy-param-migration
|
|
1610
1610
|
* @return {!Object}
|
|
1611
1611
|
*/
|
|
1612
|
-
proto.
|
|
1613
|
-
return proto.
|
|
1612
|
+
proto.GetAccountAssignmentByIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
1613
|
+
return proto.GetAccountAssignmentByIdResponse.toObject(opt_includeInstance, this);
|
|
1614
1614
|
};
|
|
1615
1615
|
|
|
1616
1616
|
|
|
@@ -1619,13 +1619,13 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1619
1619
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1620
1620
|
* the JSPB instance for transitional soy proto support:
|
|
1621
1621
|
* http://goto/soy-param-migration
|
|
1622
|
-
* @param {!proto.
|
|
1622
|
+
* @param {!proto.GetAccountAssignmentByIdResponse} msg The msg instance to transform.
|
|
1623
1623
|
* @return {!Object}
|
|
1624
1624
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1625
1625
|
*/
|
|
1626
|
-
proto.
|
|
1626
|
+
proto.GetAccountAssignmentByIdResponse.toObject = function(includeInstance, msg) {
|
|
1627
1627
|
var f, obj = {
|
|
1628
|
-
accountAssignment: (f = msg.getAccountAssignment()) && proto.
|
|
1628
|
+
accountAssignment: (f = msg.getAccountAssignment()) && proto.AccountAssignment.toObject(includeInstance, f),
|
|
1629
1629
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
1630
1630
|
};
|
|
1631
1631
|
|
|
@@ -1640,23 +1640,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
1640
1640
|
/**
|
|
1641
1641
|
* Deserializes binary data (in protobuf wire format).
|
|
1642
1642
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1643
|
-
* @return {!proto.
|
|
1643
|
+
* @return {!proto.GetAccountAssignmentByIdResponse}
|
|
1644
1644
|
*/
|
|
1645
|
-
proto.
|
|
1645
|
+
proto.GetAccountAssignmentByIdResponse.deserializeBinary = function(bytes) {
|
|
1646
1646
|
var reader = new jspb.BinaryReader(bytes);
|
|
1647
|
-
var msg = new proto.
|
|
1648
|
-
return proto.
|
|
1647
|
+
var msg = new proto.GetAccountAssignmentByIdResponse;
|
|
1648
|
+
return proto.GetAccountAssignmentByIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
1649
1649
|
};
|
|
1650
1650
|
|
|
1651
1651
|
|
|
1652
1652
|
/**
|
|
1653
1653
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1654
1654
|
* given reader into the given message object.
|
|
1655
|
-
* @param {!proto.
|
|
1655
|
+
* @param {!proto.GetAccountAssignmentByIdResponse} msg The message object to deserialize into.
|
|
1656
1656
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1657
|
-
* @return {!proto.
|
|
1657
|
+
* @return {!proto.GetAccountAssignmentByIdResponse}
|
|
1658
1658
|
*/
|
|
1659
|
-
proto.
|
|
1659
|
+
proto.GetAccountAssignmentByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
1660
1660
|
while (reader.nextField()) {
|
|
1661
1661
|
if (reader.isEndGroup()) {
|
|
1662
1662
|
break;
|
|
@@ -1664,8 +1664,8 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.deseria
|
|
|
1664
1664
|
var field = reader.getFieldNumber();
|
|
1665
1665
|
switch (field) {
|
|
1666
1666
|
case 1:
|
|
1667
|
-
var value = new proto.
|
|
1668
|
-
reader.readMessage(value,proto.
|
|
1667
|
+
var value = new proto.AccountAssignment;
|
|
1668
|
+
reader.readMessage(value,proto.AccountAssignment.deserializeBinaryFromReader);
|
|
1669
1669
|
msg.setAccountAssignment(value);
|
|
1670
1670
|
break;
|
|
1671
1671
|
case 2:
|
|
@@ -1686,9 +1686,9 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.deseria
|
|
|
1686
1686
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1687
1687
|
* @return {!Uint8Array}
|
|
1688
1688
|
*/
|
|
1689
|
-
proto.
|
|
1689
|
+
proto.GetAccountAssignmentByIdResponse.prototype.serializeBinary = function() {
|
|
1690
1690
|
var writer = new jspb.BinaryWriter();
|
|
1691
|
-
proto.
|
|
1691
|
+
proto.GetAccountAssignmentByIdResponse.serializeBinaryToWriter(this, writer);
|
|
1692
1692
|
return writer.getResultBuffer();
|
|
1693
1693
|
};
|
|
1694
1694
|
|
|
@@ -1696,18 +1696,18 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1696
1696
|
/**
|
|
1697
1697
|
* Serializes the given message to binary data (in protobuf wire
|
|
1698
1698
|
* format), writing to the given BinaryWriter.
|
|
1699
|
-
* @param {!proto.
|
|
1699
|
+
* @param {!proto.GetAccountAssignmentByIdResponse} message
|
|
1700
1700
|
* @param {!jspb.BinaryWriter} writer
|
|
1701
1701
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1702
1702
|
*/
|
|
1703
|
-
proto.
|
|
1703
|
+
proto.GetAccountAssignmentByIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
1704
1704
|
var f = undefined;
|
|
1705
1705
|
f = message.getAccountAssignment();
|
|
1706
1706
|
if (f != null) {
|
|
1707
1707
|
writer.writeMessage(
|
|
1708
1708
|
1,
|
|
1709
1709
|
f,
|
|
1710
|
-
proto.
|
|
1710
|
+
proto.AccountAssignment.serializeBinaryToWriter
|
|
1711
1711
|
);
|
|
1712
1712
|
}
|
|
1713
1713
|
f = message.getMeta();
|
|
@@ -1723,28 +1723,28 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.seriali
|
|
|
1723
1723
|
|
|
1724
1724
|
/**
|
|
1725
1725
|
* optional AccountAssignment account_assignment = 1;
|
|
1726
|
-
* @return {?proto.
|
|
1726
|
+
* @return {?proto.AccountAssignment}
|
|
1727
1727
|
*/
|
|
1728
|
-
proto.
|
|
1729
|
-
return /** @type{?proto.
|
|
1730
|
-
jspb.Message.getWrapperField(this, proto.
|
|
1728
|
+
proto.GetAccountAssignmentByIdResponse.prototype.getAccountAssignment = function() {
|
|
1729
|
+
return /** @type{?proto.AccountAssignment} */ (
|
|
1730
|
+
jspb.Message.getWrapperField(this, proto.AccountAssignment, 1));
|
|
1731
1731
|
};
|
|
1732
1732
|
|
|
1733
1733
|
|
|
1734
1734
|
/**
|
|
1735
|
-
* @param {?proto.
|
|
1736
|
-
* @return {!proto.
|
|
1735
|
+
* @param {?proto.AccountAssignment|undefined} value
|
|
1736
|
+
* @return {!proto.GetAccountAssignmentByIdResponse} returns this
|
|
1737
1737
|
*/
|
|
1738
|
-
proto.
|
|
1738
|
+
proto.GetAccountAssignmentByIdResponse.prototype.setAccountAssignment = function(value) {
|
|
1739
1739
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
1740
1740
|
};
|
|
1741
1741
|
|
|
1742
1742
|
|
|
1743
1743
|
/**
|
|
1744
1744
|
* Clears the message field making it undefined.
|
|
1745
|
-
* @return {!proto.
|
|
1745
|
+
* @return {!proto.GetAccountAssignmentByIdResponse} returns this
|
|
1746
1746
|
*/
|
|
1747
|
-
proto.
|
|
1747
|
+
proto.GetAccountAssignmentByIdResponse.prototype.clearAccountAssignment = function() {
|
|
1748
1748
|
return this.setAccountAssignment(undefined);
|
|
1749
1749
|
};
|
|
1750
1750
|
|
|
@@ -1753,7 +1753,7 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1753
1753
|
* Returns whether this field is set.
|
|
1754
1754
|
* @return {boolean}
|
|
1755
1755
|
*/
|
|
1756
|
-
proto.
|
|
1756
|
+
proto.GetAccountAssignmentByIdResponse.prototype.hasAccountAssignment = function() {
|
|
1757
1757
|
return jspb.Message.getField(this, 1) != null;
|
|
1758
1758
|
};
|
|
1759
1759
|
|
|
@@ -1762,7 +1762,7 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1762
1762
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
1763
1763
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
1764
1764
|
*/
|
|
1765
|
-
proto.
|
|
1765
|
+
proto.GetAccountAssignmentByIdResponse.prototype.getMeta = function() {
|
|
1766
1766
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
1767
1767
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
1768
1768
|
};
|
|
@@ -1770,18 +1770,18 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1770
1770
|
|
|
1771
1771
|
/**
|
|
1772
1772
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
1773
|
-
* @return {!proto.
|
|
1773
|
+
* @return {!proto.GetAccountAssignmentByIdResponse} returns this
|
|
1774
1774
|
*/
|
|
1775
|
-
proto.
|
|
1775
|
+
proto.GetAccountAssignmentByIdResponse.prototype.setMeta = function(value) {
|
|
1776
1776
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
1777
1777
|
};
|
|
1778
1778
|
|
|
1779
1779
|
|
|
1780
1780
|
/**
|
|
1781
1781
|
* Clears the message field making it undefined.
|
|
1782
|
-
* @return {!proto.
|
|
1782
|
+
* @return {!proto.GetAccountAssignmentByIdResponse} returns this
|
|
1783
1783
|
*/
|
|
1784
|
-
proto.
|
|
1784
|
+
proto.GetAccountAssignmentByIdResponse.prototype.clearMeta = function() {
|
|
1785
1785
|
return this.setMeta(undefined);
|
|
1786
1786
|
};
|
|
1787
1787
|
|
|
@@ -1790,7 +1790,7 @@ proto.prisca.v1.core.account_assignment.GetAccountAssignmentByIdResponse.prototy
|
|
|
1790
1790
|
* Returns whether this field is set.
|
|
1791
1791
|
* @return {boolean}
|
|
1792
1792
|
*/
|
|
1793
|
-
proto.
|
|
1793
|
+
proto.GetAccountAssignmentByIdResponse.prototype.hasMeta = function() {
|
|
1794
1794
|
return jspb.Message.getField(this, 2) != null;
|
|
1795
1795
|
};
|
|
1796
1796
|
|
|
@@ -1811,8 +1811,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
1811
1811
|
* http://goto/soy-param-migration
|
|
1812
1812
|
* @return {!Object}
|
|
1813
1813
|
*/
|
|
1814
|
-
proto.
|
|
1815
|
-
return proto.
|
|
1814
|
+
proto.GetListAccountAssignmentRequest.prototype.toObject = function(opt_includeInstance) {
|
|
1815
|
+
return proto.GetListAccountAssignmentRequest.toObject(opt_includeInstance, this);
|
|
1816
1816
|
};
|
|
1817
1817
|
|
|
1818
1818
|
|
|
@@ -1821,11 +1821,11 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1821
1821
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1822
1822
|
* the JSPB instance for transitional soy proto support:
|
|
1823
1823
|
* http://goto/soy-param-migration
|
|
1824
|
-
* @param {!proto.
|
|
1824
|
+
* @param {!proto.GetListAccountAssignmentRequest} msg The msg instance to transform.
|
|
1825
1825
|
* @return {!Object}
|
|
1826
1826
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1827
1827
|
*/
|
|
1828
|
-
proto.
|
|
1828
|
+
proto.GetListAccountAssignmentRequest.toObject = function(includeInstance, msg) {
|
|
1829
1829
|
var f, obj = {
|
|
1830
1830
|
pagination: (f = msg.getPagination()) && prisca_v1_global_meta_meta_pb.PaginationRequest.toObject(includeInstance, f),
|
|
1831
1831
|
query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObject(includeInstance, f)
|
|
@@ -1842,23 +1842,23 @@ query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObj
|
|
|
1842
1842
|
/**
|
|
1843
1843
|
* Deserializes binary data (in protobuf wire format).
|
|
1844
1844
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1845
|
-
* @return {!proto.
|
|
1845
|
+
* @return {!proto.GetListAccountAssignmentRequest}
|
|
1846
1846
|
*/
|
|
1847
|
-
proto.
|
|
1847
|
+
proto.GetListAccountAssignmentRequest.deserializeBinary = function(bytes) {
|
|
1848
1848
|
var reader = new jspb.BinaryReader(bytes);
|
|
1849
|
-
var msg = new proto.
|
|
1850
|
-
return proto.
|
|
1849
|
+
var msg = new proto.GetListAccountAssignmentRequest;
|
|
1850
|
+
return proto.GetListAccountAssignmentRequest.deserializeBinaryFromReader(msg, reader);
|
|
1851
1851
|
};
|
|
1852
1852
|
|
|
1853
1853
|
|
|
1854
1854
|
/**
|
|
1855
1855
|
* Deserializes binary data (in protobuf wire format) from the
|
|
1856
1856
|
* given reader into the given message object.
|
|
1857
|
-
* @param {!proto.
|
|
1857
|
+
* @param {!proto.GetListAccountAssignmentRequest} msg The message object to deserialize into.
|
|
1858
1858
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1859
|
-
* @return {!proto.
|
|
1859
|
+
* @return {!proto.GetListAccountAssignmentRequest}
|
|
1860
1860
|
*/
|
|
1861
|
-
proto.
|
|
1861
|
+
proto.GetListAccountAssignmentRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
1862
1862
|
while (reader.nextField()) {
|
|
1863
1863
|
if (reader.isEndGroup()) {
|
|
1864
1864
|
break;
|
|
@@ -1888,9 +1888,9 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.deserial
|
|
|
1888
1888
|
* Serializes the message to binary data (in protobuf wire format).
|
|
1889
1889
|
* @return {!Uint8Array}
|
|
1890
1890
|
*/
|
|
1891
|
-
proto.
|
|
1891
|
+
proto.GetListAccountAssignmentRequest.prototype.serializeBinary = function() {
|
|
1892
1892
|
var writer = new jspb.BinaryWriter();
|
|
1893
|
-
proto.
|
|
1893
|
+
proto.GetListAccountAssignmentRequest.serializeBinaryToWriter(this, writer);
|
|
1894
1894
|
return writer.getResultBuffer();
|
|
1895
1895
|
};
|
|
1896
1896
|
|
|
@@ -1898,11 +1898,11 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1898
1898
|
/**
|
|
1899
1899
|
* Serializes the given message to binary data (in protobuf wire
|
|
1900
1900
|
* format), writing to the given BinaryWriter.
|
|
1901
|
-
* @param {!proto.
|
|
1901
|
+
* @param {!proto.GetListAccountAssignmentRequest} message
|
|
1902
1902
|
* @param {!jspb.BinaryWriter} writer
|
|
1903
1903
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1904
1904
|
*/
|
|
1905
|
-
proto.
|
|
1905
|
+
proto.GetListAccountAssignmentRequest.serializeBinaryToWriter = function(message, writer) {
|
|
1906
1906
|
var f = undefined;
|
|
1907
1907
|
f = message.getPagination();
|
|
1908
1908
|
if (f != null) {
|
|
@@ -1927,7 +1927,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.serializ
|
|
|
1927
1927
|
* optional prisca.v1.global.meta.PaginationRequest pagination = 1;
|
|
1928
1928
|
* @return {?proto.prisca.v1.global.meta.PaginationRequest}
|
|
1929
1929
|
*/
|
|
1930
|
-
proto.
|
|
1930
|
+
proto.GetListAccountAssignmentRequest.prototype.getPagination = function() {
|
|
1931
1931
|
return /** @type{?proto.prisca.v1.global.meta.PaginationRequest} */ (
|
|
1932
1932
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.PaginationRequest, 1));
|
|
1933
1933
|
};
|
|
@@ -1935,18 +1935,18 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1935
1935
|
|
|
1936
1936
|
/**
|
|
1937
1937
|
* @param {?proto.prisca.v1.global.meta.PaginationRequest|undefined} value
|
|
1938
|
-
* @return {!proto.
|
|
1938
|
+
* @return {!proto.GetListAccountAssignmentRequest} returns this
|
|
1939
1939
|
*/
|
|
1940
|
-
proto.
|
|
1940
|
+
proto.GetListAccountAssignmentRequest.prototype.setPagination = function(value) {
|
|
1941
1941
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
1942
1942
|
};
|
|
1943
1943
|
|
|
1944
1944
|
|
|
1945
1945
|
/**
|
|
1946
1946
|
* Clears the message field making it undefined.
|
|
1947
|
-
* @return {!proto.
|
|
1947
|
+
* @return {!proto.GetListAccountAssignmentRequest} returns this
|
|
1948
1948
|
*/
|
|
1949
|
-
proto.
|
|
1949
|
+
proto.GetListAccountAssignmentRequest.prototype.clearPagination = function() {
|
|
1950
1950
|
return this.setPagination(undefined);
|
|
1951
1951
|
};
|
|
1952
1952
|
|
|
@@ -1955,7 +1955,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1955
1955
|
* Returns whether this field is set.
|
|
1956
1956
|
* @return {boolean}
|
|
1957
1957
|
*/
|
|
1958
|
-
proto.
|
|
1958
|
+
proto.GetListAccountAssignmentRequest.prototype.hasPagination = function() {
|
|
1959
1959
|
return jspb.Message.getField(this, 1) != null;
|
|
1960
1960
|
};
|
|
1961
1961
|
|
|
@@ -1964,7 +1964,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1964
1964
|
* optional prisca.v1.global.meta.FilterRequest query = 2;
|
|
1965
1965
|
* @return {?proto.prisca.v1.global.meta.FilterRequest}
|
|
1966
1966
|
*/
|
|
1967
|
-
proto.
|
|
1967
|
+
proto.GetListAccountAssignmentRequest.prototype.getQuery = function() {
|
|
1968
1968
|
return /** @type{?proto.prisca.v1.global.meta.FilterRequest} */ (
|
|
1969
1969
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.FilterRequest, 2));
|
|
1970
1970
|
};
|
|
@@ -1972,18 +1972,18 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1972
1972
|
|
|
1973
1973
|
/**
|
|
1974
1974
|
* @param {?proto.prisca.v1.global.meta.FilterRequest|undefined} value
|
|
1975
|
-
* @return {!proto.
|
|
1975
|
+
* @return {!proto.GetListAccountAssignmentRequest} returns this
|
|
1976
1976
|
*/
|
|
1977
|
-
proto.
|
|
1977
|
+
proto.GetListAccountAssignmentRequest.prototype.setQuery = function(value) {
|
|
1978
1978
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
1979
1979
|
};
|
|
1980
1980
|
|
|
1981
1981
|
|
|
1982
1982
|
/**
|
|
1983
1983
|
* Clears the message field making it undefined.
|
|
1984
|
-
* @return {!proto.
|
|
1984
|
+
* @return {!proto.GetListAccountAssignmentRequest} returns this
|
|
1985
1985
|
*/
|
|
1986
|
-
proto.
|
|
1986
|
+
proto.GetListAccountAssignmentRequest.prototype.clearQuery = function() {
|
|
1987
1987
|
return this.setQuery(undefined);
|
|
1988
1988
|
};
|
|
1989
1989
|
|
|
@@ -1992,7 +1992,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
1992
1992
|
* Returns whether this field is set.
|
|
1993
1993
|
* @return {boolean}
|
|
1994
1994
|
*/
|
|
1995
|
-
proto.
|
|
1995
|
+
proto.GetListAccountAssignmentRequest.prototype.hasQuery = function() {
|
|
1996
1996
|
return jspb.Message.getField(this, 2) != null;
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
@@ -2003,7 +2003,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentRequest.prototyp
|
|
|
2003
2003
|
* @private {!Array<number>}
|
|
2004
2004
|
* @const
|
|
2005
2005
|
*/
|
|
2006
|
-
proto.
|
|
2006
|
+
proto.GetListAccountAssignmentResponse.repeatedFields_ = [1];
|
|
2007
2007
|
|
|
2008
2008
|
|
|
2009
2009
|
|
|
@@ -2020,8 +2020,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2020
2020
|
* http://goto/soy-param-migration
|
|
2021
2021
|
* @return {!Object}
|
|
2022
2022
|
*/
|
|
2023
|
-
proto.
|
|
2024
|
-
return proto.
|
|
2023
|
+
proto.GetListAccountAssignmentResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2024
|
+
return proto.GetListAccountAssignmentResponse.toObject(opt_includeInstance, this);
|
|
2025
2025
|
};
|
|
2026
2026
|
|
|
2027
2027
|
|
|
@@ -2030,14 +2030,14 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.prototy
|
|
|
2030
2030
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2031
2031
|
* the JSPB instance for transitional soy proto support:
|
|
2032
2032
|
* http://goto/soy-param-migration
|
|
2033
|
-
* @param {!proto.
|
|
2033
|
+
* @param {!proto.GetListAccountAssignmentResponse} msg The msg instance to transform.
|
|
2034
2034
|
* @return {!Object}
|
|
2035
2035
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2036
2036
|
*/
|
|
2037
|
-
proto.
|
|
2037
|
+
proto.GetListAccountAssignmentResponse.toObject = function(includeInstance, msg) {
|
|
2038
2038
|
var f, obj = {
|
|
2039
2039
|
accountAssignmentsList: jspb.Message.toObjectList(msg.getAccountAssignmentsList(),
|
|
2040
|
-
proto.
|
|
2040
|
+
proto.AccountAssignment.toObject, includeInstance),
|
|
2041
2041
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
2042
2042
|
};
|
|
2043
2043
|
|
|
@@ -2052,23 +2052,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
2052
2052
|
/**
|
|
2053
2053
|
* Deserializes binary data (in protobuf wire format).
|
|
2054
2054
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2055
|
-
* @return {!proto.
|
|
2055
|
+
* @return {!proto.GetListAccountAssignmentResponse}
|
|
2056
2056
|
*/
|
|
2057
|
-
proto.
|
|
2057
|
+
proto.GetListAccountAssignmentResponse.deserializeBinary = function(bytes) {
|
|
2058
2058
|
var reader = new jspb.BinaryReader(bytes);
|
|
2059
|
-
var msg = new proto.
|
|
2060
|
-
return proto.
|
|
2059
|
+
var msg = new proto.GetListAccountAssignmentResponse;
|
|
2060
|
+
return proto.GetListAccountAssignmentResponse.deserializeBinaryFromReader(msg, reader);
|
|
2061
2061
|
};
|
|
2062
2062
|
|
|
2063
2063
|
|
|
2064
2064
|
/**
|
|
2065
2065
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2066
2066
|
* given reader into the given message object.
|
|
2067
|
-
* @param {!proto.
|
|
2067
|
+
* @param {!proto.GetListAccountAssignmentResponse} msg The message object to deserialize into.
|
|
2068
2068
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2069
|
-
* @return {!proto.
|
|
2069
|
+
* @return {!proto.GetListAccountAssignmentResponse}
|
|
2070
2070
|
*/
|
|
2071
|
-
proto.
|
|
2071
|
+
proto.GetListAccountAssignmentResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2072
2072
|
while (reader.nextField()) {
|
|
2073
2073
|
if (reader.isEndGroup()) {
|
|
2074
2074
|
break;
|
|
@@ -2076,8 +2076,8 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.deseria
|
|
|
2076
2076
|
var field = reader.getFieldNumber();
|
|
2077
2077
|
switch (field) {
|
|
2078
2078
|
case 1:
|
|
2079
|
-
var value = new proto.
|
|
2080
|
-
reader.readMessage(value,proto.
|
|
2079
|
+
var value = new proto.AccountAssignment;
|
|
2080
|
+
reader.readMessage(value,proto.AccountAssignment.deserializeBinaryFromReader);
|
|
2081
2081
|
msg.addAccountAssignments(value);
|
|
2082
2082
|
break;
|
|
2083
2083
|
case 2:
|
|
@@ -2098,9 +2098,9 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.deseria
|
|
|
2098
2098
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2099
2099
|
* @return {!Uint8Array}
|
|
2100
2100
|
*/
|
|
2101
|
-
proto.
|
|
2101
|
+
proto.GetListAccountAssignmentResponse.prototype.serializeBinary = function() {
|
|
2102
2102
|
var writer = new jspb.BinaryWriter();
|
|
2103
|
-
proto.
|
|
2103
|
+
proto.GetListAccountAssignmentResponse.serializeBinaryToWriter(this, writer);
|
|
2104
2104
|
return writer.getResultBuffer();
|
|
2105
2105
|
};
|
|
2106
2106
|
|
|
@@ -2108,18 +2108,18 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.prototy
|
|
|
2108
2108
|
/**
|
|
2109
2109
|
* Serializes the given message to binary data (in protobuf wire
|
|
2110
2110
|
* format), writing to the given BinaryWriter.
|
|
2111
|
-
* @param {!proto.
|
|
2111
|
+
* @param {!proto.GetListAccountAssignmentResponse} message
|
|
2112
2112
|
* @param {!jspb.BinaryWriter} writer
|
|
2113
2113
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2114
2114
|
*/
|
|
2115
|
-
proto.
|
|
2115
|
+
proto.GetListAccountAssignmentResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2116
2116
|
var f = undefined;
|
|
2117
2117
|
f = message.getAccountAssignmentsList();
|
|
2118
2118
|
if (f.length > 0) {
|
|
2119
2119
|
writer.writeRepeatedMessage(
|
|
2120
2120
|
1,
|
|
2121
2121
|
f,
|
|
2122
|
-
proto.
|
|
2122
|
+
proto.AccountAssignment.serializeBinaryToWriter
|
|
2123
2123
|
);
|
|
2124
2124
|
}
|
|
2125
2125
|
f = message.getMeta();
|
|
@@ -2135,38 +2135,38 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.seriali
|
|
|
2135
2135
|
|
|
2136
2136
|
/**
|
|
2137
2137
|
* repeated AccountAssignment account_assignments = 1;
|
|
2138
|
-
* @return {!Array<!proto.
|
|
2138
|
+
* @return {!Array<!proto.AccountAssignment>}
|
|
2139
2139
|
*/
|
|
2140
|
-
proto.
|
|
2141
|
-
return /** @type{!Array<!proto.
|
|
2142
|
-
jspb.Message.getRepeatedWrapperField(this, proto.
|
|
2140
|
+
proto.GetListAccountAssignmentResponse.prototype.getAccountAssignmentsList = function() {
|
|
2141
|
+
return /** @type{!Array<!proto.AccountAssignment>} */ (
|
|
2142
|
+
jspb.Message.getRepeatedWrapperField(this, proto.AccountAssignment, 1));
|
|
2143
2143
|
};
|
|
2144
2144
|
|
|
2145
2145
|
|
|
2146
2146
|
/**
|
|
2147
|
-
* @param {!Array<!proto.
|
|
2148
|
-
* @return {!proto.
|
|
2147
|
+
* @param {!Array<!proto.AccountAssignment>} value
|
|
2148
|
+
* @return {!proto.GetListAccountAssignmentResponse} returns this
|
|
2149
2149
|
*/
|
|
2150
|
-
proto.
|
|
2150
|
+
proto.GetListAccountAssignmentResponse.prototype.setAccountAssignmentsList = function(value) {
|
|
2151
2151
|
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
2152
2152
|
};
|
|
2153
2153
|
|
|
2154
2154
|
|
|
2155
2155
|
/**
|
|
2156
|
-
* @param {!proto.
|
|
2156
|
+
* @param {!proto.AccountAssignment=} opt_value
|
|
2157
2157
|
* @param {number=} opt_index
|
|
2158
|
-
* @return {!proto.
|
|
2158
|
+
* @return {!proto.AccountAssignment}
|
|
2159
2159
|
*/
|
|
2160
|
-
proto.
|
|
2161
|
-
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.
|
|
2160
|
+
proto.GetListAccountAssignmentResponse.prototype.addAccountAssignments = function(opt_value, opt_index) {
|
|
2161
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.AccountAssignment, opt_index);
|
|
2162
2162
|
};
|
|
2163
2163
|
|
|
2164
2164
|
|
|
2165
2165
|
/**
|
|
2166
2166
|
* Clears the list making it empty but non-null.
|
|
2167
|
-
* @return {!proto.
|
|
2167
|
+
* @return {!proto.GetListAccountAssignmentResponse} returns this
|
|
2168
2168
|
*/
|
|
2169
|
-
proto.
|
|
2169
|
+
proto.GetListAccountAssignmentResponse.prototype.clearAccountAssignmentsList = function() {
|
|
2170
2170
|
return this.setAccountAssignmentsList([]);
|
|
2171
2171
|
};
|
|
2172
2172
|
|
|
@@ -2175,7 +2175,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.prototy
|
|
|
2175
2175
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
2176
2176
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
2177
2177
|
*/
|
|
2178
|
-
proto.
|
|
2178
|
+
proto.GetListAccountAssignmentResponse.prototype.getMeta = function() {
|
|
2179
2179
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
2180
2180
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
2181
2181
|
};
|
|
@@ -2183,18 +2183,18 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.prototy
|
|
|
2183
2183
|
|
|
2184
2184
|
/**
|
|
2185
2185
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
2186
|
-
* @return {!proto.
|
|
2186
|
+
* @return {!proto.GetListAccountAssignmentResponse} returns this
|
|
2187
2187
|
*/
|
|
2188
|
-
proto.
|
|
2188
|
+
proto.GetListAccountAssignmentResponse.prototype.setMeta = function(value) {
|
|
2189
2189
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
2190
2190
|
};
|
|
2191
2191
|
|
|
2192
2192
|
|
|
2193
2193
|
/**
|
|
2194
2194
|
* Clears the message field making it undefined.
|
|
2195
|
-
* @return {!proto.
|
|
2195
|
+
* @return {!proto.GetListAccountAssignmentResponse} returns this
|
|
2196
2196
|
*/
|
|
2197
|
-
proto.
|
|
2197
|
+
proto.GetListAccountAssignmentResponse.prototype.clearMeta = function() {
|
|
2198
2198
|
return this.setMeta(undefined);
|
|
2199
2199
|
};
|
|
2200
2200
|
|
|
@@ -2203,7 +2203,7 @@ proto.prisca.v1.core.account_assignment.GetListAccountAssignmentResponse.prototy
|
|
|
2203
2203
|
* Returns whether this field is set.
|
|
2204
2204
|
* @return {boolean}
|
|
2205
2205
|
*/
|
|
2206
|
-
proto.
|
|
2206
|
+
proto.GetListAccountAssignmentResponse.prototype.hasMeta = function() {
|
|
2207
2207
|
return jspb.Message.getField(this, 2) != null;
|
|
2208
2208
|
};
|
|
2209
2209
|
|
|
@@ -2224,8 +2224,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2224
2224
|
* http://goto/soy-param-migration
|
|
2225
2225
|
* @return {!Object}
|
|
2226
2226
|
*/
|
|
2227
|
-
proto.
|
|
2228
|
-
return proto.
|
|
2227
|
+
proto.DeleteAccountAssignmentRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2228
|
+
return proto.DeleteAccountAssignmentRequest.toObject(opt_includeInstance, this);
|
|
2229
2229
|
};
|
|
2230
2230
|
|
|
2231
2231
|
|
|
@@ -2234,11 +2234,11 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentRequest.prototype
|
|
|
2234
2234
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2235
2235
|
* the JSPB instance for transitional soy proto support:
|
|
2236
2236
|
* http://goto/soy-param-migration
|
|
2237
|
-
* @param {!proto.
|
|
2237
|
+
* @param {!proto.DeleteAccountAssignmentRequest} msg The msg instance to transform.
|
|
2238
2238
|
* @return {!Object}
|
|
2239
2239
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2240
2240
|
*/
|
|
2241
|
-
proto.
|
|
2241
|
+
proto.DeleteAccountAssignmentRequest.toObject = function(includeInstance, msg) {
|
|
2242
2242
|
var f, obj = {
|
|
2243
2243
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
2244
2244
|
};
|
|
@@ -2254,23 +2254,23 @@ referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
|
2254
2254
|
/**
|
|
2255
2255
|
* Deserializes binary data (in protobuf wire format).
|
|
2256
2256
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2257
|
-
* @return {!proto.
|
|
2257
|
+
* @return {!proto.DeleteAccountAssignmentRequest}
|
|
2258
2258
|
*/
|
|
2259
|
-
proto.
|
|
2259
|
+
proto.DeleteAccountAssignmentRequest.deserializeBinary = function(bytes) {
|
|
2260
2260
|
var reader = new jspb.BinaryReader(bytes);
|
|
2261
|
-
var msg = new proto.
|
|
2262
|
-
return proto.
|
|
2261
|
+
var msg = new proto.DeleteAccountAssignmentRequest;
|
|
2262
|
+
return proto.DeleteAccountAssignmentRequest.deserializeBinaryFromReader(msg, reader);
|
|
2263
2263
|
};
|
|
2264
2264
|
|
|
2265
2265
|
|
|
2266
2266
|
/**
|
|
2267
2267
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2268
2268
|
* given reader into the given message object.
|
|
2269
|
-
* @param {!proto.
|
|
2269
|
+
* @param {!proto.DeleteAccountAssignmentRequest} msg The message object to deserialize into.
|
|
2270
2270
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2271
|
-
* @return {!proto.
|
|
2271
|
+
* @return {!proto.DeleteAccountAssignmentRequest}
|
|
2272
2272
|
*/
|
|
2273
|
-
proto.
|
|
2273
|
+
proto.DeleteAccountAssignmentRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2274
2274
|
while (reader.nextField()) {
|
|
2275
2275
|
if (reader.isEndGroup()) {
|
|
2276
2276
|
break;
|
|
@@ -2294,9 +2294,9 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentRequest.deseriali
|
|
|
2294
2294
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2295
2295
|
* @return {!Uint8Array}
|
|
2296
2296
|
*/
|
|
2297
|
-
proto.
|
|
2297
|
+
proto.DeleteAccountAssignmentRequest.prototype.serializeBinary = function() {
|
|
2298
2298
|
var writer = new jspb.BinaryWriter();
|
|
2299
|
-
proto.
|
|
2299
|
+
proto.DeleteAccountAssignmentRequest.serializeBinaryToWriter(this, writer);
|
|
2300
2300
|
return writer.getResultBuffer();
|
|
2301
2301
|
};
|
|
2302
2302
|
|
|
@@ -2304,11 +2304,11 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentRequest.prototype
|
|
|
2304
2304
|
/**
|
|
2305
2305
|
* Serializes the given message to binary data (in protobuf wire
|
|
2306
2306
|
* format), writing to the given BinaryWriter.
|
|
2307
|
-
* @param {!proto.
|
|
2307
|
+
* @param {!proto.DeleteAccountAssignmentRequest} message
|
|
2308
2308
|
* @param {!jspb.BinaryWriter} writer
|
|
2309
2309
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2310
2310
|
*/
|
|
2311
|
-
proto.
|
|
2311
|
+
proto.DeleteAccountAssignmentRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2312
2312
|
var f = undefined;
|
|
2313
2313
|
f = message.getReferencesId();
|
|
2314
2314
|
if (f.length > 0) {
|
|
@@ -2324,16 +2324,16 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentRequest.serialize
|
|
|
2324
2324
|
* optional string references_id = 1;
|
|
2325
2325
|
* @return {string}
|
|
2326
2326
|
*/
|
|
2327
|
-
proto.
|
|
2327
|
+
proto.DeleteAccountAssignmentRequest.prototype.getReferencesId = function() {
|
|
2328
2328
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2329
2329
|
};
|
|
2330
2330
|
|
|
2331
2331
|
|
|
2332
2332
|
/**
|
|
2333
2333
|
* @param {string} value
|
|
2334
|
-
* @return {!proto.
|
|
2334
|
+
* @return {!proto.DeleteAccountAssignmentRequest} returns this
|
|
2335
2335
|
*/
|
|
2336
|
-
proto.
|
|
2336
|
+
proto.DeleteAccountAssignmentRequest.prototype.setReferencesId = function(value) {
|
|
2337
2337
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2338
2338
|
};
|
|
2339
2339
|
|
|
@@ -2354,8 +2354,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
2354
2354
|
* http://goto/soy-param-migration
|
|
2355
2355
|
* @return {!Object}
|
|
2356
2356
|
*/
|
|
2357
|
-
proto.
|
|
2358
|
-
return proto.
|
|
2357
|
+
proto.DeleteAccountAssignmentResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2358
|
+
return proto.DeleteAccountAssignmentResponse.toObject(opt_includeInstance, this);
|
|
2359
2359
|
};
|
|
2360
2360
|
|
|
2361
2361
|
|
|
@@ -2364,11 +2364,11 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.prototyp
|
|
|
2364
2364
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2365
2365
|
* the JSPB instance for transitional soy proto support:
|
|
2366
2366
|
* http://goto/soy-param-migration
|
|
2367
|
-
* @param {!proto.
|
|
2367
|
+
* @param {!proto.DeleteAccountAssignmentResponse} msg The msg instance to transform.
|
|
2368
2368
|
* @return {!Object}
|
|
2369
2369
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2370
2370
|
*/
|
|
2371
|
-
proto.
|
|
2371
|
+
proto.DeleteAccountAssignmentResponse.toObject = function(includeInstance, msg) {
|
|
2372
2372
|
var f, obj = {
|
|
2373
2373
|
referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
2374
2374
|
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
@@ -2385,23 +2385,23 @@ meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(include
|
|
|
2385
2385
|
/**
|
|
2386
2386
|
* Deserializes binary data (in protobuf wire format).
|
|
2387
2387
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2388
|
-
* @return {!proto.
|
|
2388
|
+
* @return {!proto.DeleteAccountAssignmentResponse}
|
|
2389
2389
|
*/
|
|
2390
|
-
proto.
|
|
2390
|
+
proto.DeleteAccountAssignmentResponse.deserializeBinary = function(bytes) {
|
|
2391
2391
|
var reader = new jspb.BinaryReader(bytes);
|
|
2392
|
-
var msg = new proto.
|
|
2393
|
-
return proto.
|
|
2392
|
+
var msg = new proto.DeleteAccountAssignmentResponse;
|
|
2393
|
+
return proto.DeleteAccountAssignmentResponse.deserializeBinaryFromReader(msg, reader);
|
|
2394
2394
|
};
|
|
2395
2395
|
|
|
2396
2396
|
|
|
2397
2397
|
/**
|
|
2398
2398
|
* Deserializes binary data (in protobuf wire format) from the
|
|
2399
2399
|
* given reader into the given message object.
|
|
2400
|
-
* @param {!proto.
|
|
2400
|
+
* @param {!proto.DeleteAccountAssignmentResponse} msg The message object to deserialize into.
|
|
2401
2401
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2402
|
-
* @return {!proto.
|
|
2402
|
+
* @return {!proto.DeleteAccountAssignmentResponse}
|
|
2403
2403
|
*/
|
|
2404
|
-
proto.
|
|
2404
|
+
proto.DeleteAccountAssignmentResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2405
2405
|
while (reader.nextField()) {
|
|
2406
2406
|
if (reader.isEndGroup()) {
|
|
2407
2407
|
break;
|
|
@@ -2430,9 +2430,9 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.deserial
|
|
|
2430
2430
|
* Serializes the message to binary data (in protobuf wire format).
|
|
2431
2431
|
* @return {!Uint8Array}
|
|
2432
2432
|
*/
|
|
2433
|
-
proto.
|
|
2433
|
+
proto.DeleteAccountAssignmentResponse.prototype.serializeBinary = function() {
|
|
2434
2434
|
var writer = new jspb.BinaryWriter();
|
|
2435
|
-
proto.
|
|
2435
|
+
proto.DeleteAccountAssignmentResponse.serializeBinaryToWriter(this, writer);
|
|
2436
2436
|
return writer.getResultBuffer();
|
|
2437
2437
|
};
|
|
2438
2438
|
|
|
@@ -2440,11 +2440,11 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.prototyp
|
|
|
2440
2440
|
/**
|
|
2441
2441
|
* Serializes the given message to binary data (in protobuf wire
|
|
2442
2442
|
* format), writing to the given BinaryWriter.
|
|
2443
|
-
* @param {!proto.
|
|
2443
|
+
* @param {!proto.DeleteAccountAssignmentResponse} message
|
|
2444
2444
|
* @param {!jspb.BinaryWriter} writer
|
|
2445
2445
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2446
2446
|
*/
|
|
2447
|
-
proto.
|
|
2447
|
+
proto.DeleteAccountAssignmentResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2448
2448
|
var f = undefined;
|
|
2449
2449
|
f = message.getReferencesId();
|
|
2450
2450
|
if (f.length > 0) {
|
|
@@ -2468,16 +2468,16 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.serializ
|
|
|
2468
2468
|
* optional string references_id = 1;
|
|
2469
2469
|
* @return {string}
|
|
2470
2470
|
*/
|
|
2471
|
-
proto.
|
|
2471
|
+
proto.DeleteAccountAssignmentResponse.prototype.getReferencesId = function() {
|
|
2472
2472
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2473
2473
|
};
|
|
2474
2474
|
|
|
2475
2475
|
|
|
2476
2476
|
/**
|
|
2477
2477
|
* @param {string} value
|
|
2478
|
-
* @return {!proto.
|
|
2478
|
+
* @return {!proto.DeleteAccountAssignmentResponse} returns this
|
|
2479
2479
|
*/
|
|
2480
|
-
proto.
|
|
2480
|
+
proto.DeleteAccountAssignmentResponse.prototype.setReferencesId = function(value) {
|
|
2481
2481
|
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2482
2482
|
};
|
|
2483
2483
|
|
|
@@ -2486,7 +2486,7 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.prototyp
|
|
|
2486
2486
|
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
2487
2487
|
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
2488
2488
|
*/
|
|
2489
|
-
proto.
|
|
2489
|
+
proto.DeleteAccountAssignmentResponse.prototype.getMeta = function() {
|
|
2490
2490
|
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
2491
2491
|
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
2492
2492
|
};
|
|
@@ -2494,18 +2494,18 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.prototyp
|
|
|
2494
2494
|
|
|
2495
2495
|
/**
|
|
2496
2496
|
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
2497
|
-
* @return {!proto.
|
|
2497
|
+
* @return {!proto.DeleteAccountAssignmentResponse} returns this
|
|
2498
2498
|
*/
|
|
2499
|
-
proto.
|
|
2499
|
+
proto.DeleteAccountAssignmentResponse.prototype.setMeta = function(value) {
|
|
2500
2500
|
return jspb.Message.setWrapperField(this, 2, value);
|
|
2501
2501
|
};
|
|
2502
2502
|
|
|
2503
2503
|
|
|
2504
2504
|
/**
|
|
2505
2505
|
* Clears the message field making it undefined.
|
|
2506
|
-
* @return {!proto.
|
|
2506
|
+
* @return {!proto.DeleteAccountAssignmentResponse} returns this
|
|
2507
2507
|
*/
|
|
2508
|
-
proto.
|
|
2508
|
+
proto.DeleteAccountAssignmentResponse.prototype.clearMeta = function() {
|
|
2509
2509
|
return this.setMeta(undefined);
|
|
2510
2510
|
};
|
|
2511
2511
|
|
|
@@ -2514,9 +2514,9 @@ proto.prisca.v1.core.account_assignment.DeleteAccountAssignmentResponse.prototyp
|
|
|
2514
2514
|
* Returns whether this field is set.
|
|
2515
2515
|
* @return {boolean}
|
|
2516
2516
|
*/
|
|
2517
|
-
proto.
|
|
2517
|
+
proto.DeleteAccountAssignmentResponse.prototype.hasMeta = function() {
|
|
2518
2518
|
return jspb.Message.getField(this, 2) != null;
|
|
2519
2519
|
};
|
|
2520
2520
|
|
|
2521
2521
|
|
|
2522
|
-
goog.object.extend(exports, proto
|
|
2522
|
+
goog.object.extend(exports, proto);
|