@ondewo/nlu-client-typescript 4.1.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/api/ondewo/nlu/agent_grpc_web_pb.d.ts +490 -450
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1244 -1113
  3. package/api/ondewo/nlu/agent_pb.d.ts +1758 -1939
  4. package/api/ondewo/nlu/agent_pb.js +10491 -9063
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +106 -98
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +280 -245
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +674 -745
  8. package/api/ondewo/nlu/aiservices_pb.js +4403 -3638
  9. package/api/ondewo/nlu/common_pb.d.ts +17 -15
  10. package/api/ondewo/nlu/common_pb.js +93 -83
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +82 -76
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +220 -191
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +1042 -889
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +154 -142
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +398 -351
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +571 -614
  18. package/api/ondewo/nlu/entity_type_pb.js +3369 -2893
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +334 -310
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +851 -766
  21. package/api/ondewo/nlu/intent_pb.d.ts +1993 -2151
  22. package/api/ondewo/nlu/intent_pb.js +10692 -9502
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +98 -86
  24. package/api/ondewo/nlu/operation_metadata_pb.js +492 -322
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +50 -46
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +163 -140
  27. package/api/ondewo/nlu/operations_pb.d.ts +182 -189
  28. package/api/ondewo/nlu/operations_pb.js +1004 -843
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +70 -65
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +190 -164
  31. package/api/ondewo/nlu/project_role_pb.d.ts +151 -165
  32. package/api/ondewo/nlu/project_role_pb.js +963 -796
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +106 -98
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +281 -246
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +63 -67
  36. package/api/ondewo/nlu/project_statistics_pb.js +418 -354
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +46 -43
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +130 -110
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +14 -15
  40. package/api/ondewo/nlu/server_statistics_pb.js +91 -81
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +334 -164
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +1255 -409
  43. package/api/ondewo/nlu/session_pb.d.ts +1721 -1080
  44. package/api/ondewo/nlu/session_pb.js +13885 -6673
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +190 -172
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +487 -431
  47. package/api/ondewo/nlu/user_pb.d.ts +325 -345
  48. package/api/ondewo/nlu/user_pb.js +2312 -1948
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +106 -98
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +279 -244
  51. package/api/ondewo/nlu/utility_pb.d.ts +535 -588
  52. package/api/ondewo/nlu/utility_pb.js +3348 -2814
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +46 -43
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +132 -112
  55. package/api/ondewo/nlu/webhook_pb.d.ts +119 -123
  56. package/api/ondewo/nlu/webhook_pb.js +718 -599
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +94 -87
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +250 -218
  59. package/api/ondewo/qa/qa_pb.d.ts +220 -235
  60. package/api/ondewo/qa/qa_pb.js +1452 -1222
  61. package/package.json +1 -1
  62. package/public-api.d.ts +34 -4
@@ -13,9 +13,7 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = function () {
17
- return this || window || global || self || Function('return this')();
18
- }.call(null);
16
+ var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
19
17
 
20
18
  var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
21
19
  goog.object.extend(proto, google_protobuf_empty_pb);
@@ -46,16 +44,16 @@ goog.exportSymbol('proto.ondewo.qa.UrlFilter', null, global);
46
44
  * @extends {jspb.Message}
47
45
  * @constructor
48
46
  */
49
- proto.ondewo.qa.GetAnswerRequest = function (opt_data) {
50
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
47
+ proto.ondewo.qa.GetAnswerRequest = function(opt_data) {
48
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
51
49
  };
52
50
  goog.inherits(proto.ondewo.qa.GetAnswerRequest, jspb.Message);
53
51
  if (goog.DEBUG && !COMPILED) {
54
- /**
55
- * @public
56
- * @override
57
- */
58
- proto.ondewo.qa.GetAnswerRequest.displayName = 'proto.ondewo.qa.GetAnswerRequest';
52
+ /**
53
+ * @public
54
+ * @override
55
+ */
56
+ proto.ondewo.qa.GetAnswerRequest.displayName = 'proto.ondewo.qa.GetAnswerRequest';
59
57
  }
60
58
  /**
61
59
  * Generated by JsPbCodeGenerator.
@@ -67,16 +65,16 @@ if (goog.DEBUG && !COMPILED) {
67
65
  * @extends {jspb.Message}
68
66
  * @constructor
69
67
  */
70
- proto.ondewo.qa.GetAnswerResponse = function (opt_data) {
71
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
68
+ proto.ondewo.qa.GetAnswerResponse = function(opt_data) {
69
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
72
70
  };
73
71
  goog.inherits(proto.ondewo.qa.GetAnswerResponse, jspb.Message);
74
72
  if (goog.DEBUG && !COMPILED) {
75
- /**
76
- * @public
77
- * @override
78
- */
79
- proto.ondewo.qa.GetAnswerResponse.displayName = 'proto.ondewo.qa.GetAnswerResponse';
73
+ /**
74
+ * @public
75
+ * @override
76
+ */
77
+ proto.ondewo.qa.GetAnswerResponse.displayName = 'proto.ondewo.qa.GetAnswerResponse';
80
78
  }
81
79
  /**
82
80
  * Generated by JsPbCodeGenerator.
@@ -88,16 +86,16 @@ if (goog.DEBUG && !COMPILED) {
88
86
  * @extends {jspb.Message}
89
87
  * @constructor
90
88
  */
91
- proto.ondewo.qa.RunScraperRequest = function (opt_data) {
92
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperRequest.repeatedFields_, null);
89
+ proto.ondewo.qa.RunScraperRequest = function(opt_data) {
90
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperRequest.repeatedFields_, null);
93
91
  };
94
92
  goog.inherits(proto.ondewo.qa.RunScraperRequest, jspb.Message);
95
93
  if (goog.DEBUG && !COMPILED) {
96
- /**
97
- * @public
98
- * @override
99
- */
100
- proto.ondewo.qa.RunScraperRequest.displayName = 'proto.ondewo.qa.RunScraperRequest';
94
+ /**
95
+ * @public
96
+ * @override
97
+ */
98
+ proto.ondewo.qa.RunScraperRequest.displayName = 'proto.ondewo.qa.RunScraperRequest';
101
99
  }
102
100
  /**
103
101
  * Generated by JsPbCodeGenerator.
@@ -109,16 +107,16 @@ if (goog.DEBUG && !COMPILED) {
109
107
  * @extends {jspb.Message}
110
108
  * @constructor
111
109
  */
112
- proto.ondewo.qa.RunScraperResponse = function (opt_data) {
113
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperResponse.repeatedFields_, null);
110
+ proto.ondewo.qa.RunScraperResponse = function(opt_data) {
111
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperResponse.repeatedFields_, null);
114
112
  };
115
113
  goog.inherits(proto.ondewo.qa.RunScraperResponse, jspb.Message);
116
114
  if (goog.DEBUG && !COMPILED) {
117
- /**
118
- * @public
119
- * @override
120
- */
121
- proto.ondewo.qa.RunScraperResponse.displayName = 'proto.ondewo.qa.RunScraperResponse';
115
+ /**
116
+ * @public
117
+ * @override
118
+ */
119
+ proto.ondewo.qa.RunScraperResponse.displayName = 'proto.ondewo.qa.RunScraperResponse';
122
120
  }
123
121
  /**
124
122
  * Generated by JsPbCodeGenerator.
@@ -130,17 +128,16 @@ if (goog.DEBUG && !COMPILED) {
130
128
  * @extends {jspb.Message}
131
129
  * @constructor
132
130
  */
