@aldiokta/protocgen 1.1.52 → 1.1.53
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/budget/budget_grpc_pb.js +213 -0
- package/prisca/v1/budget/budget_pb.js +3008 -0
- package/prisca/v1/budget_activity/budget_activity_grpc_pb.js +212 -0
- package/prisca/v1/budget_activity/budget_activity_pb.js +2886 -0
- package/prisca/v1/budget_categories/budget_categories_grpc_pb.js +212 -0
- package/prisca/v1/budget_categories/budget_categories_pb.js +2916 -0
- package/prisca/v1/budget_planning/budget_planning_grpc_pb.js +214 -0
- package/prisca/v1/budget_planning/budget_planning_pb.js +3682 -0
- package/prisca/v1/core/access_manager/access_manager_pb.js +411 -16
- package/prisca/v1/core/item_transaction/item_transaction_pb.js +40 -10
- package/prisca/v1/core/tax_code/tax_code_pb.js +14 -14
|
@@ -0,0 +1,3682 @@
|
|
|
1
|
+
// source: prisca/v1/budget_planning/budget_planning.proto
|
|
2
|
+
/**
|
|
3
|
+
* @fileoverview
|
|
4
|
+
* @enhanceable
|
|
5
|
+
* @suppress {missingRequire} reports error on implicit type usages.
|
|
6
|
+
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
7
|
+
* field starts with 'MSG_' and isn't a translatable message.
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
// GENERATED CODE -- DO NOT EDIT!
|
|
11
|
+
/* eslint-disable */
|
|
12
|
+
// @ts-nocheck
|
|
13
|
+
|
|
14
|
+
var jspb = require('google-protobuf');
|
|
15
|
+
var goog = jspb;
|
|
16
|
+
var global = globalThis;
|
|
17
|
+
|
|
18
|
+
var prisca_v1_global_meta_meta_pb = require('../../../prisca/v1/global/meta/meta_pb.js');
|
|
19
|
+
goog.object.extend(proto, prisca_v1_global_meta_meta_pb);
|
|
20
|
+
var prisca_v1_core_company_company_pb = require('../../../prisca/v1/core/company/company_pb.js');
|
|
21
|
+
goog.object.extend(proto, prisca_v1_core_company_company_pb);
|
|
22
|
+
var prisca_v1_core_transaction_builder_transaction_builder_pb = require('../../../prisca/v1/core/transaction_builder/transaction_builder_pb.js');
|
|
23
|
+
goog.object.extend(proto, prisca_v1_core_transaction_builder_transaction_builder_pb);
|
|
24
|
+
var prisca_v1_budget_activity_budget_activity_pb = require('../../../prisca/v1/budget_activity/budget_activity_pb.js');
|
|
25
|
+
goog.object.extend(proto, prisca_v1_budget_activity_budget_activity_pb);
|
|
26
|
+
var prisca_v1_budget_categories_budget_categories_pb = require('../../../prisca/v1/budget_categories/budget_categories_pb.js');
|
|
27
|
+
goog.object.extend(proto, prisca_v1_budget_categories_budget_categories_pb);
|
|
28
|
+
goog.exportSymbol('proto.BudgetPlanning', null, global);
|
|
29
|
+
goog.exportSymbol('proto.BudgetPlanningGetByIdRequest', null, global);
|
|
30
|
+
goog.exportSymbol('proto.BudgetPlanningGetByIdResponse', null, global);
|
|
31
|
+
goog.exportSymbol('proto.CreateBudgetPlanningRequest', null, global);
|
|
32
|
+
goog.exportSymbol('proto.CreateBudgetPlanningResponse', null, global);
|
|
33
|
+
goog.exportSymbol('proto.DeleteBudgetPlanningRequest', null, global);
|
|
34
|
+
goog.exportSymbol('proto.DeleteBudgetPlanningResponse', null, global);
|
|
35
|
+
goog.exportSymbol('proto.DeleteBulkBudgetPlanningRequest', null, global);
|
|
36
|
+
goog.exportSymbol('proto.DeleteBulkBudgetPlanningResponse', null, global);
|
|
37
|
+
goog.exportSymbol('proto.GetListBudgetPlanningRequest', null, global);
|
|
38
|
+
goog.exportSymbol('proto.GetListBudgetPlanningResponse', null, global);
|
|
39
|
+
goog.exportSymbol('proto.UpdateBudgetPlanningRequest', null, global);
|
|
40
|
+
goog.exportSymbol('proto.UpdateBudgetPlanningResponse', null, global);
|
|
41
|
+
/**
|
|
42
|
+
* Generated by JsPbCodeGenerator.
|
|
43
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
44
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
45
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
46
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
47
|
+
* valid.
|
|
48
|
+
* @extends {jspb.Message}
|
|
49
|
+
* @constructor
|
|
50
|
+
*/
|
|
51
|
+
proto.BudgetPlanning = function(opt_data) {
|
|
52
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
53
|
+
};
|
|
54
|
+
goog.inherits(proto.BudgetPlanning, jspb.Message);
|
|
55
|
+
if (goog.DEBUG && !COMPILED) {
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
* @override
|
|
59
|
+
*/
|
|
60
|
+
proto.BudgetPlanning.displayName = 'proto.BudgetPlanning';
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Generated by JsPbCodeGenerator.
|
|
64
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
65
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
66
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
67
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
68
|
+
* valid.
|
|
69
|
+
* @extends {jspb.Message}
|
|
70
|
+
* @constructor
|
|
71
|
+
*/
|
|
72
|
+
proto.BudgetPlanningGetByIdRequest = function(opt_data) {
|
|
73
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
74
|
+
};
|
|
75
|
+
goog.inherits(proto.BudgetPlanningGetByIdRequest, jspb.Message);
|
|
76
|
+
if (goog.DEBUG && !COMPILED) {
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @override
|
|
80
|
+
*/
|
|
81
|
+
proto.BudgetPlanningGetByIdRequest.displayName = 'proto.BudgetPlanningGetByIdRequest';
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Generated by JsPbCodeGenerator.
|
|
85
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
86
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
87
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
88
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
89
|
+
* valid.
|
|
90
|
+
* @extends {jspb.Message}
|
|
91
|
+
* @constructor
|
|
92
|
+
*/
|
|
93
|
+
proto.BudgetPlanningGetByIdResponse = function(opt_data) {
|
|
94
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
95
|
+
};
|
|
96
|
+
goog.inherits(proto.BudgetPlanningGetByIdResponse, jspb.Message);
|
|
97
|
+
if (goog.DEBUG && !COMPILED) {
|
|
98
|
+
/**
|
|
99
|
+
* @public
|
|
100
|
+
* @override
|
|
101
|
+
*/
|
|
102
|
+
proto.BudgetPlanningGetByIdResponse.displayName = 'proto.BudgetPlanningGetByIdResponse';
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Generated by JsPbCodeGenerator.
|
|
106
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
107
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
108
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
109
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
110
|
+
* valid.
|
|
111
|
+
* @extends {jspb.Message}
|
|
112
|
+
* @constructor
|
|
113
|
+
*/
|
|
114
|
+
proto.UpdateBudgetPlanningRequest = function(opt_data) {
|
|
115
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
116
|
+
};
|
|
117
|
+
goog.inherits(proto.UpdateBudgetPlanningRequest, jspb.Message);
|
|
118
|
+
if (goog.DEBUG && !COMPILED) {
|
|
119
|
+
/**
|
|
120
|
+
* @public
|
|
121
|
+
* @override
|
|
122
|
+
*/
|
|
123
|
+
proto.UpdateBudgetPlanningRequest.displayName = 'proto.UpdateBudgetPlanningRequest';
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Generated by JsPbCodeGenerator.
|
|
127
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
128
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
129
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
130
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
131
|
+
* valid.
|
|
132
|
+
* @extends {jspb.Message}
|
|
133
|
+
* @constructor
|
|
134
|
+
*/
|
|
135
|
+
proto.UpdateBudgetPlanningResponse = function(opt_data) {
|
|
136
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
137
|
+
};
|
|
138
|
+
goog.inherits(proto.UpdateBudgetPlanningResponse, jspb.Message);
|
|
139
|
+
if (goog.DEBUG && !COMPILED) {
|
|
140
|
+
/**
|
|
141
|
+
* @public
|
|
142
|
+
* @override
|
|
143
|
+
*/
|
|
144
|
+
proto.UpdateBudgetPlanningResponse.displayName = 'proto.UpdateBudgetPlanningResponse';
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* Generated by JsPbCodeGenerator.
|
|
148
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
149
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
150
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
151
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
152
|
+
* valid.
|
|
153
|
+
* @extends {jspb.Message}
|
|
154
|
+
* @constructor
|
|
155
|
+
*/
|
|
156
|
+
proto.CreateBudgetPlanningRequest = function(opt_data) {
|
|
157
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
158
|
+
};
|
|
159
|
+
goog.inherits(proto.CreateBudgetPlanningRequest, jspb.Message);
|
|
160
|
+
if (goog.DEBUG && !COMPILED) {
|
|
161
|
+
/**
|
|
162
|
+
* @public
|
|
163
|
+
* @override
|
|
164
|
+
*/
|
|
165
|
+
proto.CreateBudgetPlanningRequest.displayName = 'proto.CreateBudgetPlanningRequest';
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Generated by JsPbCodeGenerator.
|
|
169
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
170
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
171
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
172
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
173
|
+
* valid.
|
|
174
|
+
* @extends {jspb.Message}
|
|
175
|
+
* @constructor
|
|
176
|
+
*/
|
|
177
|
+
proto.CreateBudgetPlanningResponse = function(opt_data) {
|
|
178
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
179
|
+
};
|
|
180
|
+
goog.inherits(proto.CreateBudgetPlanningResponse, jspb.Message);
|
|
181
|
+
if (goog.DEBUG && !COMPILED) {
|
|
182
|
+
/**
|
|
183
|
+
* @public
|
|
184
|
+
* @override
|
|
185
|
+
*/
|
|
186
|
+
proto.CreateBudgetPlanningResponse.displayName = 'proto.CreateBudgetPlanningResponse';
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Generated by JsPbCodeGenerator.
|
|
190
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
191
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
192
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
193
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
194
|
+
* valid.
|
|
195
|
+
* @extends {jspb.Message}
|
|
196
|
+
* @constructor
|
|
197
|
+
*/
|
|
198
|
+
proto.DeleteBudgetPlanningRequest = function(opt_data) {
|
|
199
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
200
|
+
};
|
|
201
|
+
goog.inherits(proto.DeleteBudgetPlanningRequest, jspb.Message);
|
|
202
|
+
if (goog.DEBUG && !COMPILED) {
|
|
203
|
+
/**
|
|
204
|
+
* @public
|
|
205
|
+
* @override
|
|
206
|
+
*/
|
|
207
|
+
proto.DeleteBudgetPlanningRequest.displayName = 'proto.DeleteBudgetPlanningRequest';
|
|
208
|
+
}
|
|
209
|
+
/**
|
|
210
|
+
* Generated by JsPbCodeGenerator.
|
|
211
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
212
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
213
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
214
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
215
|
+
* valid.
|
|
216
|
+
* @extends {jspb.Message}
|
|
217
|
+
* @constructor
|
|
218
|
+
*/
|
|
219
|
+
proto.DeleteBudgetPlanningResponse = function(opt_data) {
|
|
220
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
221
|
+
};
|
|
222
|
+
goog.inherits(proto.DeleteBudgetPlanningResponse, jspb.Message);
|
|
223
|
+
if (goog.DEBUG && !COMPILED) {
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
* @override
|
|
227
|
+
*/
|
|
228
|
+
proto.DeleteBudgetPlanningResponse.displayName = 'proto.DeleteBudgetPlanningResponse';
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* Generated by JsPbCodeGenerator.
|
|
232
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
233
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
234
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
235
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
236
|
+
* valid.
|
|
237
|
+
* @extends {jspb.Message}
|
|
238
|
+
* @constructor
|
|
239
|
+
*/
|
|
240
|
+
proto.GetListBudgetPlanningRequest = function(opt_data) {
|
|
241
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
242
|
+
};
|
|
243
|
+
goog.inherits(proto.GetListBudgetPlanningRequest, jspb.Message);
|
|
244
|
+
if (goog.DEBUG && !COMPILED) {
|
|
245
|
+
/**
|
|
246
|
+
* @public
|
|
247
|
+
* @override
|
|
248
|
+
*/
|
|
249
|
+
proto.GetListBudgetPlanningRequest.displayName = 'proto.GetListBudgetPlanningRequest';
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Generated by JsPbCodeGenerator.
|
|
253
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
254
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
255
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
256
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
257
|
+
* valid.
|
|
258
|
+
* @extends {jspb.Message}
|
|
259
|
+
* @constructor
|
|
260
|
+
*/
|
|
261
|
+
proto.GetListBudgetPlanningResponse = function(opt_data) {
|
|
262
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.GetListBudgetPlanningResponse.repeatedFields_, null);
|
|
263
|
+
};
|
|
264
|
+
goog.inherits(proto.GetListBudgetPlanningResponse, jspb.Message);
|
|
265
|
+
if (goog.DEBUG && !COMPILED) {
|
|
266
|
+
/**
|
|
267
|
+
* @public
|
|
268
|
+
* @override
|
|
269
|
+
*/
|
|
270
|
+
proto.GetListBudgetPlanningResponse.displayName = 'proto.GetListBudgetPlanningResponse';
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Generated by JsPbCodeGenerator.
|
|
274
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
275
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
276
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
277
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
278
|
+
* valid.
|
|
279
|
+
* @extends {jspb.Message}
|
|
280
|
+
* @constructor
|
|
281
|
+
*/
|
|
282
|
+
proto.DeleteBulkBudgetPlanningRequest = function(opt_data) {
|
|
283
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.DeleteBulkBudgetPlanningRequest.repeatedFields_, null);
|
|
284
|
+
};
|
|
285
|
+
goog.inherits(proto.DeleteBulkBudgetPlanningRequest, jspb.Message);
|
|
286
|
+
if (goog.DEBUG && !COMPILED) {
|
|
287
|
+
/**
|
|
288
|
+
* @public
|
|
289
|
+
* @override
|
|
290
|
+
*/
|
|
291
|
+
proto.DeleteBulkBudgetPlanningRequest.displayName = 'proto.DeleteBulkBudgetPlanningRequest';
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Generated by JsPbCodeGenerator.
|
|
295
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
296
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
297
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
298
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
299
|
+
* valid.
|
|
300
|
+
* @extends {jspb.Message}
|
|
301
|
+
* @constructor
|
|
302
|
+
*/
|
|
303
|
+
proto.DeleteBulkBudgetPlanningResponse = function(opt_data) {
|
|
304
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.DeleteBulkBudgetPlanningResponse.repeatedFields_, null);
|
|
305
|
+
};
|
|
306
|
+
goog.inherits(proto.DeleteBulkBudgetPlanningResponse, jspb.Message);
|
|
307
|
+
if (goog.DEBUG && !COMPILED) {
|
|
308
|
+
/**
|
|
309
|
+
* @public
|
|
310
|
+
* @override
|
|
311
|
+
*/
|
|
312
|
+
proto.DeleteBulkBudgetPlanningResponse.displayName = 'proto.DeleteBulkBudgetPlanningResponse';
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
318
|
+
/**
|
|
319
|
+
* Creates an object representation of this proto.
|
|
320
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
321
|
+
* Optional fields that are not set will be set to undefined.
|
|
322
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
323
|
+
* For the list of reserved names please see:
|
|
324
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
325
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
326
|
+
* JSPB instance for transitional soy proto support:
|
|
327
|
+
* http://goto/soy-param-migration
|
|
328
|
+
* @return {!Object}
|
|
329
|
+
*/
|
|
330
|
+
proto.BudgetPlanning.prototype.toObject = function(opt_includeInstance) {
|
|
331
|
+
return proto.BudgetPlanning.toObject(opt_includeInstance, this);
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Static version of the {@see toObject} method.
|
|
337
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
338
|
+
* the JSPB instance for transitional soy proto support:
|
|
339
|
+
* http://goto/soy-param-migration
|
|
340
|
+
* @param {!proto.BudgetPlanning} msg The msg instance to transform.
|
|
341
|
+
* @return {!Object}
|
|
342
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
343
|
+
*/
|
|
344
|
+
proto.BudgetPlanning.toObject = function(includeInstance, msg) {
|
|
345
|
+
var f, obj = {
|
|
346
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
347
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
348
|
+
companiesReferencesId: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
349
|
+
code: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
350
|
+
activities: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
351
|
+
postCode: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
352
|
+
activitiesReferences: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
353
|
+
country: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
354
|
+
costOfAccount: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
355
|
+
location: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
356
|
+
description: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
357
|
+
categoryReferences: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
358
|
+
name: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
359
|
+
january: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
360
|
+
february: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
361
|
+
march: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
362
|
+
april: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
363
|
+
may: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
364
|
+
june: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
365
|
+
july: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
366
|
+
august: jspb.Message.getFieldWithDefault(msg, 21, ""),
|
|
367
|
+
september: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
368
|
+
october: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
369
|
+
november: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
370
|
+
december: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
371
|
+
budgetTolerance: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
372
|
+
budgetReferences: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
373
|
+
budgetActivityReferences: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
374
|
+
createdAt: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
375
|
+
updatedAt: jspb.Message.getFieldWithDefault(msg, 30, ""),
|
|
376
|
+
createdBy: jspb.Message.getFieldWithDefault(msg, 31, ""),
|
|
377
|
+
updatedBy: jspb.Message.getFieldWithDefault(msg, 32, ""),
|
|
378
|
+
deletedAt: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
379
|
+
budgetCategories: (f = msg.getBudgetCategories()) && prisca_v1_budget_categories_budget_categories_pb.BudgetCategories.toObject(includeInstance, f),
|
|
380
|
+
budgetActivity: (f = msg.getBudgetActivity()) && prisca_v1_budget_activity_budget_activity_pb.BudgetActivity.toObject(includeInstance, f)
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
if (includeInstance) {
|
|
384
|
+
obj.$jspbMessageInstance = msg;
|
|
385
|
+
}
|
|
386
|
+
return obj;
|
|
387
|
+
};
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
/**
|
|
392
|
+
* Deserializes binary data (in protobuf wire format).
|
|
393
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
394
|
+
* @return {!proto.BudgetPlanning}
|
|
395
|
+
*/
|
|
396
|
+
proto.BudgetPlanning.deserializeBinary = function(bytes) {
|
|
397
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
398
|
+
var msg = new proto.BudgetPlanning;
|
|
399
|
+
return proto.BudgetPlanning.deserializeBinaryFromReader(msg, reader);
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
405
|
+
* given reader into the given message object.
|
|
406
|
+
* @param {!proto.BudgetPlanning} msg The message object to deserialize into.
|
|
407
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
408
|
+
* @return {!proto.BudgetPlanning}
|
|
409
|
+
*/
|
|
410
|
+
proto.BudgetPlanning.deserializeBinaryFromReader = function(msg, reader) {
|
|
411
|
+
while (reader.nextField()) {
|
|
412
|
+
if (reader.isEndGroup()) {
|
|
413
|
+
break;
|
|
414
|
+
}
|
|
415
|
+
var field = reader.getFieldNumber();
|
|
416
|
+
switch (field) {
|
|
417
|
+
case 1:
|
|
418
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
419
|
+
msg.setId(value);
|
|
420
|
+
break;
|
|
421
|
+
case 2:
|
|
422
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
423
|
+
msg.setReferencesId(value);
|
|
424
|
+
break;
|
|
425
|
+
case 3:
|
|
426
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
427
|
+
msg.setCompaniesReferencesId(value);
|
|
428
|
+
break;
|
|
429
|
+
case 4:
|
|
430
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
431
|
+
msg.setCode(value);
|
|
432
|
+
break;
|
|
433
|
+
case 5:
|
|
434
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
435
|
+
msg.setActivities(value);
|
|
436
|
+
break;
|
|
437
|
+
case 6:
|
|
438
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
439
|
+
msg.setPostCode(value);
|
|
440
|
+
break;
|
|
441
|
+
case 7:
|
|
442
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
443
|
+
msg.setActivitiesReferences(value);
|
|
444
|
+
break;
|
|
445
|
+
case 8:
|
|
446
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
447
|
+
msg.setCountry(value);
|
|
448
|
+
break;
|
|
449
|
+
case 9:
|
|
450
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
451
|
+
msg.setCostOfAccount(value);
|
|
452
|
+
break;
|
|
453
|
+
case 10:
|
|
454
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
455
|
+
msg.setLocation(value);
|
|
456
|
+
break;
|
|
457
|
+
case 11:
|
|
458
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
459
|
+
msg.setDescription(value);
|
|
460
|
+
break;
|
|
461
|
+
case 12:
|
|
462
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
463
|
+
msg.setCategoryReferences(value);
|
|
464
|
+
break;
|
|
465
|
+
case 13:
|
|
466
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
467
|
+
msg.setName(value);
|
|
468
|
+
break;
|
|
469
|
+
case 14:
|
|
470
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
471
|
+
msg.setJanuary(value);
|
|
472
|
+
break;
|
|
473
|
+
case 15:
|
|
474
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
475
|
+
msg.setFebruary(value);
|
|
476
|
+
break;
|
|
477
|
+
case 16:
|
|
478
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
479
|
+
msg.setMarch(value);
|
|
480
|
+
break;
|
|
481
|
+
case 17:
|
|
482
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
483
|
+
msg.setApril(value);
|
|
484
|
+
break;
|
|
485
|
+
case 18:
|
|
486
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
487
|
+
msg.setMay(value);
|
|
488
|
+
break;
|
|
489
|
+
case 19:
|
|
490
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
491
|
+
msg.setJune(value);
|
|
492
|
+
break;
|
|
493
|
+
case 20:
|
|
494
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
495
|
+
msg.setJuly(value);
|
|
496
|
+
break;
|
|
497
|
+
case 21:
|
|
498
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
499
|
+
msg.setAugust(value);
|
|
500
|
+
break;
|
|
501
|
+
case 22:
|
|
502
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
503
|
+
msg.setSeptember(value);
|
|
504
|
+
break;
|
|
505
|
+
case 23:
|
|
506
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
507
|
+
msg.setOctober(value);
|
|
508
|
+
break;
|
|
509
|
+
case 24:
|
|
510
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
511
|
+
msg.setNovember(value);
|
|
512
|
+
break;
|
|
513
|
+
case 25:
|
|
514
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
515
|
+
msg.setDecember(value);
|
|
516
|
+
break;
|
|
517
|
+
case 26:
|
|
518
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
519
|
+
msg.setBudgetTolerance(value);
|
|
520
|
+
break;
|
|
521
|
+
case 27:
|
|
522
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
523
|
+
msg.setBudgetReferences(value);
|
|
524
|
+
break;
|
|
525
|
+
case 28:
|
|
526
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
527
|
+
msg.setBudgetActivityReferences(value);
|
|
528
|
+
break;
|
|
529
|
+
case 29:
|
|
530
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
531
|
+
msg.setCreatedAt(value);
|
|
532
|
+
break;
|
|
533
|
+
case 30:
|
|
534
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
535
|
+
msg.setUpdatedAt(value);
|
|
536
|
+
break;
|
|
537
|
+
case 31:
|
|
538
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
539
|
+
msg.setCreatedBy(value);
|
|
540
|
+
break;
|
|
541
|
+
case 32:
|
|
542
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
543
|
+
msg.setUpdatedBy(value);
|
|
544
|
+
break;
|
|
545
|
+
case 33:
|
|
546
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
547
|
+
msg.setDeletedAt(value);
|
|
548
|
+
break;
|
|
549
|
+
case 34:
|
|
550
|
+
var value = new prisca_v1_budget_categories_budget_categories_pb.BudgetCategories;
|
|
551
|
+
reader.readMessage(value,prisca_v1_budget_categories_budget_categories_pb.BudgetCategories.deserializeBinaryFromReader);
|
|
552
|
+
msg.setBudgetCategories(value);
|
|
553
|
+
break;
|
|
554
|
+
case 35:
|
|
555
|
+
var value = new prisca_v1_budget_activity_budget_activity_pb.BudgetActivity;
|
|
556
|
+
reader.readMessage(value,prisca_v1_budget_activity_budget_activity_pb.BudgetActivity.deserializeBinaryFromReader);
|
|
557
|
+
msg.setBudgetActivity(value);
|
|
558
|
+
break;
|
|
559
|
+
default:
|
|
560
|
+
reader.skipField();
|
|
561
|
+
break;
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
return msg;
|
|
565
|
+
};
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
/**
|
|
569
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
570
|
+
* @return {!Uint8Array}
|
|
571
|
+
*/
|
|
572
|
+
proto.BudgetPlanning.prototype.serializeBinary = function() {
|
|
573
|
+
var writer = new jspb.BinaryWriter();
|
|
574
|
+
proto.BudgetPlanning.serializeBinaryToWriter(this, writer);
|
|
575
|
+
return writer.getResultBuffer();
|
|
576
|
+
};
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
581
|
+
* format), writing to the given BinaryWriter.
|
|
582
|
+
* @param {!proto.BudgetPlanning} message
|
|
583
|
+
* @param {!jspb.BinaryWriter} writer
|
|
584
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
585
|
+
*/
|
|
586
|
+
proto.BudgetPlanning.serializeBinaryToWriter = function(message, writer) {
|
|
587
|
+
var f = undefined;
|
|
588
|
+
f = message.getId();
|
|
589
|
+
if (f.length > 0) {
|
|
590
|
+
writer.writeString(
|
|
591
|
+
1,
|
|
592
|
+
f
|
|
593
|
+
);
|
|
594
|
+
}
|
|
595
|
+
f = message.getReferencesId();
|
|
596
|
+
if (f.length > 0) {
|
|
597
|
+
writer.writeString(
|
|
598
|
+
2,
|
|
599
|
+
f
|
|
600
|
+
);
|
|
601
|
+
}
|
|
602
|
+
f = message.getCompaniesReferencesId();
|
|
603
|
+
if (f.length > 0) {
|
|
604
|
+
writer.writeString(
|
|
605
|
+
3,
|
|
606
|
+
f
|
|
607
|
+
);
|
|
608
|
+
}
|
|
609
|
+
f = message.getCode();
|
|
610
|
+
if (f.length > 0) {
|
|
611
|
+
writer.writeString(
|
|
612
|
+
4,
|
|
613
|
+
f
|
|
614
|
+
);
|
|
615
|
+
}
|
|
616
|
+
f = message.getActivities();
|
|
617
|
+
if (f.length > 0) {
|
|
618
|
+
writer.writeString(
|
|
619
|
+
5,
|
|
620
|
+
f
|
|
621
|
+
);
|
|
622
|
+
}
|
|
623
|
+
f = message.getPostCode();
|
|
624
|
+
if (f.length > 0) {
|
|
625
|
+
writer.writeString(
|
|
626
|
+
6,
|
|
627
|
+
f
|
|
628
|
+
);
|
|
629
|
+
}
|
|
630
|
+
f = message.getActivitiesReferences();
|
|
631
|
+
if (f.length > 0) {
|
|
632
|
+
writer.writeString(
|
|
633
|
+
7,
|
|
634
|
+
f
|
|
635
|
+
);
|
|
636
|
+
}
|
|
637
|
+
f = message.getCountry();
|
|
638
|
+
if (f.length > 0) {
|
|
639
|
+
writer.writeString(
|
|
640
|
+
8,
|
|
641
|
+
f
|
|
642
|
+
);
|
|
643
|
+
}
|
|
644
|
+
f = message.getCostOfAccount();
|
|
645
|
+
if (f.length > 0) {
|
|
646
|
+
writer.writeString(
|
|
647
|
+
9,
|
|
648
|
+
f
|
|
649
|
+
);
|
|
650
|
+
}
|
|
651
|
+
f = message.getLocation();
|
|
652
|
+
if (f.length > 0) {
|
|
653
|
+
writer.writeString(
|
|
654
|
+
10,
|
|
655
|
+
f
|
|
656
|
+
);
|
|
657
|
+
}
|
|
658
|
+
f = message.getDescription();
|
|
659
|
+
if (f.length > 0) {
|
|
660
|
+
writer.writeString(
|
|
661
|
+
11,
|
|
662
|
+
f
|
|
663
|
+
);
|
|
664
|
+
}
|
|
665
|
+
f = message.getCategoryReferences();
|
|
666
|
+
if (f.length > 0) {
|
|
667
|
+
writer.writeString(
|
|
668
|
+
12,
|
|
669
|
+
f
|
|
670
|
+
);
|
|
671
|
+
}
|
|
672
|
+
f = message.getName();
|
|
673
|
+
if (f.length > 0) {
|
|
674
|
+
writer.writeString(
|
|
675
|
+
13,
|
|
676
|
+
f
|
|
677
|
+
);
|
|
678
|
+
}
|
|
679
|
+
f = message.getJanuary();
|
|
680
|
+
if (f.length > 0) {
|
|
681
|
+
writer.writeString(
|
|
682
|
+
14,
|
|
683
|
+
f
|
|
684
|
+
);
|
|
685
|
+
}
|
|
686
|
+
f = message.getFebruary();
|
|
687
|
+
if (f.length > 0) {
|
|
688
|
+
writer.writeString(
|
|
689
|
+
15,
|
|
690
|
+
f
|
|
691
|
+
);
|
|
692
|
+
}
|
|
693
|
+
f = message.getMarch();
|
|
694
|
+
if (f.length > 0) {
|
|
695
|
+
writer.writeString(
|
|
696
|
+
16,
|
|
697
|
+
f
|
|
698
|
+
);
|
|
699
|
+
}
|
|
700
|
+
f = message.getApril();
|
|
701
|
+
if (f.length > 0) {
|
|
702
|
+
writer.writeString(
|
|
703
|
+
17,
|
|
704
|
+
f
|
|
705
|
+
);
|
|
706
|
+
}
|
|
707
|
+
f = message.getMay();
|
|
708
|
+
if (f.length > 0) {
|
|
709
|
+
writer.writeString(
|
|
710
|
+
18,
|
|
711
|
+
f
|
|
712
|
+
);
|
|
713
|
+
}
|
|
714
|
+
f = message.getJune();
|
|
715
|
+
if (f.length > 0) {
|
|
716
|
+
writer.writeString(
|
|
717
|
+
19,
|
|
718
|
+
f
|
|
719
|
+
);
|
|
720
|
+
}
|
|
721
|
+
f = message.getJuly();
|
|
722
|
+
if (f.length > 0) {
|
|
723
|
+
writer.writeString(
|
|
724
|
+
20,
|
|
725
|
+
f
|
|
726
|
+
);
|
|
727
|
+
}
|
|
728
|
+
f = message.getAugust();
|
|
729
|
+
if (f.length > 0) {
|
|
730
|
+
writer.writeString(
|
|
731
|
+
21,
|
|
732
|
+
f
|
|
733
|
+
);
|
|
734
|
+
}
|
|
735
|
+
f = message.getSeptember();
|
|
736
|
+
if (f.length > 0) {
|
|
737
|
+
writer.writeString(
|
|
738
|
+
22,
|
|
739
|
+
f
|
|
740
|
+
);
|
|
741
|
+
}
|
|
742
|
+
f = message.getOctober();
|
|
743
|
+
if (f.length > 0) {
|
|
744
|
+
writer.writeString(
|
|
745
|
+
23,
|
|
746
|
+
f
|
|
747
|
+
);
|
|
748
|
+
}
|
|
749
|
+
f = message.getNovember();
|
|
750
|
+
if (f.length > 0) {
|
|
751
|
+
writer.writeString(
|
|
752
|
+
24,
|
|
753
|
+
f
|
|
754
|
+
);
|
|
755
|
+
}
|
|
756
|
+
f = message.getDecember();
|
|
757
|
+
if (f.length > 0) {
|
|
758
|
+
writer.writeString(
|
|
759
|
+
25,
|
|
760
|
+
f
|
|
761
|
+
);
|
|
762
|
+
}
|
|
763
|
+
f = message.getBudgetTolerance();
|
|
764
|
+
if (f.length > 0) {
|
|
765
|
+
writer.writeString(
|
|
766
|
+
26,
|
|
767
|
+
f
|
|
768
|
+
);
|
|
769
|
+
}
|
|
770
|
+
f = message.getBudgetReferences();
|
|
771
|
+
if (f.length > 0) {
|
|
772
|
+
writer.writeString(
|
|
773
|
+
27,
|
|
774
|
+
f
|
|
775
|
+
);
|
|
776
|
+
}
|
|
777
|
+
f = message.getBudgetActivityReferences();
|
|
778
|
+
if (f.length > 0) {
|
|
779
|
+
writer.writeString(
|
|
780
|
+
28,
|
|
781
|
+
f
|
|
782
|
+
);
|
|
783
|
+
}
|
|
784
|
+
f = message.getCreatedAt();
|
|
785
|
+
if (f.length > 0) {
|
|
786
|
+
writer.writeString(
|
|
787
|
+
29,
|
|
788
|
+
f
|
|
789
|
+
);
|
|
790
|
+
}
|
|
791
|
+
f = message.getUpdatedAt();
|
|
792
|
+
if (f.length > 0) {
|
|
793
|
+
writer.writeString(
|
|
794
|
+
30,
|
|
795
|
+
f
|
|
796
|
+
);
|
|
797
|
+
}
|
|
798
|
+
f = message.getCreatedBy();
|
|
799
|
+
if (f.length > 0) {
|
|
800
|
+
writer.writeString(
|
|
801
|
+
31,
|
|
802
|
+
f
|
|
803
|
+
);
|
|
804
|
+
}
|
|
805
|
+
f = message.getUpdatedBy();
|
|
806
|
+
if (f.length > 0) {
|
|
807
|
+
writer.writeString(
|
|
808
|
+
32,
|
|
809
|
+
f
|
|
810
|
+
);
|
|
811
|
+
}
|
|
812
|
+
f = message.getDeletedAt();
|
|
813
|
+
if (f.length > 0) {
|
|
814
|
+
writer.writeString(
|
|
815
|
+
33,
|
|
816
|
+
f
|
|
817
|
+
);
|
|
818
|
+
}
|
|
819
|
+
f = message.getBudgetCategories();
|
|
820
|
+
if (f != null) {
|
|
821
|
+
writer.writeMessage(
|
|
822
|
+
34,
|
|
823
|
+
f,
|
|
824
|
+
prisca_v1_budget_categories_budget_categories_pb.BudgetCategories.serializeBinaryToWriter
|
|
825
|
+
);
|
|
826
|
+
}
|
|
827
|
+
f = message.getBudgetActivity();
|
|
828
|
+
if (f != null) {
|
|
829
|
+
writer.writeMessage(
|
|
830
|
+
35,
|
|
831
|
+
f,
|
|
832
|
+
prisca_v1_budget_activity_budget_activity_pb.BudgetActivity.serializeBinaryToWriter
|
|
833
|
+
);
|
|
834
|
+
}
|
|
835
|
+
};
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
/**
|
|
839
|
+
* optional string id = 1;
|
|
840
|
+
* @return {string}
|
|
841
|
+
*/
|
|
842
|
+
proto.BudgetPlanning.prototype.getId = function() {
|
|
843
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
844
|
+
};
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
/**
|
|
848
|
+
* @param {string} value
|
|
849
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
850
|
+
*/
|
|
851
|
+
proto.BudgetPlanning.prototype.setId = function(value) {
|
|
852
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
853
|
+
};
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* optional string references_id = 2;
|
|
858
|
+
* @return {string}
|
|
859
|
+
*/
|
|
860
|
+
proto.BudgetPlanning.prototype.getReferencesId = function() {
|
|
861
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
862
|
+
};
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
/**
|
|
866
|
+
* @param {string} value
|
|
867
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
868
|
+
*/
|
|
869
|
+
proto.BudgetPlanning.prototype.setReferencesId = function(value) {
|
|
870
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
871
|
+
};
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
/**
|
|
875
|
+
* optional string companies_references_id = 3;
|
|
876
|
+
* @return {string}
|
|
877
|
+
*/
|
|
878
|
+
proto.BudgetPlanning.prototype.getCompaniesReferencesId = function() {
|
|
879
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
880
|
+
};
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
/**
|
|
884
|
+
* @param {string} value
|
|
885
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
886
|
+
*/
|
|
887
|
+
proto.BudgetPlanning.prototype.setCompaniesReferencesId = function(value) {
|
|
888
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
889
|
+
};
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
/**
|
|
893
|
+
* optional string code = 4;
|
|
894
|
+
* @return {string}
|
|
895
|
+
*/
|
|
896
|
+
proto.BudgetPlanning.prototype.getCode = function() {
|
|
897
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
898
|
+
};
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* @param {string} value
|
|
903
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
904
|
+
*/
|
|
905
|
+
proto.BudgetPlanning.prototype.setCode = function(value) {
|
|
906
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
907
|
+
};
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* optional string activities = 5;
|
|
912
|
+
* @return {string}
|
|
913
|
+
*/
|
|
914
|
+
proto.BudgetPlanning.prototype.getActivities = function() {
|
|
915
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
916
|
+
};
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
/**
|
|
920
|
+
* @param {string} value
|
|
921
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
922
|
+
*/
|
|
923
|
+
proto.BudgetPlanning.prototype.setActivities = function(value) {
|
|
924
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
925
|
+
};
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* optional string post_code = 6;
|
|
930
|
+
* @return {string}
|
|
931
|
+
*/
|
|
932
|
+
proto.BudgetPlanning.prototype.getPostCode = function() {
|
|
933
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
934
|
+
};
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* @param {string} value
|
|
939
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
940
|
+
*/
|
|
941
|
+
proto.BudgetPlanning.prototype.setPostCode = function(value) {
|
|
942
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
943
|
+
};
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
/**
|
|
947
|
+
* optional string activities_references = 7;
|
|
948
|
+
* @return {string}
|
|
949
|
+
*/
|
|
950
|
+
proto.BudgetPlanning.prototype.getActivitiesReferences = function() {
|
|
951
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
952
|
+
};
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
/**
|
|
956
|
+
* @param {string} value
|
|
957
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
958
|
+
*/
|
|
959
|
+
proto.BudgetPlanning.prototype.setActivitiesReferences = function(value) {
|
|
960
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
961
|
+
};
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* optional string country = 8;
|
|
966
|
+
* @return {string}
|
|
967
|
+
*/
|
|
968
|
+
proto.BudgetPlanning.prototype.getCountry = function() {
|
|
969
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
970
|
+
};
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
/**
|
|
974
|
+
* @param {string} value
|
|
975
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
976
|
+
*/
|
|
977
|
+
proto.BudgetPlanning.prototype.setCountry = function(value) {
|
|
978
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
979
|
+
};
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
/**
|
|
983
|
+
* optional string cost_of_account = 9;
|
|
984
|
+
* @return {string}
|
|
985
|
+
*/
|
|
986
|
+
proto.BudgetPlanning.prototype.getCostOfAccount = function() {
|
|
987
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
988
|
+
};
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
/**
|
|
992
|
+
* @param {string} value
|
|
993
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
994
|
+
*/
|
|
995
|
+
proto.BudgetPlanning.prototype.setCostOfAccount = function(value) {
|
|
996
|
+
return jspb.Message.setProto3StringField(this, 9, value);
|
|
997
|
+
};
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
/**
|
|
1001
|
+
* optional string location = 10;
|
|
1002
|
+
* @return {string}
|
|
1003
|
+
*/
|
|
1004
|
+
proto.BudgetPlanning.prototype.getLocation = function() {
|
|
1005
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
1006
|
+
};
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
/**
|
|
1010
|
+
* @param {string} value
|
|
1011
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1012
|
+
*/
|
|
1013
|
+
proto.BudgetPlanning.prototype.setLocation = function(value) {
|
|
1014
|
+
return jspb.Message.setProto3StringField(this, 10, value);
|
|
1015
|
+
};
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
/**
|
|
1019
|
+
* optional string description = 11;
|
|
1020
|
+
* @return {string}
|
|
1021
|
+
*/
|
|
1022
|
+
proto.BudgetPlanning.prototype.getDescription = function() {
|
|
1023
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
1024
|
+
};
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
/**
|
|
1028
|
+
* @param {string} value
|
|
1029
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1030
|
+
*/
|
|
1031
|
+
proto.BudgetPlanning.prototype.setDescription = function(value) {
|
|
1032
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
1033
|
+
};
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
/**
|
|
1037
|
+
* optional string category_references = 12;
|
|
1038
|
+
* @return {string}
|
|
1039
|
+
*/
|
|
1040
|
+
proto.BudgetPlanning.prototype.getCategoryReferences = function() {
|
|
1041
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
1042
|
+
};
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* @param {string} value
|
|
1047
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1048
|
+
*/
|
|
1049
|
+
proto.BudgetPlanning.prototype.setCategoryReferences = function(value) {
|
|
1050
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
1051
|
+
};
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
/**
|
|
1055
|
+
* optional string name = 13;
|
|
1056
|
+
* @return {string}
|
|
1057
|
+
*/
|
|
1058
|
+
proto.BudgetPlanning.prototype.getName = function() {
|
|
1059
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
1060
|
+
};
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
/**
|
|
1064
|
+
* @param {string} value
|
|
1065
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1066
|
+
*/
|
|
1067
|
+
proto.BudgetPlanning.prototype.setName = function(value) {
|
|
1068
|
+
return jspb.Message.setProto3StringField(this, 13, value);
|
|
1069
|
+
};
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
/**
|
|
1073
|
+
* optional string january = 14;
|
|
1074
|
+
* @return {string}
|
|
1075
|
+
*/
|
|
1076
|
+
proto.BudgetPlanning.prototype.getJanuary = function() {
|
|
1077
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
/**
|
|
1082
|
+
* @param {string} value
|
|
1083
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1084
|
+
*/
|
|
1085
|
+
proto.BudgetPlanning.prototype.setJanuary = function(value) {
|
|
1086
|
+
return jspb.Message.setProto3StringField(this, 14, value);
|
|
1087
|
+
};
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* optional string february = 15;
|
|
1092
|
+
* @return {string}
|
|
1093
|
+
*/
|
|
1094
|
+
proto.BudgetPlanning.prototype.getFebruary = function() {
|
|
1095
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
1096
|
+
};
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* @param {string} value
|
|
1101
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1102
|
+
*/
|
|
1103
|
+
proto.BudgetPlanning.prototype.setFebruary = function(value) {
|
|
1104
|
+
return jspb.Message.setProto3StringField(this, 15, value);
|
|
1105
|
+
};
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* optional string march = 16;
|
|
1110
|
+
* @return {string}
|
|
1111
|
+
*/
|
|
1112
|
+
proto.BudgetPlanning.prototype.getMarch = function() {
|
|
1113
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
1114
|
+
};
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
/**
|
|
1118
|
+
* @param {string} value
|
|
1119
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1120
|
+
*/
|
|
1121
|
+
proto.BudgetPlanning.prototype.setMarch = function(value) {
|
|
1122
|
+
return jspb.Message.setProto3StringField(this, 16, value);
|
|
1123
|
+
};
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
/**
|
|
1127
|
+
* optional string april = 17;
|
|
1128
|
+
* @return {string}
|
|
1129
|
+
*/
|
|
1130
|
+
proto.BudgetPlanning.prototype.getApril = function() {
|
|
1131
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
/**
|
|
1136
|
+
* @param {string} value
|
|
1137
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1138
|
+
*/
|
|
1139
|
+
proto.BudgetPlanning.prototype.setApril = function(value) {
|
|
1140
|
+
return jspb.Message.setProto3StringField(this, 17, value);
|
|
1141
|
+
};
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
/**
|
|
1145
|
+
* optional string may = 18;
|
|
1146
|
+
* @return {string}
|
|
1147
|
+
*/
|
|
1148
|
+
proto.BudgetPlanning.prototype.getMay = function() {
|
|
1149
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
1150
|
+
};
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
/**
|
|
1154
|
+
* @param {string} value
|
|
1155
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1156
|
+
*/
|
|
1157
|
+
proto.BudgetPlanning.prototype.setMay = function(value) {
|
|
1158
|
+
return jspb.Message.setProto3StringField(this, 18, value);
|
|
1159
|
+
};
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* optional string june = 19;
|
|
1164
|
+
* @return {string}
|
|
1165
|
+
*/
|
|
1166
|
+
proto.BudgetPlanning.prototype.getJune = function() {
|
|
1167
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
1168
|
+
};
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
/**
|
|
1172
|
+
* @param {string} value
|
|
1173
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1174
|
+
*/
|
|
1175
|
+
proto.BudgetPlanning.prototype.setJune = function(value) {
|
|
1176
|
+
return jspb.Message.setProto3StringField(this, 19, value);
|
|
1177
|
+
};
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
/**
|
|
1181
|
+
* optional string july = 20;
|
|
1182
|
+
* @return {string}
|
|
1183
|
+
*/
|
|
1184
|
+
proto.BudgetPlanning.prototype.getJuly = function() {
|
|
1185
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
1186
|
+
};
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* @param {string} value
|
|
1191
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1192
|
+
*/
|
|
1193
|
+
proto.BudgetPlanning.prototype.setJuly = function(value) {
|
|
1194
|
+
return jspb.Message.setProto3StringField(this, 20, value);
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* optional string august = 21;
|
|
1200
|
+
* @return {string}
|
|
1201
|
+
*/
|
|
1202
|
+
proto.BudgetPlanning.prototype.getAugust = function() {
|
|
1203
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, ""));
|
|
1204
|
+
};
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
/**
|
|
1208
|
+
* @param {string} value
|
|
1209
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1210
|
+
*/
|
|
1211
|
+
proto.BudgetPlanning.prototype.setAugust = function(value) {
|
|
1212
|
+
return jspb.Message.setProto3StringField(this, 21, value);
|
|
1213
|
+
};
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* optional string september = 22;
|
|
1218
|
+
* @return {string}
|
|
1219
|
+
*/
|
|
1220
|
+
proto.BudgetPlanning.prototype.getSeptember = function() {
|
|
1221
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
|
|
1222
|
+
};
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
/**
|
|
1226
|
+
* @param {string} value
|
|
1227
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1228
|
+
*/
|
|
1229
|
+
proto.BudgetPlanning.prototype.setSeptember = function(value) {
|
|
1230
|
+
return jspb.Message.setProto3StringField(this, 22, value);
|
|
1231
|
+
};
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* optional string october = 23;
|
|
1236
|
+
* @return {string}
|
|
1237
|
+
*/
|
|
1238
|
+
proto.BudgetPlanning.prototype.getOctober = function() {
|
|
1239
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
1240
|
+
};
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
/**
|
|
1244
|
+
* @param {string} value
|
|
1245
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1246
|
+
*/
|
|
1247
|
+
proto.BudgetPlanning.prototype.setOctober = function(value) {
|
|
1248
|
+
return jspb.Message.setProto3StringField(this, 23, value);
|
|
1249
|
+
};
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
/**
|
|
1253
|
+
* optional string november = 24;
|
|
1254
|
+
* @return {string}
|
|
1255
|
+
*/
|
|
1256
|
+
proto.BudgetPlanning.prototype.getNovember = function() {
|
|
1257
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
1258
|
+
};
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
/**
|
|
1262
|
+
* @param {string} value
|
|
1263
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1264
|
+
*/
|
|
1265
|
+
proto.BudgetPlanning.prototype.setNovember = function(value) {
|
|
1266
|
+
return jspb.Message.setProto3StringField(this, 24, value);
|
|
1267
|
+
};
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
/**
|
|
1271
|
+
* optional string december = 25;
|
|
1272
|
+
* @return {string}
|
|
1273
|
+
*/
|
|
1274
|
+
proto.BudgetPlanning.prototype.getDecember = function() {
|
|
1275
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
1276
|
+
};
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
/**
|
|
1280
|
+
* @param {string} value
|
|
1281
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1282
|
+
*/
|
|
1283
|
+
proto.BudgetPlanning.prototype.setDecember = function(value) {
|
|
1284
|
+
return jspb.Message.setProto3StringField(this, 25, value);
|
|
1285
|
+
};
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
/**
|
|
1289
|
+
* optional string budget_tolerance = 26;
|
|
1290
|
+
* @return {string}
|
|
1291
|
+
*/
|
|
1292
|
+
proto.BudgetPlanning.prototype.getBudgetTolerance = function() {
|
|
1293
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
1294
|
+
};
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
/**
|
|
1298
|
+
* @param {string} value
|
|
1299
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1300
|
+
*/
|
|
1301
|
+
proto.BudgetPlanning.prototype.setBudgetTolerance = function(value) {
|
|
1302
|
+
return jspb.Message.setProto3StringField(this, 26, value);
|
|
1303
|
+
};
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* optional string budget_references = 27;
|
|
1308
|
+
* @return {string}
|
|
1309
|
+
*/
|
|
1310
|
+
proto.BudgetPlanning.prototype.getBudgetReferences = function() {
|
|
1311
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
|
|
1312
|
+
};
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
/**
|
|
1316
|
+
* @param {string} value
|
|
1317
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1318
|
+
*/
|
|
1319
|
+
proto.BudgetPlanning.prototype.setBudgetReferences = function(value) {
|
|
1320
|
+
return jspb.Message.setProto3StringField(this, 27, value);
|
|
1321
|
+
};
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* optional string budget_activity_references = 28;
|
|
1326
|
+
* @return {string}
|
|
1327
|
+
*/
|
|
1328
|
+
proto.BudgetPlanning.prototype.getBudgetActivityReferences = function() {
|
|
1329
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
|
|
1330
|
+
};
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* @param {string} value
|
|
1335
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1336
|
+
*/
|
|
1337
|
+
proto.BudgetPlanning.prototype.setBudgetActivityReferences = function(value) {
|
|
1338
|
+
return jspb.Message.setProto3StringField(this, 28, value);
|
|
1339
|
+
};
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
/**
|
|
1343
|
+
* optional string created_at = 29;
|
|
1344
|
+
* @return {string}
|
|
1345
|
+
*/
|
|
1346
|
+
proto.BudgetPlanning.prototype.getCreatedAt = function() {
|
|
1347
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, ""));
|
|
1348
|
+
};
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* @param {string} value
|
|
1353
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1354
|
+
*/
|
|
1355
|
+
proto.BudgetPlanning.prototype.setCreatedAt = function(value) {
|
|
1356
|
+
return jspb.Message.setProto3StringField(this, 29, value);
|
|
1357
|
+
};
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
/**
|
|
1361
|
+
* optional string updated_at = 30;
|
|
1362
|
+
* @return {string}
|
|
1363
|
+
*/
|
|
1364
|
+
proto.BudgetPlanning.prototype.getUpdatedAt = function() {
|
|
1365
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, ""));
|
|
1366
|
+
};
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
/**
|
|
1370
|
+
* @param {string} value
|
|
1371
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1372
|
+
*/
|
|
1373
|
+
proto.BudgetPlanning.prototype.setUpdatedAt = function(value) {
|
|
1374
|
+
return jspb.Message.setProto3StringField(this, 30, value);
|
|
1375
|
+
};
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
/**
|
|
1379
|
+
* optional string created_by = 31;
|
|
1380
|
+
* @return {string}
|
|
1381
|
+
*/
|
|
1382
|
+
proto.BudgetPlanning.prototype.getCreatedBy = function() {
|
|
1383
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, ""));
|
|
1384
|
+
};
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
/**
|
|
1388
|
+
* @param {string} value
|
|
1389
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1390
|
+
*/
|
|
1391
|
+
proto.BudgetPlanning.prototype.setCreatedBy = function(value) {
|
|
1392
|
+
return jspb.Message.setProto3StringField(this, 31, value);
|
|
1393
|
+
};
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* optional string updated_by = 32;
|
|
1398
|
+
* @return {string}
|
|
1399
|
+
*/
|
|
1400
|
+
proto.BudgetPlanning.prototype.getUpdatedBy = function() {
|
|
1401
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
|
|
1402
|
+
};
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
/**
|
|
1406
|
+
* @param {string} value
|
|
1407
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1408
|
+
*/
|
|
1409
|
+
proto.BudgetPlanning.prototype.setUpdatedBy = function(value) {
|
|
1410
|
+
return jspb.Message.setProto3StringField(this, 32, value);
|
|
1411
|
+
};
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
/**
|
|
1415
|
+
* optional string deleted_at = 33;
|
|
1416
|
+
* @return {string}
|
|
1417
|
+
*/
|
|
1418
|
+
proto.BudgetPlanning.prototype.getDeletedAt = function() {
|
|
1419
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
|
|
1420
|
+
};
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
/**
|
|
1424
|
+
* @param {string} value
|
|
1425
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1426
|
+
*/
|
|
1427
|
+
proto.BudgetPlanning.prototype.setDeletedAt = function(value) {
|
|
1428
|
+
return jspb.Message.setProto3StringField(this, 33, value);
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
/**
|
|
1433
|
+
* optional BudgetCategories budget_categories = 34;
|
|
1434
|
+
* @return {?proto.BudgetCategories}
|
|
1435
|
+
*/
|
|
1436
|
+
proto.BudgetPlanning.prototype.getBudgetCategories = function() {
|
|
1437
|
+
return /** @type{?proto.BudgetCategories} */ (
|
|
1438
|
+
jspb.Message.getWrapperField(this, prisca_v1_budget_categories_budget_categories_pb.BudgetCategories, 34));
|
|
1439
|
+
};
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
/**
|
|
1443
|
+
* @param {?proto.BudgetCategories|undefined} value
|
|
1444
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1445
|
+
*/
|
|
1446
|
+
proto.BudgetPlanning.prototype.setBudgetCategories = function(value) {
|
|
1447
|
+
return jspb.Message.setWrapperField(this, 34, value);
|
|
1448
|
+
};
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* Clears the message field making it undefined.
|
|
1453
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1454
|
+
*/
|
|
1455
|
+
proto.BudgetPlanning.prototype.clearBudgetCategories = function() {
|
|
1456
|
+
return this.setBudgetCategories(undefined);
|
|
1457
|
+
};
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
/**
|
|
1461
|
+
* Returns whether this field is set.
|
|
1462
|
+
* @return {boolean}
|
|
1463
|
+
*/
|
|
1464
|
+
proto.BudgetPlanning.prototype.hasBudgetCategories = function() {
|
|
1465
|
+
return jspb.Message.getField(this, 34) != null;
|
|
1466
|
+
};
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
/**
|
|
1470
|
+
* optional BudgetActivity budget_activity = 35;
|
|
1471
|
+
* @return {?proto.BudgetActivity}
|
|
1472
|
+
*/
|
|
1473
|
+
proto.BudgetPlanning.prototype.getBudgetActivity = function() {
|
|
1474
|
+
return /** @type{?proto.BudgetActivity} */ (
|
|
1475
|
+
jspb.Message.getWrapperField(this, prisca_v1_budget_activity_budget_activity_pb.BudgetActivity, 35));
|
|
1476
|
+
};
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
/**
|
|
1480
|
+
* @param {?proto.BudgetActivity|undefined} value
|
|
1481
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1482
|
+
*/
|
|
1483
|
+
proto.BudgetPlanning.prototype.setBudgetActivity = function(value) {
|
|
1484
|
+
return jspb.Message.setWrapperField(this, 35, value);
|
|
1485
|
+
};
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
/**
|
|
1489
|
+
* Clears the message field making it undefined.
|
|
1490
|
+
* @return {!proto.BudgetPlanning} returns this
|
|
1491
|
+
*/
|
|
1492
|
+
proto.BudgetPlanning.prototype.clearBudgetActivity = function() {
|
|
1493
|
+
return this.setBudgetActivity(undefined);
|
|
1494
|
+
};
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
/**
|
|
1498
|
+
* Returns whether this field is set.
|
|
1499
|
+
* @return {boolean}
|
|
1500
|
+
*/
|
|
1501
|
+
proto.BudgetPlanning.prototype.hasBudgetActivity = function() {
|
|
1502
|
+
return jspb.Message.getField(this, 35) != null;
|
|
1503
|
+
};
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1510
|
+
/**
|
|
1511
|
+
* Creates an object representation of this proto.
|
|
1512
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1513
|
+
* Optional fields that are not set will be set to undefined.
|
|
1514
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1515
|
+
* For the list of reserved names please see:
|
|
1516
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1517
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1518
|
+
* JSPB instance for transitional soy proto support:
|
|
1519
|
+
* http://goto/soy-param-migration
|
|
1520
|
+
* @return {!Object}
|
|
1521
|
+
*/
|
|
1522
|
+
proto.BudgetPlanningGetByIdRequest.prototype.toObject = function(opt_includeInstance) {
|
|
1523
|
+
return proto.BudgetPlanningGetByIdRequest.toObject(opt_includeInstance, this);
|
|
1524
|
+
};
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
/**
|
|
1528
|
+
* Static version of the {@see toObject} method.
|
|
1529
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1530
|
+
* the JSPB instance for transitional soy proto support:
|
|
1531
|
+
* http://goto/soy-param-migration
|
|
1532
|
+
* @param {!proto.BudgetPlanningGetByIdRequest} msg The msg instance to transform.
|
|
1533
|
+
* @return {!Object}
|
|
1534
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1535
|
+
*/
|
|
1536
|
+
proto.BudgetPlanningGetByIdRequest.toObject = function(includeInstance, msg) {
|
|
1537
|
+
var f, obj = {
|
|
1538
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
1539
|
+
};
|
|
1540
|
+
|
|
1541
|
+
if (includeInstance) {
|
|
1542
|
+
obj.$jspbMessageInstance = msg;
|
|
1543
|
+
}
|
|
1544
|
+
return obj;
|
|
1545
|
+
};
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
/**
|
|
1550
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1551
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1552
|
+
* @return {!proto.BudgetPlanningGetByIdRequest}
|
|
1553
|
+
*/
|
|
1554
|
+
proto.BudgetPlanningGetByIdRequest.deserializeBinary = function(bytes) {
|
|
1555
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1556
|
+
var msg = new proto.BudgetPlanningGetByIdRequest;
|
|
1557
|
+
return proto.BudgetPlanningGetByIdRequest.deserializeBinaryFromReader(msg, reader);
|
|
1558
|
+
};
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
/**
|
|
1562
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1563
|
+
* given reader into the given message object.
|
|
1564
|
+
* @param {!proto.BudgetPlanningGetByIdRequest} msg The message object to deserialize into.
|
|
1565
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1566
|
+
* @return {!proto.BudgetPlanningGetByIdRequest}
|
|
1567
|
+
*/
|
|
1568
|
+
proto.BudgetPlanningGetByIdRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
1569
|
+
while (reader.nextField()) {
|
|
1570
|
+
if (reader.isEndGroup()) {
|
|
1571
|
+
break;
|
|
1572
|
+
}
|
|
1573
|
+
var field = reader.getFieldNumber();
|
|
1574
|
+
switch (field) {
|
|
1575
|
+
case 1:
|
|
1576
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
1577
|
+
msg.setReferencesId(value);
|
|
1578
|
+
break;
|
|
1579
|
+
default:
|
|
1580
|
+
reader.skipField();
|
|
1581
|
+
break;
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
return msg;
|
|
1585
|
+
};
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
/**
|
|
1589
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1590
|
+
* @return {!Uint8Array}
|
|
1591
|
+
*/
|
|
1592
|
+
proto.BudgetPlanningGetByIdRequest.prototype.serializeBinary = function() {
|
|
1593
|
+
var writer = new jspb.BinaryWriter();
|
|
1594
|
+
proto.BudgetPlanningGetByIdRequest.serializeBinaryToWriter(this, writer);
|
|
1595
|
+
return writer.getResultBuffer();
|
|
1596
|
+
};
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
/**
|
|
1600
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1601
|
+
* format), writing to the given BinaryWriter.
|
|
1602
|
+
* @param {!proto.BudgetPlanningGetByIdRequest} message
|
|
1603
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1604
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1605
|
+
*/
|
|
1606
|
+
proto.BudgetPlanningGetByIdRequest.serializeBinaryToWriter = function(message, writer) {
|
|
1607
|
+
var f = undefined;
|
|
1608
|
+
f = message.getReferencesId();
|
|
1609
|
+
if (f.length > 0) {
|
|
1610
|
+
writer.writeString(
|
|
1611
|
+
1,
|
|
1612
|
+
f
|
|
1613
|
+
);
|
|
1614
|
+
}
|
|
1615
|
+
};
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
/**
|
|
1619
|
+
* optional string references_id = 1;
|
|
1620
|
+
* @return {string}
|
|
1621
|
+
*/
|
|
1622
|
+
proto.BudgetPlanningGetByIdRequest.prototype.getReferencesId = function() {
|
|
1623
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1624
|
+
};
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
/**
|
|
1628
|
+
* @param {string} value
|
|
1629
|
+
* @return {!proto.BudgetPlanningGetByIdRequest} returns this
|
|
1630
|
+
*/
|
|
1631
|
+
proto.BudgetPlanningGetByIdRequest.prototype.setReferencesId = function(value) {
|
|
1632
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1633
|
+
};
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1640
|
+
/**
|
|
1641
|
+
* Creates an object representation of this proto.
|
|
1642
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1643
|
+
* Optional fields that are not set will be set to undefined.
|
|
1644
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1645
|
+
* For the list of reserved names please see:
|
|
1646
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1647
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1648
|
+
* JSPB instance for transitional soy proto support:
|
|
1649
|
+
* http://goto/soy-param-migration
|
|
1650
|
+
* @return {!Object}
|
|
1651
|
+
*/
|
|
1652
|
+
proto.BudgetPlanningGetByIdResponse.prototype.toObject = function(opt_includeInstance) {
|
|
1653
|
+
return proto.BudgetPlanningGetByIdResponse.toObject(opt_includeInstance, this);
|
|
1654
|
+
};
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
/**
|
|
1658
|
+
* Static version of the {@see toObject} method.
|
|
1659
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1660
|
+
* the JSPB instance for transitional soy proto support:
|
|
1661
|
+
* http://goto/soy-param-migration
|
|
1662
|
+
* @param {!proto.BudgetPlanningGetByIdResponse} msg The msg instance to transform.
|
|
1663
|
+
* @return {!Object}
|
|
1664
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1665
|
+
*/
|
|
1666
|
+
proto.BudgetPlanningGetByIdResponse.toObject = function(includeInstance, msg) {
|
|
1667
|
+
var f, obj = {
|
|
1668
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f),
|
|
1669
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
1670
|
+
};
|
|
1671
|
+
|
|
1672
|
+
if (includeInstance) {
|
|
1673
|
+
obj.$jspbMessageInstance = msg;
|
|
1674
|
+
}
|
|
1675
|
+
return obj;
|
|
1676
|
+
};
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
/**
|
|
1681
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1682
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1683
|
+
* @return {!proto.BudgetPlanningGetByIdResponse}
|
|
1684
|
+
*/
|
|
1685
|
+
proto.BudgetPlanningGetByIdResponse.deserializeBinary = function(bytes) {
|
|
1686
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1687
|
+
var msg = new proto.BudgetPlanningGetByIdResponse;
|
|
1688
|
+
return proto.BudgetPlanningGetByIdResponse.deserializeBinaryFromReader(msg, reader);
|
|
1689
|
+
};
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
/**
|
|
1693
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1694
|
+
* given reader into the given message object.
|
|
1695
|
+
* @param {!proto.BudgetPlanningGetByIdResponse} msg The message object to deserialize into.
|
|
1696
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1697
|
+
* @return {!proto.BudgetPlanningGetByIdResponse}
|
|
1698
|
+
*/
|
|
1699
|
+
proto.BudgetPlanningGetByIdResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
1700
|
+
while (reader.nextField()) {
|
|
1701
|
+
if (reader.isEndGroup()) {
|
|
1702
|
+
break;
|
|
1703
|
+
}
|
|
1704
|
+
var field = reader.getFieldNumber();
|
|
1705
|
+
switch (field) {
|
|
1706
|
+
case 1:
|
|
1707
|
+
var value = new proto.BudgetPlanning;
|
|
1708
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
1709
|
+
msg.setBudgetPlanning(value);
|
|
1710
|
+
break;
|
|
1711
|
+
case 2:
|
|
1712
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
1713
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
1714
|
+
msg.setMeta(value);
|
|
1715
|
+
break;
|
|
1716
|
+
default:
|
|
1717
|
+
reader.skipField();
|
|
1718
|
+
break;
|
|
1719
|
+
}
|
|
1720
|
+
}
|
|
1721
|
+
return msg;
|
|
1722
|
+
};
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
/**
|
|
1726
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1727
|
+
* @return {!Uint8Array}
|
|
1728
|
+
*/
|
|
1729
|
+
proto.BudgetPlanningGetByIdResponse.prototype.serializeBinary = function() {
|
|
1730
|
+
var writer = new jspb.BinaryWriter();
|
|
1731
|
+
proto.BudgetPlanningGetByIdResponse.serializeBinaryToWriter(this, writer);
|
|
1732
|
+
return writer.getResultBuffer();
|
|
1733
|
+
};
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
/**
|
|
1737
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1738
|
+
* format), writing to the given BinaryWriter.
|
|
1739
|
+
* @param {!proto.BudgetPlanningGetByIdResponse} message
|
|
1740
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1741
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1742
|
+
*/
|
|
1743
|
+
proto.BudgetPlanningGetByIdResponse.serializeBinaryToWriter = function(message, writer) {
|
|
1744
|
+
var f = undefined;
|
|
1745
|
+
f = message.getBudgetPlanning();
|
|
1746
|
+
if (f != null) {
|
|
1747
|
+
writer.writeMessage(
|
|
1748
|
+
1,
|
|
1749
|
+
f,
|
|
1750
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
1751
|
+
);
|
|
1752
|
+
}
|
|
1753
|
+
f = message.getMeta();
|
|
1754
|
+
if (f != null) {
|
|
1755
|
+
writer.writeMessage(
|
|
1756
|
+
2,
|
|
1757
|
+
f,
|
|
1758
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
1759
|
+
);
|
|
1760
|
+
}
|
|
1761
|
+
};
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
/**
|
|
1765
|
+
* optional BudgetPlanning budget_planning = 1;
|
|
1766
|
+
* @return {?proto.BudgetPlanning}
|
|
1767
|
+
*/
|
|
1768
|
+
proto.BudgetPlanningGetByIdResponse.prototype.getBudgetPlanning = function() {
|
|
1769
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
1770
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 1));
|
|
1771
|
+
};
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
/**
|
|
1775
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
1776
|
+
* @return {!proto.BudgetPlanningGetByIdResponse} returns this
|
|
1777
|
+
*/
|
|
1778
|
+
proto.BudgetPlanningGetByIdResponse.prototype.setBudgetPlanning = function(value) {
|
|
1779
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
1780
|
+
};
|
|
1781
|
+
|
|
1782
|
+
|
|
1783
|
+
/**
|
|
1784
|
+
* Clears the message field making it undefined.
|
|
1785
|
+
* @return {!proto.BudgetPlanningGetByIdResponse} returns this
|
|
1786
|
+
*/
|
|
1787
|
+
proto.BudgetPlanningGetByIdResponse.prototype.clearBudgetPlanning = function() {
|
|
1788
|
+
return this.setBudgetPlanning(undefined);
|
|
1789
|
+
};
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
/**
|
|
1793
|
+
* Returns whether this field is set.
|
|
1794
|
+
* @return {boolean}
|
|
1795
|
+
*/
|
|
1796
|
+
proto.BudgetPlanningGetByIdResponse.prototype.hasBudgetPlanning = function() {
|
|
1797
|
+
return jspb.Message.getField(this, 1) != null;
|
|
1798
|
+
};
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
/**
|
|
1802
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
1803
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
1804
|
+
*/
|
|
1805
|
+
proto.BudgetPlanningGetByIdResponse.prototype.getMeta = function() {
|
|
1806
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
1807
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
1808
|
+
};
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
/**
|
|
1812
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
1813
|
+
* @return {!proto.BudgetPlanningGetByIdResponse} returns this
|
|
1814
|
+
*/
|
|
1815
|
+
proto.BudgetPlanningGetByIdResponse.prototype.setMeta = function(value) {
|
|
1816
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
1817
|
+
};
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
/**
|
|
1821
|
+
* Clears the message field making it undefined.
|
|
1822
|
+
* @return {!proto.BudgetPlanningGetByIdResponse} returns this
|
|
1823
|
+
*/
|
|
1824
|
+
proto.BudgetPlanningGetByIdResponse.prototype.clearMeta = function() {
|
|
1825
|
+
return this.setMeta(undefined);
|
|
1826
|
+
};
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
/**
|
|
1830
|
+
* Returns whether this field is set.
|
|
1831
|
+
* @return {boolean}
|
|
1832
|
+
*/
|
|
1833
|
+
proto.BudgetPlanningGetByIdResponse.prototype.hasMeta = function() {
|
|
1834
|
+
return jspb.Message.getField(this, 2) != null;
|
|
1835
|
+
};
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
1842
|
+
/**
|
|
1843
|
+
* Creates an object representation of this proto.
|
|
1844
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
1845
|
+
* Optional fields that are not set will be set to undefined.
|
|
1846
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
1847
|
+
* For the list of reserved names please see:
|
|
1848
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
1849
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
1850
|
+
* JSPB instance for transitional soy proto support:
|
|
1851
|
+
* http://goto/soy-param-migration
|
|
1852
|
+
* @return {!Object}
|
|
1853
|
+
*/
|
|
1854
|
+
proto.UpdateBudgetPlanningRequest.prototype.toObject = function(opt_includeInstance) {
|
|
1855
|
+
return proto.UpdateBudgetPlanningRequest.toObject(opt_includeInstance, this);
|
|
1856
|
+
};
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
/**
|
|
1860
|
+
* Static version of the {@see toObject} method.
|
|
1861
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
1862
|
+
* the JSPB instance for transitional soy proto support:
|
|
1863
|
+
* http://goto/soy-param-migration
|
|
1864
|
+
* @param {!proto.UpdateBudgetPlanningRequest} msg The msg instance to transform.
|
|
1865
|
+
* @return {!Object}
|
|
1866
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1867
|
+
*/
|
|
1868
|
+
proto.UpdateBudgetPlanningRequest.toObject = function(includeInstance, msg) {
|
|
1869
|
+
var f, obj = {
|
|
1870
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
1871
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f)
|
|
1872
|
+
};
|
|
1873
|
+
|
|
1874
|
+
if (includeInstance) {
|
|
1875
|
+
obj.$jspbMessageInstance = msg;
|
|
1876
|
+
}
|
|
1877
|
+
return obj;
|
|
1878
|
+
};
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
/**
|
|
1883
|
+
* Deserializes binary data (in protobuf wire format).
|
|
1884
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
1885
|
+
* @return {!proto.UpdateBudgetPlanningRequest}
|
|
1886
|
+
*/
|
|
1887
|
+
proto.UpdateBudgetPlanningRequest.deserializeBinary = function(bytes) {
|
|
1888
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
1889
|
+
var msg = new proto.UpdateBudgetPlanningRequest;
|
|
1890
|
+
return proto.UpdateBudgetPlanningRequest.deserializeBinaryFromReader(msg, reader);
|
|
1891
|
+
};
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
1896
|
+
* given reader into the given message object.
|
|
1897
|
+
* @param {!proto.UpdateBudgetPlanningRequest} msg The message object to deserialize into.
|
|
1898
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
1899
|
+
* @return {!proto.UpdateBudgetPlanningRequest}
|
|
1900
|
+
*/
|
|
1901
|
+
proto.UpdateBudgetPlanningRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
1902
|
+
while (reader.nextField()) {
|
|
1903
|
+
if (reader.isEndGroup()) {
|
|
1904
|
+
break;
|
|
1905
|
+
}
|
|
1906
|
+
var field = reader.getFieldNumber();
|
|
1907
|
+
switch (field) {
|
|
1908
|
+
case 1:
|
|
1909
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
1910
|
+
msg.setReferencesId(value);
|
|
1911
|
+
break;
|
|
1912
|
+
case 2:
|
|
1913
|
+
var value = new proto.BudgetPlanning;
|
|
1914
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
1915
|
+
msg.setBudgetPlanning(value);
|
|
1916
|
+
break;
|
|
1917
|
+
default:
|
|
1918
|
+
reader.skipField();
|
|
1919
|
+
break;
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
return msg;
|
|
1923
|
+
};
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
/**
|
|
1927
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
1928
|
+
* @return {!Uint8Array}
|
|
1929
|
+
*/
|
|
1930
|
+
proto.UpdateBudgetPlanningRequest.prototype.serializeBinary = function() {
|
|
1931
|
+
var writer = new jspb.BinaryWriter();
|
|
1932
|
+
proto.UpdateBudgetPlanningRequest.serializeBinaryToWriter(this, writer);
|
|
1933
|
+
return writer.getResultBuffer();
|
|
1934
|
+
};
|
|
1935
|
+
|
|
1936
|
+
|
|
1937
|
+
/**
|
|
1938
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
1939
|
+
* format), writing to the given BinaryWriter.
|
|
1940
|
+
* @param {!proto.UpdateBudgetPlanningRequest} message
|
|
1941
|
+
* @param {!jspb.BinaryWriter} writer
|
|
1942
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
1943
|
+
*/
|
|
1944
|
+
proto.UpdateBudgetPlanningRequest.serializeBinaryToWriter = function(message, writer) {
|
|
1945
|
+
var f = undefined;
|
|
1946
|
+
f = message.getReferencesId();
|
|
1947
|
+
if (f.length > 0) {
|
|
1948
|
+
writer.writeString(
|
|
1949
|
+
1,
|
|
1950
|
+
f
|
|
1951
|
+
);
|
|
1952
|
+
}
|
|
1953
|
+
f = message.getBudgetPlanning();
|
|
1954
|
+
if (f != null) {
|
|
1955
|
+
writer.writeMessage(
|
|
1956
|
+
2,
|
|
1957
|
+
f,
|
|
1958
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
1959
|
+
);
|
|
1960
|
+
}
|
|
1961
|
+
};
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
/**
|
|
1965
|
+
* optional string references_id = 1;
|
|
1966
|
+
* @return {string}
|
|
1967
|
+
*/
|
|
1968
|
+
proto.UpdateBudgetPlanningRequest.prototype.getReferencesId = function() {
|
|
1969
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
1970
|
+
};
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
/**
|
|
1974
|
+
* @param {string} value
|
|
1975
|
+
* @return {!proto.UpdateBudgetPlanningRequest} returns this
|
|
1976
|
+
*/
|
|
1977
|
+
proto.UpdateBudgetPlanningRequest.prototype.setReferencesId = function(value) {
|
|
1978
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
1979
|
+
};
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
/**
|
|
1983
|
+
* optional BudgetPlanning budget_planning = 2;
|
|
1984
|
+
* @return {?proto.BudgetPlanning}
|
|
1985
|
+
*/
|
|
1986
|
+
proto.UpdateBudgetPlanningRequest.prototype.getBudgetPlanning = function() {
|
|
1987
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
1988
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 2));
|
|
1989
|
+
};
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
/**
|
|
1993
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
1994
|
+
* @return {!proto.UpdateBudgetPlanningRequest} returns this
|
|
1995
|
+
*/
|
|
1996
|
+
proto.UpdateBudgetPlanningRequest.prototype.setBudgetPlanning = function(value) {
|
|
1997
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
1998
|
+
};
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
/**
|
|
2002
|
+
* Clears the message field making it undefined.
|
|
2003
|
+
* @return {!proto.UpdateBudgetPlanningRequest} returns this
|
|
2004
|
+
*/
|
|
2005
|
+
proto.UpdateBudgetPlanningRequest.prototype.clearBudgetPlanning = function() {
|
|
2006
|
+
return this.setBudgetPlanning(undefined);
|
|
2007
|
+
};
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
/**
|
|
2011
|
+
* Returns whether this field is set.
|
|
2012
|
+
* @return {boolean}
|
|
2013
|
+
*/
|
|
2014
|
+
proto.UpdateBudgetPlanningRequest.prototype.hasBudgetPlanning = function() {
|
|
2015
|
+
return jspb.Message.getField(this, 2) != null;
|
|
2016
|
+
};
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2023
|
+
/**
|
|
2024
|
+
* Creates an object representation of this proto.
|
|
2025
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2026
|
+
* Optional fields that are not set will be set to undefined.
|
|
2027
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2028
|
+
* For the list of reserved names please see:
|
|
2029
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2030
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2031
|
+
* JSPB instance for transitional soy proto support:
|
|
2032
|
+
* http://goto/soy-param-migration
|
|
2033
|
+
* @return {!Object}
|
|
2034
|
+
*/
|
|
2035
|
+
proto.UpdateBudgetPlanningResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2036
|
+
return proto.UpdateBudgetPlanningResponse.toObject(opt_includeInstance, this);
|
|
2037
|
+
};
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
/**
|
|
2041
|
+
* Static version of the {@see toObject} method.
|
|
2042
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2043
|
+
* the JSPB instance for transitional soy proto support:
|
|
2044
|
+
* http://goto/soy-param-migration
|
|
2045
|
+
* @param {!proto.UpdateBudgetPlanningResponse} msg The msg instance to transform.
|
|
2046
|
+
* @return {!Object}
|
|
2047
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2048
|
+
*/
|
|
2049
|
+
proto.UpdateBudgetPlanningResponse.toObject = function(includeInstance, msg) {
|
|
2050
|
+
var f, obj = {
|
|
2051
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f),
|
|
2052
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
2053
|
+
};
|
|
2054
|
+
|
|
2055
|
+
if (includeInstance) {
|
|
2056
|
+
obj.$jspbMessageInstance = msg;
|
|
2057
|
+
}
|
|
2058
|
+
return obj;
|
|
2059
|
+
};
|
|
2060
|
+
}
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
/**
|
|
2064
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2065
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2066
|
+
* @return {!proto.UpdateBudgetPlanningResponse}
|
|
2067
|
+
*/
|
|
2068
|
+
proto.UpdateBudgetPlanningResponse.deserializeBinary = function(bytes) {
|
|
2069
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2070
|
+
var msg = new proto.UpdateBudgetPlanningResponse;
|
|
2071
|
+
return proto.UpdateBudgetPlanningResponse.deserializeBinaryFromReader(msg, reader);
|
|
2072
|
+
};
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
/**
|
|
2076
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2077
|
+
* given reader into the given message object.
|
|
2078
|
+
* @param {!proto.UpdateBudgetPlanningResponse} msg The message object to deserialize into.
|
|
2079
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2080
|
+
* @return {!proto.UpdateBudgetPlanningResponse}
|
|
2081
|
+
*/
|
|
2082
|
+
proto.UpdateBudgetPlanningResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2083
|
+
while (reader.nextField()) {
|
|
2084
|
+
if (reader.isEndGroup()) {
|
|
2085
|
+
break;
|
|
2086
|
+
}
|
|
2087
|
+
var field = reader.getFieldNumber();
|
|
2088
|
+
switch (field) {
|
|
2089
|
+
case 1:
|
|
2090
|
+
var value = new proto.BudgetPlanning;
|
|
2091
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
2092
|
+
msg.setBudgetPlanning(value);
|
|
2093
|
+
break;
|
|
2094
|
+
case 2:
|
|
2095
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
2096
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
2097
|
+
msg.setMeta(value);
|
|
2098
|
+
break;
|
|
2099
|
+
default:
|
|
2100
|
+
reader.skipField();
|
|
2101
|
+
break;
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
return msg;
|
|
2105
|
+
};
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
/**
|
|
2109
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2110
|
+
* @return {!Uint8Array}
|
|
2111
|
+
*/
|
|
2112
|
+
proto.UpdateBudgetPlanningResponse.prototype.serializeBinary = function() {
|
|
2113
|
+
var writer = new jspb.BinaryWriter();
|
|
2114
|
+
proto.UpdateBudgetPlanningResponse.serializeBinaryToWriter(this, writer);
|
|
2115
|
+
return writer.getResultBuffer();
|
|
2116
|
+
};
|
|
2117
|
+
|
|
2118
|
+
|
|
2119
|
+
/**
|
|
2120
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2121
|
+
* format), writing to the given BinaryWriter.
|
|
2122
|
+
* @param {!proto.UpdateBudgetPlanningResponse} message
|
|
2123
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2124
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2125
|
+
*/
|
|
2126
|
+
proto.UpdateBudgetPlanningResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2127
|
+
var f = undefined;
|
|
2128
|
+
f = message.getBudgetPlanning();
|
|
2129
|
+
if (f != null) {
|
|
2130
|
+
writer.writeMessage(
|
|
2131
|
+
1,
|
|
2132
|
+
f,
|
|
2133
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
2134
|
+
);
|
|
2135
|
+
}
|
|
2136
|
+
f = message.getMeta();
|
|
2137
|
+
if (f != null) {
|
|
2138
|
+
writer.writeMessage(
|
|
2139
|
+
2,
|
|
2140
|
+
f,
|
|
2141
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
2142
|
+
);
|
|
2143
|
+
}
|
|
2144
|
+
};
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
/**
|
|
2148
|
+
* optional BudgetPlanning budget_planning = 1;
|
|
2149
|
+
* @return {?proto.BudgetPlanning}
|
|
2150
|
+
*/
|
|
2151
|
+
proto.UpdateBudgetPlanningResponse.prototype.getBudgetPlanning = function() {
|
|
2152
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
2153
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 1));
|
|
2154
|
+
};
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
/**
|
|
2158
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
2159
|
+
* @return {!proto.UpdateBudgetPlanningResponse} returns this
|
|
2160
|
+
*/
|
|
2161
|
+
proto.UpdateBudgetPlanningResponse.prototype.setBudgetPlanning = function(value) {
|
|
2162
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
2163
|
+
};
|
|
2164
|
+
|
|
2165
|
+
|
|
2166
|
+
/**
|
|
2167
|
+
* Clears the message field making it undefined.
|
|
2168
|
+
* @return {!proto.UpdateBudgetPlanningResponse} returns this
|
|
2169
|
+
*/
|
|
2170
|
+
proto.UpdateBudgetPlanningResponse.prototype.clearBudgetPlanning = function() {
|
|
2171
|
+
return this.setBudgetPlanning(undefined);
|
|
2172
|
+
};
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
/**
|
|
2176
|
+
* Returns whether this field is set.
|
|
2177
|
+
* @return {boolean}
|
|
2178
|
+
*/
|
|
2179
|
+
proto.UpdateBudgetPlanningResponse.prototype.hasBudgetPlanning = function() {
|
|
2180
|
+
return jspb.Message.getField(this, 1) != null;
|
|
2181
|
+
};
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
/**
|
|
2185
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
2186
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
2187
|
+
*/
|
|
2188
|
+
proto.UpdateBudgetPlanningResponse.prototype.getMeta = function() {
|
|
2189
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
2190
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
2191
|
+
};
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
/**
|
|
2195
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
2196
|
+
* @return {!proto.UpdateBudgetPlanningResponse} returns this
|
|
2197
|
+
*/
|
|
2198
|
+
proto.UpdateBudgetPlanningResponse.prototype.setMeta = function(value) {
|
|
2199
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
2200
|
+
};
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
/**
|
|
2204
|
+
* Clears the message field making it undefined.
|
|
2205
|
+
* @return {!proto.UpdateBudgetPlanningResponse} returns this
|
|
2206
|
+
*/
|
|
2207
|
+
proto.UpdateBudgetPlanningResponse.prototype.clearMeta = function() {
|
|
2208
|
+
return this.setMeta(undefined);
|
|
2209
|
+
};
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
/**
|
|
2213
|
+
* Returns whether this field is set.
|
|
2214
|
+
* @return {boolean}
|
|
2215
|
+
*/
|
|
2216
|
+
proto.UpdateBudgetPlanningResponse.prototype.hasMeta = function() {
|
|
2217
|
+
return jspb.Message.getField(this, 2) != null;
|
|
2218
|
+
};
|
|
2219
|
+
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2225
|
+
/**
|
|
2226
|
+
* Creates an object representation of this proto.
|
|
2227
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2228
|
+
* Optional fields that are not set will be set to undefined.
|
|
2229
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2230
|
+
* For the list of reserved names please see:
|
|
2231
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2232
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2233
|
+
* JSPB instance for transitional soy proto support:
|
|
2234
|
+
* http://goto/soy-param-migration
|
|
2235
|
+
* @return {!Object}
|
|
2236
|
+
*/
|
|
2237
|
+
proto.CreateBudgetPlanningRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2238
|
+
return proto.CreateBudgetPlanningRequest.toObject(opt_includeInstance, this);
|
|
2239
|
+
};
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
/**
|
|
2243
|
+
* Static version of the {@see toObject} method.
|
|
2244
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2245
|
+
* the JSPB instance for transitional soy proto support:
|
|
2246
|
+
* http://goto/soy-param-migration
|
|
2247
|
+
* @param {!proto.CreateBudgetPlanningRequest} msg The msg instance to transform.
|
|
2248
|
+
* @return {!Object}
|
|
2249
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2250
|
+
*/
|
|
2251
|
+
proto.CreateBudgetPlanningRequest.toObject = function(includeInstance, msg) {
|
|
2252
|
+
var f, obj = {
|
|
2253
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f)
|
|
2254
|
+
};
|
|
2255
|
+
|
|
2256
|
+
if (includeInstance) {
|
|
2257
|
+
obj.$jspbMessageInstance = msg;
|
|
2258
|
+
}
|
|
2259
|
+
return obj;
|
|
2260
|
+
};
|
|
2261
|
+
}
|
|
2262
|
+
|
|
2263
|
+
|
|
2264
|
+
/**
|
|
2265
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2266
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2267
|
+
* @return {!proto.CreateBudgetPlanningRequest}
|
|
2268
|
+
*/
|
|
2269
|
+
proto.CreateBudgetPlanningRequest.deserializeBinary = function(bytes) {
|
|
2270
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2271
|
+
var msg = new proto.CreateBudgetPlanningRequest;
|
|
2272
|
+
return proto.CreateBudgetPlanningRequest.deserializeBinaryFromReader(msg, reader);
|
|
2273
|
+
};
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
/**
|
|
2277
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2278
|
+
* given reader into the given message object.
|
|
2279
|
+
* @param {!proto.CreateBudgetPlanningRequest} msg The message object to deserialize into.
|
|
2280
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2281
|
+
* @return {!proto.CreateBudgetPlanningRequest}
|
|
2282
|
+
*/
|
|
2283
|
+
proto.CreateBudgetPlanningRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2284
|
+
while (reader.nextField()) {
|
|
2285
|
+
if (reader.isEndGroup()) {
|
|
2286
|
+
break;
|
|
2287
|
+
}
|
|
2288
|
+
var field = reader.getFieldNumber();
|
|
2289
|
+
switch (field) {
|
|
2290
|
+
case 1:
|
|
2291
|
+
var value = new proto.BudgetPlanning;
|
|
2292
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
2293
|
+
msg.setBudgetPlanning(value);
|
|
2294
|
+
break;
|
|
2295
|
+
default:
|
|
2296
|
+
reader.skipField();
|
|
2297
|
+
break;
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
return msg;
|
|
2301
|
+
};
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
/**
|
|
2305
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2306
|
+
* @return {!Uint8Array}
|
|
2307
|
+
*/
|
|
2308
|
+
proto.CreateBudgetPlanningRequest.prototype.serializeBinary = function() {
|
|
2309
|
+
var writer = new jspb.BinaryWriter();
|
|
2310
|
+
proto.CreateBudgetPlanningRequest.serializeBinaryToWriter(this, writer);
|
|
2311
|
+
return writer.getResultBuffer();
|
|
2312
|
+
};
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
/**
|
|
2316
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2317
|
+
* format), writing to the given BinaryWriter.
|
|
2318
|
+
* @param {!proto.CreateBudgetPlanningRequest} message
|
|
2319
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2320
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2321
|
+
*/
|
|
2322
|
+
proto.CreateBudgetPlanningRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2323
|
+
var f = undefined;
|
|
2324
|
+
f = message.getBudgetPlanning();
|
|
2325
|
+
if (f != null) {
|
|
2326
|
+
writer.writeMessage(
|
|
2327
|
+
1,
|
|
2328
|
+
f,
|
|
2329
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
2330
|
+
);
|
|
2331
|
+
}
|
|
2332
|
+
};
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
/**
|
|
2336
|
+
* optional BudgetPlanning budget_planning = 1;
|
|
2337
|
+
* @return {?proto.BudgetPlanning}
|
|
2338
|
+
*/
|
|
2339
|
+
proto.CreateBudgetPlanningRequest.prototype.getBudgetPlanning = function() {
|
|
2340
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
2341
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 1));
|
|
2342
|
+
};
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
/**
|
|
2346
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
2347
|
+
* @return {!proto.CreateBudgetPlanningRequest} returns this
|
|
2348
|
+
*/
|
|
2349
|
+
proto.CreateBudgetPlanningRequest.prototype.setBudgetPlanning = function(value) {
|
|
2350
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
2351
|
+
};
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
/**
|
|
2355
|
+
* Clears the message field making it undefined.
|
|
2356
|
+
* @return {!proto.CreateBudgetPlanningRequest} returns this
|
|
2357
|
+
*/
|
|
2358
|
+
proto.CreateBudgetPlanningRequest.prototype.clearBudgetPlanning = function() {
|
|
2359
|
+
return this.setBudgetPlanning(undefined);
|
|
2360
|
+
};
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
/**
|
|
2364
|
+
* Returns whether this field is set.
|
|
2365
|
+
* @return {boolean}
|
|
2366
|
+
*/
|
|
2367
|
+
proto.CreateBudgetPlanningRequest.prototype.hasBudgetPlanning = function() {
|
|
2368
|
+
return jspb.Message.getField(this, 1) != null;
|
|
2369
|
+
};
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2376
|
+
/**
|
|
2377
|
+
* Creates an object representation of this proto.
|
|
2378
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2379
|
+
* Optional fields that are not set will be set to undefined.
|
|
2380
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2381
|
+
* For the list of reserved names please see:
|
|
2382
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2383
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2384
|
+
* JSPB instance for transitional soy proto support:
|
|
2385
|
+
* http://goto/soy-param-migration
|
|
2386
|
+
* @return {!Object}
|
|
2387
|
+
*/
|
|
2388
|
+
proto.CreateBudgetPlanningResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2389
|
+
return proto.CreateBudgetPlanningResponse.toObject(opt_includeInstance, this);
|
|
2390
|
+
};
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
/**
|
|
2394
|
+
* Static version of the {@see toObject} method.
|
|
2395
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2396
|
+
* the JSPB instance for transitional soy proto support:
|
|
2397
|
+
* http://goto/soy-param-migration
|
|
2398
|
+
* @param {!proto.CreateBudgetPlanningResponse} msg The msg instance to transform.
|
|
2399
|
+
* @return {!Object}
|
|
2400
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2401
|
+
*/
|
|
2402
|
+
proto.CreateBudgetPlanningResponse.toObject = function(includeInstance, msg) {
|
|
2403
|
+
var f, obj = {
|
|
2404
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f),
|
|
2405
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
2406
|
+
};
|
|
2407
|
+
|
|
2408
|
+
if (includeInstance) {
|
|
2409
|
+
obj.$jspbMessageInstance = msg;
|
|
2410
|
+
}
|
|
2411
|
+
return obj;
|
|
2412
|
+
};
|
|
2413
|
+
}
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
/**
|
|
2417
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2418
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2419
|
+
* @return {!proto.CreateBudgetPlanningResponse}
|
|
2420
|
+
*/
|
|
2421
|
+
proto.CreateBudgetPlanningResponse.deserializeBinary = function(bytes) {
|
|
2422
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2423
|
+
var msg = new proto.CreateBudgetPlanningResponse;
|
|
2424
|
+
return proto.CreateBudgetPlanningResponse.deserializeBinaryFromReader(msg, reader);
|
|
2425
|
+
};
|
|
2426
|
+
|
|
2427
|
+
|
|
2428
|
+
/**
|
|
2429
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2430
|
+
* given reader into the given message object.
|
|
2431
|
+
* @param {!proto.CreateBudgetPlanningResponse} msg The message object to deserialize into.
|
|
2432
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2433
|
+
* @return {!proto.CreateBudgetPlanningResponse}
|
|
2434
|
+
*/
|
|
2435
|
+
proto.CreateBudgetPlanningResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2436
|
+
while (reader.nextField()) {
|
|
2437
|
+
if (reader.isEndGroup()) {
|
|
2438
|
+
break;
|
|
2439
|
+
}
|
|
2440
|
+
var field = reader.getFieldNumber();
|
|
2441
|
+
switch (field) {
|
|
2442
|
+
case 1:
|
|
2443
|
+
var value = new proto.BudgetPlanning;
|
|
2444
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
2445
|
+
msg.setBudgetPlanning(value);
|
|
2446
|
+
break;
|
|
2447
|
+
case 2:
|
|
2448
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
2449
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
2450
|
+
msg.setMeta(value);
|
|
2451
|
+
break;
|
|
2452
|
+
default:
|
|
2453
|
+
reader.skipField();
|
|
2454
|
+
break;
|
|
2455
|
+
}
|
|
2456
|
+
}
|
|
2457
|
+
return msg;
|
|
2458
|
+
};
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
/**
|
|
2462
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2463
|
+
* @return {!Uint8Array}
|
|
2464
|
+
*/
|
|
2465
|
+
proto.CreateBudgetPlanningResponse.prototype.serializeBinary = function() {
|
|
2466
|
+
var writer = new jspb.BinaryWriter();
|
|
2467
|
+
proto.CreateBudgetPlanningResponse.serializeBinaryToWriter(this, writer);
|
|
2468
|
+
return writer.getResultBuffer();
|
|
2469
|
+
};
|
|
2470
|
+
|
|
2471
|
+
|
|
2472
|
+
/**
|
|
2473
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2474
|
+
* format), writing to the given BinaryWriter.
|
|
2475
|
+
* @param {!proto.CreateBudgetPlanningResponse} message
|
|
2476
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2477
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2478
|
+
*/
|
|
2479
|
+
proto.CreateBudgetPlanningResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2480
|
+
var f = undefined;
|
|
2481
|
+
f = message.getBudgetPlanning();
|
|
2482
|
+
if (f != null) {
|
|
2483
|
+
writer.writeMessage(
|
|
2484
|
+
1,
|
|
2485
|
+
f,
|
|
2486
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
2487
|
+
);
|
|
2488
|
+
}
|
|
2489
|
+
f = message.getMeta();
|
|
2490
|
+
if (f != null) {
|
|
2491
|
+
writer.writeMessage(
|
|
2492
|
+
2,
|
|
2493
|
+
f,
|
|
2494
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
2495
|
+
);
|
|
2496
|
+
}
|
|
2497
|
+
};
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
/**
|
|
2501
|
+
* optional BudgetPlanning budget_planning = 1;
|
|
2502
|
+
* @return {?proto.BudgetPlanning}
|
|
2503
|
+
*/
|
|
2504
|
+
proto.CreateBudgetPlanningResponse.prototype.getBudgetPlanning = function() {
|
|
2505
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
2506
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 1));
|
|
2507
|
+
};
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
/**
|
|
2511
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
2512
|
+
* @return {!proto.CreateBudgetPlanningResponse} returns this
|
|
2513
|
+
*/
|
|
2514
|
+
proto.CreateBudgetPlanningResponse.prototype.setBudgetPlanning = function(value) {
|
|
2515
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
2516
|
+
};
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* Clears the message field making it undefined.
|
|
2521
|
+
* @return {!proto.CreateBudgetPlanningResponse} returns this
|
|
2522
|
+
*/
|
|
2523
|
+
proto.CreateBudgetPlanningResponse.prototype.clearBudgetPlanning = function() {
|
|
2524
|
+
return this.setBudgetPlanning(undefined);
|
|
2525
|
+
};
|
|
2526
|
+
|
|
2527
|
+
|
|
2528
|
+
/**
|
|
2529
|
+
* Returns whether this field is set.
|
|
2530
|
+
* @return {boolean}
|
|
2531
|
+
*/
|
|
2532
|
+
proto.CreateBudgetPlanningResponse.prototype.hasBudgetPlanning = function() {
|
|
2533
|
+
return jspb.Message.getField(this, 1) != null;
|
|
2534
|
+
};
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
/**
|
|
2538
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
2539
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
2540
|
+
*/
|
|
2541
|
+
proto.CreateBudgetPlanningResponse.prototype.getMeta = function() {
|
|
2542
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
2543
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
2544
|
+
};
|
|
2545
|
+
|
|
2546
|
+
|
|
2547
|
+
/**
|
|
2548
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
2549
|
+
* @return {!proto.CreateBudgetPlanningResponse} returns this
|
|
2550
|
+
*/
|
|
2551
|
+
proto.CreateBudgetPlanningResponse.prototype.setMeta = function(value) {
|
|
2552
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
2553
|
+
};
|
|
2554
|
+
|
|
2555
|
+
|
|
2556
|
+
/**
|
|
2557
|
+
* Clears the message field making it undefined.
|
|
2558
|
+
* @return {!proto.CreateBudgetPlanningResponse} returns this
|
|
2559
|
+
*/
|
|
2560
|
+
proto.CreateBudgetPlanningResponse.prototype.clearMeta = function() {
|
|
2561
|
+
return this.setMeta(undefined);
|
|
2562
|
+
};
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
/**
|
|
2566
|
+
* Returns whether this field is set.
|
|
2567
|
+
* @return {boolean}
|
|
2568
|
+
*/
|
|
2569
|
+
proto.CreateBudgetPlanningResponse.prototype.hasMeta = function() {
|
|
2570
|
+
return jspb.Message.getField(this, 2) != null;
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2578
|
+
/**
|
|
2579
|
+
* Creates an object representation of this proto.
|
|
2580
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2581
|
+
* Optional fields that are not set will be set to undefined.
|
|
2582
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2583
|
+
* For the list of reserved names please see:
|
|
2584
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2585
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2586
|
+
* JSPB instance for transitional soy proto support:
|
|
2587
|
+
* http://goto/soy-param-migration
|
|
2588
|
+
* @return {!Object}
|
|
2589
|
+
*/
|
|
2590
|
+
proto.DeleteBudgetPlanningRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2591
|
+
return proto.DeleteBudgetPlanningRequest.toObject(opt_includeInstance, this);
|
|
2592
|
+
};
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
/**
|
|
2596
|
+
* Static version of the {@see toObject} method.
|
|
2597
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2598
|
+
* the JSPB instance for transitional soy proto support:
|
|
2599
|
+
* http://goto/soy-param-migration
|
|
2600
|
+
* @param {!proto.DeleteBudgetPlanningRequest} msg The msg instance to transform.
|
|
2601
|
+
* @return {!Object}
|
|
2602
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2603
|
+
*/
|
|
2604
|
+
proto.DeleteBudgetPlanningRequest.toObject = function(includeInstance, msg) {
|
|
2605
|
+
var f, obj = {
|
|
2606
|
+
referencesId: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
2607
|
+
};
|
|
2608
|
+
|
|
2609
|
+
if (includeInstance) {
|
|
2610
|
+
obj.$jspbMessageInstance = msg;
|
|
2611
|
+
}
|
|
2612
|
+
return obj;
|
|
2613
|
+
};
|
|
2614
|
+
}
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
/**
|
|
2618
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2619
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2620
|
+
* @return {!proto.DeleteBudgetPlanningRequest}
|
|
2621
|
+
*/
|
|
2622
|
+
proto.DeleteBudgetPlanningRequest.deserializeBinary = function(bytes) {
|
|
2623
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2624
|
+
var msg = new proto.DeleteBudgetPlanningRequest;
|
|
2625
|
+
return proto.DeleteBudgetPlanningRequest.deserializeBinaryFromReader(msg, reader);
|
|
2626
|
+
};
|
|
2627
|
+
|
|
2628
|
+
|
|
2629
|
+
/**
|
|
2630
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2631
|
+
* given reader into the given message object.
|
|
2632
|
+
* @param {!proto.DeleteBudgetPlanningRequest} msg The message object to deserialize into.
|
|
2633
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2634
|
+
* @return {!proto.DeleteBudgetPlanningRequest}
|
|
2635
|
+
*/
|
|
2636
|
+
proto.DeleteBudgetPlanningRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2637
|
+
while (reader.nextField()) {
|
|
2638
|
+
if (reader.isEndGroup()) {
|
|
2639
|
+
break;
|
|
2640
|
+
}
|
|
2641
|
+
var field = reader.getFieldNumber();
|
|
2642
|
+
switch (field) {
|
|
2643
|
+
case 1:
|
|
2644
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
2645
|
+
msg.setReferencesId(value);
|
|
2646
|
+
break;
|
|
2647
|
+
default:
|
|
2648
|
+
reader.skipField();
|
|
2649
|
+
break;
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
return msg;
|
|
2653
|
+
};
|
|
2654
|
+
|
|
2655
|
+
|
|
2656
|
+
/**
|
|
2657
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2658
|
+
* @return {!Uint8Array}
|
|
2659
|
+
*/
|
|
2660
|
+
proto.DeleteBudgetPlanningRequest.prototype.serializeBinary = function() {
|
|
2661
|
+
var writer = new jspb.BinaryWriter();
|
|
2662
|
+
proto.DeleteBudgetPlanningRequest.serializeBinaryToWriter(this, writer);
|
|
2663
|
+
return writer.getResultBuffer();
|
|
2664
|
+
};
|
|
2665
|
+
|
|
2666
|
+
|
|
2667
|
+
/**
|
|
2668
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2669
|
+
* format), writing to the given BinaryWriter.
|
|
2670
|
+
* @param {!proto.DeleteBudgetPlanningRequest} message
|
|
2671
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2672
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2673
|
+
*/
|
|
2674
|
+
proto.DeleteBudgetPlanningRequest.serializeBinaryToWriter = function(message, writer) {
|
|
2675
|
+
var f = undefined;
|
|
2676
|
+
f = message.getReferencesId();
|
|
2677
|
+
if (f.length > 0) {
|
|
2678
|
+
writer.writeString(
|
|
2679
|
+
1,
|
|
2680
|
+
f
|
|
2681
|
+
);
|
|
2682
|
+
}
|
|
2683
|
+
};
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
/**
|
|
2687
|
+
* optional string references_id = 1;
|
|
2688
|
+
* @return {string}
|
|
2689
|
+
*/
|
|
2690
|
+
proto.DeleteBudgetPlanningRequest.prototype.getReferencesId = function() {
|
|
2691
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
2692
|
+
};
|
|
2693
|
+
|
|
2694
|
+
|
|
2695
|
+
/**
|
|
2696
|
+
* @param {string} value
|
|
2697
|
+
* @return {!proto.DeleteBudgetPlanningRequest} returns this
|
|
2698
|
+
*/
|
|
2699
|
+
proto.DeleteBudgetPlanningRequest.prototype.setReferencesId = function(value) {
|
|
2700
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
2701
|
+
};
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2708
|
+
/**
|
|
2709
|
+
* Creates an object representation of this proto.
|
|
2710
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2711
|
+
* Optional fields that are not set will be set to undefined.
|
|
2712
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2713
|
+
* For the list of reserved names please see:
|
|
2714
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2715
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2716
|
+
* JSPB instance for transitional soy proto support:
|
|
2717
|
+
* http://goto/soy-param-migration
|
|
2718
|
+
* @return {!Object}
|
|
2719
|
+
*/
|
|
2720
|
+
proto.DeleteBudgetPlanningResponse.prototype.toObject = function(opt_includeInstance) {
|
|
2721
|
+
return proto.DeleteBudgetPlanningResponse.toObject(opt_includeInstance, this);
|
|
2722
|
+
};
|
|
2723
|
+
|
|
2724
|
+
|
|
2725
|
+
/**
|
|
2726
|
+
* Static version of the {@see toObject} method.
|
|
2727
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2728
|
+
* the JSPB instance for transitional soy proto support:
|
|
2729
|
+
* http://goto/soy-param-migration
|
|
2730
|
+
* @param {!proto.DeleteBudgetPlanningResponse} msg The msg instance to transform.
|
|
2731
|
+
* @return {!Object}
|
|
2732
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2733
|
+
*/
|
|
2734
|
+
proto.DeleteBudgetPlanningResponse.toObject = function(includeInstance, msg) {
|
|
2735
|
+
var f, obj = {
|
|
2736
|
+
budgetPlanning: (f = msg.getBudgetPlanning()) && proto.BudgetPlanning.toObject(includeInstance, f),
|
|
2737
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
2738
|
+
};
|
|
2739
|
+
|
|
2740
|
+
if (includeInstance) {
|
|
2741
|
+
obj.$jspbMessageInstance = msg;
|
|
2742
|
+
}
|
|
2743
|
+
return obj;
|
|
2744
|
+
};
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
/**
|
|
2749
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2750
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2751
|
+
* @return {!proto.DeleteBudgetPlanningResponse}
|
|
2752
|
+
*/
|
|
2753
|
+
proto.DeleteBudgetPlanningResponse.deserializeBinary = function(bytes) {
|
|
2754
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2755
|
+
var msg = new proto.DeleteBudgetPlanningResponse;
|
|
2756
|
+
return proto.DeleteBudgetPlanningResponse.deserializeBinaryFromReader(msg, reader);
|
|
2757
|
+
};
|
|
2758
|
+
|
|
2759
|
+
|
|
2760
|
+
/**
|
|
2761
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2762
|
+
* given reader into the given message object.
|
|
2763
|
+
* @param {!proto.DeleteBudgetPlanningResponse} msg The message object to deserialize into.
|
|
2764
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2765
|
+
* @return {!proto.DeleteBudgetPlanningResponse}
|
|
2766
|
+
*/
|
|
2767
|
+
proto.DeleteBudgetPlanningResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
2768
|
+
while (reader.nextField()) {
|
|
2769
|
+
if (reader.isEndGroup()) {
|
|
2770
|
+
break;
|
|
2771
|
+
}
|
|
2772
|
+
var field = reader.getFieldNumber();
|
|
2773
|
+
switch (field) {
|
|
2774
|
+
case 1:
|
|
2775
|
+
var value = new proto.BudgetPlanning;
|
|
2776
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
2777
|
+
msg.setBudgetPlanning(value);
|
|
2778
|
+
break;
|
|
2779
|
+
case 2:
|
|
2780
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
2781
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
2782
|
+
msg.setMeta(value);
|
|
2783
|
+
break;
|
|
2784
|
+
default:
|
|
2785
|
+
reader.skipField();
|
|
2786
|
+
break;
|
|
2787
|
+
}
|
|
2788
|
+
}
|
|
2789
|
+
return msg;
|
|
2790
|
+
};
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
/**
|
|
2794
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2795
|
+
* @return {!Uint8Array}
|
|
2796
|
+
*/
|
|
2797
|
+
proto.DeleteBudgetPlanningResponse.prototype.serializeBinary = function() {
|
|
2798
|
+
var writer = new jspb.BinaryWriter();
|
|
2799
|
+
proto.DeleteBudgetPlanningResponse.serializeBinaryToWriter(this, writer);
|
|
2800
|
+
return writer.getResultBuffer();
|
|
2801
|
+
};
|
|
2802
|
+
|
|
2803
|
+
|
|
2804
|
+
/**
|
|
2805
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
2806
|
+
* format), writing to the given BinaryWriter.
|
|
2807
|
+
* @param {!proto.DeleteBudgetPlanningResponse} message
|
|
2808
|
+
* @param {!jspb.BinaryWriter} writer
|
|
2809
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2810
|
+
*/
|
|
2811
|
+
proto.DeleteBudgetPlanningResponse.serializeBinaryToWriter = function(message, writer) {
|
|
2812
|
+
var f = undefined;
|
|
2813
|
+
f = message.getBudgetPlanning();
|
|
2814
|
+
if (f != null) {
|
|
2815
|
+
writer.writeMessage(
|
|
2816
|
+
1,
|
|
2817
|
+
f,
|
|
2818
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
2819
|
+
);
|
|
2820
|
+
}
|
|
2821
|
+
f = message.getMeta();
|
|
2822
|
+
if (f != null) {
|
|
2823
|
+
writer.writeMessage(
|
|
2824
|
+
2,
|
|
2825
|
+
f,
|
|
2826
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
2827
|
+
);
|
|
2828
|
+
}
|
|
2829
|
+
};
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
/**
|
|
2833
|
+
* optional BudgetPlanning budget_planning = 1;
|
|
2834
|
+
* @return {?proto.BudgetPlanning}
|
|
2835
|
+
*/
|
|
2836
|
+
proto.DeleteBudgetPlanningResponse.prototype.getBudgetPlanning = function() {
|
|
2837
|
+
return /** @type{?proto.BudgetPlanning} */ (
|
|
2838
|
+
jspb.Message.getWrapperField(this, proto.BudgetPlanning, 1));
|
|
2839
|
+
};
|
|
2840
|
+
|
|
2841
|
+
|
|
2842
|
+
/**
|
|
2843
|
+
* @param {?proto.BudgetPlanning|undefined} value
|
|
2844
|
+
* @return {!proto.DeleteBudgetPlanningResponse} returns this
|
|
2845
|
+
*/
|
|
2846
|
+
proto.DeleteBudgetPlanningResponse.prototype.setBudgetPlanning = function(value) {
|
|
2847
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
2848
|
+
};
|
|
2849
|
+
|
|
2850
|
+
|
|
2851
|
+
/**
|
|
2852
|
+
* Clears the message field making it undefined.
|
|
2853
|
+
* @return {!proto.DeleteBudgetPlanningResponse} returns this
|
|
2854
|
+
*/
|
|
2855
|
+
proto.DeleteBudgetPlanningResponse.prototype.clearBudgetPlanning = function() {
|
|
2856
|
+
return this.setBudgetPlanning(undefined);
|
|
2857
|
+
};
|
|
2858
|
+
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* Returns whether this field is set.
|
|
2862
|
+
* @return {boolean}
|
|
2863
|
+
*/
|
|
2864
|
+
proto.DeleteBudgetPlanningResponse.prototype.hasBudgetPlanning = function() {
|
|
2865
|
+
return jspb.Message.getField(this, 1) != null;
|
|
2866
|
+
};
|
|
2867
|
+
|
|
2868
|
+
|
|
2869
|
+
/**
|
|
2870
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
2871
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
2872
|
+
*/
|
|
2873
|
+
proto.DeleteBudgetPlanningResponse.prototype.getMeta = function() {
|
|
2874
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
2875
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
2876
|
+
};
|
|
2877
|
+
|
|
2878
|
+
|
|
2879
|
+
/**
|
|
2880
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
2881
|
+
* @return {!proto.DeleteBudgetPlanningResponse} returns this
|
|
2882
|
+
*/
|
|
2883
|
+
proto.DeleteBudgetPlanningResponse.prototype.setMeta = function(value) {
|
|
2884
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
2885
|
+
};
|
|
2886
|
+
|
|
2887
|
+
|
|
2888
|
+
/**
|
|
2889
|
+
* Clears the message field making it undefined.
|
|
2890
|
+
* @return {!proto.DeleteBudgetPlanningResponse} returns this
|
|
2891
|
+
*/
|
|
2892
|
+
proto.DeleteBudgetPlanningResponse.prototype.clearMeta = function() {
|
|
2893
|
+
return this.setMeta(undefined);
|
|
2894
|
+
};
|
|
2895
|
+
|
|
2896
|
+
|
|
2897
|
+
/**
|
|
2898
|
+
* Returns whether this field is set.
|
|
2899
|
+
* @return {boolean}
|
|
2900
|
+
*/
|
|
2901
|
+
proto.DeleteBudgetPlanningResponse.prototype.hasMeta = function() {
|
|
2902
|
+
return jspb.Message.getField(this, 2) != null;
|
|
2903
|
+
};
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
|
|
2909
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
2910
|
+
/**
|
|
2911
|
+
* Creates an object representation of this proto.
|
|
2912
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
2913
|
+
* Optional fields that are not set will be set to undefined.
|
|
2914
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
2915
|
+
* For the list of reserved names please see:
|
|
2916
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
2917
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
2918
|
+
* JSPB instance for transitional soy proto support:
|
|
2919
|
+
* http://goto/soy-param-migration
|
|
2920
|
+
* @return {!Object}
|
|
2921
|
+
*/
|
|
2922
|
+
proto.GetListBudgetPlanningRequest.prototype.toObject = function(opt_includeInstance) {
|
|
2923
|
+
return proto.GetListBudgetPlanningRequest.toObject(opt_includeInstance, this);
|
|
2924
|
+
};
|
|
2925
|
+
|
|
2926
|
+
|
|
2927
|
+
/**
|
|
2928
|
+
* Static version of the {@see toObject} method.
|
|
2929
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
2930
|
+
* the JSPB instance for transitional soy proto support:
|
|
2931
|
+
* http://goto/soy-param-migration
|
|
2932
|
+
* @param {!proto.GetListBudgetPlanningRequest} msg The msg instance to transform.
|
|
2933
|
+
* @return {!Object}
|
|
2934
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
2935
|
+
*/
|
|
2936
|
+
proto.GetListBudgetPlanningRequest.toObject = function(includeInstance, msg) {
|
|
2937
|
+
var f, obj = {
|
|
2938
|
+
pagination: (f = msg.getPagination()) && prisca_v1_global_meta_meta_pb.PaginationRequest.toObject(includeInstance, f),
|
|
2939
|
+
query: (f = msg.getQuery()) && prisca_v1_global_meta_meta_pb.FilterRequest.toObject(includeInstance, f)
|
|
2940
|
+
};
|
|
2941
|
+
|
|
2942
|
+
if (includeInstance) {
|
|
2943
|
+
obj.$jspbMessageInstance = msg;
|
|
2944
|
+
}
|
|
2945
|
+
return obj;
|
|
2946
|
+
};
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
|
|
2950
|
+
/**
|
|
2951
|
+
* Deserializes binary data (in protobuf wire format).
|
|
2952
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
2953
|
+
* @return {!proto.GetListBudgetPlanningRequest}
|
|
2954
|
+
*/
|
|
2955
|
+
proto.GetListBudgetPlanningRequest.deserializeBinary = function(bytes) {
|
|
2956
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
2957
|
+
var msg = new proto.GetListBudgetPlanningRequest;
|
|
2958
|
+
return proto.GetListBudgetPlanningRequest.deserializeBinaryFromReader(msg, reader);
|
|
2959
|
+
};
|
|
2960
|
+
|
|
2961
|
+
|
|
2962
|
+
/**
|
|
2963
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
2964
|
+
* given reader into the given message object.
|
|
2965
|
+
* @param {!proto.GetListBudgetPlanningRequest} msg The message object to deserialize into.
|
|
2966
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
2967
|
+
* @return {!proto.GetListBudgetPlanningRequest}
|
|
2968
|
+
*/
|
|
2969
|
+
proto.GetListBudgetPlanningRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
2970
|
+
while (reader.nextField()) {
|
|
2971
|
+
if (reader.isEndGroup()) {
|
|
2972
|
+
break;
|
|
2973
|
+
}
|
|
2974
|
+
var field = reader.getFieldNumber();
|
|
2975
|
+
switch (field) {
|
|
2976
|
+
case 1:
|
|
2977
|
+
var value = new prisca_v1_global_meta_meta_pb.PaginationRequest;
|
|
2978
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.PaginationRequest.deserializeBinaryFromReader);
|
|
2979
|
+
msg.setPagination(value);
|
|
2980
|
+
break;
|
|
2981
|
+
case 2:
|
|
2982
|
+
var value = new prisca_v1_global_meta_meta_pb.FilterRequest;
|
|
2983
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.FilterRequest.deserializeBinaryFromReader);
|
|
2984
|
+
msg.setQuery(value);
|
|
2985
|
+
break;
|
|
2986
|
+
default:
|
|
2987
|
+
reader.skipField();
|
|
2988
|
+
break;
|
|
2989
|
+
}
|
|
2990
|
+
}
|
|
2991
|
+
return msg;
|
|
2992
|
+
};
|
|
2993
|
+
|
|
2994
|
+
|
|
2995
|
+
/**
|
|
2996
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
2997
|
+
* @return {!Uint8Array}
|
|
2998
|
+
*/
|
|
2999
|
+
proto.GetListBudgetPlanningRequest.prototype.serializeBinary = function() {
|
|
3000
|
+
var writer = new jspb.BinaryWriter();
|
|
3001
|
+
proto.GetListBudgetPlanningRequest.serializeBinaryToWriter(this, writer);
|
|
3002
|
+
return writer.getResultBuffer();
|
|
3003
|
+
};
|
|
3004
|
+
|
|
3005
|
+
|
|
3006
|
+
/**
|
|
3007
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3008
|
+
* format), writing to the given BinaryWriter.
|
|
3009
|
+
* @param {!proto.GetListBudgetPlanningRequest} message
|
|
3010
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3011
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3012
|
+
*/
|
|
3013
|
+
proto.GetListBudgetPlanningRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3014
|
+
var f = undefined;
|
|
3015
|
+
f = message.getPagination();
|
|
3016
|
+
if (f != null) {
|
|
3017
|
+
writer.writeMessage(
|
|
3018
|
+
1,
|
|
3019
|
+
f,
|
|
3020
|
+
prisca_v1_global_meta_meta_pb.PaginationRequest.serializeBinaryToWriter
|
|
3021
|
+
);
|
|
3022
|
+
}
|
|
3023
|
+
f = message.getQuery();
|
|
3024
|
+
if (f != null) {
|
|
3025
|
+
writer.writeMessage(
|
|
3026
|
+
2,
|
|
3027
|
+
f,
|
|
3028
|
+
prisca_v1_global_meta_meta_pb.FilterRequest.serializeBinaryToWriter
|
|
3029
|
+
);
|
|
3030
|
+
}
|
|
3031
|
+
};
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
/**
|
|
3035
|
+
* optional prisca.v1.global.meta.PaginationRequest pagination = 1;
|
|
3036
|
+
* @return {?proto.prisca.v1.global.meta.PaginationRequest}
|
|
3037
|
+
*/
|
|
3038
|
+
proto.GetListBudgetPlanningRequest.prototype.getPagination = function() {
|
|
3039
|
+
return /** @type{?proto.prisca.v1.global.meta.PaginationRequest} */ (
|
|
3040
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.PaginationRequest, 1));
|
|
3041
|
+
};
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
/**
|
|
3045
|
+
* @param {?proto.prisca.v1.global.meta.PaginationRequest|undefined} value
|
|
3046
|
+
* @return {!proto.GetListBudgetPlanningRequest} returns this
|
|
3047
|
+
*/
|
|
3048
|
+
proto.GetListBudgetPlanningRequest.prototype.setPagination = function(value) {
|
|
3049
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
3050
|
+
};
|
|
3051
|
+
|
|
3052
|
+
|
|
3053
|
+
/**
|
|
3054
|
+
* Clears the message field making it undefined.
|
|
3055
|
+
* @return {!proto.GetListBudgetPlanningRequest} returns this
|
|
3056
|
+
*/
|
|
3057
|
+
proto.GetListBudgetPlanningRequest.prototype.clearPagination = function() {
|
|
3058
|
+
return this.setPagination(undefined);
|
|
3059
|
+
};
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
/**
|
|
3063
|
+
* Returns whether this field is set.
|
|
3064
|
+
* @return {boolean}
|
|
3065
|
+
*/
|
|
3066
|
+
proto.GetListBudgetPlanningRequest.prototype.hasPagination = function() {
|
|
3067
|
+
return jspb.Message.getField(this, 1) != null;
|
|
3068
|
+
};
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
/**
|
|
3072
|
+
* optional prisca.v1.global.meta.FilterRequest query = 2;
|
|
3073
|
+
* @return {?proto.prisca.v1.global.meta.FilterRequest}
|
|
3074
|
+
*/
|
|
3075
|
+
proto.GetListBudgetPlanningRequest.prototype.getQuery = function() {
|
|
3076
|
+
return /** @type{?proto.prisca.v1.global.meta.FilterRequest} */ (
|
|
3077
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.FilterRequest, 2));
|
|
3078
|
+
};
|
|
3079
|
+
|
|
3080
|
+
|
|
3081
|
+
/**
|
|
3082
|
+
* @param {?proto.prisca.v1.global.meta.FilterRequest|undefined} value
|
|
3083
|
+
* @return {!proto.GetListBudgetPlanningRequest} returns this
|
|
3084
|
+
*/
|
|
3085
|
+
proto.GetListBudgetPlanningRequest.prototype.setQuery = function(value) {
|
|
3086
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
3087
|
+
};
|
|
3088
|
+
|
|
3089
|
+
|
|
3090
|
+
/**
|
|
3091
|
+
* Clears the message field making it undefined.
|
|
3092
|
+
* @return {!proto.GetListBudgetPlanningRequest} returns this
|
|
3093
|
+
*/
|
|
3094
|
+
proto.GetListBudgetPlanningRequest.prototype.clearQuery = function() {
|
|
3095
|
+
return this.setQuery(undefined);
|
|
3096
|
+
};
|
|
3097
|
+
|
|
3098
|
+
|
|
3099
|
+
/**
|
|
3100
|
+
* Returns whether this field is set.
|
|
3101
|
+
* @return {boolean}
|
|
3102
|
+
*/
|
|
3103
|
+
proto.GetListBudgetPlanningRequest.prototype.hasQuery = function() {
|
|
3104
|
+
return jspb.Message.getField(this, 2) != null;
|
|
3105
|
+
};
|
|
3106
|
+
|
|
3107
|
+
|
|
3108
|
+
|
|
3109
|
+
/**
|
|
3110
|
+
* List of repeated fields within this message type.
|
|
3111
|
+
* @private {!Array<number>}
|
|
3112
|
+
* @const
|
|
3113
|
+
*/
|
|
3114
|
+
proto.GetListBudgetPlanningResponse.repeatedFields_ = [1];
|
|
3115
|
+
|
|
3116
|
+
|
|
3117
|
+
|
|
3118
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3119
|
+
/**
|
|
3120
|
+
* Creates an object representation of this proto.
|
|
3121
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3122
|
+
* Optional fields that are not set will be set to undefined.
|
|
3123
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3124
|
+
* For the list of reserved names please see:
|
|
3125
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3126
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3127
|
+
* JSPB instance for transitional soy proto support:
|
|
3128
|
+
* http://goto/soy-param-migration
|
|
3129
|
+
* @return {!Object}
|
|
3130
|
+
*/
|
|
3131
|
+
proto.GetListBudgetPlanningResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3132
|
+
return proto.GetListBudgetPlanningResponse.toObject(opt_includeInstance, this);
|
|
3133
|
+
};
|
|
3134
|
+
|
|
3135
|
+
|
|
3136
|
+
/**
|
|
3137
|
+
* Static version of the {@see toObject} method.
|
|
3138
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3139
|
+
* the JSPB instance for transitional soy proto support:
|
|
3140
|
+
* http://goto/soy-param-migration
|
|
3141
|
+
* @param {!proto.GetListBudgetPlanningResponse} msg The msg instance to transform.
|
|
3142
|
+
* @return {!Object}
|
|
3143
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3144
|
+
*/
|
|
3145
|
+
proto.GetListBudgetPlanningResponse.toObject = function(includeInstance, msg) {
|
|
3146
|
+
var f, obj = {
|
|
3147
|
+
budgetPlanningList: jspb.Message.toObjectList(msg.getBudgetPlanningList(),
|
|
3148
|
+
proto.BudgetPlanning.toObject, includeInstance),
|
|
3149
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
3150
|
+
};
|
|
3151
|
+
|
|
3152
|
+
if (includeInstance) {
|
|
3153
|
+
obj.$jspbMessageInstance = msg;
|
|
3154
|
+
}
|
|
3155
|
+
return obj;
|
|
3156
|
+
};
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
|
|
3160
|
+
/**
|
|
3161
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3162
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3163
|
+
* @return {!proto.GetListBudgetPlanningResponse}
|
|
3164
|
+
*/
|
|
3165
|
+
proto.GetListBudgetPlanningResponse.deserializeBinary = function(bytes) {
|
|
3166
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3167
|
+
var msg = new proto.GetListBudgetPlanningResponse;
|
|
3168
|
+
return proto.GetListBudgetPlanningResponse.deserializeBinaryFromReader(msg, reader);
|
|
3169
|
+
};
|
|
3170
|
+
|
|
3171
|
+
|
|
3172
|
+
/**
|
|
3173
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3174
|
+
* given reader into the given message object.
|
|
3175
|
+
* @param {!proto.GetListBudgetPlanningResponse} msg The message object to deserialize into.
|
|
3176
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3177
|
+
* @return {!proto.GetListBudgetPlanningResponse}
|
|
3178
|
+
*/
|
|
3179
|
+
proto.GetListBudgetPlanningResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3180
|
+
while (reader.nextField()) {
|
|
3181
|
+
if (reader.isEndGroup()) {
|
|
3182
|
+
break;
|
|
3183
|
+
}
|
|
3184
|
+
var field = reader.getFieldNumber();
|
|
3185
|
+
switch (field) {
|
|
3186
|
+
case 1:
|
|
3187
|
+
var value = new proto.BudgetPlanning;
|
|
3188
|
+
reader.readMessage(value,proto.BudgetPlanning.deserializeBinaryFromReader);
|
|
3189
|
+
msg.addBudgetPlanning(value);
|
|
3190
|
+
break;
|
|
3191
|
+
case 2:
|
|
3192
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
3193
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
3194
|
+
msg.setMeta(value);
|
|
3195
|
+
break;
|
|
3196
|
+
default:
|
|
3197
|
+
reader.skipField();
|
|
3198
|
+
break;
|
|
3199
|
+
}
|
|
3200
|
+
}
|
|
3201
|
+
return msg;
|
|
3202
|
+
};
|
|
3203
|
+
|
|
3204
|
+
|
|
3205
|
+
/**
|
|
3206
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3207
|
+
* @return {!Uint8Array}
|
|
3208
|
+
*/
|
|
3209
|
+
proto.GetListBudgetPlanningResponse.prototype.serializeBinary = function() {
|
|
3210
|
+
var writer = new jspb.BinaryWriter();
|
|
3211
|
+
proto.GetListBudgetPlanningResponse.serializeBinaryToWriter(this, writer);
|
|
3212
|
+
return writer.getResultBuffer();
|
|
3213
|
+
};
|
|
3214
|
+
|
|
3215
|
+
|
|
3216
|
+
/**
|
|
3217
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3218
|
+
* format), writing to the given BinaryWriter.
|
|
3219
|
+
* @param {!proto.GetListBudgetPlanningResponse} message
|
|
3220
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3221
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3222
|
+
*/
|
|
3223
|
+
proto.GetListBudgetPlanningResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3224
|
+
var f = undefined;
|
|
3225
|
+
f = message.getBudgetPlanningList();
|
|
3226
|
+
if (f.length > 0) {
|
|
3227
|
+
writer.writeRepeatedMessage(
|
|
3228
|
+
1,
|
|
3229
|
+
f,
|
|
3230
|
+
proto.BudgetPlanning.serializeBinaryToWriter
|
|
3231
|
+
);
|
|
3232
|
+
}
|
|
3233
|
+
f = message.getMeta();
|
|
3234
|
+
if (f != null) {
|
|
3235
|
+
writer.writeMessage(
|
|
3236
|
+
2,
|
|
3237
|
+
f,
|
|
3238
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
3239
|
+
);
|
|
3240
|
+
}
|
|
3241
|
+
};
|
|
3242
|
+
|
|
3243
|
+
|
|
3244
|
+
/**
|
|
3245
|
+
* repeated BudgetPlanning budget_planning = 1;
|
|
3246
|
+
* @return {!Array<!proto.BudgetPlanning>}
|
|
3247
|
+
*/
|
|
3248
|
+
proto.GetListBudgetPlanningResponse.prototype.getBudgetPlanningList = function() {
|
|
3249
|
+
return /** @type{!Array<!proto.BudgetPlanning>} */ (
|
|
3250
|
+
jspb.Message.getRepeatedWrapperField(this, proto.BudgetPlanning, 1));
|
|
3251
|
+
};
|
|
3252
|
+
|
|
3253
|
+
|
|
3254
|
+
/**
|
|
3255
|
+
* @param {!Array<!proto.BudgetPlanning>} value
|
|
3256
|
+
* @return {!proto.GetListBudgetPlanningResponse} returns this
|
|
3257
|
+
*/
|
|
3258
|
+
proto.GetListBudgetPlanningResponse.prototype.setBudgetPlanningList = function(value) {
|
|
3259
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
3260
|
+
};
|
|
3261
|
+
|
|
3262
|
+
|
|
3263
|
+
/**
|
|
3264
|
+
* @param {!proto.BudgetPlanning=} opt_value
|
|
3265
|
+
* @param {number=} opt_index
|
|
3266
|
+
* @return {!proto.BudgetPlanning}
|
|
3267
|
+
*/
|
|
3268
|
+
proto.GetListBudgetPlanningResponse.prototype.addBudgetPlanning = function(opt_value, opt_index) {
|
|
3269
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.BudgetPlanning, opt_index);
|
|
3270
|
+
};
|
|
3271
|
+
|
|
3272
|
+
|
|
3273
|
+
/**
|
|
3274
|
+
* Clears the list making it empty but non-null.
|
|
3275
|
+
* @return {!proto.GetListBudgetPlanningResponse} returns this
|
|
3276
|
+
*/
|
|
3277
|
+
proto.GetListBudgetPlanningResponse.prototype.clearBudgetPlanningList = function() {
|
|
3278
|
+
return this.setBudgetPlanningList([]);
|
|
3279
|
+
};
|
|
3280
|
+
|
|
3281
|
+
|
|
3282
|
+
/**
|
|
3283
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3284
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3285
|
+
*/
|
|
3286
|
+
proto.GetListBudgetPlanningResponse.prototype.getMeta = function() {
|
|
3287
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3288
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3289
|
+
};
|
|
3290
|
+
|
|
3291
|
+
|
|
3292
|
+
/**
|
|
3293
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3294
|
+
* @return {!proto.GetListBudgetPlanningResponse} returns this
|
|
3295
|
+
*/
|
|
3296
|
+
proto.GetListBudgetPlanningResponse.prototype.setMeta = function(value) {
|
|
3297
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
3298
|
+
};
|
|
3299
|
+
|
|
3300
|
+
|
|
3301
|
+
/**
|
|
3302
|
+
* Clears the message field making it undefined.
|
|
3303
|
+
* @return {!proto.GetListBudgetPlanningResponse} returns this
|
|
3304
|
+
*/
|
|
3305
|
+
proto.GetListBudgetPlanningResponse.prototype.clearMeta = function() {
|
|
3306
|
+
return this.setMeta(undefined);
|
|
3307
|
+
};
|
|
3308
|
+
|
|
3309
|
+
|
|
3310
|
+
/**
|
|
3311
|
+
* Returns whether this field is set.
|
|
3312
|
+
* @return {boolean}
|
|
3313
|
+
*/
|
|
3314
|
+
proto.GetListBudgetPlanningResponse.prototype.hasMeta = function() {
|
|
3315
|
+
return jspb.Message.getField(this, 2) != null;
|
|
3316
|
+
};
|
|
3317
|
+
|
|
3318
|
+
|
|
3319
|
+
|
|
3320
|
+
/**
|
|
3321
|
+
* List of repeated fields within this message type.
|
|
3322
|
+
* @private {!Array<number>}
|
|
3323
|
+
* @const
|
|
3324
|
+
*/
|
|
3325
|
+
proto.DeleteBulkBudgetPlanningRequest.repeatedFields_ = [1];
|
|
3326
|
+
|
|
3327
|
+
|
|
3328
|
+
|
|
3329
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3330
|
+
/**
|
|
3331
|
+
* Creates an object representation of this proto.
|
|
3332
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3333
|
+
* Optional fields that are not set will be set to undefined.
|
|
3334
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3335
|
+
* For the list of reserved names please see:
|
|
3336
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3337
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3338
|
+
* JSPB instance for transitional soy proto support:
|
|
3339
|
+
* http://goto/soy-param-migration
|
|
3340
|
+
* @return {!Object}
|
|
3341
|
+
*/
|
|
3342
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.toObject = function(opt_includeInstance) {
|
|
3343
|
+
return proto.DeleteBulkBudgetPlanningRequest.toObject(opt_includeInstance, this);
|
|
3344
|
+
};
|
|
3345
|
+
|
|
3346
|
+
|
|
3347
|
+
/**
|
|
3348
|
+
* Static version of the {@see toObject} method.
|
|
3349
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3350
|
+
* the JSPB instance for transitional soy proto support:
|
|
3351
|
+
* http://goto/soy-param-migration
|
|
3352
|
+
* @param {!proto.DeleteBulkBudgetPlanningRequest} msg The msg instance to transform.
|
|
3353
|
+
* @return {!Object}
|
|
3354
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3355
|
+
*/
|
|
3356
|
+
proto.DeleteBulkBudgetPlanningRequest.toObject = function(includeInstance, msg) {
|
|
3357
|
+
var f, obj = {
|
|
3358
|
+
referencesIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
|
|
3359
|
+
};
|
|
3360
|
+
|
|
3361
|
+
if (includeInstance) {
|
|
3362
|
+
obj.$jspbMessageInstance = msg;
|
|
3363
|
+
}
|
|
3364
|
+
return obj;
|
|
3365
|
+
};
|
|
3366
|
+
}
|
|
3367
|
+
|
|
3368
|
+
|
|
3369
|
+
/**
|
|
3370
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3371
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3372
|
+
* @return {!proto.DeleteBulkBudgetPlanningRequest}
|
|
3373
|
+
*/
|
|
3374
|
+
proto.DeleteBulkBudgetPlanningRequest.deserializeBinary = function(bytes) {
|
|
3375
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3376
|
+
var msg = new proto.DeleteBulkBudgetPlanningRequest;
|
|
3377
|
+
return proto.DeleteBulkBudgetPlanningRequest.deserializeBinaryFromReader(msg, reader);
|
|
3378
|
+
};
|
|
3379
|
+
|
|
3380
|
+
|
|
3381
|
+
/**
|
|
3382
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3383
|
+
* given reader into the given message object.
|
|
3384
|
+
* @param {!proto.DeleteBulkBudgetPlanningRequest} msg The message object to deserialize into.
|
|
3385
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3386
|
+
* @return {!proto.DeleteBulkBudgetPlanningRequest}
|
|
3387
|
+
*/
|
|
3388
|
+
proto.DeleteBulkBudgetPlanningRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
3389
|
+
while (reader.nextField()) {
|
|
3390
|
+
if (reader.isEndGroup()) {
|
|
3391
|
+
break;
|
|
3392
|
+
}
|
|
3393
|
+
var field = reader.getFieldNumber();
|
|
3394
|
+
switch (field) {
|
|
3395
|
+
case 1:
|
|
3396
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
3397
|
+
msg.addReferencesIds(value);
|
|
3398
|
+
break;
|
|
3399
|
+
default:
|
|
3400
|
+
reader.skipField();
|
|
3401
|
+
break;
|
|
3402
|
+
}
|
|
3403
|
+
}
|
|
3404
|
+
return msg;
|
|
3405
|
+
};
|
|
3406
|
+
|
|
3407
|
+
|
|
3408
|
+
/**
|
|
3409
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3410
|
+
* @return {!Uint8Array}
|
|
3411
|
+
*/
|
|
3412
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.serializeBinary = function() {
|
|
3413
|
+
var writer = new jspb.BinaryWriter();
|
|
3414
|
+
proto.DeleteBulkBudgetPlanningRequest.serializeBinaryToWriter(this, writer);
|
|
3415
|
+
return writer.getResultBuffer();
|
|
3416
|
+
};
|
|
3417
|
+
|
|
3418
|
+
|
|
3419
|
+
/**
|
|
3420
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3421
|
+
* format), writing to the given BinaryWriter.
|
|
3422
|
+
* @param {!proto.DeleteBulkBudgetPlanningRequest} message
|
|
3423
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3424
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3425
|
+
*/
|
|
3426
|
+
proto.DeleteBulkBudgetPlanningRequest.serializeBinaryToWriter = function(message, writer) {
|
|
3427
|
+
var f = undefined;
|
|
3428
|
+
f = message.getReferencesIdsList();
|
|
3429
|
+
if (f.length > 0) {
|
|
3430
|
+
writer.writeRepeatedString(
|
|
3431
|
+
1,
|
|
3432
|
+
f
|
|
3433
|
+
);
|
|
3434
|
+
}
|
|
3435
|
+
};
|
|
3436
|
+
|
|
3437
|
+
|
|
3438
|
+
/**
|
|
3439
|
+
* repeated string references_ids = 1;
|
|
3440
|
+
* @return {!Array<string>}
|
|
3441
|
+
*/
|
|
3442
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.getReferencesIdsList = function() {
|
|
3443
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
3444
|
+
};
|
|
3445
|
+
|
|
3446
|
+
|
|
3447
|
+
/**
|
|
3448
|
+
* @param {!Array<string>} value
|
|
3449
|
+
* @return {!proto.DeleteBulkBudgetPlanningRequest} returns this
|
|
3450
|
+
*/
|
|
3451
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.setReferencesIdsList = function(value) {
|
|
3452
|
+
return jspb.Message.setField(this, 1, value || []);
|
|
3453
|
+
};
|
|
3454
|
+
|
|
3455
|
+
|
|
3456
|
+
/**
|
|
3457
|
+
* @param {string} value
|
|
3458
|
+
* @param {number=} opt_index
|
|
3459
|
+
* @return {!proto.DeleteBulkBudgetPlanningRequest} returns this
|
|
3460
|
+
*/
|
|
3461
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.addReferencesIds = function(value, opt_index) {
|
|
3462
|
+
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
3463
|
+
};
|
|
3464
|
+
|
|
3465
|
+
|
|
3466
|
+
/**
|
|
3467
|
+
* Clears the list making it empty but non-null.
|
|
3468
|
+
* @return {!proto.DeleteBulkBudgetPlanningRequest} returns this
|
|
3469
|
+
*/
|
|
3470
|
+
proto.DeleteBulkBudgetPlanningRequest.prototype.clearReferencesIdsList = function() {
|
|
3471
|
+
return this.setReferencesIdsList([]);
|
|
3472
|
+
};
|
|
3473
|
+
|
|
3474
|
+
|
|
3475
|
+
|
|
3476
|
+
/**
|
|
3477
|
+
* List of repeated fields within this message type.
|
|
3478
|
+
* @private {!Array<number>}
|
|
3479
|
+
* @const
|
|
3480
|
+
*/
|
|
3481
|
+
proto.DeleteBulkBudgetPlanningResponse.repeatedFields_ = [1];
|
|
3482
|
+
|
|
3483
|
+
|
|
3484
|
+
|
|
3485
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
3486
|
+
/**
|
|
3487
|
+
* Creates an object representation of this proto.
|
|
3488
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
3489
|
+
* Optional fields that are not set will be set to undefined.
|
|
3490
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
3491
|
+
* For the list of reserved names please see:
|
|
3492
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
3493
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
3494
|
+
* JSPB instance for transitional soy proto support:
|
|
3495
|
+
* http://goto/soy-param-migration
|
|
3496
|
+
* @return {!Object}
|
|
3497
|
+
*/
|
|
3498
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.toObject = function(opt_includeInstance) {
|
|
3499
|
+
return proto.DeleteBulkBudgetPlanningResponse.toObject(opt_includeInstance, this);
|
|
3500
|
+
};
|
|
3501
|
+
|
|
3502
|
+
|
|
3503
|
+
/**
|
|
3504
|
+
* Static version of the {@see toObject} method.
|
|
3505
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
3506
|
+
* the JSPB instance for transitional soy proto support:
|
|
3507
|
+
* http://goto/soy-param-migration
|
|
3508
|
+
* @param {!proto.DeleteBulkBudgetPlanningResponse} msg The msg instance to transform.
|
|
3509
|
+
* @return {!Object}
|
|
3510
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3511
|
+
*/
|
|
3512
|
+
proto.DeleteBulkBudgetPlanningResponse.toObject = function(includeInstance, msg) {
|
|
3513
|
+
var f, obj = {
|
|
3514
|
+
referencesIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
3515
|
+
meta: (f = msg.getMeta()) && prisca_v1_global_meta_meta_pb.Meta.toObject(includeInstance, f)
|
|
3516
|
+
};
|
|
3517
|
+
|
|
3518
|
+
if (includeInstance) {
|
|
3519
|
+
obj.$jspbMessageInstance = msg;
|
|
3520
|
+
}
|
|
3521
|
+
return obj;
|
|
3522
|
+
};
|
|
3523
|
+
}
|
|
3524
|
+
|
|
3525
|
+
|
|
3526
|
+
/**
|
|
3527
|
+
* Deserializes binary data (in protobuf wire format).
|
|
3528
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
3529
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse}
|
|
3530
|
+
*/
|
|
3531
|
+
proto.DeleteBulkBudgetPlanningResponse.deserializeBinary = function(bytes) {
|
|
3532
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
3533
|
+
var msg = new proto.DeleteBulkBudgetPlanningResponse;
|
|
3534
|
+
return proto.DeleteBulkBudgetPlanningResponse.deserializeBinaryFromReader(msg, reader);
|
|
3535
|
+
};
|
|
3536
|
+
|
|
3537
|
+
|
|
3538
|
+
/**
|
|
3539
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
3540
|
+
* given reader into the given message object.
|
|
3541
|
+
* @param {!proto.DeleteBulkBudgetPlanningResponse} msg The message object to deserialize into.
|
|
3542
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
3543
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse}
|
|
3544
|
+
*/
|
|
3545
|
+
proto.DeleteBulkBudgetPlanningResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
3546
|
+
while (reader.nextField()) {
|
|
3547
|
+
if (reader.isEndGroup()) {
|
|
3548
|
+
break;
|
|
3549
|
+
}
|
|
3550
|
+
var field = reader.getFieldNumber();
|
|
3551
|
+
switch (field) {
|
|
3552
|
+
case 1:
|
|
3553
|
+
var value = /** @type {string} */ (reader.readStringRequireUtf8());
|
|
3554
|
+
msg.addReferencesIds(value);
|
|
3555
|
+
break;
|
|
3556
|
+
case 2:
|
|
3557
|
+
var value = new prisca_v1_global_meta_meta_pb.Meta;
|
|
3558
|
+
reader.readMessage(value,prisca_v1_global_meta_meta_pb.Meta.deserializeBinaryFromReader);
|
|
3559
|
+
msg.setMeta(value);
|
|
3560
|
+
break;
|
|
3561
|
+
default:
|
|
3562
|
+
reader.skipField();
|
|
3563
|
+
break;
|
|
3564
|
+
}
|
|
3565
|
+
}
|
|
3566
|
+
return msg;
|
|
3567
|
+
};
|
|
3568
|
+
|
|
3569
|
+
|
|
3570
|
+
/**
|
|
3571
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
3572
|
+
* @return {!Uint8Array}
|
|
3573
|
+
*/
|
|
3574
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.serializeBinary = function() {
|
|
3575
|
+
var writer = new jspb.BinaryWriter();
|
|
3576
|
+
proto.DeleteBulkBudgetPlanningResponse.serializeBinaryToWriter(this, writer);
|
|
3577
|
+
return writer.getResultBuffer();
|
|
3578
|
+
};
|
|
3579
|
+
|
|
3580
|
+
|
|
3581
|
+
/**
|
|
3582
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
3583
|
+
* format), writing to the given BinaryWriter.
|
|
3584
|
+
* @param {!proto.DeleteBulkBudgetPlanningResponse} message
|
|
3585
|
+
* @param {!jspb.BinaryWriter} writer
|
|
3586
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
3587
|
+
*/
|
|
3588
|
+
proto.DeleteBulkBudgetPlanningResponse.serializeBinaryToWriter = function(message, writer) {
|
|
3589
|
+
var f = undefined;
|
|
3590
|
+
f = message.getReferencesIdsList();
|
|
3591
|
+
if (f.length > 0) {
|
|
3592
|
+
writer.writeRepeatedString(
|
|
3593
|
+
1,
|
|
3594
|
+
f
|
|
3595
|
+
);
|
|
3596
|
+
}
|
|
3597
|
+
f = message.getMeta();
|
|
3598
|
+
if (f != null) {
|
|
3599
|
+
writer.writeMessage(
|
|
3600
|
+
2,
|
|
3601
|
+
f,
|
|
3602
|
+
prisca_v1_global_meta_meta_pb.Meta.serializeBinaryToWriter
|
|
3603
|
+
);
|
|
3604
|
+
}
|
|
3605
|
+
};
|
|
3606
|
+
|
|
3607
|
+
|
|
3608
|
+
/**
|
|
3609
|
+
* repeated string references_ids = 1;
|
|
3610
|
+
* @return {!Array<string>}
|
|
3611
|
+
*/
|
|
3612
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.getReferencesIdsList = function() {
|
|
3613
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
3614
|
+
};
|
|
3615
|
+
|
|
3616
|
+
|
|
3617
|
+
/**
|
|
3618
|
+
* @param {!Array<string>} value
|
|
3619
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse} returns this
|
|
3620
|
+
*/
|
|
3621
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.setReferencesIdsList = function(value) {
|
|
3622
|
+
return jspb.Message.setField(this, 1, value || []);
|
|
3623
|
+
};
|
|
3624
|
+
|
|
3625
|
+
|
|
3626
|
+
/**
|
|
3627
|
+
* @param {string} value
|
|
3628
|
+
* @param {number=} opt_index
|
|
3629
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse} returns this
|
|
3630
|
+
*/
|
|
3631
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.addReferencesIds = function(value, opt_index) {
|
|
3632
|
+
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
3633
|
+
};
|
|
3634
|
+
|
|
3635
|
+
|
|
3636
|
+
/**
|
|
3637
|
+
* Clears the list making it empty but non-null.
|
|
3638
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse} returns this
|
|
3639
|
+
*/
|
|
3640
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.clearReferencesIdsList = function() {
|
|
3641
|
+
return this.setReferencesIdsList([]);
|
|
3642
|
+
};
|
|
3643
|
+
|
|
3644
|
+
|
|
3645
|
+
/**
|
|
3646
|
+
* optional prisca.v1.global.meta.Meta meta = 2;
|
|
3647
|
+
* @return {?proto.prisca.v1.global.meta.Meta}
|
|
3648
|
+
*/
|
|
3649
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.getMeta = function() {
|
|
3650
|
+
return /** @type{?proto.prisca.v1.global.meta.Meta} */ (
|
|
3651
|
+
jspb.Message.getWrapperField(this, prisca_v1_global_meta_meta_pb.Meta, 2));
|
|
3652
|
+
};
|
|
3653
|
+
|
|
3654
|
+
|
|
3655
|
+
/**
|
|
3656
|
+
* @param {?proto.prisca.v1.global.meta.Meta|undefined} value
|
|
3657
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse} returns this
|
|
3658
|
+
*/
|
|
3659
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.setMeta = function(value) {
|
|
3660
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
3661
|
+
};
|
|
3662
|
+
|
|
3663
|
+
|
|
3664
|
+
/**
|
|
3665
|
+
* Clears the message field making it undefined.
|
|
3666
|
+
* @return {!proto.DeleteBulkBudgetPlanningResponse} returns this
|
|
3667
|
+
*/
|
|
3668
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.clearMeta = function() {
|
|
3669
|
+
return this.setMeta(undefined);
|
|
3670
|
+
};
|
|
3671
|
+
|
|
3672
|
+
|
|
3673
|
+
/**
|
|
3674
|
+
* Returns whether this field is set.
|
|
3675
|
+
* @return {boolean}
|
|
3676
|
+
*/
|
|
3677
|
+
proto.DeleteBulkBudgetPlanningResponse.prototype.hasMeta = function() {
|
|
3678
|
+
return jspb.Message.getField(this, 2) != null;
|
|
3679
|
+
};
|
|
3680
|
+
|
|
3681
|
+
|
|
3682
|
+
goog.object.extend(exports, proto);
|