133
- proto.ondewo.qa.RunScraperResponse.ScraperContainer = function (opt_data) {
134
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
131
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer = function(opt_data) {
132
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
135
133
  };
136
134
  goog.inherits(proto.ondewo.qa.RunScraperResponse.ScraperContainer, jspb.Message);
137
135
  if (goog.DEBUG && !COMPILED) {
138
- /**
139
- * @public
140
- * @override
141
- */
142
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.displayName =
143
- 'proto.ondewo.qa.RunScraperResponse.ScraperContainer';
136
+ /**
137
+ * @public
138
+ * @override
139
+ */
140
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.displayName = 'proto.ondewo.qa.RunScraperResponse.ScraperContainer';
144
141
  }
145
142
  /**
146
143
  * Generated by JsPbCodeGenerator.
@@ -152,16 +149,16 @@ if (goog.DEBUG && !COMPILED) {
152
149
  * @extends {jspb.Message}
153
150
  * @constructor
154
151
  */
155
- proto.ondewo.qa.RunTrainingResponse = function (opt_data) {
156
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
152
+ proto.ondewo.qa.RunTrainingResponse = function(opt_data) {
153
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
157
154
  };
158
155
  goog.inherits(proto.ondewo.qa.RunTrainingResponse, jspb.Message);
159
156
  if (goog.DEBUG && !COMPILED) {
160
- /**
161
- * @public
162
- * @override
163
- */
164
- proto.ondewo.qa.RunTrainingResponse.displayName = 'proto.ondewo.qa.RunTrainingResponse';
157
+ /**
158
+ * @public
159
+ * @override
160
+ */
161
+ proto.ondewo.qa.RunTrainingResponse.displayName = 'proto.ondewo.qa.RunTrainingResponse';
165
162
  }
166
163
  /**
167
164
  * Generated by JsPbCodeGenerator.
@@ -173,16 +170,16 @@ if (goog.DEBUG && !COMPILED) {
173
170
  * @extends {jspb.Message}
174
171
  * @constructor
175
172
  */
176
- proto.ondewo.qa.UrlFilter = function (opt_data) {
177
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UrlFilter.repeatedFields_, null);
173
+ proto.ondewo.qa.UrlFilter = function(opt_data) {
174
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UrlFilter.repeatedFields_, null);
178
175
  };
179
176
  goog.inherits(proto.ondewo.qa.UrlFilter, jspb.Message);
180
177
  if (goog.DEBUG && !COMPILED) {
181
- /**
182
- * @public
183
- * @override
184
- */
185
- proto.ondewo.qa.UrlFilter.displayName = 'proto.ondewo.qa.UrlFilter';
178
+ /**
179
+ * @public
180
+ * @override
181
+ */
182
+ proto.ondewo.qa.UrlFilter.displayName = 'proto.ondewo.qa.UrlFilter';
186
183
  }
187
184
  /**
188
185
  * Generated by JsPbCodeGenerator.
@@ -194,16 +191,16 @@ if (goog.DEBUG && !COMPILED) {
194
191
  * @extends {jspb.Message}
195
192
  * @constructor
196
193
  */
197
- proto.ondewo.qa.GetServerStateResponse = function (opt_data) {
198
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
194
+ proto.ondewo.qa.GetServerStateResponse = function(opt_data) {
195
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
199
196
  };
200
197
  goog.inherits(proto.ondewo.qa.GetServerStateResponse, jspb.Message);
201
198
  if (goog.DEBUG && !COMPILED) {
202
- /**
203
- * @public
204
- * @override
205
- */
206
- proto.ondewo.qa.GetServerStateResponse.displayName = 'proto.ondewo.qa.GetServerStateResponse';
199
+ /**
200
+ * @public
201
+ * @override
202
+ */
203
+ proto.ondewo.qa.GetServerStateResponse.displayName = 'proto.ondewo.qa.GetServerStateResponse';
207
204
  }
208
205
  /**
209
206
  * Generated by JsPbCodeGenerator.
@@ -215,16 +212,16 @@ if (goog.DEBUG && !COMPILED) {
215
212
  * @extends {jspb.Message}
216
213
  * @constructor
217
214
  */
218
- proto.ondewo.qa.ListProjectIdsResponse = function (opt_data) {
219
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_, null);
215
+ proto.ondewo.qa.ListProjectIdsResponse = function(opt_data) {
216
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_, null);
220
217
  };
221
218
  goog.inherits(proto.ondewo.qa.ListProjectIdsResponse, jspb.Message);
222
219
  if (goog.DEBUG && !COMPILED) {
223
- /**
224
- * @public
225
- * @override
226
- */
227
- proto.ondewo.qa.ListProjectIdsResponse.displayName = 'proto.ondewo.qa.ListProjectIdsResponse';
220
+ /**
221
+ * @public
222
+ * @override
223
+ */
224
+ proto.ondewo.qa.ListProjectIdsResponse.displayName = 'proto.ondewo.qa.ListProjectIdsResponse';
228
225
  }
229
226
  /**
230
227
  * Generated by JsPbCodeGenerator.
@@ -236,16 +233,16 @@ if (goog.DEBUG && !COMPILED) {
236
233
  * @extends {jspb.Message}
237
234
  * @constructor
238
235
  */
239
- proto.ondewo.qa.GetProjectConfigRequest = function (opt_data) {
240
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
236
+ proto.ondewo.qa.GetProjectConfigRequest = function(opt_data) {
237
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
241
238
  };
242
239
  goog.inherits(proto.ondewo.qa.GetProjectConfigRequest, jspb.Message);
243
240
  if (goog.DEBUG && !COMPILED) {
244
- /**
245
- * @public
246
- * @override
247
- */
248
- proto.ondewo.qa.GetProjectConfigRequest.displayName = 'proto.ondewo.qa.GetProjectConfigRequest';
241
+ /**
242
+ * @public
243
+ * @override
244
+ */
245
+ proto.ondewo.qa.GetProjectConfigRequest.displayName = 'proto.ondewo.qa.GetProjectConfigRequest';
249
246
  }
250
247
  /**
251
248
  * Generated by JsPbCodeGenerator.
@@ -257,16 +254,16 @@ if (goog.DEBUG && !COMPILED) {
257
254
  * @extends {jspb.Message}
258
255
  * @constructor
259
256
  */
260
- proto.ondewo.qa.GetProjectConfigResponse = function (opt_data) {
261
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
257
+ proto.ondewo.qa.GetProjectConfigResponse = function(opt_data) {
258
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
262
259
  };
263
260
  goog.inherits(proto.ondewo.qa.GetProjectConfigResponse, jspb.Message);
264
261
  if (goog.DEBUG && !COMPILED) {
265
- /**
266
- * @public
267
- * @override
268
- */
269
- proto.ondewo.qa.GetProjectConfigResponse.displayName = 'proto.ondewo.qa.GetProjectConfigResponse';
262
+ /**
263
+ * @public
264
+ * @override
265
+ */
266
+ proto.ondewo.qa.GetProjectConfigResponse.displayName = 'proto.ondewo.qa.GetProjectConfigResponse';
270
267
  }
271
268
  /**
272
269
  * Generated by JsPbCodeGenerator.
@@ -278,16 +275,16 @@ if (goog.DEBUG && !COMPILED) {
278
275
  * @extends {jspb.Message}
279
276
  * @constructor
280
277
  */
281
- proto.ondewo.qa.UpdateDatabaseRequest = function (opt_data) {
282
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_, null);
278
+ proto.ondewo.qa.UpdateDatabaseRequest = function(opt_data) {
279
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_, null);
283
280
  };
284
281
  goog.inherits(proto.ondewo.qa.UpdateDatabaseRequest, jspb.Message);
285
282
  if (goog.DEBUG && !COMPILED) {
286
- /**
287
- * @public
288
- * @override
289
- */
290
- proto.ondewo.qa.UpdateDatabaseRequest.displayName = 'proto.ondewo.qa.UpdateDatabaseRequest';
283
+ /**
284
+ * @public
285
+ * @override
286
+ */
287
+ proto.ondewo.qa.UpdateDatabaseRequest.displayName = 'proto.ondewo.qa.UpdateDatabaseRequest';
291
288
  }
292
289
  /**
293
290
  * Generated by JsPbCodeGenerator.
@@ -299,75 +296,79 @@ if (goog.DEBUG && !COMPILED) {
299
296
  * @extends {jspb.Message}
300
297
  * @constructor
301
298
  */
302
- proto.ondewo.qa.UpdateDatabaseResponse = function (opt_data) {
303
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_, null);
299
+ proto.ondewo.qa.UpdateDatabaseResponse = function(opt_data) {
300
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_, null);
304
301
  };
305
302
  goog.inherits(proto.ondewo.qa.UpdateDatabaseResponse, jspb.Message);
306
303
  if (goog.DEBUG && !COMPILED) {
307
- /**
308
- * @public
309
- * @override
310
- */
311
- proto.ondewo.qa.UpdateDatabaseResponse.displayName = 'proto.ondewo.qa.UpdateDatabaseResponse';
304
+ /**
305
+ * @public
306
+ * @override
307
+ */
308
+ proto.ondewo.qa.UpdateDatabaseResponse.displayName = 'proto.ondewo.qa.UpdateDatabaseResponse';
312
309
  }
313
310
 
311
+
312
+
314
313
  if (jspb.Message.GENERATE_TO_OBJECT) {
315
- /**
316
- * Creates an object representation of this proto.
317
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
318
- * Optional fields that are not set will be set to undefined.
319
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
320
- * For the list of reserved names please see:
321
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
322
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
323
- * JSPB instance for transitional soy proto support:
324
- * http://goto/soy-param-migration
325
- * @return {!Object}
326
- */
327
- proto.ondewo.qa.GetAnswerRequest.prototype.toObject = function (opt_includeInstance) {
328
- return proto.ondewo.qa.GetAnswerRequest.toObject(opt_includeInstance, this);
329
- };
330
-
331
- /**
332
- * Static version of the {@see toObject} method.
333
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
334
- * the JSPB instance for transitional soy proto support:
335
- * http://goto/soy-param-migration
336
- * @param {!proto.ondewo.qa.GetAnswerRequest} msg The msg instance to transform.
337
- * @return {!Object}
338
- * @suppress {unusedLocalVariables} f is only used for nested messages
339
- */
340
- proto.ondewo.qa.GetAnswerRequest.toObject = function (includeInstance, msg) {
341
- var f,
342
- obj = {
343
- sessionId: jspb.Message.getFieldWithDefault(msg, 1, ''),
344
- text: (f = msg.getText()) && ondewo_nlu_session_pb.TextInput.toObject(includeInstance, f),
345
- maxNumAnswers: jspb.Message.getFieldWithDefault(msg, 3, 0),
346
- thresholdReader: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
347
- thresholdRetriever: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
348
- thresholdOverall: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
349
- readerModelName: jspb.Message.getFieldWithDefault(msg, 7, ''),
350
- urlFilter: (f = msg.getUrlFilter()) && proto.ondewo.qa.UrlFilter.toObject(includeInstance, f)
351
- };
352
-
353
- if (includeInstance) {
354
- obj.$jspbMessageInstance = msg;
355
- }
356
- return obj;
357
- };
314
+ /**
315
+ * Creates an object representation of this proto.
316
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
317
+ * Optional fields that are not set will be set to undefined.
318
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
319
+ * For the list of reserved names please see:
320
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
321
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
322
+ * JSPB instance for transitional soy proto support:
323
+ * http://goto/soy-param-migration
324
+ * @return {!Object}
325
+ */
326
+ proto.ondewo.qa.GetAnswerRequest.prototype.toObject = function(opt_includeInstance) {
327
+ return proto.ondewo.qa.GetAnswerRequest.toObject(opt_includeInstance, this);
328
+ };
329
+
330
+
331
+ /**
332
+ * Static version of the {@see toObject} method.
333
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
334
+ * the JSPB instance for transitional soy proto support:
335
+ * http://goto/soy-param-migration
336
+ * @param {!proto.ondewo.qa.GetAnswerRequest} msg The msg instance to transform.
337
+ * @return {!Object}
338
+ * @suppress {unusedLocalVariables} f is only used for nested messages
339
+ */
340
+ proto.ondewo.qa.GetAnswerRequest.toObject = function(includeInstance, msg) {
341
+ var f, obj = {
342
+ sessionId: jspb.Message.getFieldWithDefault(msg, 1, ""),
343
+ text: (f = msg.getText()) && ondewo_nlu_session_pb.TextInput.toObject(includeInstance, f),
344
+ maxNumAnswers: jspb.Message.getFieldWithDefault(msg, 3, 0),
345
+ thresholdReader: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
346
+ thresholdRetriever: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
347
+ thresholdOverall: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
348
+ readerModelName: jspb.Message.getFieldWithDefault(msg, 7, ""),
349
+ urlFilter: (f = msg.getUrlFilter()) && proto.ondewo.qa.UrlFilter.toObject(includeInstance, f)
350
+ };
351
+
352
+ if (includeInstance) {
353
+ obj.$jspbMessageInstance = msg;
354
+ }
355
+ return obj;
356
+ };
358
357
  }
359
358
 
359
+
360
360
  /**
361
361
  * Deserializes binary data (in protobuf wire format).
362
362
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
363
363
  * @return {!proto.ondewo.qa.GetAnswerRequest}
364
364
  */
365
- proto.ondewo.qa.GetAnswerRequest.deserializeBinary = function (bytes) {
366
- var reader = new jspb.BinaryReader(bytes);
367
- var msg = new proto.ondewo.qa.GetAnswerRequest();
368
- return proto.ondewo.qa.GetAnswerRequest.deserializeBinaryFromReader(msg, reader);
365
+ proto.ondewo.qa.GetAnswerRequest.deserializeBinary = function(bytes) {
366
+ var reader = new jspb.BinaryReader(bytes);
367
+ var msg = new proto.ondewo.qa.GetAnswerRequest;
368
+ return proto.ondewo.qa.GetAnswerRequest.deserializeBinaryFromReader(msg, reader);
369
369
  };
370
370
 
371
+
371
372
  /**
372
373
  * Deserializes binary data (in protobuf wire format) from the
373
374
  * given reader into the given message object.
@@ -375,65 +376,67 @@ proto.ondewo.qa.GetAnswerRequest.deserializeBinary = function (bytes) {
375
376
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
376
377
  * @return {!proto.ondewo.qa.GetAnswerRequest}
377
378
  */
378
- proto.ondewo.qa.GetAnswerRequest.deserializeBinaryFromReader = function (msg, reader) {
379
- while (reader.nextField()) {
380
- if (reader.isEndGroup()) {
381
- break;
382
- }
383
- var field = reader.getFieldNumber();
384
- switch (field) {
385
- case 1:
386
- var value = /** @type {string} */ (reader.readString());
387
- msg.setSessionId(value);
388
- break;
389
- case 2:
390
- var value = new ondewo_nlu_session_pb.TextInput();
391
- reader.readMessage(value, ondewo_nlu_session_pb.TextInput.deserializeBinaryFromReader);
392
- msg.setText(value);
393
- break;
394
- case 3:
395
- var value = /** @type {number} */ (reader.readInt32());
396
- msg.setMaxNumAnswers(value);
397
- break;
398
- case 4:
399
- var value = /** @type {number} */ (reader.readFloat());
400
- msg.setThresholdReader(value);
401
- break;
402
- case 5:
403
- var value = /** @type {number} */ (reader.readFloat());
404
- msg.setThresholdRetriever(value);
405
- break;
406
- case 6:
407
- var value = /** @type {number} */ (reader.readFloat());
408
- msg.setThresholdOverall(value);
409
- break;
410
- case 7:
411
- var value = /** @type {string} */ (reader.readString());
412
- msg.setReaderModelName(value);
413
- break;
414
- case 8:
415
- var value = new proto.ondewo.qa.UrlFilter();
416
- reader.readMessage(value, proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader);
417
- msg.setUrlFilter(value);
418
- break;
419
- default:
420
- reader.skipField();
421
- break;
422
- }
423
- }
424
- return msg;
379
+ proto.ondewo.qa.GetAnswerRequest.deserializeBinaryFromReader = function(msg, reader) {
380
+ while (reader.nextField()) {
381
+ if (reader.isEndGroup()) {
382
+ break;
383
+ }
384
+ var field = reader.getFieldNumber();
385
+ switch (field) {
386
+ case 1:
387
+ var value = /** @type {string} */ (reader.readString());
388
+ msg.setSessionId(value);
389
+ break;
390
+ case 2:
391
+ var value = new ondewo_nlu_session_pb.TextInput;
392
+ reader.readMessage(value,ondewo_nlu_session_pb.TextInput.deserializeBinaryFromReader);
393
+ msg.setText(value);
394
+ break;
395
+ case 3:
396
+ var value = /** @type {number} */ (reader.readInt32());
397
+ msg.setMaxNumAnswers(value);
398
+ break;
399
+ case 4:
400
+ var value = /** @type {number} */ (reader.readFloat());
401
+ msg.setThresholdReader(value);
402
+ break;
403
+ case 5:
404
+ var value = /** @type {number} */ (reader.readFloat());
405
+ msg.setThresholdRetriever(value);
406
+ break;
407
+ case 6:
408
+ var value = /** @type {number} */ (reader.readFloat());
409
+ msg.setThresholdOverall(value);
410
+ break;
411
+ case 7:
412
+ var value = /** @type {string} */ (reader.readString());
413
+ msg.setReaderModelName(value);
414
+ break;
415
+ case 8:
416
+ var value = new proto.ondewo.qa.UrlFilter;
417
+ reader.readMessage(value,proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader);
418
+ msg.setUrlFilter(value);
419
+ break;
420
+ default:
421
+ reader.skipField();
422
+ break;
423
+ }
424
+ }
425
+ return msg;
425
426
  };
426
427
 
428
+
427
429
  /**
428
430
  * Serializes the message to binary data (in protobuf wire format).
429
431
  * @return {!Uint8Array}
430
432
  */
431
- proto.ondewo.qa.GetAnswerRequest.prototype.serializeBinary = function () {
432
- var writer = new jspb.BinaryWriter();
433
- proto.ondewo.qa.GetAnswerRequest.serializeBinaryToWriter(this, writer);
434
- return writer.getResultBuffer();
433
+ proto.ondewo.qa.GetAnswerRequest.prototype.serializeBinary = function() {
434
+ var writer = new jspb.BinaryWriter();
435
+ proto.ondewo.qa.GetAnswerRequest.serializeBinaryToWriter(this, writer);
436
+ return writer.getResultBuffer();
435
437
  };
436
438
 
439
+
437
440
  /**
438
441
  * Serializes the given message to binary data (in protobuf wire
439
442
  * format), writing to the given BinaryWriter.
@@ -441,255 +444,306 @@ proto.ondewo.qa.GetAnswerRequest.prototype.serializeBinary = function () {
441
444
  * @param {!jspb.BinaryWriter} writer
442
445
  * @suppress {unusedLocalVariables} f is only used for nested messages
443
446
  */
444
- proto.ondewo.qa.GetAnswerRequest.serializeBinaryToWriter = function (message, writer) {
445
- var f = undefined;
446
- f = message.getSessionId();
447
- if (f.length > 0) {
448
- writer.writeString(1, f);
449
- }
450
- f = message.getText();
451
- if (f != null) {
452
- writer.writeMessage(2, f, ondewo_nlu_session_pb.TextInput.serializeBinaryToWriter);
453
- }
454
- f = message.getMaxNumAnswers();
455
- if (f !== 0) {
456
- writer.writeInt32(3, f);
457
- }
458
- f = message.getThresholdReader();
459
- if (f !== 0.0) {
460
- writer.writeFloat(4, f);
461
- }
462
- f = message.getThresholdRetriever();
463
- if (f !== 0.0) {
464
- writer.writeFloat(5, f);
465
- }
466
- f = message.getThresholdOverall();
467
- if (f !== 0.0) {
468
- writer.writeFloat(6, f);
469
- }
470
- f = message.getReaderModelName();
471
- if (f.length > 0) {
472
- writer.writeString(7, f);
473
- }
474
- f = message.getUrlFilter();
475
- if (f != null) {
476
- writer.writeMessage(8, f, proto.ondewo.qa.UrlFilter.serializeBinaryToWriter);
477
- }
447
+ proto.ondewo.qa.GetAnswerRequest.serializeBinaryToWriter = function(message, writer) {
448
+ var f = undefined;
449
+ f = message.getSessionId();
450
+ if (f.length > 0) {
451
+ writer.writeString(
452
+ 1,
453
+ f
454
+ );
455
+ }
456
+ f = message.getText();
457
+ if (f != null) {
458
+ writer.writeMessage(
459
+ 2,
460
+ f,
461
+ ondewo_nlu_session_pb.TextInput.serializeBinaryToWriter
462
+ );
463
+ }
464
+ f = message.getMaxNumAnswers();
465
+ if (f !== 0) {
466
+ writer.writeInt32(
467
+ 3,
468
+ f
469
+ );
470
+ }
471
+ f = message.getThresholdReader();
472
+ if (f !== 0.0) {
473
+ writer.writeFloat(
474
+ 4,
475
+ f
476
+ );
477
+ }
478
+ f = message.getThresholdRetriever();
479
+ if (f !== 0.0) {
480
+ writer.writeFloat(
481
+ 5,
482
+ f
483
+ );
484
+ }
485
+ f = message.getThresholdOverall();
486
+ if (f !== 0.0) {
487
+ writer.writeFloat(
488
+ 6,
489
+ f
490
+ );
491
+ }
492
+ f = message.getReaderModelName();
493
+ if (f.length > 0) {
494
+ writer.writeString(
495
+ 7,
496
+ f
497
+ );
498
+ }
499
+ f = message.getUrlFilter();
500
+ if (f != null) {
501
+ writer.writeMessage(
502
+ 8,
503
+ f,
504
+ proto.ondewo.qa.UrlFilter.serializeBinaryToWriter
505
+ );
506
+ }
478
507
  };
479
508
 
509
+
480
510
  /**
481
511
  * optional string session_id = 1;
482
512
  * @return {string}
483
513
  */
484
- proto.ondewo.qa.GetAnswerRequest.prototype.getSessionId = function () {
485
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
514
+ proto.ondewo.qa.GetAnswerRequest.prototype.getSessionId = function() {
515
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
486
516
  };
487
517
 
518
+
488
519
  /**
489
520
  * @param {string} value
490
521
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
491
522
  */
492
- proto.ondewo.qa.GetAnswerRequest.prototype.setSessionId = function (value) {
493
- return jspb.Message.setProto3StringField(this, 1, value);
523
+ proto.ondewo.qa.GetAnswerRequest.prototype.setSessionId = function(value) {
524
+ return jspb.Message.setProto3StringField(this, 1, value);
494
525
  };
495
526
 
527
+
496
528
  /**
497
529
  * optional ondewo.nlu.TextInput text = 2;
498
530
  * @return {?proto.ondewo.nlu.TextInput}
499
531
  */
500
- proto.ondewo.qa.GetAnswerRequest.prototype.getText = function () {
501
- return /** @type{?proto.ondewo.nlu.TextInput} */ (
502
- jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.TextInput, 2)
503
- );
532
+ proto.ondewo.qa.GetAnswerRequest.prototype.getText = function() {
533
+ return /** @type{?proto.ondewo.nlu.TextInput} */ (
534
+ jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.TextInput, 2));
504
535
  };
505
536
 
537
+
506
538
  /**
507
539
  * @param {?proto.ondewo.nlu.TextInput|undefined} value
508
540
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
509
- */
510
- proto.ondewo.qa.GetAnswerRequest.prototype.setText = function (value) {
511
- return jspb.Message.setWrapperField(this, 2, value);
541
+ */
542
+ proto.ondewo.qa.GetAnswerRequest.prototype.setText = function(value) {
543
+ return jspb.Message.setWrapperField(this, 2, value);
512
544
  };
513
545
 
546
+
514
547
  /**
515
548
  * Clears the message field making it undefined.
516
549
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
517
550
  */
518
- proto.ondewo.qa.GetAnswerRequest.prototype.clearText = function () {
519
- return this.setText(undefined);
551
+ proto.ondewo.qa.GetAnswerRequest.prototype.clearText = function() {
552
+ return this.setText(undefined);
520
553
  };
521
554
 
555
+
522
556
  /**
523
557
  * Returns whether this field is set.
524
558
  * @return {boolean}
525
559
  */
526
- proto.ondewo.qa.GetAnswerRequest.prototype.hasText = function () {
527
- return jspb.Message.getField(this, 2) != null;
560
+ proto.ondewo.qa.GetAnswerRequest.prototype.hasText = function() {
561
+ return jspb.Message.getField(this, 2) != null;
528
562
  };
529
563
 
564
+
530
565
  /**
531
566
  * optional int32 max_num_answers = 3;
532
567
  * @return {number}
533
568
  */
534
- proto.ondewo.qa.GetAnswerRequest.prototype.getMaxNumAnswers = function () {
535
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
569
+ proto.ondewo.qa.GetAnswerRequest.prototype.getMaxNumAnswers = function() {
570
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
536
571
  };
537
572
 
573
+
538
574
  /**
539
575
  * @param {number} value
540
576
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
541
577
  */
542
- proto.ondewo.qa.GetAnswerRequest.prototype.setMaxNumAnswers = function (value) {
543
- return jspb.Message.setProto3IntField(this, 3, value);
578
+ proto.ondewo.qa.GetAnswerRequest.prototype.setMaxNumAnswers = function(value) {
579
+ return jspb.Message.setProto3IntField(this, 3, value);
544
580
  };
545
581
 
582
+
546
583
  /**
547
584
  * optional float threshold_reader = 4;
548
585
  * @return {number}
549
586
  */
550
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdReader = function () {
551
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
587
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdReader = function() {
588
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
552
589
  };
553
590
 
591
+
554
592
  /**
555
593
  * @param {number} value
556
594
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
557
595
  */
558
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdReader = function (value) {
559
- return jspb.Message.setProto3FloatField(this, 4, value);
596
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdReader = function(value) {
597
+ return jspb.Message.setProto3FloatField(this, 4, value);
560
598
  };
561
599
 
600
+
562
601
  /**
563
602
  * optional float threshold_retriever = 5;
564
603
  * @return {number}
565
604
  */
566
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdRetriever = function () {
567
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
605
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdRetriever = function() {
606
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
568
607
  };
569
608
 
609
+
570
610
  /**
571
611
  * @param {number} value
572
612
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
573
613
  */
574
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdRetriever = function (value) {
575
- return jspb.Message.setProto3FloatField(this, 5, value);
614
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdRetriever = function(value) {
615
+ return jspb.Message.setProto3FloatField(this, 5, value);
576
616
  };
577
617
 
618
+
578
619
  /**
579
620
  * optional float threshold_overall = 6;
580
621
  * @return {number}
581
622
  */
582
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdOverall = function () {
583
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
623
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdOverall = function() {
624
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
584
625
  };
585
626
 
627
+
586
628
  /**
587
629
  * @param {number} value
588
630
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
589
631
  */
590
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdOverall = function (value) {
591
- return jspb.Message.setProto3FloatField(this, 6, value);
632
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdOverall = function(value) {
633
+ return jspb.Message.setProto3FloatField(this, 6, value);
592
634
  };
593
635
 
636
+
594
637
  /**
595
638
  * optional string reader_model_name = 7;
596
639
  * @return {string}
597
640
  */
598
- proto.ondewo.qa.GetAnswerRequest.prototype.getReaderModelName = function () {
599
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ''));
641
+ proto.ondewo.qa.GetAnswerRequest.prototype.getReaderModelName = function() {
642
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
600
643
  };
601
644
 
645
+
602
646
  /**
603
647
  * @param {string} value
604
648
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
605
649
  */
606
- proto.ondewo.qa.GetAnswerRequest.prototype.setReaderModelName = function (value) {
607
- return jspb.Message.setProto3StringField(this, 7, value);
650
+ proto.ondewo.qa.GetAnswerRequest.prototype.setReaderModelName = function(value) {
651
+ return jspb.Message.setProto3StringField(this, 7, value);
608
652
  };
609
653
 
654
+
610
655
  /**
611
656
  * optional UrlFilter url_filter = 8;
612
657
  * @return {?proto.ondewo.qa.UrlFilter}
613
658
  */
614
- proto.ondewo.qa.GetAnswerRequest.prototype.getUrlFilter = function () {
615
- return /** @type{?proto.ondewo.qa.UrlFilter} */ (jspb.Message.getWrapperField(this, proto.ondewo.qa.UrlFilter, 8));
659
+ proto.ondewo.qa.GetAnswerRequest.prototype.getUrlFilter = function() {
660
+ return /** @type{?proto.ondewo.qa.UrlFilter} */ (
661
+ jspb.Message.getWrapperField(this, proto.ondewo.qa.UrlFilter, 8));
616
662
  };
617
663
 
664
+
618
665
  /**
619
666
  * @param {?proto.ondewo.qa.UrlFilter|undefined} value
620
667
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
621
- */
622
- proto.ondewo.qa.GetAnswerRequest.prototype.setUrlFilter = function (value) {
623
- return jspb.Message.setWrapperField(this, 8, value);
668
+ */
669
+ proto.ondewo.qa.GetAnswerRequest.prototype.setUrlFilter = function(value) {
670
+ return jspb.Message.setWrapperField(this, 8, value);
624
671
  };
625
672
 
673
+
626
674
  /**
627
675
  * Clears the message field making it undefined.
628
676
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
629
677
  */
630
- proto.ondewo.qa.GetAnswerRequest.prototype.clearUrlFilter = function () {
631
- return this.setUrlFilter(undefined);
678
+ proto.ondewo.qa.GetAnswerRequest.prototype.clearUrlFilter = function() {
679
+ return this.setUrlFilter(undefined);
632
680
  };
633
681
 
682
+
634
683
  /**
635
684
  * Returns whether this field is set.
636
685
  * @return {boolean}
637
686
  */
638
- proto.ondewo.qa.GetAnswerRequest.prototype.hasUrlFilter = function () {
639
- return jspb.Message.getField(this, 8) != null;
687
+ proto.ondewo.qa.GetAnswerRequest.prototype.hasUrlFilter = function() {
688
+ return jspb.Message.getField(this, 8) != null;
640
689
  };
641
690
 
691
+
692
+
693
+
694
+
642
695
  if (jspb.Message.GENERATE_TO_OBJECT) {
643
- /**
644
- * Creates an object representation of this proto.
645
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
646
- * Optional fields that are not set will be set to undefined.
647
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
648
- * For the list of reserved names please see:
649
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
650
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
651
- * JSPB instance for transitional soy proto support:
652
- * http://goto/soy-param-migration
653
- * @return {!Object}
654
- */
655
- proto.ondewo.qa.GetAnswerResponse.prototype.toObject = function (opt_includeInstance) {
656
- return proto.ondewo.qa.GetAnswerResponse.toObject(opt_includeInstance, this);
657
- };
658
-
659
- /**
660
- * Static version of the {@see toObject} method.
661
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
662
- * the JSPB instance for transitional soy proto support:
663
- * http://goto/soy-param-migration
664
- * @param {!proto.ondewo.qa.GetAnswerResponse} msg The msg instance to transform.
665
- * @return {!Object}
666
- * @suppress {unusedLocalVariables} f is only used for nested messages
667
- */
668
- proto.ondewo.qa.GetAnswerResponse.toObject = function (includeInstance, msg) {
669
- var f,
670
- obj = {
671
- queryResult:
672
- (f = msg.getQueryResult()) && ondewo_nlu_session_pb.DetectIntentResponse.toObject(includeInstance, f)
673
- };
674
-
675
- if (includeInstance) {
676
- obj.$jspbMessageInstance = msg;
677
- }
678
- return obj;
679
- };
696
+ /**
697
+ * Creates an object representation of this proto.
698
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
699
+ * Optional fields that are not set will be set to undefined.
700
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
701
+ * For the list of reserved names please see:
702
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
703
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
704
+ * JSPB instance for transitional soy proto support:
705
+ * http://goto/soy-param-migration
706
+ * @return {!Object}
707
+ */
708
+ proto.ondewo.qa.GetAnswerResponse.prototype.toObject = function(opt_includeInstance) {
709
+ return proto.ondewo.qa.GetAnswerResponse.toObject(opt_includeInstance, this);
710
+ };
711
+
712
+
713
+ /**
714
+ * Static version of the {@see toObject} method.
715
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
716
+ * the JSPB instance for transitional soy proto support:
717
+ * http://goto/soy-param-migration
718
+ * @param {!proto.ondewo.qa.GetAnswerResponse} msg The msg instance to transform.
719
+ * @return {!Object}
720
+ * @suppress {unusedLocalVariables} f is only used for nested messages
721
+ */
722
+ proto.ondewo.qa.GetAnswerResponse.toObject = function(includeInstance, msg) {
723
+ var f, obj = {
724
+ queryResult: (f = msg.getQueryResult()) && ondewo_nlu_session_pb.DetectIntentResponse.toObject(includeInstance, f)
725
+ };
726
+
727
+ if (includeInstance) {
728
+ obj.$jspbMessageInstance = msg;
729
+ }
730
+ return obj;
731
+ };
680
732
  }
681
733
 
734
+
682
735
  /**
683
736
  * Deserializes binary data (in protobuf wire format).
684
737
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
685
738
  * @return {!proto.ondewo.qa.GetAnswerResponse}
686
739
  */
687
- proto.ondewo.qa.GetAnswerResponse.deserializeBinary = function (bytes) {
688
- var reader = new jspb.BinaryReader(bytes);
689
- var msg = new proto.ondewo.qa.GetAnswerResponse();
690
- return proto.ondewo.qa.GetAnswerResponse.deserializeBinaryFromReader(msg, reader);
740
+ proto.ondewo.qa.GetAnswerResponse.deserializeBinary = function(bytes) {
741
+ var reader = new jspb.BinaryReader(bytes);
742
+ var msg = new proto.ondewo.qa.GetAnswerResponse;
743
+ return proto.ondewo.qa.GetAnswerResponse.deserializeBinaryFromReader(msg, reader);
691
744
  };
692
745
 
746
+
693
747
  /**
694
748
  * Deserializes binary data (in protobuf wire format) from the
695
749
  * given reader into the given message object.
@@ -697,36 +751,38 @@ proto.ondewo.qa.GetAnswerResponse.deserializeBinary = function (bytes) {
697
751
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
698
752
  * @return {!proto.ondewo.qa.GetAnswerResponse}
699
753
  */
700
- proto.ondewo.qa.GetAnswerResponse.deserializeBinaryFromReader = function (msg, reader) {
701
- while (reader.nextField()) {
702
- if (reader.isEndGroup()) {
703
- break;
704
- }
705
- var field = reader.getFieldNumber();
706
- switch (field) {
707
- case 2:
708
- var value = new ondewo_nlu_session_pb.DetectIntentResponse();
709
- reader.readMessage(value, ondewo_nlu_session_pb.DetectIntentResponse.deserializeBinaryFromReader);
710
- msg.setQueryResult(value);
711
- break;
712
- default:
713
- reader.skipField();
714
- break;
715
- }
716
- }
717
- return msg;
754
+ proto.ondewo.qa.GetAnswerResponse.deserializeBinaryFromReader = function(msg, reader) {
755
+ while (reader.nextField()) {
756
+ if (reader.isEndGroup()) {
757
+ break;
758
+ }
759
+ var field = reader.getFieldNumber();
760
+ switch (field) {
761
+ case 2:
762
+ var value = new ondewo_nlu_session_pb.DetectIntentResponse;
763
+ reader.readMessage(value,ondewo_nlu_session_pb.DetectIntentResponse.deserializeBinaryFromReader);
764
+ msg.setQueryResult(value);
765
+ break;
766
+ default:
767
+ reader.skipField();
768
+ break;
769
+ }
770
+ }
771
+ return msg;
718
772
  };
719
773
 
774
+
720
775
  /**
721
776
  * Serializes the message to binary data (in protobuf wire format).
722
777
  * @return {!Uint8Array}
723
778
  */
724
- proto.ondewo.qa.GetAnswerResponse.prototype.serializeBinary = function () {
725
- var writer = new jspb.BinaryWriter();
726
- proto.ondewo.qa.GetAnswerResponse.serializeBinaryToWriter(this, writer);
727
- return writer.getResultBuffer();
779
+ proto.ondewo.qa.GetAnswerResponse.prototype.serializeBinary = function() {
780
+ var writer = new jspb.BinaryWriter();
781
+ proto.ondewo.qa.GetAnswerResponse.serializeBinaryToWriter(this, writer);
782
+ return writer.getResultBuffer();
728
783
  };
729
784
 
785
+
730
786
  /**
731
787
  * Serializes the given message to binary data (in protobuf wire
732
788
  * format), writing to the given BinaryWriter.
@@ -734,48 +790,57 @@ proto.ondewo.qa.GetAnswerResponse.prototype.serializeBinary = function () {
734
790
  * @param {!jspb.BinaryWriter} writer
735
791
  * @suppress {unusedLocalVariables} f is only used for nested messages
736
792
  */
737
- proto.ondewo.qa.GetAnswerResponse.serializeBinaryToWriter = function (message, writer) {
738
- var f = undefined;
739
- f = message.getQueryResult();
740
- if (f != null) {
741
- writer.writeMessage(2, f, ondewo_nlu_session_pb.DetectIntentResponse.serializeBinaryToWriter);
742
- }
793
+ proto.ondewo.qa.GetAnswerResponse.serializeBinaryToWriter = function(message, writer) {
794
+ var f = undefined;
795
+ f = message.getQueryResult();
796
+ if (f != null) {
797
+ writer.writeMessage(
798
+ 2,
799
+ f,
800
+ ondewo_nlu_session_pb.DetectIntentResponse.serializeBinaryToWriter
801
+ );
802
+ }
743
803
  };
744
804
 
805
+
745
806
  /**
746
807
  * optional ondewo.nlu.DetectIntentResponse query_result = 2;
747
808
  * @return {?proto.ondewo.nlu.DetectIntentResponse}
748
809
  */
749
- proto.ondewo.qa.GetAnswerResponse.prototype.getQueryResult = function () {
750
- return /** @type{?proto.ondewo.nlu.DetectIntentResponse} */ (
751
- jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.DetectIntentResponse, 2)
752
- );
810
+ proto.ondewo.qa.GetAnswerResponse.prototype.getQueryResult = function() {
811
+ return /** @type{?proto.ondewo.nlu.DetectIntentResponse} */ (
812
+ jspb.Message.getWrapperField(this, ondewo_nlu_session_pb.DetectIntentResponse, 2));
753
813
  };
754
814
 
815
+
755
816
  /**
756
817
  * @param {?proto.ondewo.nlu.DetectIntentResponse|undefined} value
757
818
  * @return {!proto.ondewo.qa.GetAnswerResponse} returns this
758
- */
759
- proto.ondewo.qa.GetAnswerResponse.prototype.setQueryResult = function (value) {
760
- return jspb.Message.setWrapperField(this, 2, value);
819
+ */
820
+ proto.ondewo.qa.GetAnswerResponse.prototype.setQueryResult = function(value) {
821
+ return jspb.Message.setWrapperField(this, 2, value);
761
822
  };
762
823
 
824
+
763
825
  /**
764
826
  * Clears the message field making it undefined.
765
827
  * @return {!proto.ondewo.qa.GetAnswerResponse} returns this
766
828
  */
767
- proto.ondewo.qa.GetAnswerResponse.prototype.clearQueryResult = function () {
768
- return this.setQueryResult(undefined);
829
+ proto.ondewo.qa.GetAnswerResponse.prototype.clearQueryResult = function() {
830
+ return this.setQueryResult(undefined);
769
831
  };
770
832
 
833
+
771
834
  /**
772
835
  * Returns whether this field is set.
773
836
  * @return {boolean}
774
837
  */
775
- proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function () {
776
- return jspb.Message.getField(this, 2) != null;
838
+ proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function() {
839
+ return jspb.Message.getField(this, 2) != null;
777
840
  };
778
841
 
842
+
843
+
779
844
  /**
780
845
  * List of repeated fields within this message type.
781
846
  * @private {!Array<number>}
@@ -783,56 +848,60 @@ proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function () {
783
848
  */
784
849
  proto.ondewo.qa.RunScraperRequest.repeatedFields_ = [1];
785
850
 
851
+
852
+
786
853
  if (jspb.Message.GENERATE_TO_OBJECT) {
787
- /**
788
- * Creates an object representation of this proto.
789
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
790
- * Optional fields that are not set will be set to undefined.
791
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
792
- * For the list of reserved names please see:
793
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
794
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
795
- * JSPB instance for transitional soy proto support:
796
- * http://goto/soy-param-migration
797
- * @return {!Object}
798
- */
799
- proto.ondewo.qa.RunScraperRequest.prototype.toObject = function (opt_includeInstance) {
800
- return proto.ondewo.qa.RunScraperRequest.toObject(opt_includeInstance, this);
801
- };
802
-
803
- /**
804
- * Static version of the {@see toObject} method.
805
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
806
- * the JSPB instance for transitional soy proto support:
807
- * http://goto/soy-param-migration
808
- * @param {!proto.ondewo.qa.RunScraperRequest} msg The msg instance to transform.
809
- * @return {!Object}
810
- * @suppress {unusedLocalVariables} f is only used for nested messages
811
- */
812
- proto.ondewo.qa.RunScraperRequest.toObject = function (includeInstance, msg) {
813
- var f,
814
- obj = {
815
- projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
816
- };
817
-
818
- if (includeInstance) {
819
- obj.$jspbMessageInstance = msg;
820
- }
821
- return obj;
822
- };
854
+ /**
855
+ * Creates an object representation of this proto.
856
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
857
+ * Optional fields that are not set will be set to undefined.
858
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
859
+ * For the list of reserved names please see:
860
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
861
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
862
+ * JSPB instance for transitional soy proto support:
863
+ * http://goto/soy-param-migration
864
+ * @return {!Object}
865
+ */
866
+ proto.ondewo.qa.RunScraperRequest.prototype.toObject = function(opt_includeInstance) {
867
+ return proto.ondewo.qa.RunScraperRequest.toObject(opt_includeInstance, this);
868
+ };
869
+
870
+
871
+ /**
872
+ * Static version of the {@see toObject} method.
873
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
874
+ * the JSPB instance for transitional soy proto support:
875
+ * http://goto/soy-param-migration
876
+ * @param {!proto.ondewo.qa.RunScraperRequest} msg The msg instance to transform.
877
+ * @return {!Object}
878
+ * @suppress {unusedLocalVariables} f is only used for nested messages
879
+ */
880
+ proto.ondewo.qa.RunScraperRequest.toObject = function(includeInstance, msg) {
881
+ var f, obj = {
882
+ projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
883
+ };
884
+
885
+ if (includeInstance) {
886
+ obj.$jspbMessageInstance = msg;
887
+ }
888
+ return obj;
889
+ };
823
890
  }
824
891
 
892
+
825
893
  /**
826
894
  * Deserializes binary data (in protobuf wire format).
827
895
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
828
896
  * @return {!proto.ondewo.qa.RunScraperRequest}
829
897
  */
830
- proto.ondewo.qa.RunScraperRequest.deserializeBinary = function (bytes) {
831
- var reader = new jspb.BinaryReader(bytes);
832
- var msg = new proto.ondewo.qa.RunScraperRequest();
833
- return proto.ondewo.qa.RunScraperRequest.deserializeBinaryFromReader(msg, reader);
898
+ proto.ondewo.qa.RunScraperRequest.deserializeBinary = function(bytes) {
899
+ var reader = new jspb.BinaryReader(bytes);
900
+ var msg = new proto.ondewo.qa.RunScraperRequest;
901
+ return proto.ondewo.qa.RunScraperRequest.deserializeBinaryFromReader(msg, reader);
834
902
  };
835
903
 
904
+
836
905
  /**
837
906
  * Deserializes binary data (in protobuf wire format) from the
838
907
  * given reader into the given message object.
@@ -840,35 +909,37 @@ proto.ondewo.qa.RunScraperRequest.deserializeBinary = function (bytes) {
840
909
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
841
910
  * @return {!proto.ondewo.qa.RunScraperRequest}
842
911
  */
843
- proto.ondewo.qa.RunScraperRequest.deserializeBinaryFromReader = function (msg, reader) {
844
- while (reader.nextField()) {
845
- if (reader.isEndGroup()) {
846
- break;
847
- }
848
- var field = reader.getFieldNumber();
849
- switch (field) {
850
- case 1:
851
- var value = /** @type {string} */ (reader.readString());
852
- msg.addProjectIds(value);
853
- break;
854
- default:
855
- reader.skipField();
856
- break;
857
- }
858
- }
859
- return msg;
912
+ proto.ondewo.qa.RunScraperRequest.deserializeBinaryFromReader = function(msg, reader) {
913
+ while (reader.nextField()) {
914
+ if (reader.isEndGroup()) {
915
+ break;
916
+ }
917
+ var field = reader.getFieldNumber();
918
+ switch (field) {
919
+ case 1:
920
+ var value = /** @type {string} */ (reader.readString());
921
+ msg.addProjectIds(value);
922
+ break;
923
+ default:
924
+ reader.skipField();
925
+ break;
926
+ }
927
+ }
928
+ return msg;
860
929
  };
861
930
 
931
+
862
932
  /**
863
933
  * Serializes the message to binary data (in protobuf wire format).
864
934
  * @return {!Uint8Array}
865
935
  */
866
- proto.ondewo.qa.RunScraperRequest.prototype.serializeBinary = function () {
867
- var writer = new jspb.BinaryWriter();
868
- proto.ondewo.qa.RunScraperRequest.serializeBinaryToWriter(this, writer);
869
- return writer.getResultBuffer();
936
+ proto.ondewo.qa.RunScraperRequest.prototype.serializeBinary = function() {
937
+ var writer = new jspb.BinaryWriter();
938
+ proto.ondewo.qa.RunScraperRequest.serializeBinaryToWriter(this, writer);
939
+ return writer.getResultBuffer();
870
940
  };
871
941
 
942
+
872
943
  /**
873
944
  * Serializes the given message to binary data (in protobuf wire
874
945
  * format), writing to the given BinaryWriter.
@@ -876,47 +947,56 @@ proto.ondewo.qa.RunScraperRequest.prototype.serializeBinary = function () {
876
947
  * @param {!jspb.BinaryWriter} writer
877
948
  * @suppress {unusedLocalVariables} f is only used for nested messages
878
949
  */
879
- proto.ondewo.qa.RunScraperRequest.serializeBinaryToWriter = function (message, writer) {
880
- var f = undefined;
881
- f = message.getProjectIdsList();
882
- if (f.length > 0) {
883
- writer.writeRepeatedString(1, f);
884
- }
950
+ proto.ondewo.qa.RunScraperRequest.serializeBinaryToWriter = function(message, writer) {
951
+ var f = undefined;
952
+ f = message.getProjectIdsList();
953
+ if (f.length > 0) {
954
+ writer.writeRepeatedString(
955
+ 1,
956
+ f
957
+ );
958
+ }
885
959
  };
886
960
 
961
+
887
962
  /**
888
963
  * repeated string project_ids = 1;
889
964
  * @return {!Array<string>}
890
965
  */
891
- proto.ondewo.qa.RunScraperRequest.prototype.getProjectIdsList = function () {
892
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
966
+ proto.ondewo.qa.RunScraperRequest.prototype.getProjectIdsList = function() {
967
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
893
968
  };
894
969
 
970
+
895
971
  /**
896
972
  * @param {!Array<string>} value
897
973
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
898
974
  */
899
- proto.ondewo.qa.RunScraperRequest.prototype.setProjectIdsList = function (value) {
900
- return jspb.Message.setField(this, 1, value || []);
975
+ proto.ondewo.qa.RunScraperRequest.prototype.setProjectIdsList = function(value) {
976
+ return jspb.Message.setField(this, 1, value || []);
901
977
  };
902
978
 
979
+
903
980
  /**
904
981
  * @param {string} value
905
982
  * @param {number=} opt_index
906
983
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
907
984
  */
908
- proto.ondewo.qa.RunScraperRequest.prototype.addProjectIds = function (value, opt_index) {
909
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
985
+ proto.ondewo.qa.RunScraperRequest.prototype.addProjectIds = function(value, opt_index) {
986
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
910
987
  };
911
988
 
989
+
912
990
  /**
913
991
  * Clears the list making it empty but non-null.
914
992
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
915
993
  */
916
- proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function () {
917
- return this.setProjectIdsList([]);
994
+ proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function() {
995
+ return this.setProjectIdsList([]);
918
996
  };
919
997
 
998
+
999
+
920
1000
  /**
921
1001
  * List of repeated fields within this message type.
922
1002
  * @private {!Array<number>}
@@ -924,60 +1004,61 @@ proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function () {
924
1004
  */
925
1005
  proto.ondewo.qa.RunScraperResponse.repeatedFields_ = [1];
926
1006
 
1007
+
1008
+
927
1009
  if (jspb.Message.GENERATE_TO_OBJECT) {
928
- /**
929
- * Creates an object representation of this proto.
930
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
931
- * Optional fields that are not set will be set to undefined.
932
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
933
- * For the list of reserved names please see:
934
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
935
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
936
- * JSPB instance for transitional soy proto support:
937
- * http://goto/soy-param-migration
938
- * @return {!Object}
939
- */
940
- proto.ondewo.qa.RunScraperResponse.prototype.toObject = function (opt_includeInstance) {
941
- return proto.ondewo.qa.RunScraperResponse.toObject(opt_includeInstance, this);
942
- };
943
-
944
- /**
945
- * Static version of the {@see toObject} method.
946
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
947
- * the JSPB instance for transitional soy proto support:
948
- * http://goto/soy-param-migration
949
- * @param {!proto.ondewo.qa.RunScraperResponse} msg The msg instance to transform.
950
- * @return {!Object}
951
- * @suppress {unusedLocalVariables} f is only used for nested messages
952
- */
953
- proto.ondewo.qa.RunScraperResponse.toObject = function (includeInstance, msg) {
954
- var f,
955
- obj = {
956
- scraperContainersList: jspb.Message.toObjectList(
957
- msg.getScraperContainersList(),
958
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject,
959
- includeInstance
960
- )
961
- };
962
-
963
- if (includeInstance) {
964
- obj.$jspbMessageInstance = msg;
965
- }
966
- return obj;
967
- };
1010
+ /**
1011
+ * Creates an object representation of this proto.
1012
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1013
+ * Optional fields that are not set will be set to undefined.
1014
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1015
+ * For the list of reserved names please see:
1016
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1017
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1018
+ * JSPB instance for transitional soy proto support:
1019
+ * http://goto/soy-param-migration
1020
+ * @return {!Object}
1021
+ */
1022
+ proto.ondewo.qa.RunScraperResponse.prototype.toObject = function(opt_includeInstance) {
1023
+ return proto.ondewo.qa.RunScraperResponse.toObject(opt_includeInstance, this);
1024
+ };
1025
+
1026
+
1027
+ /**
1028
+ * Static version of the {@see toObject} method.
1029
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1030
+ * the JSPB instance for transitional soy proto support:
1031
+ * http://goto/soy-param-migration
1032
+ * @param {!proto.ondewo.qa.RunScraperResponse} msg The msg instance to transform.
1033
+ * @return {!Object}
1034
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1035
+ */
1036
+ proto.ondewo.qa.RunScraperResponse.toObject = function(includeInstance, msg) {
1037
+ var f, obj = {
1038
+ scraperContainersList: jspb.Message.toObjectList(msg.getScraperContainersList(),
1039
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject, includeInstance)
1040
+ };
1041
+
1042
+ if (includeInstance) {
1043
+ obj.$jspbMessageInstance = msg;
1044
+ }
1045
+ return obj;
1046
+ };
968
1047
  }
969
1048
 
1049
+
970
1050
  /**
971
1051
  * Deserializes binary data (in protobuf wire format).
972
1052
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
973
1053
  * @return {!proto.ondewo.qa.RunScraperResponse}
974
1054
  */
975
- proto.ondewo.qa.RunScraperResponse.deserializeBinary = function (bytes) {
976
- var reader = new jspb.BinaryReader(bytes);
977
- var msg = new proto.ondewo.qa.RunScraperResponse();
978
- return proto.ondewo.qa.RunScraperResponse.deserializeBinaryFromReader(msg, reader);
1055
+ proto.ondewo.qa.RunScraperResponse.deserializeBinary = function(bytes) {
1056
+ var reader = new jspb.BinaryReader(bytes);
1057
+ var msg = new proto.ondewo.qa.RunScraperResponse;
1058
+ return proto.ondewo.qa.RunScraperResponse.deserializeBinaryFromReader(msg, reader);
979
1059
  };
980
1060
 
1061
+
981
1062
  /**
982
1063
  * Deserializes binary data (in protobuf wire format) from the
983
1064
  * given reader into the given message object.
@@ -985,36 +1066,38 @@ proto.ondewo.qa.RunScraperResponse.deserializeBinary = function (bytes) {
985
1066
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
986
1067
  * @return {!proto.ondewo.qa.RunScraperResponse}
987
1068
  */
988
- proto.ondewo.qa.RunScraperResponse.deserializeBinaryFromReader = function (msg, reader) {
989
- while (reader.nextField()) {
990
- if (reader.isEndGroup()) {
991
- break;
992
- }
993
- var field = reader.getFieldNumber();
994
- switch (field) {
995
- case 1:
996
- var value = new proto.ondewo.qa.RunScraperResponse.ScraperContainer();
997
- reader.readMessage(value, proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader);
998
- msg.addScraperContainers(value);
999
- break;
1000
- default:
1001
- reader.skipField();
1002
- break;
1003
- }
1004
- }
1005
- return msg;
1069
+ proto.ondewo.qa.RunScraperResponse.deserializeBinaryFromReader = function(msg, reader) {
1070
+ while (reader.nextField()) {
1071
+ if (reader.isEndGroup()) {
1072
+ break;
1073
+ }
1074
+ var field = reader.getFieldNumber();
1075
+ switch (field) {
1076
+ case 1:
1077
+ var value = new proto.ondewo.qa.RunScraperResponse.ScraperContainer;
1078
+ reader.readMessage(value,proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader);
1079
+ msg.addScraperContainers(value);
1080
+ break;
1081
+ default:
1082
+ reader.skipField();
1083
+ break;
1084
+ }
1085
+ }
1086
+ return msg;
1006
1087
  };
1007
1088
 
1089
+
1008
1090
  /**
1009
1091
  * Serializes the message to binary data (in protobuf wire format).
1010
1092
  * @return {!Uint8Array}
1011
1093
  */
1012
- proto.ondewo.qa.RunScraperResponse.prototype.serializeBinary = function () {
1013
- var writer = new jspb.BinaryWriter();
1014
- proto.ondewo.qa.RunScraperResponse.serializeBinaryToWriter(this, writer);
1015
- return writer.getResultBuffer();
1094
+ proto.ondewo.qa.RunScraperResponse.prototype.serializeBinary = function() {
1095
+ var writer = new jspb.BinaryWriter();
1096
+ proto.ondewo.qa.RunScraperResponse.serializeBinaryToWriter(this, writer);
1097
+ return writer.getResultBuffer();
1016
1098
  };
1017
1099
 
1100
+
1018
1101
  /**
1019
1102
  * Serializes the given message to binary data (in protobuf wire
1020
1103
  * format), writing to the given BinaryWriter.
@@ -1022,65 +1105,75 @@ proto.ondewo.qa.RunScraperResponse.prototype.serializeBinary = function () {
1022
1105
  * @param {!jspb.BinaryWriter} writer
1023
1106
  * @suppress {unusedLocalVariables} f is only used for nested messages
1024
1107
  */
1025
- proto.ondewo.qa.RunScraperResponse.serializeBinaryToWriter = function (message, writer) {
1026
- var f = undefined;
1027
- f = message.getScraperContainersList();
1028
- if (f.length > 0) {
1029
- writer.writeRepeatedMessage(1, f, proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter);
1030
- }
1108
+ proto.ondewo.qa.RunScraperResponse.serializeBinaryToWriter = function(message, writer) {
1109
+ var f = undefined;
1110
+ f = message.getScraperContainersList();
1111
+ if (f.length > 0) {
1112
+ writer.writeRepeatedMessage(
1113
+ 1,
1114
+ f,
1115
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter
1116
+ );
1117
+ }
1031
1118
  };
1032
1119
 
1120
+
1121
+
1122
+
1123
+
1033
1124
  if (jspb.Message.GENERATE_TO_OBJECT) {
1034
- /**
1035
- * Creates an object representation of this proto.
1036
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1037
- * Optional fields that are not set will be set to undefined.
1038
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1039
- * For the list of reserved names please see:
1040
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1041
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1042
- * JSPB instance for transitional soy proto support:
1043
- * http://goto/soy-param-migration
1044
- * @return {!Object}
1045
- */
1046
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.toObject = function (opt_includeInstance) {
1047
- return proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject(opt_includeInstance, this);
1048
- };
1049
-
1050
- /**
1051
- * Static version of the {@see toObject} method.
1052
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1053
- * the JSPB instance for transitional soy proto support:
1054
- * http://goto/soy-param-migration
1055
- * @param {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} msg The msg instance to transform.
1056
- * @return {!Object}
1057
- * @suppress {unusedLocalVariables} f is only used for nested messages
1058
- */
1059
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject = function (includeInstance, msg) {
1060
- var f,
1061
- obj = {
1062
- containerName: jspb.Message.getFieldWithDefault(msg, 1, ''),
1063
- containerId: jspb.Message.getFieldWithDefault(msg, 2, '')
1064
- };
1065
-
1066
- if (includeInstance) {
1067
- obj.$jspbMessageInstance = msg;
1068
- }
1069
- return obj;
1070
- };
1125
+ /**
1126
+ * Creates an object representation of this proto.
1127
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1128
+ * Optional fields that are not set will be set to undefined.
1129
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1130
+ * For the list of reserved names please see:
1131
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1132
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1133
+ * JSPB instance for transitional soy proto support:
1134
+ * http://goto/soy-param-migration
1135
+ * @return {!Object}
1136
+ */
1137
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.toObject = function(opt_includeInstance) {
1138
+ return proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject(opt_includeInstance, this);
1139
+ };
1140
+
1141
+
1142
+ /**
1143
+ * Static version of the {@see toObject} method.
1144
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1145
+ * the JSPB instance for transitional soy proto support:
1146
+ * http://goto/soy-param-migration
1147
+ * @param {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} msg The msg instance to transform.
1148
+ * @return {!Object}
1149
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1150
+ */
1151
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.toObject = function(includeInstance, msg) {
1152
+ var f, obj = {
1153
+ containerName: jspb.Message.getFieldWithDefault(msg, 1, ""),
1154
+ containerId: jspb.Message.getFieldWithDefault(msg, 2, "")
1155
+ };
1156
+
1157
+ if (includeInstance) {
1158
+ obj.$jspbMessageInstance = msg;
1159
+ }
1160
+ return obj;
1161
+ };
1071
1162
  }
1072
1163
 
1164
+
1073
1165
  /**
1074
1166
  * Deserializes binary data (in protobuf wire format).
1075
1167
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1076
1168
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1077
1169
  */
1078
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinary = function (bytes) {
1079
- var reader = new jspb.BinaryReader(bytes);
1080
- var msg = new proto.ondewo.qa.RunScraperResponse.ScraperContainer();
1081
- return proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader(msg, reader);
1170
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinary = function(bytes) {
1171
+ var reader = new jspb.BinaryReader(bytes);
1172
+ var msg = new proto.ondewo.qa.RunScraperResponse.ScraperContainer;
1173
+ return proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader(msg, reader);
1082
1174
  };
1083
1175
 
1176
+
1084
1177
  /**
1085
1178
  * Deserializes binary data (in protobuf wire format) from the
1086
1179
  * given reader into the given message object.
@@ -1088,39 +1181,41 @@ proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinary = function
1088
1181
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1089
1182
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1090
1183
  */
1091
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader = function (msg, reader) {
1092
- while (reader.nextField()) {
1093
- if (reader.isEndGroup()) {
1094
- break;
1095
- }
1096
- var field = reader.getFieldNumber();
1097
- switch (field) {
1098
- case 1:
1099
- var value = /** @type {string} */ (reader.readString());
1100
- msg.setContainerName(value);
1101
- break;
1102
- case 2:
1103
- var value = /** @type {string} */ (reader.readString());
1104
- msg.setContainerId(value);
1105
- break;
1106
- default:
1107
- reader.skipField();
1108
- break;
1109
- }
1110
- }
1111
- return msg;
1184
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinaryFromReader = function(msg, reader) {
1185
+ while (reader.nextField()) {
1186
+ if (reader.isEndGroup()) {
1187
+ break;
1188
+ }
1189
+ var field = reader.getFieldNumber();
1190
+ switch (field) {
1191
+ case 1:
1192
+ var value = /** @type {string} */ (reader.readString());
1193
+ msg.setContainerName(value);
1194
+ break;
1195
+ case 2:
1196
+ var value = /** @type {string} */ (reader.readString());
1197
+ msg.setContainerId(value);
1198
+ break;
1199
+ default:
1200
+ reader.skipField();
1201
+ break;
1202
+ }
1203
+ }
1204
+ return msg;
1112
1205
  };
1113
1206
 
1207
+
1114
1208
  /**
1115
1209
  * Serializes the message to binary data (in protobuf wire format).
1116
1210
  * @return {!Uint8Array}
1117
1211
  */
1118
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.serializeBinary = function () {
1119
- var writer = new jspb.BinaryWriter();
1120
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter(this, writer);
1121
- return writer.getResultBuffer();
1212
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.serializeBinary = function() {
1213
+ var writer = new jspb.BinaryWriter();
1214
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter(this, writer);
1215
+ return writer.getResultBuffer();
1122
1216
  };
1123
1217
 
1218
+
1124
1219
  /**
1125
1220
  * Serializes the given message to binary data (in protobuf wire
1126
1221
  * format), writing to the given BinaryWriter.
@@ -1128,142 +1223,155 @@ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.serializeBinary =
1128
1223
  * @param {!jspb.BinaryWriter} writer
1129
1224
  * @suppress {unusedLocalVariables} f is only used for nested messages
1130
1225
  */
1131
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter = function (message, writer) {
1132
- var f = undefined;
1133
- f = message.getContainerName();
1134
- if (f.length > 0) {
1135
- writer.writeString(1, f);
1136
- }
1137
- f = message.getContainerId();
1138
- if (f.length > 0) {
1139
- writer.writeString(2, f);
1140
- }
1226
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.serializeBinaryToWriter = function(message, writer) {
1227
+ var f = undefined;
1228
+ f = message.getContainerName();
1229
+ if (f.length > 0) {
1230
+ writer.writeString(
1231
+ 1,
1232
+ f
1233
+ );
1234
+ }
1235
+ f = message.getContainerId();
1236
+ if (f.length > 0) {
1237
+ writer.writeString(
1238
+ 2,
1239
+ f
1240
+ );
1241
+ }
1141
1242
  };
1142
1243
 
1244
+
1143
1245
  /**
1144
1246
  * optional string container_name = 1;
1145
1247
  * @return {string}
1146
1248
  */
1147
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerName = function () {
1148
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
1249
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerName = function() {
1250
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1149
1251
  };
1150
1252
 
1253
+
1151
1254
  /**
1152
1255
  * @param {string} value
1153
1256
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} returns this
1154
1257
  */
1155
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerName = function (value) {
1156
- return jspb.Message.setProto3StringField(this, 1, value);
1258
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerName = function(value) {
1259
+ return jspb.Message.setProto3StringField(this, 1, value);
1157
1260
  };
1158
1261
 
1262
+
1159
1263
  /**
1160
1264
  * optional string container_id = 2;
1161
1265
  * @return {string}
1162
1266
  */
1163
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerId = function () {
1164
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ''));
1267
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerId = function() {
1268
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1165
1269
  };
1166
1270
 
1271
+
1167
1272
  /**
1168
1273
  * @param {string} value
1169
1274
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} returns this
1170
1275
  */
1171
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerId = function (value) {
1172
- return jspb.Message.setProto3StringField(this, 2, value);
1276
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerId = function(value) {
1277
+ return jspb.Message.setProto3StringField(this, 2, value);
1173
1278
  };
1174
1279
 
1280
+
1175
1281
  /**
1176
1282
  * repeated ScraperContainer scraper_containers = 1;
1177
1283
  * @return {!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>}
1178
1284
  */
1179
- proto.ondewo.qa.RunScraperResponse.prototype.getScraperContainersList = function () {
1180
- return /** @type{!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>} */ (
1181
- jspb.Message.getRepeatedWrapperField(this, proto.ondewo.qa.RunScraperResponse.ScraperContainer, 1)
1182
- );
1285
+ proto.ondewo.qa.RunScraperResponse.prototype.getScraperContainersList = function() {
1286
+ return /** @type{!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>} */ (
1287
+ jspb.Message.getRepeatedWrapperField(this, proto.ondewo.qa.RunScraperResponse.ScraperContainer, 1));
1183
1288
  };
1184
1289
 
1290
+
1185
1291
  /**
1186
1292
  * @param {!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>} value
1187
1293
  * @return {!proto.ondewo.qa.RunScraperResponse} returns this
1188
- */
1189
- proto.ondewo.qa.RunScraperResponse.prototype.setScraperContainersList = function (value) {
1190
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
1294
+ */
1295
+ proto.ondewo.qa.RunScraperResponse.prototype.setScraperContainersList = function(value) {
1296
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1191
1297
  };
1192
1298
 
1299
+
1193
1300
  /**
1194
1301
  * @param {!proto.ondewo.qa.RunScraperResponse.ScraperContainer=} opt_value
1195
1302
  * @param {number=} opt_index
1196
1303
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1197
1304
  */
1198
- proto.ondewo.qa.RunScraperResponse.prototype.addScraperContainers = function (opt_value, opt_index) {
1199
- return jspb.Message.addToRepeatedWrapperField(
1200
- this,
1201
- 1,
1202
- opt_value,
1203
- proto.ondewo.qa.RunScraperResponse.ScraperContainer,
1204
- opt_index
1205
- );
1305
+ proto.ondewo.qa.RunScraperResponse.prototype.addScraperContainers = function(opt_value, opt_index) {
1306
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.ondewo.qa.RunScraperResponse.ScraperContainer, opt_index);
1206
1307
  };
1207
1308
 
1309
+
1208
1310
  /**
1209
1311
  * Clears the list making it empty but non-null.
1210
1312
  * @return {!proto.ondewo.qa.RunScraperResponse} returns this
1211
1313
  */
1212
- proto.ondewo.qa.RunScraperResponse.prototype.clearScraperContainersList = function () {
1213
- return this.setScraperContainersList([]);
1314
+ proto.ondewo.qa.RunScraperResponse.prototype.clearScraperContainersList = function() {
1315
+ return this.setScraperContainersList([]);
1214
1316
  };
1215
1317
 
1318
+
1319
+
1320
+
1321
+
1216
1322
  if (jspb.Message.GENERATE_TO_OBJECT) {
1217
- /**
1218
- * Creates an object representation of this proto.
1219
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1220
- * Optional fields that are not set will be set to undefined.
1221
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1222
- * For the list of reserved names please see:
1223
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1224
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1225
- * JSPB instance for transitional soy proto support:
1226
- * http://goto/soy-param-migration
1227
- * @return {!Object}
1228
- */
1229
- proto.ondewo.qa.RunTrainingResponse.prototype.toObject = function (opt_includeInstance) {
1230
- return proto.ondewo.qa.RunTrainingResponse.toObject(opt_includeInstance, this);
1231
- };
1232
-
1233
- /**
1234
- * Static version of the {@see toObject} method.
1235
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1236
- * the JSPB instance for transitional soy proto support:
1237
- * http://goto/soy-param-migration
1238
- * @param {!proto.ondewo.qa.RunTrainingResponse} msg The msg instance to transform.
1239
- * @return {!Object}
1240
- * @suppress {unusedLocalVariables} f is only used for nested messages
1241
- */
1242
- proto.ondewo.qa.RunTrainingResponse.toObject = function (includeInstance, msg) {
1243
- var f,
1244
- obj = {
1245
- f1: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
1246
- accuracy: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0)
1247
- };
1248
-
1249
- if (includeInstance) {
1250
- obj.$jspbMessageInstance = msg;
1251
- }
1252
- return obj;
1253
- };
1323
+ /**
1324
+ * Creates an object representation of this proto.
1325
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1326
+ * Optional fields that are not set will be set to undefined.
1327
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1328
+ * For the list of reserved names please see:
1329
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1330
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1331
+ * JSPB instance for transitional soy proto support:
1332
+ * http://goto/soy-param-migration
1333
+ * @return {!Object}
1334
+ */
1335
+ proto.ondewo.qa.RunTrainingResponse.prototype.toObject = function(opt_includeInstance) {
1336
+ return proto.ondewo.qa.RunTrainingResponse.toObject(opt_includeInstance, this);
1337
+ };
1338
+
1339
+
1340
+ /**
1341
+ * Static version of the {@see toObject} method.
1342
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1343
+ * the JSPB instance for transitional soy proto support:
1344
+ * http://goto/soy-param-migration
1345
+ * @param {!proto.ondewo.qa.RunTrainingResponse} msg The msg instance to transform.
1346
+ * @return {!Object}
1347
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1348
+ */
1349
+ proto.ondewo.qa.RunTrainingResponse.toObject = function(includeInstance, msg) {
1350
+ var f, obj = {
1351
+ f1: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0),
1352
+ accuracy: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0)
1353
+ };
1354
+
1355
+ if (includeInstance) {
1356
+ obj.$jspbMessageInstance = msg;
1357
+ }
1358
+ return obj;
1359
+ };
1254
1360
  }
1255
1361
 
1362
+
1256
1363
  /**
1257
1364
  * Deserializes binary data (in protobuf wire format).
1258
1365
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1259
1366
  * @return {!proto.ondewo.qa.RunTrainingResponse}
1260
1367
  */
1261
- proto.ondewo.qa.RunTrainingResponse.deserializeBinary = function (bytes) {
1262
- var reader = new jspb.BinaryReader(bytes);
1263
- var msg = new proto.ondewo.qa.RunTrainingResponse();
1264
- return proto.ondewo.qa.RunTrainingResponse.deserializeBinaryFromReader(msg, reader);
1368
+ proto.ondewo.qa.RunTrainingResponse.deserializeBinary = function(bytes) {
1369
+ var reader = new jspb.BinaryReader(bytes);
1370
+ var msg = new proto.ondewo.qa.RunTrainingResponse;
1371
+ return proto.ondewo.qa.RunTrainingResponse.deserializeBinaryFromReader(msg, reader);
1265
1372
  };
1266
1373
 
1374
+
1267
1375
  /**
1268
1376
  * Deserializes binary data (in protobuf wire format) from the
1269
1377
  * given reader into the given message object.
@@ -1271,39 +1379,41 @@ proto.ondewo.qa.RunTrainingResponse.deserializeBinary = function (bytes) {
1271
1379
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1272
1380
  * @return {!proto.ondewo.qa.RunTrainingResponse}
1273
1381
  */
1274
- proto.ondewo.qa.RunTrainingResponse.deserializeBinaryFromReader = function (msg, reader) {
1275
- while (reader.nextField()) {
1276
- if (reader.isEndGroup()) {
1277
- break;
1278
- }
1279
- var field = reader.getFieldNumber();
1280
- switch (field) {
1281
- case 1:
1282
- var value = /** @type {number} */ (reader.readFloat());
1283
- msg.setF1(value);
1284
- break;
1285
- case 2:
1286
- var value = /** @type {number} */ (reader.readFloat());
1287
- msg.setAccuracy(value);
1288
- break;
1289
- default:
1290
- reader.skipField();
1291
- break;
1292
- }
1293
- }
1294
- return msg;
1382
+ proto.ondewo.qa.RunTrainingResponse.deserializeBinaryFromReader = function(msg, reader) {
1383
+ while (reader.nextField()) {
1384
+ if (reader.isEndGroup()) {
1385
+ break;
1386
+ }
1387
+ var field = reader.getFieldNumber();
1388
+ switch (field) {
1389
+ case 1:
1390
+ var value = /** @type {number} */ (reader.readFloat());
1391
+ msg.setF1(value);
1392
+ break;
1393
+ case 2:
1394
+ var value = /** @type {number} */ (reader.readFloat());
1395
+ msg.setAccuracy(value);
1396
+ break;
1397
+ default:
1398
+ reader.skipField();
1399
+ break;
1400
+ }
1401
+ }
1402
+ return msg;
1295
1403
  };
1296
1404
 
1405
+
1297
1406
  /**
1298
1407
  * Serializes the message to binary data (in protobuf wire format).
1299
1408
  * @return {!Uint8Array}
1300
1409
  */
1301
- proto.ondewo.qa.RunTrainingResponse.prototype.serializeBinary = function () {
1302
- var writer = new jspb.BinaryWriter();
1303
- proto.ondewo.qa.RunTrainingResponse.serializeBinaryToWriter(this, writer);
1304
- return writer.getResultBuffer();
1410
+ proto.ondewo.qa.RunTrainingResponse.prototype.serializeBinary = function() {
1411
+ var writer = new jspb.BinaryWriter();
1412
+ proto.ondewo.qa.RunTrainingResponse.serializeBinaryToWriter(this, writer);
1413
+ return writer.getResultBuffer();
1305
1414
  };
1306
1415
 
1416
+
1307
1417
  /**
1308
1418
  * Serializes the given message to binary data (in protobuf wire
1309
1419
  * format), writing to the given BinaryWriter.
@@ -1311,50 +1421,62 @@ proto.ondewo.qa.RunTrainingResponse.prototype.serializeBinary = function () {
1311
1421
  * @param {!jspb.BinaryWriter} writer
1312
1422
  * @suppress {unusedLocalVariables} f is only used for nested messages
1313
1423
  */
1314
- proto.ondewo.qa.RunTrainingResponse.serializeBinaryToWriter = function (message, writer) {
1315
- var f = undefined;
1316
- f = message.getF1();
1317
- if (f !== 0.0) {
1318
- writer.writeFloat(1, f);
1319
- }
1320
- f = message.getAccuracy();
1321
- if (f !== 0.0) {
1322
- writer.writeFloat(2, f);
1323
- }
1424
+ proto.ondewo.qa.RunTrainingResponse.serializeBinaryToWriter = function(message, writer) {
1425
+ var f = undefined;
1426
+ f = message.getF1();
1427
+ if (f !== 0.0) {
1428
+ writer.writeFloat(
1429
+ 1,
1430
+ f
1431
+ );
1432
+ }
1433
+ f = message.getAccuracy();
1434
+ if (f !== 0.0) {
1435
+ writer.writeFloat(
1436
+ 2,
1437
+ f
1438
+ );
1439
+ }
1324
1440
  };
1325
1441
 
1442
+
1326
1443
  /**
1327
1444
  * optional float f1 = 1;
1328
1445
  * @return {number}
1329
1446
  */
1330
- proto.ondewo.qa.RunTrainingResponse.prototype.getF1 = function () {
1331
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
1447
+ proto.ondewo.qa.RunTrainingResponse.prototype.getF1 = function() {
1448
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
1332
1449
  };
1333
1450
 
1451
+
1334
1452
  /**
1335
1453
  * @param {number} value
1336
1454
  * @return {!proto.ondewo.qa.RunTrainingResponse} returns this
1337
1455
  */
1338
- proto.ondewo.qa.RunTrainingResponse.prototype.setF1 = function (value) {
1339
- return jspb.Message.setProto3FloatField(this, 1, value);
1456
+ proto.ondewo.qa.RunTrainingResponse.prototype.setF1 = function(value) {
1457
+ return jspb.Message.setProto3FloatField(this, 1, value);
1340
1458
  };
1341
1459
 
1460
+
1342
1461
  /**
1343
1462
  * optional float accuracy = 2;
1344
1463
  * @return {number}
1345
1464
  */
1346
- proto.ondewo.qa.RunTrainingResponse.prototype.getAccuracy = function () {
1347
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
1465
+ proto.ondewo.qa.RunTrainingResponse.prototype.getAccuracy = function() {
1466
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
1348
1467
  };
1349
1468
 
1469
+
1350
1470
  /**
1351
1471
  * @param {number} value
1352
1472
  * @return {!proto.ondewo.qa.RunTrainingResponse} returns this
1353
1473
  */
1354
- proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function (value) {
1355
- return jspb.Message.setProto3FloatField(this, 2, value);
1474
+ proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function(value) {
1475
+ return jspb.Message.setProto3FloatField(this, 2, value);
1356
1476
  };
1357
1477
 
1478
+
1479
+
1358
1480
  /**
1359
1481
  * List of repeated fields within this message type.
1360
1482
  * @private {!Array<number>}
@@ -1362,58 +1484,62 @@ proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function (value) {
1362
1484
  */
1363
1485
  proto.ondewo.qa.UrlFilter.repeatedFields_ = [1];
1364
1486
 
1487
+
1488
+
1365
1489
  if (jspb.Message.GENERATE_TO_OBJECT) {
1366
- /**
1367
- * Creates an object representation of this proto.
1368
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1369
- * Optional fields that are not set will be set to undefined.
1370
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1371
- * For the list of reserved names please see:
1372
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1373
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1374
- * JSPB instance for transitional soy proto support:
1375
- * http://goto/soy-param-migration
1376
- * @return {!Object}
1377
- */
1378
- proto.ondewo.qa.UrlFilter.prototype.toObject = function (opt_includeInstance) {
1379
- return proto.ondewo.qa.UrlFilter.toObject(opt_includeInstance, this);
1380
- };
1381
-
1382
- /**
1383
- * Static version of the {@see toObject} method.
1384
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1385
- * the JSPB instance for transitional soy proto support:
1386
- * http://goto/soy-param-migration
1387
- * @param {!proto.ondewo.qa.UrlFilter} msg The msg instance to transform.
1388
- * @return {!Object}
1389
- * @suppress {unusedLocalVariables} f is only used for nested messages
1390
- */
1391
- proto.ondewo.qa.UrlFilter.toObject = function (includeInstance, msg) {
1392
- var f,
1393
- obj = {
1394
- allowedValuesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
1395
- regexFilterInclude: jspb.Message.getFieldWithDefault(msg, 2, ''),
1396
- regexFilterExclude: jspb.Message.getFieldWithDefault(msg, 3, '')
1397
- };
1398
-
1399
- if (includeInstance) {
1400
- obj.$jspbMessageInstance = msg;
1401
- }
1402
- return obj;
1403
- };
1490
+ /**
1491
+ * Creates an object representation of this proto.
1492
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1493
+ * Optional fields that are not set will be set to undefined.
1494
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1495
+ * For the list of reserved names please see:
1496
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1497
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1498
+ * JSPB instance for transitional soy proto support:
1499
+ * http://goto/soy-param-migration
1500
+ * @return {!Object}
1501
+ */
1502
+ proto.ondewo.qa.UrlFilter.prototype.toObject = function(opt_includeInstance) {
1503
+ return proto.ondewo.qa.UrlFilter.toObject(opt_includeInstance, this);
1504
+ };
1505
+
1506
+
1507
+ /**
1508
+ * Static version of the {@see toObject} method.
1509
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1510
+ * the JSPB instance for transitional soy proto support:
1511
+ * http://goto/soy-param-migration
1512
+ * @param {!proto.ondewo.qa.UrlFilter} msg The msg instance to transform.
1513
+ * @return {!Object}
1514
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1515
+ */
1516
+ proto.ondewo.qa.UrlFilter.toObject = function(includeInstance, msg) {
1517
+ var f, obj = {
1518
+ allowedValuesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
1519
+ regexFilterInclude: jspb.Message.getFieldWithDefault(msg, 2, ""),
1520
+ regexFilterExclude: jspb.Message.getFieldWithDefault(msg, 3, "")
1521
+ };
1522
+
1523
+ if (includeInstance) {
1524
+ obj.$jspbMessageInstance = msg;
1525
+ }
1526
+ return obj;
1527
+ };
1404
1528
  }
1405
1529
 
1530
+
1406
1531
  /**
1407
1532
  * Deserializes binary data (in protobuf wire format).
1408
1533
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1409
1534
  * @return {!proto.ondewo.qa.UrlFilter}
1410
1535
  */
1411
- proto.ondewo.qa.UrlFilter.deserializeBinary = function (bytes) {
1412
- var reader = new jspb.BinaryReader(bytes);
1413
- var msg = new proto.ondewo.qa.UrlFilter();
1414
- return proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader(msg, reader);
1536
+ proto.ondewo.qa.UrlFilter.deserializeBinary = function(bytes) {
1537
+ var reader = new jspb.BinaryReader(bytes);
1538
+ var msg = new proto.ondewo.qa.UrlFilter;
1539
+ return proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader(msg, reader);
1415
1540
  };
1416
1541
 
1542
+
1417
1543
  /**
1418
1544
  * Deserializes binary data (in protobuf wire format) from the
1419
1545
  * given reader into the given message object.
@@ -1421,43 +1547,45 @@ proto.ondewo.qa.UrlFilter.deserializeBinary = function (bytes) {
1421
1547
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1422
1548
  * @return {!proto.ondewo.qa.UrlFilter}
1423
1549
  */
1424
- proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader = function (msg, reader) {
1425
- while (reader.nextField()) {
1426
- if (reader.isEndGroup()) {
1427
- break;
1428
- }
1429
- var field = reader.getFieldNumber();
1430
- switch (field) {
1431
- case 1:
1432
- var value = /** @type {string} */ (reader.readString());
1433
- msg.addAllowedValues(value);
1434
- break;
1435
- case 2:
1436
- var value = /** @type {string} */ (reader.readString());
1437
- msg.setRegexFilterInclude(value);
1438
- break;
1439
- case 3:
1440
- var value = /** @type {string} */ (reader.readString());
1441
- msg.setRegexFilterExclude(value);
1442
- break;
1443
- default:
1444
- reader.skipField();
1445
- break;
1446
- }
1447
- }
1448
- return msg;
1550
+ proto.ondewo.qa.UrlFilter.deserializeBinaryFromReader = function(msg, reader) {
1551
+ while (reader.nextField()) {
1552
+ if (reader.isEndGroup()) {
1553
+ break;
1554
+ }
1555
+ var field = reader.getFieldNumber();
1556
+ switch (field) {
1557
+ case 1:
1558
+ var value = /** @type {string} */ (reader.readString());
1559
+ msg.addAllowedValues(value);
1560
+ break;
1561
+ case 2:
1562
+ var value = /** @type {string} */ (reader.readString());
1563
+ msg.setRegexFilterInclude(value);
1564
+ break;
1565
+ case 3:
1566
+ var value = /** @type {string} */ (reader.readString());
1567
+ msg.setRegexFilterExclude(value);
1568
+ break;
1569
+ default:
1570
+ reader.skipField();
1571
+ break;
1572
+ }
1573
+ }
1574
+ return msg;
1449
1575
  };
1450
1576
 
1577
+
1451
1578
  /**
1452
1579
  * Serializes the message to binary data (in protobuf wire format).
1453
1580
  * @return {!Uint8Array}
1454
1581
  */
1455
- proto.ondewo.qa.UrlFilter.prototype.serializeBinary = function () {
1456
- var writer = new jspb.BinaryWriter();
1457
- proto.ondewo.qa.UrlFilter.serializeBinaryToWriter(this, writer);
1458
- return writer.getResultBuffer();
1582
+ proto.ondewo.qa.UrlFilter.prototype.serializeBinary = function() {
1583
+ var writer = new jspb.BinaryWriter();
1584
+ proto.ondewo.qa.UrlFilter.serializeBinaryToWriter(this, writer);
1585
+ return writer.getResultBuffer();
1459
1586
  };
1460
1587
 
1588
+
1461
1589
  /**
1462
1590
  * Serializes the given message to binary data (in protobuf wire
1463
1591
  * format), writing to the given BinaryWriter.
@@ -1465,137 +1593,160 @@ proto.ondewo.qa.UrlFilter.prototype.serializeBinary = function () {
1465
1593
  * @param {!jspb.BinaryWriter} writer
1466
1594
  * @suppress {unusedLocalVariables} f is only used for nested messages
1467
1595
  */
1468
- proto.ondewo.qa.UrlFilter.serializeBinaryToWriter = function (message, writer) {
1469
- var f = undefined;
1470
- f = message.getAllowedValuesList();
1471
- if (f.length > 0) {
1472
- writer.writeRepeatedString(1, f);
1473
- }
1474
- f = message.getRegexFilterInclude();
1475
- if (f.length > 0) {
1476
- writer.writeString(2, f);
1477
- }
1478
- f = message.getRegexFilterExclude();
1479
- if (f.length > 0) {
1480
- writer.writeString(3, f);
1481
- }
1596
+ proto.ondewo.qa.UrlFilter.serializeBinaryToWriter = function(message, writer) {
1597
+ var f = undefined;
1598
+ f = message.getAllowedValuesList();
1599
+ if (f.length > 0) {
1600
+ writer.writeRepeatedString(
1601
+ 1,
1602
+ f
1603
+ );
1604
+ }
1605
+ f = message.getRegexFilterInclude();
1606
+ if (f.length > 0) {
1607
+ writer.writeString(
1608
+ 2,
1609
+ f
1610
+ );
1611
+ }
1612
+ f = message.getRegexFilterExclude();
1613
+ if (f.length > 0) {
1614
+ writer.writeString(
1615
+ 3,
1616
+ f
1617
+ );
1618
+ }
1482
1619
  };
1483
1620
 
1621
+
1484
1622
  /**
1485
1623
  * repeated string allowed_values = 1;
1486
1624
  * @return {!Array<string>}
1487
1625
  */
1488
- proto.ondewo.qa.UrlFilter.prototype.getAllowedValuesList = function () {
1489
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1626
+ proto.ondewo.qa.UrlFilter.prototype.getAllowedValuesList = function() {
1627
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1490
1628
  };
1491
1629
 
1630
+
1492
1631
  /**
1493
1632
  * @param {!Array<string>} value
1494
1633
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1495
1634
  */
1496
- proto.ondewo.qa.UrlFilter.prototype.setAllowedValuesList = function (value) {
1497
- return jspb.Message.setField(this, 1, value || []);
1635
+ proto.ondewo.qa.UrlFilter.prototype.setAllowedValuesList = function(value) {
1636
+ return jspb.Message.setField(this, 1, value || []);
1498
1637
  };
1499
1638
 
1639
+
1500
1640
  /**
1501
1641
  * @param {string} value
1502
1642
  * @param {number=} opt_index
1503
1643
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1504
1644
  */
1505
- proto.ondewo.qa.UrlFilter.prototype.addAllowedValues = function (value, opt_index) {
1506
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1645
+ proto.ondewo.qa.UrlFilter.prototype.addAllowedValues = function(value, opt_index) {
1646
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1507
1647
  };
1508
1648
 
1649
+
1509
1650
  /**
1510
1651
  * Clears the list making it empty but non-null.
1511
1652
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1512
1653
  */
1513
- proto.ondewo.qa.UrlFilter.prototype.clearAllowedValuesList = function () {
1514
- return this.setAllowedValuesList([]);
1654
+ proto.ondewo.qa.UrlFilter.prototype.clearAllowedValuesList = function() {
1655
+ return this.setAllowedValuesList([]);
1515
1656
  };
1516
1657
 
1658
+
1517
1659
  /**
1518
1660
  * optional string regex_filter_include = 2;
1519
1661
  * @return {string}
1520
1662
  */
1521
- proto.ondewo.qa.UrlFilter.prototype.getRegexFilterInclude = function () {
1522
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ''));
1663
+ proto.ondewo.qa.UrlFilter.prototype.getRegexFilterInclude = function() {
1664
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1523
1665
  };
1524
1666
 
1667
+
1525
1668
  /**
1526
1669
  * @param {string} value
1527
1670
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1528
1671
  */
1529
- proto.ondewo.qa.UrlFilter.prototype.setRegexFilterInclude = function (value) {
1530
- return jspb.Message.setProto3StringField(this, 2, value);
1672
+ proto.ondewo.qa.UrlFilter.prototype.setRegexFilterInclude = function(value) {
1673
+ return jspb.Message.setProto3StringField(this, 2, value);
1531
1674
  };
1532
1675
 
1676
+
1533
1677
  /**
1534
1678
  * optional string regex_filter_exclude = 3;
1535
1679
  * @return {string}
1536
1680
  */
1537
- proto.ondewo.qa.UrlFilter.prototype.getRegexFilterExclude = function () {
1538
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ''));
1681
+ proto.ondewo.qa.UrlFilter.prototype.getRegexFilterExclude = function() {
1682
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1539
1683
  };
1540
1684
 
1685
+
1541
1686
  /**
1542
1687
  * @param {string} value
1543
1688
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1544
1689
  */
1545
- proto.ondewo.qa.UrlFilter.prototype.setRegexFilterExclude = function (value) {
1546
- return jspb.Message.setProto3StringField(this, 3, value);
1690
+ proto.ondewo.qa.UrlFilter.prototype.setRegexFilterExclude = function(value) {
1691
+ return jspb.Message.setProto3StringField(this, 3, value);
1547
1692
  };
1548
1693
 
1694
+
1695
+
1696
+
1697
+
1549
1698
  if (jspb.Message.GENERATE_TO_OBJECT) {
1550
- /**
1551
- * Creates an object representation of this proto.
1552
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1553
- * Optional fields that are not set will be set to undefined.
1554
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1555
- * For the list of reserved names please see:
1556
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1557
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1558
- * JSPB instance for transitional soy proto support:
1559
- * http://goto/soy-param-migration
1560
- * @return {!Object}
1561
- */
1562
- proto.ondewo.qa.GetServerStateResponse.prototype.toObject = function (opt_includeInstance) {
1563
- return proto.ondewo.qa.GetServerStateResponse.toObject(opt_includeInstance, this);
1564
- };
1565
-
1566
- /**
1567
- * Static version of the {@see toObject} method.
1568
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1569
- * the JSPB instance for transitional soy proto support:
1570
- * http://goto/soy-param-migration
1571
- * @param {!proto.ondewo.qa.GetServerStateResponse} msg The msg instance to transform.
1572
- * @return {!Object}
1573
- * @suppress {unusedLocalVariables} f is only used for nested messages
1574
- */
1575
- proto.ondewo.qa.GetServerStateResponse.toObject = function (includeInstance, msg) {
1576
- var f,
1577
- obj = {
1578
- serverIsReady: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
1579
- };
1580
-
1581
- if (includeInstance) {
1582
- obj.$jspbMessageInstance = msg;
1583
- }
1584
- return obj;
1585
- };
1699
+ /**
1700
+ * Creates an object representation of this proto.
1701
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1702
+ * Optional fields that are not set will be set to undefined.
1703
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1704
+ * For the list of reserved names please see:
1705
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1706
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1707
+ * JSPB instance for transitional soy proto support:
1708
+ * http://goto/soy-param-migration
1709
+ * @return {!Object}
1710
+ */
1711
+ proto.ondewo.qa.GetServerStateResponse.prototype.toObject = function(opt_includeInstance) {
1712
+ return proto.ondewo.qa.GetServerStateResponse.toObject(opt_includeInstance, this);
1713
+ };
1714
+
1715
+
1716
+ /**
1717
+ * Static version of the {@see toObject} method.
1718
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1719
+ * the JSPB instance for transitional soy proto support:
1720
+ * http://goto/soy-param-migration
1721
+ * @param {!proto.ondewo.qa.GetServerStateResponse} msg The msg instance to transform.
1722
+ * @return {!Object}
1723
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1724
+ */
1725
+ proto.ondewo.qa.GetServerStateResponse.toObject = function(includeInstance, msg) {
1726
+ var f, obj = {
1727
+ serverIsReady: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
1728
+ };
1729
+
1730
+ if (includeInstance) {
1731
+ obj.$jspbMessageInstance = msg;
1732
+ }
1733
+ return obj;
1734
+ };
1586
1735
  }
1587
1736
 
1737
+
1588
1738
  /**
1589
1739
  * Deserializes binary data (in protobuf wire format).
1590
1740
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1591
1741
  * @return {!proto.ondewo.qa.GetServerStateResponse}
1592
1742
  */
1593
- proto.ondewo.qa.GetServerStateResponse.deserializeBinary = function (bytes) {
1594
- var reader = new jspb.BinaryReader(bytes);
1595
- var msg = new proto.ondewo.qa.GetServerStateResponse();
1596
- return proto.ondewo.qa.GetServerStateResponse.deserializeBinaryFromReader(msg, reader);
1743
+ proto.ondewo.qa.GetServerStateResponse.deserializeBinary = function(bytes) {
1744
+ var reader = new jspb.BinaryReader(bytes);
1745
+ var msg = new proto.ondewo.qa.GetServerStateResponse;
1746
+ return proto.ondewo.qa.GetServerStateResponse.deserializeBinaryFromReader(msg, reader);
1597
1747
  };
1598
1748
 
1749
+
1599
1750
  /**
1600
1751
  * Deserializes binary data (in protobuf wire format) from the
1601
1752
  * given reader into the given message object.
@@ -1603,35 +1754,37 @@ proto.ondewo.qa.GetServerStateResponse.deserializeBinary = function (bytes) {
1603
1754
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1604
1755
  * @return {!proto.ondewo.qa.GetServerStateResponse}
1605
1756
  */
1606
- proto.ondewo.qa.GetServerStateResponse.deserializeBinaryFromReader = function (msg, reader) {
1607
- while (reader.nextField()) {
1608
- if (reader.isEndGroup()) {
1609
- break;
1610
- }
1611
- var field = reader.getFieldNumber();
1612
- switch (field) {
1613
- case 1:
1614
- var value = /** @type {boolean} */ (reader.readBool());
1615
- msg.setServerIsReady(value);
1616
- break;
1617
- default:
1618
- reader.skipField();
1619
- break;
1620
- }
1621
- }
1622
- return msg;
1757
+ proto.ondewo.qa.GetServerStateResponse.deserializeBinaryFromReader = function(msg, reader) {
1758
+ while (reader.nextField()) {
1759
+ if (reader.isEndGroup()) {
1760
+ break;
1761
+ }
1762
+ var field = reader.getFieldNumber();
1763
+ switch (field) {
1764
+ case 1:
1765
+ var value = /** @type {boolean} */ (reader.readBool());
1766
+ msg.setServerIsReady(value);
1767
+ break;
1768
+ default:
1769
+ reader.skipField();
1770
+ break;
1771
+ }
1772
+ }
1773
+ return msg;
1623
1774
  };
1624
1775
 
1776
+
1625
1777
  /**
1626
1778
  * Serializes the message to binary data (in protobuf wire format).
1627
1779
  * @return {!Uint8Array}
1628
1780
  */
1629
- proto.ondewo.qa.GetServerStateResponse.prototype.serializeBinary = function () {
1630
- var writer = new jspb.BinaryWriter();
1631
- proto.ondewo.qa.GetServerStateResponse.serializeBinaryToWriter(this, writer);
1632
- return writer.getResultBuffer();
1781
+ proto.ondewo.qa.GetServerStateResponse.prototype.serializeBinary = function() {
1782
+ var writer = new jspb.BinaryWriter();
1783
+ proto.ondewo.qa.GetServerStateResponse.serializeBinaryToWriter(this, writer);
1784
+ return writer.getResultBuffer();
1633
1785
  };
1634
1786
 
1787
+
1635
1788
  /**
1636
1789
  * Serializes the given message to binary data (in protobuf wire
1637
1790
  * format), writing to the given BinaryWriter.
@@ -1639,30 +1792,37 @@ proto.ondewo.qa.GetServerStateResponse.prototype.serializeBinary = function () {
1639
1792
  * @param {!jspb.BinaryWriter} writer
1640
1793
  * @suppress {unusedLocalVariables} f is only used for nested messages
1641
1794
  */
1642
- proto.ondewo.qa.GetServerStateResponse.serializeBinaryToWriter = function (message, writer) {
1643
- var f = undefined;
1644
- f = message.getServerIsReady();
1645
- if (f) {
1646
- writer.writeBool(1, f);
1647
- }
1795
+ proto.ondewo.qa.GetServerStateResponse.serializeBinaryToWriter = function(message, writer) {
1796
+ var f = undefined;
1797
+ f = message.getServerIsReady();
1798
+ if (f) {
1799
+ writer.writeBool(
1800
+ 1,
1801
+ f
1802
+ );
1803
+ }
1648
1804
  };
1649
1805
 
1806
+
1650
1807
  /**
1651
1808
  * optional bool server_is_ready = 1;
1652
1809
  * @return {boolean}
1653
1810
  */
1654
- proto.ondewo.qa.GetServerStateResponse.prototype.getServerIsReady = function () {
1655
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
1811
+ proto.ondewo.qa.GetServerStateResponse.prototype.getServerIsReady = function() {
1812
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
1656
1813
  };
1657
1814
 
1815
+
1658
1816
  /**
1659
1817
  * @param {boolean} value
1660
1818
  * @return {!proto.ondewo.qa.GetServerStateResponse} returns this
1661
1819
  */
1662
- proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function (value) {
1663
- return jspb.Message.setProto3BooleanField(this, 1, value);
1820
+ proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function(value) {
1821
+ return jspb.Message.setProto3BooleanField(this, 1, value);
1664
1822
  };
1665
1823
 
1824
+
1825
+
1666
1826
  /**
1667
1827
  * List of repeated fields within this message type.
1668
1828
  * @private {!Array<number>}
@@ -1670,56 +1830,60 @@ proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function (va
1670
1830
  */
1671
1831
  proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_ = [1];
1672
1832
 
1833
+
1834
+
1673
1835
  if (jspb.Message.GENERATE_TO_OBJECT) {
1674
- /**
1675
- * Creates an object representation of this proto.
1676
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1677
- * Optional fields that are not set will be set to undefined.
1678
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1679
- * For the list of reserved names please see:
1680
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1681
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1682
- * JSPB instance for transitional soy proto support:
1683
- * http://goto/soy-param-migration
1684
- * @return {!Object}
1685
- */
1686
- proto.ondewo.qa.ListProjectIdsResponse.prototype.toObject = function (opt_includeInstance) {
1687
- return proto.ondewo.qa.ListProjectIdsResponse.toObject(opt_includeInstance, this);
1688
- };
1689
-
1690
- /**
1691
- * Static version of the {@see toObject} method.
1692
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1693
- * the JSPB instance for transitional soy proto support:
1694
- * http://goto/soy-param-migration
1695
- * @param {!proto.ondewo.qa.ListProjectIdsResponse} msg The msg instance to transform.
1696
- * @return {!Object}
1697
- * @suppress {unusedLocalVariables} f is only used for nested messages
1698
- */
1699
- proto.ondewo.qa.ListProjectIdsResponse.toObject = function (includeInstance, msg) {
1700
- var f,
1701
- obj = {
1702
- projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
1703
- };
1704
-
1705
- if (includeInstance) {
1706
- obj.$jspbMessageInstance = msg;
1707
- }
1708
- return obj;
1709
- };
1836
+ /**
1837
+ * Creates an object representation of this proto.
1838
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1839
+ * Optional fields that are not set will be set to undefined.
1840
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1841
+ * For the list of reserved names please see:
1842
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1843
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1844
+ * JSPB instance for transitional soy proto support:
1845
+ * http://goto/soy-param-migration
1846
+ * @return {!Object}
1847
+ */
1848
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.toObject = function(opt_includeInstance) {
1849
+ return proto.ondewo.qa.ListProjectIdsResponse.toObject(opt_includeInstance, this);
1850
+ };
1851
+
1852
+
1853
+ /**
1854
+ * Static version of the {@see toObject} method.
1855
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1856
+ * the JSPB instance for transitional soy proto support:
1857
+ * http://goto/soy-param-migration
1858
+ * @param {!proto.ondewo.qa.ListProjectIdsResponse} msg The msg instance to transform.
1859
+ * @return {!Object}
1860
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1861
+ */
1862
+ proto.ondewo.qa.ListProjectIdsResponse.toObject = function(includeInstance, msg) {
1863
+ var f, obj = {
1864
+ projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
1865
+ };
1866
+
1867
+ if (includeInstance) {
1868
+ obj.$jspbMessageInstance = msg;
1869
+ }
1870
+ return obj;
1871
+ };
1710
1872
  }
1711
1873
 
1874
+
1712
1875
  /**
1713
1876
  * Deserializes binary data (in protobuf wire format).
1714
1877
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1715
1878
  * @return {!proto.ondewo.qa.ListProjectIdsResponse}
1716
1879
  */
1717
- proto.ondewo.qa.ListProjectIdsResponse.deserializeBinary = function (bytes) {
1718
- var reader = new jspb.BinaryReader(bytes);
1719
- var msg = new proto.ondewo.qa.ListProjectIdsResponse();
1720
- return proto.ondewo.qa.ListProjectIdsResponse.deserializeBinaryFromReader(msg, reader);
1880
+ proto.ondewo.qa.ListProjectIdsResponse.deserializeBinary = function(bytes) {
1881
+ var reader = new jspb.BinaryReader(bytes);
1882
+ var msg = new proto.ondewo.qa.ListProjectIdsResponse;
1883
+ return proto.ondewo.qa.ListProjectIdsResponse.deserializeBinaryFromReader(msg, reader);
1721
1884
  };
1722
1885
 
1886
+
1723
1887
  /**
1724
1888
  * Deserializes binary data (in protobuf wire format) from the
1725
1889
  * given reader into the given message object.
@@ -1727,35 +1891,37 @@ proto.ondewo.qa.ListProjectIdsResponse.deserializeBinary = function (bytes) {
1727
1891
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1728
1892
  * @return {!proto.ondewo.qa.ListProjectIdsResponse}
1729
1893
  */
1730
- proto.ondewo.qa.ListProjectIdsResponse.deserializeBinaryFromReader = function (msg, reader) {
1731
- while (reader.nextField()) {
1732
- if (reader.isEndGroup()) {
1733
- break;
1734
- }
1735
- var field = reader.getFieldNumber();
1736
- switch (field) {
1737
- case 1:
1738
- var value = /** @type {string} */ (reader.readString());
1739
- msg.addProjectIds(value);
1740
- break;
1741
- default:
1742
- reader.skipField();
1743
- break;
1744
- }
1745
- }
1746
- return msg;
1894
+ proto.ondewo.qa.ListProjectIdsResponse.deserializeBinaryFromReader = function(msg, reader) {
1895
+ while (reader.nextField()) {
1896
+ if (reader.isEndGroup()) {
1897
+ break;
1898
+ }
1899
+ var field = reader.getFieldNumber();
1900
+ switch (field) {
1901
+ case 1:
1902
+ var value = /** @type {string} */ (reader.readString());
1903
+ msg.addProjectIds(value);
1904
+ break;
1905
+ default:
1906
+ reader.skipField();
1907
+ break;
1908
+ }
1909
+ }
1910
+ return msg;
1747
1911
  };
1748
1912
 
1913
+
1749
1914
  /**
1750
1915
  * Serializes the message to binary data (in protobuf wire format).
1751
1916
  * @return {!Uint8Array}
1752
1917
  */
1753
- proto.ondewo.qa.ListProjectIdsResponse.prototype.serializeBinary = function () {
1754
- var writer = new jspb.BinaryWriter();
1755
- proto.ondewo.qa.ListProjectIdsResponse.serializeBinaryToWriter(this, writer);
1756
- return writer.getResultBuffer();
1918
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.serializeBinary = function() {
1919
+ var writer = new jspb.BinaryWriter();
1920
+ proto.ondewo.qa.ListProjectIdsResponse.serializeBinaryToWriter(this, writer);
1921
+ return writer.getResultBuffer();
1757
1922
  };
1758
1923
 
1924
+
1759
1925
  /**
1760
1926
  * Serializes the given message to binary data (in protobuf wire
1761
1927
  * format), writing to the given BinaryWriter.
@@ -1763,97 +1929,110 @@ proto.ondewo.qa.ListProjectIdsResponse.prototype.serializeBinary = function () {
1763
1929
  * @param {!jspb.BinaryWriter} writer
1764
1930
  * @suppress {unusedLocalVariables} f is only used for nested messages
1765
1931
  */
1766
- proto.ondewo.qa.ListProjectIdsResponse.serializeBinaryToWriter = function (message, writer) {
1767
- var f = undefined;
1768
- f = message.getProjectIdsList();
1769
- if (f.length > 0) {
1770
- writer.writeRepeatedString(1, f);
1771
- }
1932
+ proto.ondewo.qa.ListProjectIdsResponse.serializeBinaryToWriter = function(message, writer) {
1933
+ var f = undefined;
1934
+ f = message.getProjectIdsList();
1935
+ if (f.length > 0) {
1936
+ writer.writeRepeatedString(
1937
+ 1,
1938
+ f
1939
+ );
1940
+ }
1772
1941
  };
1773
1942
 
1943
+
1774
1944
  /**
1775
1945
  * repeated string project_ids = 1;
1776
1946
  * @return {!Array<string>}
1777
1947
  */
1778
- proto.ondewo.qa.ListProjectIdsResponse.prototype.getProjectIdsList = function () {
1779
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1948
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.getProjectIdsList = function() {
1949
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1780
1950
  };
1781
1951
 
1952
+
1782
1953
  /**
1783
1954
  * @param {!Array<string>} value
1784
1955
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1785
1956
  */
1786
- proto.ondewo.qa.ListProjectIdsResponse.prototype.setProjectIdsList = function (value) {
1787
- return jspb.Message.setField(this, 1, value || []);
1957
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.setProjectIdsList = function(value) {
1958
+ return jspb.Message.setField(this, 1, value || []);
1788
1959
  };
1789
1960
 
1961
+
1790
1962
  /**
1791
1963
  * @param {string} value
1792
1964
  * @param {number=} opt_index
1793
1965
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1794
1966
  */
1795
- proto.ondewo.qa.ListProjectIdsResponse.prototype.addProjectIds = function (value, opt_index) {
1796
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1967
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.addProjectIds = function(value, opt_index) {
1968
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1797
1969
  };
1798
1970
 
1971
+
1799
1972
  /**
1800
1973
  * Clears the list making it empty but non-null.
1801
1974
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1802
1975
  */
1803
- proto.ondewo.qa.ListProjectIdsResponse.prototype.clearProjectIdsList = function () {
1804
- return this.setProjectIdsList([]);
1976
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.clearProjectIdsList = function() {
1977
+ return this.setProjectIdsList([]);
1805
1978
  };
1806
1979
 
1980
+
1981
+
1982
+
1983
+
1807
1984
  if (jspb.Message.GENERATE_TO_OBJECT) {
1808
- /**
1809
- * Creates an object representation of this proto.
1810
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1811
- * Optional fields that are not set will be set to undefined.
1812
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1813
- * For the list of reserved names please see:
1814
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1815
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1816
- * JSPB instance for transitional soy proto support:
1817
- * http://goto/soy-param-migration
1818
- * @return {!Object}
1819
- */
1820
- proto.ondewo.qa.GetProjectConfigRequest.prototype.toObject = function (opt_includeInstance) {
1821
- return proto.ondewo.qa.GetProjectConfigRequest.toObject(opt_includeInstance, this);
1822
- };
1823
-
1824
- /**
1825
- * Static version of the {@see toObject} method.
1826
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1827
- * the JSPB instance for transitional soy proto support:
1828
- * http://goto/soy-param-migration
1829
- * @param {!proto.ondewo.qa.GetProjectConfigRequest} msg The msg instance to transform.
1830
- * @return {!Object}
1831
- * @suppress {unusedLocalVariables} f is only used for nested messages
1832
- */
1833
- proto.ondewo.qa.GetProjectConfigRequest.toObject = function (includeInstance, msg) {
1834
- var f,
1835
- obj = {
1836
- projectId: jspb.Message.getFieldWithDefault(msg, 1, '')
1837
- };
1838
-
1839
- if (includeInstance) {
1840
- obj.$jspbMessageInstance = msg;
1841
- }
1842
- return obj;
1843
- };
1985
+ /**
1986
+ * Creates an object representation of this proto.
1987
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1988
+ * Optional fields that are not set will be set to undefined.
1989
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1990
+ * For the list of reserved names please see:
1991
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1992
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1993
+ * JSPB instance for transitional soy proto support:
1994
+ * http://goto/soy-param-migration
1995
+ * @return {!Object}
1996
+ */
1997
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.toObject = function(opt_includeInstance) {
1998
+ return proto.ondewo.qa.GetProjectConfigRequest.toObject(opt_includeInstance, this);
1999
+ };
2000
+
2001
+
2002
+ /**
2003
+ * Static version of the {@see toObject} method.
2004
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2005
+ * the JSPB instance for transitional soy proto support:
2006
+ * http://goto/soy-param-migration
2007
+ * @param {!proto.ondewo.qa.GetProjectConfigRequest} msg The msg instance to transform.
2008
+ * @return {!Object}
2009
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2010
+ */
2011
+ proto.ondewo.qa.GetProjectConfigRequest.toObject = function(includeInstance, msg) {
2012
+ var f, obj = {
2013
+ projectId: jspb.Message.getFieldWithDefault(msg, 1, "")
2014
+ };
2015
+
2016
+ if (includeInstance) {
2017
+ obj.$jspbMessageInstance = msg;
2018
+ }
2019
+ return obj;
2020
+ };
1844
2021
  }
1845
2022
 
2023
+
1846
2024
  /**
1847
2025
  * Deserializes binary data (in protobuf wire format).
1848
2026
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1849
2027
  * @return {!proto.ondewo.qa.GetProjectConfigRequest}
1850
2028
  */
1851
- proto.ondewo.qa.GetProjectConfigRequest.deserializeBinary = function (bytes) {
1852
- var reader = new jspb.BinaryReader(bytes);
1853
- var msg = new proto.ondewo.qa.GetProjectConfigRequest();
1854
- return proto.ondewo.qa.GetProjectConfigRequest.deserializeBinaryFromReader(msg, reader);
2029
+ proto.ondewo.qa.GetProjectConfigRequest.deserializeBinary = function(bytes) {
2030
+ var reader = new jspb.BinaryReader(bytes);
2031
+ var msg = new proto.ondewo.qa.GetProjectConfigRequest;
2032
+ return proto.ondewo.qa.GetProjectConfigRequest.deserializeBinaryFromReader(msg, reader);
1855
2033
  };
1856
2034
 
2035
+
1857
2036
  /**
1858
2037
  * Deserializes binary data (in protobuf wire format) from the
1859
2038
  * given reader into the given message object.
@@ -1861,35 +2040,37 @@ proto.ondewo.qa.GetProjectConfigRequest.deserializeBinary = function (bytes) {
1861
2040
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1862
2041
  * @return {!proto.ondewo.qa.GetProjectConfigRequest}
1863
2042
  */
1864
- proto.ondewo.qa.GetProjectConfigRequest.deserializeBinaryFromReader = function (msg, reader) {
1865
- while (reader.nextField()) {
1866
- if (reader.isEndGroup()) {
1867
- break;
1868
- }
1869
- var field = reader.getFieldNumber();
1870
- switch (field) {
1871
- case 1:
1872
- var value = /** @type {string} */ (reader.readString());
1873
- msg.setProjectId(value);
1874
- break;
1875
- default:
1876
- reader.skipField();
1877
- break;
1878
- }
1879
- }
1880
- return msg;
2043
+ proto.ondewo.qa.GetProjectConfigRequest.deserializeBinaryFromReader = function(msg, reader) {
2044
+ while (reader.nextField()) {
2045
+ if (reader.isEndGroup()) {
2046
+ break;
2047
+ }
2048
+ var field = reader.getFieldNumber();
2049
+ switch (field) {
2050
+ case 1:
2051
+ var value = /** @type {string} */ (reader.readString());
2052
+ msg.setProjectId(value);
2053
+ break;
2054
+ default:
2055
+ reader.skipField();
2056
+ break;
2057
+ }
2058
+ }
2059
+ return msg;
1881
2060
  };
1882
2061
 
2062
+
1883
2063
  /**
1884
2064
  * Serializes the message to binary data (in protobuf wire format).
1885
2065
  * @return {!Uint8Array}
1886
2066
  */
1887
- proto.ondewo.qa.GetProjectConfigRequest.prototype.serializeBinary = function () {
1888
- var writer = new jspb.BinaryWriter();
1889
- proto.ondewo.qa.GetProjectConfigRequest.serializeBinaryToWriter(this, writer);
1890
- return writer.getResultBuffer();
2067
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.serializeBinary = function() {
2068
+ var writer = new jspb.BinaryWriter();
2069
+ proto.ondewo.qa.GetProjectConfigRequest.serializeBinaryToWriter(this, writer);
2070
+ return writer.getResultBuffer();
1891
2071
  };
1892
2072
 
2073
+
1893
2074
  /**
1894
2075
  * Serializes the given message to binary data (in protobuf wire
1895
2076
  * format), writing to the given BinaryWriter.
@@ -1897,80 +2078,91 @@ proto.ondewo.qa.GetProjectConfigRequest.prototype.serializeBinary = function ()
1897
2078
  * @param {!jspb.BinaryWriter} writer
1898
2079
  * @suppress {unusedLocalVariables} f is only used for nested messages
1899
2080
  */
1900
- proto.ondewo.qa.GetProjectConfigRequest.serializeBinaryToWriter = function (message, writer) {
1901
- var f = undefined;
1902
- f = message.getProjectId();
1903
- if (f.length > 0) {
1904
- writer.writeString(1, f);
1905
- }
2081
+ proto.ondewo.qa.GetProjectConfigRequest.serializeBinaryToWriter = function(message, writer) {
2082
+ var f = undefined;
2083
+ f = message.getProjectId();
2084
+ if (f.length > 0) {
2085
+ writer.writeString(
2086
+ 1,
2087
+ f
2088
+ );
2089
+ }
1906
2090
  };
1907
2091
 
2092
+
1908
2093
  /**
1909
2094
  * optional string project_id = 1;
1910
2095
  * @return {string}
1911
2096
  */
1912
- proto.ondewo.qa.GetProjectConfigRequest.prototype.getProjectId = function () {
1913
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
2097
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.getProjectId = function() {
2098
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1914
2099
  };
1915
2100
 
2101
+
1916
2102
  /**
1917
2103
  * @param {string} value
1918
2104
  * @return {!proto.ondewo.qa.GetProjectConfigRequest} returns this
1919
2105
  */
1920
- proto.ondewo.qa.GetProjectConfigRequest.prototype.setProjectId = function (value) {
1921
- return jspb.Message.setProto3StringField(this, 1, value);
2106
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.setProjectId = function(value) {
2107
+ return jspb.Message.setProto3StringField(this, 1, value);
1922
2108
  };
1923
2109
 
2110
+
2111
+
2112
+
2113
+
1924
2114
  if (jspb.Message.GENERATE_TO_OBJECT) {
1925
- /**
1926
- * Creates an object representation of this proto.
1927
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1928
- * Optional fields that are not set will be set to undefined.
1929
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1930
- * For the list of reserved names please see:
1931
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1932
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1933
- * JSPB instance for transitional soy proto support:
1934
- * http://goto/soy-param-migration
1935
- * @return {!Object}
1936
- */
1937
- proto.ondewo.qa.GetProjectConfigResponse.prototype.toObject = function (opt_includeInstance) {
1938
- return proto.ondewo.qa.GetProjectConfigResponse.toObject(opt_includeInstance, this);
1939
- };
1940
-
1941
- /**
1942
- * Static version of the {@see toObject} method.
1943
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1944
- * the JSPB instance for transitional soy proto support:
1945
- * http://goto/soy-param-migration
1946
- * @param {!proto.ondewo.qa.GetProjectConfigResponse} msg The msg instance to transform.
1947
- * @return {!Object}
1948
- * @suppress {unusedLocalVariables} f is only used for nested messages
1949
- */
1950
- proto.ondewo.qa.GetProjectConfigResponse.toObject = function (includeInstance, msg) {
1951
- var f,
1952
- obj = {
1953
- configSerialized: jspb.Message.getFieldWithDefault(msg, 1, '')
1954
- };
1955
-
1956
- if (includeInstance) {
1957
- obj.$jspbMessageInstance = msg;
1958
- }
1959
- return obj;
1960
- };
2115
+ /**
2116
+ * Creates an object representation of this proto.
2117
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2118
+ * Optional fields that are not set will be set to undefined.
2119
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2120
+ * For the list of reserved names please see:
2121
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2122
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2123
+ * JSPB instance for transitional soy proto support:
2124
+ * http://goto/soy-param-migration
2125
+ * @return {!Object}
2126
+ */
2127
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.toObject = function(opt_includeInstance) {
2128
+ return proto.ondewo.qa.GetProjectConfigResponse.toObject(opt_includeInstance, this);
2129
+ };
2130
+
2131
+
2132
+ /**
2133
+ * Static version of the {@see toObject} method.
2134
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2135
+ * the JSPB instance for transitional soy proto support:
2136
+ * http://goto/soy-param-migration
2137
+ * @param {!proto.ondewo.qa.GetProjectConfigResponse} msg The msg instance to transform.
2138
+ * @return {!Object}
2139
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2140
+ */
2141
+ proto.ondewo.qa.GetProjectConfigResponse.toObject = function(includeInstance, msg) {
2142
+ var f, obj = {
2143
+ configSerialized: jspb.Message.getFieldWithDefault(msg, 1, "")
2144
+ };
2145
+
2146
+ if (includeInstance) {
2147
+ obj.$jspbMessageInstance = msg;
2148
+ }
2149
+ return obj;
2150
+ };
1961
2151
  }
1962
2152
 
2153
+
1963
2154
  /**
1964
2155
  * Deserializes binary data (in protobuf wire format).
1965
2156
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1966
2157
  * @return {!proto.ondewo.qa.GetProjectConfigResponse}
1967
2158
  */
1968
- proto.ondewo.qa.GetProjectConfigResponse.deserializeBinary = function (bytes) {
1969
- var reader = new jspb.BinaryReader(bytes);
1970
- var msg = new proto.ondewo.qa.GetProjectConfigResponse();
1971
- return proto.ondewo.qa.GetProjectConfigResponse.deserializeBinaryFromReader(msg, reader);
2159
+ proto.ondewo.qa.GetProjectConfigResponse.deserializeBinary = function(bytes) {
2160
+ var reader = new jspb.BinaryReader(bytes);
2161
+ var msg = new proto.ondewo.qa.GetProjectConfigResponse;
2162
+ return proto.ondewo.qa.GetProjectConfigResponse.deserializeBinaryFromReader(msg, reader);
1972
2163
  };
1973
2164
 
2165
+
1974
2166
  /**
1975
2167
  * Deserializes binary data (in protobuf wire format) from the
1976
2168
  * given reader into the given message object.
@@ -1978,35 +2170,37 @@ proto.ondewo.qa.GetProjectConfigResponse.deserializeBinary = function (bytes) {
1978
2170
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1979
2171
  * @return {!proto.ondewo.qa.GetProjectConfigResponse}
1980
2172
  */
1981
- proto.ondewo.qa.GetProjectConfigResponse.deserializeBinaryFromReader = function (msg, reader) {
1982
- while (reader.nextField()) {
1983
- if (reader.isEndGroup()) {
1984
- break;
1985
- }
1986
- var field = reader.getFieldNumber();
1987
- switch (field) {
1988
- case 1:
1989
- var value = /** @type {string} */ (reader.readString());
1990
- msg.setConfigSerialized(value);
1991
- break;
1992
- default:
1993
- reader.skipField();
1994
- break;
1995
- }
1996
- }
1997
- return msg;
2173
+ proto.ondewo.qa.GetProjectConfigResponse.deserializeBinaryFromReader = function(msg, reader) {
2174
+ while (reader.nextField()) {
2175
+ if (reader.isEndGroup()) {
2176
+ break;
2177
+ }
2178
+ var field = reader.getFieldNumber();
2179
+ switch (field) {
2180
+ case 1:
2181
+ var value = /** @type {string} */ (reader.readString());
2182
+ msg.setConfigSerialized(value);
2183
+ break;
2184
+ default:
2185
+ reader.skipField();
2186
+ break;
2187
+ }
2188
+ }
2189
+ return msg;
1998
2190
  };
1999
2191
 
2192
+
2000
2193
  /**
2001
2194
  * Serializes the message to binary data (in protobuf wire format).
2002
2195
  * @return {!Uint8Array}
2003
2196
  */
2004
- proto.ondewo.qa.GetProjectConfigResponse.prototype.serializeBinary = function () {
2005
- var writer = new jspb.BinaryWriter();
2006
- proto.ondewo.qa.GetProjectConfigResponse.serializeBinaryToWriter(this, writer);
2007
- return writer.getResultBuffer();
2197
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.serializeBinary = function() {
2198
+ var writer = new jspb.BinaryWriter();
2199
+ proto.ondewo.qa.GetProjectConfigResponse.serializeBinaryToWriter(this, writer);
2200
+ return writer.getResultBuffer();
2008
2201
  };
2009
2202
 
2203
+
2010
2204
  /**
2011
2205
  * Serializes the given message to binary data (in protobuf wire
2012
2206
  * format), writing to the given BinaryWriter.
@@ -2014,30 +2208,37 @@ proto.ondewo.qa.GetProjectConfigResponse.prototype.serializeBinary = function ()
2014
2208
  * @param {!jspb.BinaryWriter} writer
2015
2209
  * @suppress {unusedLocalVariables} f is only used for nested messages
2016
2210
  */
2017
- proto.ondewo.qa.GetProjectConfigResponse.serializeBinaryToWriter = function (message, writer) {
2018
- var f = undefined;
2019
- f = message.getConfigSerialized();
2020
- if (f.length > 0) {
2021
- writer.writeString(1, f);
2022
- }
2211
+ proto.ondewo.qa.GetProjectConfigResponse.serializeBinaryToWriter = function(message, writer) {
2212
+ var f = undefined;
2213
+ f = message.getConfigSerialized();
2214
+ if (f.length > 0) {
2215
+ writer.writeString(
2216
+ 1,
2217
+ f
2218
+ );
2219
+ }
2023
2220
  };
2024
2221
 
2222
+
2025
2223
  /**
2026
2224
  * optional string config_serialized = 1;
2027
2225
  * @return {string}
2028
2226
  */
2029
- proto.ondewo.qa.GetProjectConfigResponse.prototype.getConfigSerialized = function () {
2030
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
2227
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.getConfigSerialized = function() {
2228
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2031
2229
  };
2032
2230
 
2231
+
2033
2232
  /**
2034
2233
  * @param {string} value
2035
2234
  * @return {!proto.ondewo.qa.GetProjectConfigResponse} returns this
2036
2235
  */
2037
- proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = function (value) {
2038
- return jspb.Message.setProto3StringField(this, 1, value);
2236
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = function(value) {
2237
+ return jspb.Message.setProto3StringField(this, 1, value);
2039
2238
  };
2040
2239
 
2240
+
2241
+
2041
2242
  /**
2042
2243
  * List of repeated fields within this message type.
2043
2244
  * @private {!Array<number>}
@@ -2045,56 +2246,60 @@ proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = functio
2045
2246
  */
2046
2247
  proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_ = [1];
2047
2248
 
2249
+
2250
+
2048
2251
  if (jspb.Message.GENERATE_TO_OBJECT) {
2049
- /**
2050
- * Creates an object representation of this proto.
2051
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2052
- * Optional fields that are not set will be set to undefined.
2053
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2054
- * For the list of reserved names please see:
2055
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2056
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2057
- * JSPB instance for transitional soy proto support:
2058
- * http://goto/soy-param-migration
2059
- * @return {!Object}
2060
- */
2061
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.toObject = function (opt_includeInstance) {
2062
- return proto.ondewo.qa.UpdateDatabaseRequest.toObject(opt_includeInstance, this);
2063
- };
2064
-
2065
- /**
2066
- * Static version of the {@see toObject} method.
2067
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2068
- * the JSPB instance for transitional soy proto support:
2069
- * http://goto/soy-param-migration
2070
- * @param {!proto.ondewo.qa.UpdateDatabaseRequest} msg The msg instance to transform.
2071
- * @return {!Object}
2072
- * @suppress {unusedLocalVariables} f is only used for nested messages
2073
- */
2074
- proto.ondewo.qa.UpdateDatabaseRequest.toObject = function (includeInstance, msg) {
2075
- var f,
2076
- obj = {
2077
- projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
2078
- };
2079
-
2080
- if (includeInstance) {
2081
- obj.$jspbMessageInstance = msg;
2082
- }
2083
- return obj;
2084
- };
2252
+ /**
2253
+ * Creates an object representation of this proto.
2254
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2255
+ * Optional fields that are not set will be set to undefined.
2256
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2257
+ * For the list of reserved names please see:
2258
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2259
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2260
+ * JSPB instance for transitional soy proto support:
2261
+ * http://goto/soy-param-migration
2262
+ * @return {!Object}
2263
+ */
2264
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.toObject = function(opt_includeInstance) {
2265
+ return proto.ondewo.qa.UpdateDatabaseRequest.toObject(opt_includeInstance, this);
2266
+ };
2267
+
2268
+
2269
+ /**
2270
+ * Static version of the {@see toObject} method.
2271
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2272
+ * the JSPB instance for transitional soy proto support:
2273
+ * http://goto/soy-param-migration
2274
+ * @param {!proto.ondewo.qa.UpdateDatabaseRequest} msg The msg instance to transform.
2275
+ * @return {!Object}
2276
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2277
+ */
2278
+ proto.ondewo.qa.UpdateDatabaseRequest.toObject = function(includeInstance, msg) {
2279
+ var f, obj = {
2280
+ projectIdsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
2281
+ };
2282
+
2283
+ if (includeInstance) {
2284
+ obj.$jspbMessageInstance = msg;
2285
+ }
2286
+ return obj;
2287
+ };
2085
2288
  }
2086
2289
 
2290
+
2087
2291
  /**
2088
2292
  * Deserializes binary data (in protobuf wire format).
2089
2293
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2090
2294
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest}
2091
2295
  */
2092
- proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinary = function (bytes) {
2093
- var reader = new jspb.BinaryReader(bytes);
2094
- var msg = new proto.ondewo.qa.UpdateDatabaseRequest();
2095
- return proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinaryFromReader(msg, reader);
2296
+ proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinary = function(bytes) {
2297
+ var reader = new jspb.BinaryReader(bytes);
2298
+ var msg = new proto.ondewo.qa.UpdateDatabaseRequest;
2299
+ return proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinaryFromReader(msg, reader);
2096
2300
  };
2097
2301
 
2302
+
2098
2303
  /**
2099
2304
  * Deserializes binary data (in protobuf wire format) from the
2100
2305
  * given reader into the given message object.
@@ -2102,35 +2307,37 @@ proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinary = function (bytes) {
2102
2307
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2103
2308
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest}
2104
2309
  */
2105
- proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinaryFromReader = function (msg, reader) {
2106
- while (reader.nextField()) {
2107
- if (reader.isEndGroup()) {
2108
- break;
2109
- }
2110
- var field = reader.getFieldNumber();
2111
- switch (field) {
2112
- case 1:
2113
- var value = /** @type {string} */ (reader.readString());
2114
- msg.addProjectIds(value);
2115
- break;
2116
- default:
2117
- reader.skipField();
2118
- break;
2119
- }
2120
- }
2121
- return msg;
2310
+ proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinaryFromReader = function(msg, reader) {
2311
+ while (reader.nextField()) {
2312
+ if (reader.isEndGroup()) {
2313
+ break;
2314
+ }
2315
+ var field = reader.getFieldNumber();
2316
+ switch (field) {
2317
+ case 1:
2318
+ var value = /** @type {string} */ (reader.readString());
2319
+ msg.addProjectIds(value);
2320
+ break;
2321
+ default:
2322
+ reader.skipField();
2323
+ break;
2324
+ }
2325
+ }
2326
+ return msg;
2122
2327
  };
2123
2328
 
2329
+
2124
2330
  /**
2125
2331
  * Serializes the message to binary data (in protobuf wire format).
2126
2332
  * @return {!Uint8Array}
2127
2333
  */
2128
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.serializeBinary = function () {
2129
- var writer = new jspb.BinaryWriter();
2130
- proto.ondewo.qa.UpdateDatabaseRequest.serializeBinaryToWriter(this, writer);
2131
- return writer.getResultBuffer();
2334
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.serializeBinary = function() {
2335
+ var writer = new jspb.BinaryWriter();
2336
+ proto.ondewo.qa.UpdateDatabaseRequest.serializeBinaryToWriter(this, writer);
2337
+ return writer.getResultBuffer();
2132
2338
  };
2133
2339
 
2340
+
2134
2341
  /**
2135
2342
  * Serializes the given message to binary data (in protobuf wire
2136
2343
  * format), writing to the given BinaryWriter.
@@ -2138,47 +2345,56 @@ proto.ondewo.qa.UpdateDatabaseRequest.prototype.serializeBinary = function () {
2138
2345
  * @param {!jspb.BinaryWriter} writer
2139
2346
  * @suppress {unusedLocalVariables} f is only used for nested messages
2140
2347
  */
2141
- proto.ondewo.qa.UpdateDatabaseRequest.serializeBinaryToWriter = function (message, writer) {
2142
- var f = undefined;
2143
- f = message.getProjectIdsList();
2144
- if (f.length > 0) {
2145
- writer.writeRepeatedString(1, f);
2146
- }
2348
+ proto.ondewo.qa.UpdateDatabaseRequest.serializeBinaryToWriter = function(message, writer) {
2349
+ var f = undefined;
2350
+ f = message.getProjectIdsList();
2351
+ if (f.length > 0) {
2352
+ writer.writeRepeatedString(
2353
+ 1,
2354
+ f
2355
+ );
2356
+ }
2147
2357
  };
2148
2358
 
2359
+
2149
2360
  /**
2150
2361
  * repeated string project_ids = 1;
2151
2362
  * @return {!Array<string>}
2152
2363
  */
2153
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.getProjectIdsList = function () {
2154
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2364
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.getProjectIdsList = function() {
2365
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2155
2366
  };
2156
2367
 
2368
+
2157
2369
  /**
2158
2370
  * @param {!Array<string>} value
2159
2371
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2160
2372
  */
2161
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.setProjectIdsList = function (value) {
2162
- return jspb.Message.setField(this, 1, value || []);
2373
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.setProjectIdsList = function(value) {
2374
+ return jspb.Message.setField(this, 1, value || []);
2163
2375
  };
2164
2376
 
2377
+
2165
2378
  /**
2166
2379
  * @param {string} value
2167
2380
  * @param {number=} opt_index
2168
2381
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2169
2382
  */
2170
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.addProjectIds = function (value, opt_index) {
2171
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2383
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.addProjectIds = function(value, opt_index) {
2384
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2172
2385
  };
2173
2386
 
2387
+
2174
2388
  /**
2175
2389
  * Clears the list making it empty but non-null.
2176
2390
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2177
2391
  */
2178
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function () {
2179
- return this.setProjectIdsList([]);
2392
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function() {
2393
+ return this.setProjectIdsList([]);
2180
2394
  };
2181
2395
 
2396
+
2397
+
2182
2398
  /**
2183
2399
  * List of repeated fields within this message type.
2184
2400
  * @private {!Array<number>}
@@ -2186,56 +2402,60 @@ proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function (
2186
2402
  */
2187
2403
  proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_ = [1];
2188
2404
 
2405
+
2406
+
2189
2407
  if (jspb.Message.GENERATE_TO_OBJECT) {
2190
- /**
2191
- * Creates an object representation of this proto.
2192
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
2193
- * Optional fields that are not set will be set to undefined.
2194
- * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2195
- * For the list of reserved names please see:
2196
- * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2197
- * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2198
- * JSPB instance for transitional soy proto support:
2199
- * http://goto/soy-param-migration
2200
- * @return {!Object}
2201
- */
2202
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.toObject = function (opt_includeInstance) {
2203
- return proto.ondewo.qa.UpdateDatabaseResponse.toObject(opt_includeInstance, this);
2204
- };
2205
-
2206
- /**
2207
- * Static version of the {@see toObject} method.
2208
- * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2209
- * the JSPB instance for transitional soy proto support:
2210
- * http://goto/soy-param-migration
2211
- * @param {!proto.ondewo.qa.UpdateDatabaseResponse} msg The msg instance to transform.
2212
- * @return {!Object}
2213
- * @suppress {unusedLocalVariables} f is only used for nested messages
2214
- */
2215
- proto.ondewo.qa.UpdateDatabaseResponse.toObject = function (includeInstance, msg) {
2216
- var f,
2217
- obj = {
2218
- errorMessagesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
2219
- };
2220
-
2221
- if (includeInstance) {
2222
- obj.$jspbMessageInstance = msg;
2223
- }
2224
- return obj;
2225
- };
2408
+ /**
2409
+ * Creates an object representation of this proto.
2410
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
2411
+ * Optional fields that are not set will be set to undefined.
2412
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
2413
+ * For the list of reserved names please see:
2414
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
2415
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
2416
+ * JSPB instance for transitional soy proto support:
2417
+ * http://goto/soy-param-migration
2418
+ * @return {!Object}
2419
+ */
2420
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.toObject = function(opt_includeInstance) {
2421
+ return proto.ondewo.qa.UpdateDatabaseResponse.toObject(opt_includeInstance, this);
2422
+ };
2423
+
2424
+
2425
+ /**
2426
+ * Static version of the {@see toObject} method.
2427
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
2428
+ * the JSPB instance for transitional soy proto support:
2429
+ * http://goto/soy-param-migration
2430
+ * @param {!proto.ondewo.qa.UpdateDatabaseResponse} msg The msg instance to transform.
2431
+ * @return {!Object}
2432
+ * @suppress {unusedLocalVariables} f is only used for nested messages
2433
+ */
2434
+ proto.ondewo.qa.UpdateDatabaseResponse.toObject = function(includeInstance, msg) {
2435
+ var f, obj = {
2436
+ errorMessagesList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f
2437
+ };
2438
+
2439
+ if (includeInstance) {
2440
+ obj.$jspbMessageInstance = msg;
2441
+ }
2442
+ return obj;
2443
+ };
2226
2444
  }
2227
2445
 
2446
+
2228
2447
  /**
2229
2448
  * Deserializes binary data (in protobuf wire format).
2230
2449
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2231
2450
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse}
2232
2451
  */
2233
- proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinary = function (bytes) {
2234
- var reader = new jspb.BinaryReader(bytes);
2235
- var msg = new proto.ondewo.qa.UpdateDatabaseResponse();
2236
- return proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinaryFromReader(msg, reader);
2452
+ proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinary = function(bytes) {
2453
+ var reader = new jspb.BinaryReader(bytes);
2454
+ var msg = new proto.ondewo.qa.UpdateDatabaseResponse;
2455
+ return proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinaryFromReader(msg, reader);
2237
2456
  };
2238
2457
 
2458
+
2239
2459
  /**
2240
2460
  * Deserializes binary data (in protobuf wire format) from the
2241
2461
  * given reader into the given message object.
@@ -2243,35 +2463,37 @@ proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinary = function (bytes) {
2243
2463
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2244
2464
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse}
2245
2465
  */
2246
- proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinaryFromReader = function (msg, reader) {
2247
- while (reader.nextField()) {
2248
- if (reader.isEndGroup()) {
2249
- break;
2250
- }
2251
- var field = reader.getFieldNumber();
2252
- switch (field) {
2253
- case 1:
2254
- var value = /** @type {string} */ (reader.readString());
2255
- msg.addErrorMessages(value);
2256
- break;
2257
- default:
2258
- reader.skipField();
2259
- break;
2260
- }
2261
- }
2262
- return msg;
2466
+ proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinaryFromReader = function(msg, reader) {
2467
+ while (reader.nextField()) {
2468
+ if (reader.isEndGroup()) {
2469
+ break;
2470
+ }
2471
+ var field = reader.getFieldNumber();
2472
+ switch (field) {
2473
+ case 1:
2474
+ var value = /** @type {string} */ (reader.readString());
2475
+ msg.addErrorMessages(value);
2476
+ break;
2477
+ default:
2478
+ reader.skipField();
2479
+ break;
2480
+ }
2481
+ }
2482
+ return msg;
2263
2483
  };
2264
2484
 
2485
+
2265
2486
  /**
2266
2487
  * Serializes the message to binary data (in protobuf wire format).
2267
2488
  * @return {!Uint8Array}
2268
2489
  */
2269
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.serializeBinary = function () {
2270
- var writer = new jspb.BinaryWriter();
2271
- proto.ondewo.qa.UpdateDatabaseResponse.serializeBinaryToWriter(this, writer);
2272
- return writer.getResultBuffer();
2490
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.serializeBinary = function() {
2491
+ var writer = new jspb.BinaryWriter();
2492
+ proto.ondewo.qa.UpdateDatabaseResponse.serializeBinaryToWriter(this, writer);
2493
+ return writer.getResultBuffer();
2273
2494
  };
2274
2495
 
2496
+
2275
2497
  /**
2276
2498
  * Serializes the given message to binary data (in protobuf wire
2277
2499
  * format), writing to the given BinaryWriter.
@@ -2279,45 +2501,53 @@ proto.ondewo.qa.UpdateDatabaseResponse.prototype.serializeBinary = function () {
2279
2501
  * @param {!jspb.BinaryWriter} writer
2280
2502
  * @suppress {unusedLocalVariables} f is only used for nested messages
2281
2503
  */
2282
- proto.ondewo.qa.UpdateDatabaseResponse.serializeBinaryToWriter = function (message, writer) {
2283
- var f = undefined;
2284
- f = message.getErrorMessagesList();
2285
- if (f.length > 0) {
2286
- writer.writeRepeatedString(1, f);
2287
- }
2504
+ proto.ondewo.qa.UpdateDatabaseResponse.serializeBinaryToWriter = function(message, writer) {
2505
+ var f = undefined;
2506
+ f = message.getErrorMessagesList();
2507
+ if (f.length > 0) {
2508
+ writer.writeRepeatedString(
2509
+ 1,
2510
+ f
2511
+ );
2512
+ }
2288
2513
  };
2289
2514
 
2515
+
2290
2516
  /**
2291
2517
  * repeated string error_messages = 1;
2292
2518
  * @return {!Array<string>}
2293
2519
  */
2294
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.getErrorMessagesList = function () {
2295
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2520
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.getErrorMessagesList = function() {
2521
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2296
2522
  };
2297
2523
 
2524
+
2298
2525
  /**
2299
2526
  * @param {!Array<string>} value
2300
2527
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2301
2528
  */
2302
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.setErrorMessagesList = function (value) {
2303
- return jspb.Message.setField(this, 1, value || []);
2529
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.setErrorMessagesList = function(value) {
2530
+ return jspb.Message.setField(this, 1, value || []);
2304
2531
  };
2305
2532
 
2533
+
2306
2534
  /**
2307
2535
  * @param {string} value
2308
2536
  * @param {number=} opt_index
2309
2537
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2310
2538
  */
2311
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.addErrorMessages = function (value, opt_index) {
2312
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2539
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.addErrorMessages = function(value, opt_index) {
2540
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2313
2541
  };
2314
2542
 
2543
+
2315
2544
  /**
2316
2545
  * Clears the list making it empty but non-null.
2317
2546
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2318
2547
  */
2319
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.clearErrorMessagesList = function () {
2320
- return this.setErrorMessagesList([]);
2548
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.clearErrorMessagesList = function() {
2549
+ return this.setErrorMessagesList([]);
2321
2550
  };
2322
2551
 
2552
+
2323
2553
  goog.object.extend(exports, proto.ondewo.qa);