@ondewo/nlu-client-typescript 4.0.0 → 4.1.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 +450 -490
  2. package/api/ondewo/nlu/agent_grpc_web_pb.js +1113 -1244
  3. package/api/ondewo/nlu/agent_pb.d.ts +1939 -1751
  4. package/api/ondewo/nlu/agent_pb.js +9062 -10483
  5. package/api/ondewo/nlu/aiservices_grpc_web_pb.d.ts +98 -106
  6. package/api/ondewo/nlu/aiservices_grpc_web_pb.js +245 -280
  7. package/api/ondewo/nlu/aiservices_pb.d.ts +745 -674
  8. package/api/ondewo/nlu/aiservices_pb.js +3638 -4403
  9. package/api/ondewo/nlu/common_pb.d.ts +15 -17
  10. package/api/ondewo/nlu/common_pb.js +83 -93
  11. package/api/ondewo/nlu/context_grpc_web_pb.d.ts +76 -82
  12. package/api/ondewo/nlu/context_grpc_web_pb.js +191 -220
  13. package/api/ondewo/nlu/context_pb.d.ts +151 -151
  14. package/api/ondewo/nlu/context_pb.js +889 -1042
  15. package/api/ondewo/nlu/entity_type_grpc_web_pb.d.ts +142 -154
  16. package/api/ondewo/nlu/entity_type_grpc_web_pb.js +351 -398
  17. package/api/ondewo/nlu/entity_type_pb.d.ts +614 -571
  18. package/api/ondewo/nlu/entity_type_pb.js +2893 -3369
  19. package/api/ondewo/nlu/intent_grpc_web_pb.d.ts +310 -334
  20. package/api/ondewo/nlu/intent_grpc_web_pb.js +766 -851
  21. package/api/ondewo/nlu/intent_pb.d.ts +2151 -1993
  22. package/api/ondewo/nlu/intent_pb.js +9502 -10692
  23. package/api/ondewo/nlu/operation_metadata_pb.d.ts +86 -88
  24. package/api/ondewo/nlu/operation_metadata_pb.js +321 -412
  25. package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -50
  26. package/api/ondewo/nlu/operations_grpc_web_pb.js +140 -163
  27. package/api/ondewo/nlu/operations_pb.d.ts +189 -182
  28. package/api/ondewo/nlu/operations_pb.js +843 -1004
  29. package/api/ondewo/nlu/project_role_grpc_web_pb.d.ts +65 -70
  30. package/api/ondewo/nlu/project_role_grpc_web_pb.js +164 -190
  31. package/api/ondewo/nlu/project_role_pb.d.ts +165 -151
  32. package/api/ondewo/nlu/project_role_pb.js +796 -963
  33. package/api/ondewo/nlu/project_statistics_grpc_web_pb.d.ts +98 -106
  34. package/api/ondewo/nlu/project_statistics_grpc_web_pb.js +246 -281
  35. package/api/ondewo/nlu/project_statistics_pb.d.ts +67 -63
  36. package/api/ondewo/nlu/project_statistics_pb.js +354 -418
  37. package/api/ondewo/nlu/server_statistics_grpc_web_pb.d.ts +43 -46
  38. package/api/ondewo/nlu/server_statistics_grpc_web_pb.js +110 -130
  39. package/api/ondewo/nlu/server_statistics_pb.d.ts +15 -14
  40. package/api/ondewo/nlu/server_statistics_pb.js +81 -91
  41. package/api/ondewo/nlu/session_grpc_web_pb.d.ts +164 -178
  42. package/api/ondewo/nlu/session_grpc_web_pb.js +409 -462
  43. package/api/ondewo/nlu/session_pb.d.ts +1080 -1025
  44. package/api/ondewo/nlu/session_pb.js +5285 -6536
  45. package/api/ondewo/nlu/user_grpc_web_pb.d.ts +172 -190
  46. package/api/ondewo/nlu/user_grpc_web_pb.js +431 -487
  47. package/api/ondewo/nlu/user_pb.d.ts +345 -325
  48. package/api/ondewo/nlu/user_pb.js +1948 -2312
  49. package/api/ondewo/nlu/utility_grpc_web_pb.d.ts +98 -106
  50. package/api/ondewo/nlu/utility_grpc_web_pb.js +244 -279
  51. package/api/ondewo/nlu/utility_pb.d.ts +588 -535
  52. package/api/ondewo/nlu/utility_pb.js +2814 -3348
  53. package/api/ondewo/nlu/webhook_grpc_web_pb.d.ts +43 -46
  54. package/api/ondewo/nlu/webhook_grpc_web_pb.js +112 -132
  55. package/api/ondewo/nlu/webhook_pb.d.ts +123 -119
  56. package/api/ondewo/nlu/webhook_pb.js +599 -718
  57. package/api/ondewo/qa/qa_grpc_web_pb.d.ts +87 -94
  58. package/api/ondewo/qa/qa_grpc_web_pb.js +218 -250
  59. package/api/ondewo/qa/qa_pb.d.ts +235 -220
  60. package/api/ondewo/qa/qa_pb.js +1222 -1452
  61. package/package.json +1 -1
  62. package/public-api.d.ts +4 -34
@@ -13,7 +13,9 @@
13
13
 
14
14
  var jspb = require('google-protobuf');
15
15
  var goog = jspb;
16
- var global = (function() { return this || window || global || self || Function('return this')(); }).call(null);
16
+ var global = function () {
17
+ return this || window || global || self || Function('return this')();
18
+ }.call(null);
17
19
 
18
20
  var google_protobuf_empty_pb = require('google-protobuf/google/protobuf/empty_pb.js');
19
21
  goog.object.extend(proto, google_protobuf_empty_pb);
@@ -44,16 +46,16 @@ goog.exportSymbol('proto.ondewo.qa.UrlFilter', null, global);
44
46
  * @extends {jspb.Message}
45
47
  * @constructor
46
48
  */
47
- proto.ondewo.qa.GetAnswerRequest = function(opt_data) {
48
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
49
+ proto.ondewo.qa.GetAnswerRequest = function (opt_data) {
50
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
49
51
  };
50
52
  goog.inherits(proto.ondewo.qa.GetAnswerRequest, jspb.Message);
51
53
  if (goog.DEBUG && !COMPILED) {
52
- /**
53
- * @public
54
- * @override
55
- */
56
- proto.ondewo.qa.GetAnswerRequest.displayName = 'proto.ondewo.qa.GetAnswerRequest';
54
+ /**
55
+ * @public
56
+ * @override
57
+ */
58
+ proto.ondewo.qa.GetAnswerRequest.displayName = 'proto.ondewo.qa.GetAnswerRequest';
57
59
  }
58
60
  /**
59
61
  * Generated by JsPbCodeGenerator.
@@ -65,16 +67,16 @@ if (goog.DEBUG && !COMPILED) {
65
67
  * @extends {jspb.Message}
66
68
  * @constructor
67
69
  */
68
- proto.ondewo.qa.GetAnswerResponse = function(opt_data) {
69
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
70
+ proto.ondewo.qa.GetAnswerResponse = function (opt_data) {
71
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
70
72
  };
71
73
  goog.inherits(proto.ondewo.qa.GetAnswerResponse, jspb.Message);
72
74
  if (goog.DEBUG && !COMPILED) {
73
- /**
74
- * @public
75
- * @override
76
- */
77
- proto.ondewo.qa.GetAnswerResponse.displayName = 'proto.ondewo.qa.GetAnswerResponse';
75
+ /**
76
+ * @public
77
+ * @override
78
+ */
79
+ proto.ondewo.qa.GetAnswerResponse.displayName = 'proto.ondewo.qa.GetAnswerResponse';
78
80
  }
79
81
  /**
80
82
  * Generated by JsPbCodeGenerator.
@@ -86,16 +88,16 @@ if (goog.DEBUG && !COMPILED) {
86
88
  * @extends {jspb.Message}
87
89
  * @constructor
88
90
  */
89
- proto.ondewo.qa.RunScraperRequest = function(opt_data) {
90
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperRequest.repeatedFields_, null);
91
+ proto.ondewo.qa.RunScraperRequest = function (opt_data) {
92
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperRequest.repeatedFields_, null);
91
93
  };
92
94
  goog.inherits(proto.ondewo.qa.RunScraperRequest, jspb.Message);
93
95
  if (goog.DEBUG && !COMPILED) {
94
- /**
95
- * @public
96
- * @override
97
- */
98
- proto.ondewo.qa.RunScraperRequest.displayName = 'proto.ondewo.qa.RunScraperRequest';
96
+ /**
97
+ * @public
98
+ * @override
99
+ */
100
+ proto.ondewo.qa.RunScraperRequest.displayName = 'proto.ondewo.qa.RunScraperRequest';
99
101
  }
100
102
  /**
101
103
  * Generated by JsPbCodeGenerator.
@@ -107,16 +109,16 @@ if (goog.DEBUG && !COMPILED) {
107
109
  * @extends {jspb.Message}
108
110
  * @constructor
109
111
  */
110
- proto.ondewo.qa.RunScraperResponse = function(opt_data) {
111
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperResponse.repeatedFields_, null);
112
+ proto.ondewo.qa.RunScraperResponse = function (opt_data) {
113
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.RunScraperResponse.repeatedFields_, null);
112
114
  };
113
115
  goog.inherits(proto.ondewo.qa.RunScraperResponse, jspb.Message);
114
116
  if (goog.DEBUG && !COMPILED) {
115
- /**
116
- * @public
117
- * @override
118
- */
119
- proto.ondewo.qa.RunScraperResponse.displayName = 'proto.ondewo.qa.RunScraperResponse';
117
+ /**
118
+ * @public
119
+ * @override
120
+ */
121
+ proto.ondewo.qa.RunScraperResponse.displayName = 'proto.ondewo.qa.RunScraperResponse';
120
122
  }
121
123
  /**
122
124
  * Generated by JsPbCodeGenerator.
@@ -128,16 +130,17 @@ if (goog.DEBUG && !COMPILED) {
128
130
  * @extends {jspb.Message}
129
131
  * @constructor
130
132
  */
131
- proto.ondewo.qa.RunScraperResponse.ScraperContainer = function(opt_data) {
132
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
133
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer = function (opt_data) {
134
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
133
135
  };
134
136
  goog.inherits(proto.ondewo.qa.RunScraperResponse.ScraperContainer, jspb.Message);
135
137
  if (goog.DEBUG && !COMPILED) {
136
- /**
137
- * @public
138
- * @override
139
- */
140
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.displayName = 'proto.ondewo.qa.RunScraperResponse.ScraperContainer';
138
+ /**
139
+ * @public
140
+ * @override
141
+ */
142
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.displayName =
143
+ 'proto.ondewo.qa.RunScraperResponse.ScraperContainer';
141
144
  }
142
145
  /**
143
146
  * Generated by JsPbCodeGenerator.
@@ -149,16 +152,16 @@ if (goog.DEBUG && !COMPILED) {
149
152
  * @extends {jspb.Message}
150
153
  * @constructor
151
154
  */
152
- proto.ondewo.qa.RunTrainingResponse = function(opt_data) {
153
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
155
+ proto.ondewo.qa.RunTrainingResponse = function (opt_data) {
156
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
154
157
  };
155
158
  goog.inherits(proto.ondewo.qa.RunTrainingResponse, jspb.Message);
156
159
  if (goog.DEBUG && !COMPILED) {
157
- /**
158
- * @public
159
- * @override
160
- */
161
- proto.ondewo.qa.RunTrainingResponse.displayName = 'proto.ondewo.qa.RunTrainingResponse';
160
+ /**
161
+ * @public
162
+ * @override
163
+ */
164
+ proto.ondewo.qa.RunTrainingResponse.displayName = 'proto.ondewo.qa.RunTrainingResponse';
162
165
  }
163
166
  /**
164
167
  * Generated by JsPbCodeGenerator.
@@ -170,16 +173,16 @@ if (goog.DEBUG && !COMPILED) {
170
173
  * @extends {jspb.Message}
171
174
  * @constructor
172
175
  */
173
- proto.ondewo.qa.UrlFilter = function(opt_data) {
174
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UrlFilter.repeatedFields_, null);
176
+ proto.ondewo.qa.UrlFilter = function (opt_data) {
177
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UrlFilter.repeatedFields_, null);
175
178
  };
176
179
  goog.inherits(proto.ondewo.qa.UrlFilter, jspb.Message);
177
180
  if (goog.DEBUG && !COMPILED) {
178
- /**
179
- * @public
180
- * @override
181
- */
182
- proto.ondewo.qa.UrlFilter.displayName = 'proto.ondewo.qa.UrlFilter';
181
+ /**
182
+ * @public
183
+ * @override
184
+ */
185
+ proto.ondewo.qa.UrlFilter.displayName = 'proto.ondewo.qa.UrlFilter';
183
186
  }
184
187
  /**
185
188
  * Generated by JsPbCodeGenerator.
@@ -191,16 +194,16 @@ if (goog.DEBUG && !COMPILED) {
191
194
  * @extends {jspb.Message}
192
195
  * @constructor
193
196
  */
194
- proto.ondewo.qa.GetServerStateResponse = function(opt_data) {
195
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
197
+ proto.ondewo.qa.GetServerStateResponse = function (opt_data) {
198
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
196
199
  };
197
200
  goog.inherits(proto.ondewo.qa.GetServerStateResponse, jspb.Message);
198
201
  if (goog.DEBUG && !COMPILED) {
199
- /**
200
- * @public
201
- * @override
202
- */
203
- proto.ondewo.qa.GetServerStateResponse.displayName = 'proto.ondewo.qa.GetServerStateResponse';
202
+ /**
203
+ * @public
204
+ * @override
205
+ */
206
+ proto.ondewo.qa.GetServerStateResponse.displayName = 'proto.ondewo.qa.GetServerStateResponse';
204
207
  }
205
208
  /**
206
209
  * Generated by JsPbCodeGenerator.
@@ -212,16 +215,16 @@ if (goog.DEBUG && !COMPILED) {
212
215
  * @extends {jspb.Message}
213
216
  * @constructor
214
217
  */
215
- proto.ondewo.qa.ListProjectIdsResponse = function(opt_data) {
216
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_, null);
218
+ proto.ondewo.qa.ListProjectIdsResponse = function (opt_data) {
219
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_, null);
217
220
  };
218
221
  goog.inherits(proto.ondewo.qa.ListProjectIdsResponse, jspb.Message);
219
222
  if (goog.DEBUG && !COMPILED) {
220
- /**
221
- * @public
222
- * @override
223
- */
224
- proto.ondewo.qa.ListProjectIdsResponse.displayName = 'proto.ondewo.qa.ListProjectIdsResponse';
223
+ /**
224
+ * @public
225
+ * @override
226
+ */
227
+ proto.ondewo.qa.ListProjectIdsResponse.displayName = 'proto.ondewo.qa.ListProjectIdsResponse';
225
228
  }
226
229
  /**
227
230
  * Generated by JsPbCodeGenerator.
@@ -233,16 +236,16 @@ if (goog.DEBUG && !COMPILED) {
233
236
  * @extends {jspb.Message}
234
237
  * @constructor
235
238
  */
236
- proto.ondewo.qa.GetProjectConfigRequest = function(opt_data) {
237
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
239
+ proto.ondewo.qa.GetProjectConfigRequest = function (opt_data) {
240
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
238
241
  };
239
242
  goog.inherits(proto.ondewo.qa.GetProjectConfigRequest, jspb.Message);
240
243
  if (goog.DEBUG && !COMPILED) {
241
- /**
242
- * @public
243
- * @override
244
- */
245
- proto.ondewo.qa.GetProjectConfigRequest.displayName = 'proto.ondewo.qa.GetProjectConfigRequest';
244
+ /**
245
+ * @public
246
+ * @override
247
+ */
248
+ proto.ondewo.qa.GetProjectConfigRequest.displayName = 'proto.ondewo.qa.GetProjectConfigRequest';
246
249
  }
247
250
  /**
248
251
  * Generated by JsPbCodeGenerator.
@@ -254,16 +257,16 @@ if (goog.DEBUG && !COMPILED) {
254
257
  * @extends {jspb.Message}
255
258
  * @constructor
256
259
  */
257
- proto.ondewo.qa.GetProjectConfigResponse = function(opt_data) {
258
- jspb.Message.initialize(this, opt_data, 0, -1, null, null);
260
+ proto.ondewo.qa.GetProjectConfigResponse = function (opt_data) {
261
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
259
262
  };
260
263
  goog.inherits(proto.ondewo.qa.GetProjectConfigResponse, jspb.Message);
261
264
  if (goog.DEBUG && !COMPILED) {
262
- /**
263
- * @public
264
- * @override
265
- */
266
- proto.ondewo.qa.GetProjectConfigResponse.displayName = 'proto.ondewo.qa.GetProjectConfigResponse';
265
+ /**
266
+ * @public
267
+ * @override
268
+ */
269
+ proto.ondewo.qa.GetProjectConfigResponse.displayName = 'proto.ondewo.qa.GetProjectConfigResponse';
267
270
  }
268
271
  /**
269
272
  * Generated by JsPbCodeGenerator.
@@ -275,16 +278,16 @@ if (goog.DEBUG && !COMPILED) {
275
278
  * @extends {jspb.Message}
276
279
  * @constructor
277
280
  */
278
- proto.ondewo.qa.UpdateDatabaseRequest = function(opt_data) {
279
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_, null);
281
+ proto.ondewo.qa.UpdateDatabaseRequest = function (opt_data) {
282
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_, null);
280
283
  };
281
284
  goog.inherits(proto.ondewo.qa.UpdateDatabaseRequest, jspb.Message);
282
285
  if (goog.DEBUG && !COMPILED) {
283
- /**
284
- * @public
285
- * @override
286
- */
287
- proto.ondewo.qa.UpdateDatabaseRequest.displayName = 'proto.ondewo.qa.UpdateDatabaseRequest';
286
+ /**
287
+ * @public
288
+ * @override
289
+ */
290
+ proto.ondewo.qa.UpdateDatabaseRequest.displayName = 'proto.ondewo.qa.UpdateDatabaseRequest';
288
291
  }
289
292
  /**
290
293
  * Generated by JsPbCodeGenerator.
@@ -296,79 +299,75 @@ if (goog.DEBUG && !COMPILED) {
296
299
  * @extends {jspb.Message}
297
300
  * @constructor
298
301
  */
299
- proto.ondewo.qa.UpdateDatabaseResponse = function(opt_data) {
300
- jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_, null);
302
+ proto.ondewo.qa.UpdateDatabaseResponse = function (opt_data) {
303
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_, null);
301
304
  };
302
305
  goog.inherits(proto.ondewo.qa.UpdateDatabaseResponse, jspb.Message);
303
306
  if (goog.DEBUG && !COMPILED) {
304
- /**
305
- * @public
306
- * @override
307
- */
308
- proto.ondewo.qa.UpdateDatabaseResponse.displayName = 'proto.ondewo.qa.UpdateDatabaseResponse';
307
+ /**
308
+ * @public
309
+ * @override
310
+ */
311
+ proto.ondewo.qa.UpdateDatabaseResponse.displayName = 'proto.ondewo.qa.UpdateDatabaseResponse';
309
312
  }
310
313
 
311
-
312
-
313
314
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
357
358
  }
358
359
 
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
-
372
371
  /**
373
372
  * Deserializes binary data (in protobuf wire format) from the
374
373
  * given reader into the given message object.
@@ -376,67 +375,65 @@ proto.ondewo.qa.GetAnswerRequest.deserializeBinary = function(bytes) {
376
375
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
377
376
  * @return {!proto.ondewo.qa.GetAnswerRequest}
378
377
  */
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;
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;
426
425
  };
427
426
 
428
-
429
427
  /**
430
428
  * Serializes the message to binary data (in protobuf wire format).
431
429
  * @return {!Uint8Array}
432
430
  */
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();
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();
437
435
  };
438
436
 
439
-
440
437
  /**
441
438
  * Serializes the given message to binary data (in protobuf wire
442
439
  * format), writing to the given BinaryWriter.
@@ -444,306 +441,255 @@ proto.ondewo.qa.GetAnswerRequest.prototype.serializeBinary = function() {
444
441
  * @param {!jspb.BinaryWriter} writer
445
442
  * @suppress {unusedLocalVariables} f is only used for nested messages
446
443
  */
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
- }
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
+ }
507
478
  };
508
479
 
509
-
510
480
  /**
511
481
  * optional string session_id = 1;
512
482
  * @return {string}
513
483
  */
514
- proto.ondewo.qa.GetAnswerRequest.prototype.getSessionId = function() {
515
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
484
+ proto.ondewo.qa.GetAnswerRequest.prototype.getSessionId = function () {
485
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
516
486
  };
517
487
 
518
-
519
488
  /**
520
489
  * @param {string} value
521
490
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
522
491
  */
523
- proto.ondewo.qa.GetAnswerRequest.prototype.setSessionId = function(value) {
524
- return jspb.Message.setProto3StringField(this, 1, value);
492
+ proto.ondewo.qa.GetAnswerRequest.prototype.setSessionId = function (value) {
493
+ return jspb.Message.setProto3StringField(this, 1, value);
525
494
  };
526
495
 
527
-
528
496
  /**
529
497
  * optional ondewo.nlu.TextInput text = 2;
530
498
  * @return {?proto.ondewo.nlu.TextInput}
531
499
  */
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));
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
+ );
535
504
  };
536
505
 
537
-
538
506
  /**
539
507
  * @param {?proto.ondewo.nlu.TextInput|undefined} value
540
508
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
541
- */
542
- proto.ondewo.qa.GetAnswerRequest.prototype.setText = function(value) {
543
- return jspb.Message.setWrapperField(this, 2, value);
509
+ */
510
+ proto.ondewo.qa.GetAnswerRequest.prototype.setText = function (value) {
511
+ return jspb.Message.setWrapperField(this, 2, value);
544
512
  };
545
513
 
546
-
547
514
  /**
548
515
  * Clears the message field making it undefined.
549
516
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
550
517
  */
551
- proto.ondewo.qa.GetAnswerRequest.prototype.clearText = function() {
552
- return this.setText(undefined);
518
+ proto.ondewo.qa.GetAnswerRequest.prototype.clearText = function () {
519
+ return this.setText(undefined);
553
520
  };
554
521
 
555
-
556
522
  /**
557
523
  * Returns whether this field is set.
558
524
  * @return {boolean}
559
525
  */
560
- proto.ondewo.qa.GetAnswerRequest.prototype.hasText = function() {
561
- return jspb.Message.getField(this, 2) != null;
526
+ proto.ondewo.qa.GetAnswerRequest.prototype.hasText = function () {
527
+ return jspb.Message.getField(this, 2) != null;
562
528
  };
563
529
 
564
-
565
530
  /**
566
531
  * optional int32 max_num_answers = 3;
567
532
  * @return {number}
568
533
  */
569
- proto.ondewo.qa.GetAnswerRequest.prototype.getMaxNumAnswers = function() {
570
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
534
+ proto.ondewo.qa.GetAnswerRequest.prototype.getMaxNumAnswers = function () {
535
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
571
536
  };
572
537
 
573
-
574
538
  /**
575
539
  * @param {number} value
576
540
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
577
541
  */
578
- proto.ondewo.qa.GetAnswerRequest.prototype.setMaxNumAnswers = function(value) {
579
- return jspb.Message.setProto3IntField(this, 3, value);
542
+ proto.ondewo.qa.GetAnswerRequest.prototype.setMaxNumAnswers = function (value) {
543
+ return jspb.Message.setProto3IntField(this, 3, value);
580
544
  };
581
545
 
582
-
583
546
  /**
584
547
  * optional float threshold_reader = 4;
585
548
  * @return {number}
586
549
  */
587
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdReader = function() {
588
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
550
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdReader = function () {
551
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
589
552
  };
590
553
 
591
-
592
554
  /**
593
555
  * @param {number} value
594
556
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
595
557
  */
596
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdReader = function(value) {
597
- return jspb.Message.setProto3FloatField(this, 4, value);
558
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdReader = function (value) {
559
+ return jspb.Message.setProto3FloatField(this, 4, value);
598
560
  };
599
561
 
600
-
601
562
  /**
602
563
  * optional float threshold_retriever = 5;
603
564
  * @return {number}
604
565
  */
605
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdRetriever = function() {
606
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
566
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdRetriever = function () {
567
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
607
568
  };
608
569
 
609
-
610
570
  /**
611
571
  * @param {number} value
612
572
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
613
573
  */
614
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdRetriever = function(value) {
615
- return jspb.Message.setProto3FloatField(this, 5, value);
574
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdRetriever = function (value) {
575
+ return jspb.Message.setProto3FloatField(this, 5, value);
616
576
  };
617
577
 
618
-
619
578
  /**
620
579
  * optional float threshold_overall = 6;
621
580
  * @return {number}
622
581
  */
623
- proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdOverall = function() {
624
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
582
+ proto.ondewo.qa.GetAnswerRequest.prototype.getThresholdOverall = function () {
583
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
625
584
  };
626
585
 
627
-
628
586
  /**
629
587
  * @param {number} value
630
588
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
631
589
  */
632
- proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdOverall = function(value) {
633
- return jspb.Message.setProto3FloatField(this, 6, value);
590
+ proto.ondewo.qa.GetAnswerRequest.prototype.setThresholdOverall = function (value) {
591
+ return jspb.Message.setProto3FloatField(this, 6, value);
634
592
  };
635
593
 
636
-
637
594
  /**
638
595
  * optional string reader_model_name = 7;
639
596
  * @return {string}
640
597
  */
641
- proto.ondewo.qa.GetAnswerRequest.prototype.getReaderModelName = function() {
642
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
598
+ proto.ondewo.qa.GetAnswerRequest.prototype.getReaderModelName = function () {
599
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ''));
643
600
  };
644
601
 
645
-
646
602
  /**
647
603
  * @param {string} value
648
604
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
649
605
  */
650
- proto.ondewo.qa.GetAnswerRequest.prototype.setReaderModelName = function(value) {
651
- return jspb.Message.setProto3StringField(this, 7, value);
606
+ proto.ondewo.qa.GetAnswerRequest.prototype.setReaderModelName = function (value) {
607
+ return jspb.Message.setProto3StringField(this, 7, value);
652
608
  };
653
609
 
654
-
655
610
  /**
656
611
  * optional UrlFilter url_filter = 8;
657
612
  * @return {?proto.ondewo.qa.UrlFilter}
658
613
  */
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));
614
+ proto.ondewo.qa.GetAnswerRequest.prototype.getUrlFilter = function () {
615
+ return /** @type{?proto.ondewo.qa.UrlFilter} */ (jspb.Message.getWrapperField(this, proto.ondewo.qa.UrlFilter, 8));
662
616
  };
663
617
 
664
-
665
618
  /**
666
619
  * @param {?proto.ondewo.qa.UrlFilter|undefined} value
667
620
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
668
- */
669
- proto.ondewo.qa.GetAnswerRequest.prototype.setUrlFilter = function(value) {
670
- return jspb.Message.setWrapperField(this, 8, value);
621
+ */
622
+ proto.ondewo.qa.GetAnswerRequest.prototype.setUrlFilter = function (value) {
623
+ return jspb.Message.setWrapperField(this, 8, value);
671
624
  };
672
625
 
673
-
674
626
  /**
675
627
  * Clears the message field making it undefined.
676
628
  * @return {!proto.ondewo.qa.GetAnswerRequest} returns this
677
629
  */
678
- proto.ondewo.qa.GetAnswerRequest.prototype.clearUrlFilter = function() {
679
- return this.setUrlFilter(undefined);
630
+ proto.ondewo.qa.GetAnswerRequest.prototype.clearUrlFilter = function () {
631
+ return this.setUrlFilter(undefined);
680
632
  };
681
633
 
682
-
683
634
  /**
684
635
  * Returns whether this field is set.
685
636
  * @return {boolean}
686
637
  */
687
- proto.ondewo.qa.GetAnswerRequest.prototype.hasUrlFilter = function() {
688
- return jspb.Message.getField(this, 8) != null;
638
+ proto.ondewo.qa.GetAnswerRequest.prototype.hasUrlFilter = function () {
639
+ return jspb.Message.getField(this, 8) != null;
689
640
  };
690
641
 
691
-
692
-
693
-
694
-
695
642
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
732
680
  }
733
681
 
734
-
735
682
  /**
736
683
  * Deserializes binary data (in protobuf wire format).
737
684
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
738
685
  * @return {!proto.ondewo.qa.GetAnswerResponse}
739
686
  */
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);
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);
744
691
  };
745
692
 
746
-
747
693
  /**
748
694
  * Deserializes binary data (in protobuf wire format) from the
749
695
  * given reader into the given message object.
@@ -751,38 +697,36 @@ proto.ondewo.qa.GetAnswerResponse.deserializeBinary = function(bytes) {
751
697
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
752
698
  * @return {!proto.ondewo.qa.GetAnswerResponse}
753
699
  */
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;
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;
772
718
  };
773
719
 
774
-
775
720
  /**
776
721
  * Serializes the message to binary data (in protobuf wire format).
777
722
  * @return {!Uint8Array}
778
723
  */
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();
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();
783
728
  };
784
729
 
785
-
786
730
  /**
787
731
  * Serializes the given message to binary data (in protobuf wire
788
732
  * format), writing to the given BinaryWriter.
@@ -790,57 +734,48 @@ proto.ondewo.qa.GetAnswerResponse.prototype.serializeBinary = function() {
790
734
  * @param {!jspb.BinaryWriter} writer
791
735
  * @suppress {unusedLocalVariables} f is only used for nested messages
792
736
  */
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
- }
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
+ }
803
743
  };
804
744
 
805
-
806
745
  /**
807
746
  * optional ondewo.nlu.DetectIntentResponse query_result = 2;
808
747
  * @return {?proto.ondewo.nlu.DetectIntentResponse}
809
748
  */
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));
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
+ );
813
753
  };
814
754
 
815
-
816
755
  /**
817
756
  * @param {?proto.ondewo.nlu.DetectIntentResponse|undefined} value
818
757
  * @return {!proto.ondewo.qa.GetAnswerResponse} returns this
819
- */
820
- proto.ondewo.qa.GetAnswerResponse.prototype.setQueryResult = function(value) {
821
- return jspb.Message.setWrapperField(this, 2, value);
758
+ */
759
+ proto.ondewo.qa.GetAnswerResponse.prototype.setQueryResult = function (value) {
760
+ return jspb.Message.setWrapperField(this, 2, value);
822
761
  };
823
762
 
824
-
825
763
  /**
826
764
  * Clears the message field making it undefined.
827
765
  * @return {!proto.ondewo.qa.GetAnswerResponse} returns this
828
766
  */
829
- proto.ondewo.qa.GetAnswerResponse.prototype.clearQueryResult = function() {
830
- return this.setQueryResult(undefined);
767
+ proto.ondewo.qa.GetAnswerResponse.prototype.clearQueryResult = function () {
768
+ return this.setQueryResult(undefined);
831
769
  };
832
770
 
833
-
834
771
  /**
835
772
  * Returns whether this field is set.
836
773
  * @return {boolean}
837
774
  */
838
- proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function() {
839
- return jspb.Message.getField(this, 2) != null;
775
+ proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function () {
776
+ return jspb.Message.getField(this, 2) != null;
840
777
  };
841
778
 
842
-
843
-
844
779
  /**
845
780
  * List of repeated fields within this message type.
846
781
  * @private {!Array<number>}
@@ -848,60 +783,56 @@ proto.ondewo.qa.GetAnswerResponse.prototype.hasQueryResult = function() {
848
783
  */
849
784
  proto.ondewo.qa.RunScraperRequest.repeatedFields_ = [1];
850
785
 
851
-
852
-
853
786
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
890
823
  }
891
824
 
892
-
893
825
  /**
894
826
  * Deserializes binary data (in protobuf wire format).
895
827
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
896
828
  * @return {!proto.ondewo.qa.RunScraperRequest}
897
829
  */
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);
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);
902
834
  };
903
835
 
904
-
905
836
  /**
906
837
  * Deserializes binary data (in protobuf wire format) from the
907
838
  * given reader into the given message object.
@@ -909,37 +840,35 @@ proto.ondewo.qa.RunScraperRequest.deserializeBinary = function(bytes) {
909
840
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
910
841
  * @return {!proto.ondewo.qa.RunScraperRequest}
911
842
  */
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;
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;
929
860
  };
930
861
 
931
-
932
862
  /**
933
863
  * Serializes the message to binary data (in protobuf wire format).
934
864
  * @return {!Uint8Array}
935
865
  */
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();
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();
940
870
  };
941
871
 
942
-
943
872
  /**
944
873
  * Serializes the given message to binary data (in protobuf wire
945
874
  * format), writing to the given BinaryWriter.
@@ -947,56 +876,47 @@ proto.ondewo.qa.RunScraperRequest.prototype.serializeBinary = function() {
947
876
  * @param {!jspb.BinaryWriter} writer
948
877
  * @suppress {unusedLocalVariables} f is only used for nested messages
949
878
  */
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
- }
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
+ }
959
885
  };
960
886
 
961
-
962
887
  /**
963
888
  * repeated string project_ids = 1;
964
889
  * @return {!Array<string>}
965
890
  */
966
- proto.ondewo.qa.RunScraperRequest.prototype.getProjectIdsList = function() {
967
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
891
+ proto.ondewo.qa.RunScraperRequest.prototype.getProjectIdsList = function () {
892
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
968
893
  };
969
894
 
970
-
971
895
  /**
972
896
  * @param {!Array<string>} value
973
897
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
974
898
  */
975
- proto.ondewo.qa.RunScraperRequest.prototype.setProjectIdsList = function(value) {
976
- return jspb.Message.setField(this, 1, value || []);
899
+ proto.ondewo.qa.RunScraperRequest.prototype.setProjectIdsList = function (value) {
900
+ return jspb.Message.setField(this, 1, value || []);
977
901
  };
978
902
 
979
-
980
903
  /**
981
904
  * @param {string} value
982
905
  * @param {number=} opt_index
983
906
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
984
907
  */
985
- proto.ondewo.qa.RunScraperRequest.prototype.addProjectIds = function(value, opt_index) {
986
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
908
+ proto.ondewo.qa.RunScraperRequest.prototype.addProjectIds = function (value, opt_index) {
909
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
987
910
  };
988
911
 
989
-
990
912
  /**
991
913
  * Clears the list making it empty but non-null.
992
914
  * @return {!proto.ondewo.qa.RunScraperRequest} returns this
993
915
  */
994
- proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function() {
995
- return this.setProjectIdsList([]);
916
+ proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function () {
917
+ return this.setProjectIdsList([]);
996
918
  };
997
919
 
998
-
999
-
1000
920
  /**
1001
921
  * List of repeated fields within this message type.
1002
922
  * @private {!Array<number>}
@@ -1004,61 +924,60 @@ proto.ondewo.qa.RunScraperRequest.prototype.clearProjectIdsList = function() {
1004
924
  */
1005
925
  proto.ondewo.qa.RunScraperResponse.repeatedFields_ = [1];
1006
926
 
1007
-
1008
-
1009
927
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1047
968
  }
1048
969
 
1049
-
1050
970
  /**
1051
971
  * Deserializes binary data (in protobuf wire format).
1052
972
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1053
973
  * @return {!proto.ondewo.qa.RunScraperResponse}
1054
974
  */
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);
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);
1059
979
  };
1060
980
 
1061
-
1062
981
  /**
1063
982
  * Deserializes binary data (in protobuf wire format) from the
1064
983
  * given reader into the given message object.
@@ -1066,38 +985,36 @@ proto.ondewo.qa.RunScraperResponse.deserializeBinary = function(bytes) {
1066
985
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1067
986
  * @return {!proto.ondewo.qa.RunScraperResponse}
1068
987
  */
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;
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;
1087
1006
  };
1088
1007
 
1089
-
1090
1008
  /**
1091
1009
  * Serializes the message to binary data (in protobuf wire format).
1092
1010
  * @return {!Uint8Array}
1093
1011
  */
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();
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();
1098
1016
  };
1099
1017
 
1100
-
1101
1018
  /**
1102
1019
  * Serializes the given message to binary data (in protobuf wire
1103
1020
  * format), writing to the given BinaryWriter.
@@ -1105,75 +1022,65 @@ proto.ondewo.qa.RunScraperResponse.prototype.serializeBinary = function() {
1105
1022
  * @param {!jspb.BinaryWriter} writer
1106
1023
  * @suppress {unusedLocalVariables} f is only used for nested messages
1107
1024
  */
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
- }
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
+ }
1118
1031
  };
1119
1032
 
1120
-
1121
-
1122
-
1123
-
1124
1033
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1162
1071
  }
1163
1072
 
1164
-
1165
1073
  /**
1166
1074
  * Deserializes binary data (in protobuf wire format).
1167
1075
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1168
1076
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1169
1077
  */
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);
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);
1174
1082
  };
1175
1083
 
1176
-
1177
1084
  /**
1178
1085
  * Deserializes binary data (in protobuf wire format) from the
1179
1086
  * given reader into the given message object.
@@ -1181,41 +1088,39 @@ proto.ondewo.qa.RunScraperResponse.ScraperContainer.deserializeBinary = function
1181
1088
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1182
1089
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1183
1090
  */
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;
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;
1205
1112
  };
1206
1113
 
1207
-
1208
1114
  /**
1209
1115
  * Serializes the message to binary data (in protobuf wire format).
1210
1116
  * @return {!Uint8Array}
1211
1117
  */
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();
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();
1216
1122
  };
1217
1123
 
1218
-
1219
1124
  /**
1220
1125
  * Serializes the given message to binary data (in protobuf wire
1221
1126
  * format), writing to the given BinaryWriter.
@@ -1223,155 +1128,142 @@ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.serializeBinary =
1223
1128
  * @param {!jspb.BinaryWriter} writer
1224
1129
  * @suppress {unusedLocalVariables} f is only used for nested messages
1225
1130
  */
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
- }
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
+ }
1242
1141
  };
1243
1142
 
1244
-
1245
1143
  /**
1246
1144
  * optional string container_name = 1;
1247
1145
  * @return {string}
1248
1146
  */
1249
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerName = function() {
1250
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1147
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerName = function () {
1148
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
1251
1149
  };
1252
1150
 
1253
-
1254
1151
  /**
1255
1152
  * @param {string} value
1256
1153
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} returns this
1257
1154
  */
1258
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerName = function(value) {
1259
- return jspb.Message.setProto3StringField(this, 1, value);
1155
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerName = function (value) {
1156
+ return jspb.Message.setProto3StringField(this, 1, value);
1260
1157
  };
1261
1158
 
1262
-
1263
1159
  /**
1264
1160
  * optional string container_id = 2;
1265
1161
  * @return {string}
1266
1162
  */
1267
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerId = function() {
1268
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1163
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.getContainerId = function () {
1164
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ''));
1269
1165
  };
1270
1166
 
1271
-
1272
1167
  /**
1273
1168
  * @param {string} value
1274
1169
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer} returns this
1275
1170
  */
1276
- proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerId = function(value) {
1277
- return jspb.Message.setProto3StringField(this, 2, value);
1171
+ proto.ondewo.qa.RunScraperResponse.ScraperContainer.prototype.setContainerId = function (value) {
1172
+ return jspb.Message.setProto3StringField(this, 2, value);
1278
1173
  };
1279
1174
 
1280
-
1281
1175
  /**
1282
1176
  * repeated ScraperContainer scraper_containers = 1;
1283
1177
  * @return {!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>}
1284
1178
  */
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));
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
+ );
1288
1183
  };
1289
1184
 
1290
-
1291
1185
  /**
1292
1186
  * @param {!Array<!proto.ondewo.qa.RunScraperResponse.ScraperContainer>} value
1293
1187
  * @return {!proto.ondewo.qa.RunScraperResponse} returns this
1294
- */
1295
- proto.ondewo.qa.RunScraperResponse.prototype.setScraperContainersList = function(value) {
1296
- return jspb.Message.setRepeatedWrapperField(this, 1, value);
1188
+ */
1189
+ proto.ondewo.qa.RunScraperResponse.prototype.setScraperContainersList = function (value) {
1190
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
1297
1191
  };
1298
1192
 
1299
-
1300
1193
  /**
1301
1194
  * @param {!proto.ondewo.qa.RunScraperResponse.ScraperContainer=} opt_value
1302
1195
  * @param {number=} opt_index
1303
1196
  * @return {!proto.ondewo.qa.RunScraperResponse.ScraperContainer}
1304
1197
  */
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);
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
+ );
1307
1206
  };
1308
1207
 
1309
-
1310
1208
  /**
1311
1209
  * Clears the list making it empty but non-null.
1312
1210
  * @return {!proto.ondewo.qa.RunScraperResponse} returns this
1313
1211
  */
1314
- proto.ondewo.qa.RunScraperResponse.prototype.clearScraperContainersList = function() {
1315
- return this.setScraperContainersList([]);
1212
+ proto.ondewo.qa.RunScraperResponse.prototype.clearScraperContainersList = function () {
1213
+ return this.setScraperContainersList([]);
1316
1214
  };
1317
1215
 
1318
-
1319
-
1320
-
1321
-
1322
1216
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1360
1254
  }
1361
1255
 
1362
-
1363
1256
  /**
1364
1257
  * Deserializes binary data (in protobuf wire format).
1365
1258
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1366
1259
  * @return {!proto.ondewo.qa.RunTrainingResponse}
1367
1260
  */
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);
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);
1372
1265
  };
1373
1266
 
1374
-
1375
1267
  /**
1376
1268
  * Deserializes binary data (in protobuf wire format) from the
1377
1269
  * given reader into the given message object.
@@ -1379,41 +1271,39 @@ proto.ondewo.qa.RunTrainingResponse.deserializeBinary = function(bytes) {
1379
1271
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1380
1272
  * @return {!proto.ondewo.qa.RunTrainingResponse}
1381
1273
  */
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;
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;
1403
1295
  };
1404
1296
 
1405
-
1406
1297
  /**
1407
1298
  * Serializes the message to binary data (in protobuf wire format).
1408
1299
  * @return {!Uint8Array}
1409
1300
  */
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();
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();
1414
1305
  };
1415
1306
 
1416
-
1417
1307
  /**
1418
1308
  * Serializes the given message to binary data (in protobuf wire
1419
1309
  * format), writing to the given BinaryWriter.
@@ -1421,62 +1311,50 @@ proto.ondewo.qa.RunTrainingResponse.prototype.serializeBinary = function() {
1421
1311
  * @param {!jspb.BinaryWriter} writer
1422
1312
  * @suppress {unusedLocalVariables} f is only used for nested messages
1423
1313
  */
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
- }
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
+ }
1440
1324
  };
1441
1325
 
1442
-
1443
1326
  /**
1444
1327
  * optional float f1 = 1;
1445
1328
  * @return {number}
1446
1329
  */
1447
- proto.ondewo.qa.RunTrainingResponse.prototype.getF1 = function() {
1448
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
1330
+ proto.ondewo.qa.RunTrainingResponse.prototype.getF1 = function () {
1331
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0));
1449
1332
  };
1450
1333
 
1451
-
1452
1334
  /**
1453
1335
  * @param {number} value
1454
1336
  * @return {!proto.ondewo.qa.RunTrainingResponse} returns this
1455
1337
  */
1456
- proto.ondewo.qa.RunTrainingResponse.prototype.setF1 = function(value) {
1457
- return jspb.Message.setProto3FloatField(this, 1, value);
1338
+ proto.ondewo.qa.RunTrainingResponse.prototype.setF1 = function (value) {
1339
+ return jspb.Message.setProto3FloatField(this, 1, value);
1458
1340
  };
1459
1341
 
1460
-
1461
1342
  /**
1462
1343
  * optional float accuracy = 2;
1463
1344
  * @return {number}
1464
1345
  */
1465
- proto.ondewo.qa.RunTrainingResponse.prototype.getAccuracy = function() {
1466
- return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
1346
+ proto.ondewo.qa.RunTrainingResponse.prototype.getAccuracy = function () {
1347
+ return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
1467
1348
  };
1468
1349
 
1469
-
1470
1350
  /**
1471
1351
  * @param {number} value
1472
1352
  * @return {!proto.ondewo.qa.RunTrainingResponse} returns this
1473
1353
  */
1474
- proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function(value) {
1475
- return jspb.Message.setProto3FloatField(this, 2, value);
1354
+ proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function (value) {
1355
+ return jspb.Message.setProto3FloatField(this, 2, value);
1476
1356
  };
1477
1357
 
1478
-
1479
-
1480
1358
  /**
1481
1359
  * List of repeated fields within this message type.
1482
1360
  * @private {!Array<number>}
@@ -1484,62 +1362,58 @@ proto.ondewo.qa.RunTrainingResponse.prototype.setAccuracy = function(value) {
1484
1362
  */
1485
1363
  proto.ondewo.qa.UrlFilter.repeatedFields_ = [1];
1486
1364
 
1487
-
1488
-
1489
1365
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1528
1404
  }
1529
1405
 
1530
-
1531
1406
  /**
1532
1407
  * Deserializes binary data (in protobuf wire format).
1533
1408
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1534
1409
  * @return {!proto.ondewo.qa.UrlFilter}
1535
1410
  */
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);
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);
1540
1415
  };
1541
1416
 
1542
-
1543
1417
  /**
1544
1418
  * Deserializes binary data (in protobuf wire format) from the
1545
1419
  * given reader into the given message object.
@@ -1547,45 +1421,43 @@ proto.ondewo.qa.UrlFilter.deserializeBinary = function(bytes) {
1547
1421
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1548
1422
  * @return {!proto.ondewo.qa.UrlFilter}
1549
1423
  */
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;
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;
1575
1449
  };
1576
1450
 
1577
-
1578
1451
  /**
1579
1452
  * Serializes the message to binary data (in protobuf wire format).
1580
1453
  * @return {!Uint8Array}
1581
1454
  */
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();
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();
1586
1459
  };
1587
1460
 
1588
-
1589
1461
  /**
1590
1462
  * Serializes the given message to binary data (in protobuf wire
1591
1463
  * format), writing to the given BinaryWriter.
@@ -1593,160 +1465,137 @@ proto.ondewo.qa.UrlFilter.prototype.serializeBinary = function() {
1593
1465
  * @param {!jspb.BinaryWriter} writer
1594
1466
  * @suppress {unusedLocalVariables} f is only used for nested messages
1595
1467
  */
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
- }
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
+ }
1619
1482
  };
1620
1483
 
1621
-
1622
1484
  /**
1623
1485
  * repeated string allowed_values = 1;
1624
1486
  * @return {!Array<string>}
1625
1487
  */
1626
- proto.ondewo.qa.UrlFilter.prototype.getAllowedValuesList = function() {
1627
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1488
+ proto.ondewo.qa.UrlFilter.prototype.getAllowedValuesList = function () {
1489
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1628
1490
  };
1629
1491
 
1630
-
1631
1492
  /**
1632
1493
  * @param {!Array<string>} value
1633
1494
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1634
1495
  */
1635
- proto.ondewo.qa.UrlFilter.prototype.setAllowedValuesList = function(value) {
1636
- return jspb.Message.setField(this, 1, value || []);
1496
+ proto.ondewo.qa.UrlFilter.prototype.setAllowedValuesList = function (value) {
1497
+ return jspb.Message.setField(this, 1, value || []);
1637
1498
  };
1638
1499
 
1639
-
1640
1500
  /**
1641
1501
  * @param {string} value
1642
1502
  * @param {number=} opt_index
1643
1503
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1644
1504
  */
1645
- proto.ondewo.qa.UrlFilter.prototype.addAllowedValues = function(value, opt_index) {
1646
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1505
+ proto.ondewo.qa.UrlFilter.prototype.addAllowedValues = function (value, opt_index) {
1506
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1647
1507
  };
1648
1508
 
1649
-
1650
1509
  /**
1651
1510
  * Clears the list making it empty but non-null.
1652
1511
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1653
1512
  */
1654
- proto.ondewo.qa.UrlFilter.prototype.clearAllowedValuesList = function() {
1655
- return this.setAllowedValuesList([]);
1513
+ proto.ondewo.qa.UrlFilter.prototype.clearAllowedValuesList = function () {
1514
+ return this.setAllowedValuesList([]);
1656
1515
  };
1657
1516
 
1658
-
1659
1517
  /**
1660
1518
  * optional string regex_filter_include = 2;
1661
1519
  * @return {string}
1662
1520
  */
1663
- proto.ondewo.qa.UrlFilter.prototype.getRegexFilterInclude = function() {
1664
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1521
+ proto.ondewo.qa.UrlFilter.prototype.getRegexFilterInclude = function () {
1522
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ''));
1665
1523
  };
1666
1524
 
1667
-
1668
1525
  /**
1669
1526
  * @param {string} value
1670
1527
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1671
1528
  */
1672
- proto.ondewo.qa.UrlFilter.prototype.setRegexFilterInclude = function(value) {
1673
- return jspb.Message.setProto3StringField(this, 2, value);
1529
+ proto.ondewo.qa.UrlFilter.prototype.setRegexFilterInclude = function (value) {
1530
+ return jspb.Message.setProto3StringField(this, 2, value);
1674
1531
  };
1675
1532
 
1676
-
1677
1533
  /**
1678
1534
  * optional string regex_filter_exclude = 3;
1679
1535
  * @return {string}
1680
1536
  */
1681
- proto.ondewo.qa.UrlFilter.prototype.getRegexFilterExclude = function() {
1682
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
1537
+ proto.ondewo.qa.UrlFilter.prototype.getRegexFilterExclude = function () {
1538
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ''));
1683
1539
  };
1684
1540
 
1685
-
1686
1541
  /**
1687
1542
  * @param {string} value
1688
1543
  * @return {!proto.ondewo.qa.UrlFilter} returns this
1689
1544
  */
1690
- proto.ondewo.qa.UrlFilter.prototype.setRegexFilterExclude = function(value) {
1691
- return jspb.Message.setProto3StringField(this, 3, value);
1545
+ proto.ondewo.qa.UrlFilter.prototype.setRegexFilterExclude = function (value) {
1546
+ return jspb.Message.setProto3StringField(this, 3, value);
1692
1547
  };
1693
1548
 
1694
-
1695
-
1696
-
1697
-
1698
1549
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1735
1586
  }
1736
1587
 
1737
-
1738
1588
  /**
1739
1589
  * Deserializes binary data (in protobuf wire format).
1740
1590
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1741
1591
  * @return {!proto.ondewo.qa.GetServerStateResponse}
1742
1592
  */
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);
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);
1747
1597
  };
1748
1598
 
1749
-
1750
1599
  /**
1751
1600
  * Deserializes binary data (in protobuf wire format) from the
1752
1601
  * given reader into the given message object.
@@ -1754,37 +1603,35 @@ proto.ondewo.qa.GetServerStateResponse.deserializeBinary = function(bytes) {
1754
1603
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1755
1604
  * @return {!proto.ondewo.qa.GetServerStateResponse}
1756
1605
  */
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;
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;
1774
1623
  };
1775
1624
 
1776
-
1777
1625
  /**
1778
1626
  * Serializes the message to binary data (in protobuf wire format).
1779
1627
  * @return {!Uint8Array}
1780
1628
  */
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();
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();
1785
1633
  };
1786
1634
 
1787
-
1788
1635
  /**
1789
1636
  * Serializes the given message to binary data (in protobuf wire
1790
1637
  * format), writing to the given BinaryWriter.
@@ -1792,37 +1639,30 @@ proto.ondewo.qa.GetServerStateResponse.prototype.serializeBinary = function() {
1792
1639
  * @param {!jspb.BinaryWriter} writer
1793
1640
  * @suppress {unusedLocalVariables} f is only used for nested messages
1794
1641
  */
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
- }
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
+ }
1804
1648
  };
1805
1649
 
1806
-
1807
1650
  /**
1808
1651
  * optional bool server_is_ready = 1;
1809
1652
  * @return {boolean}
1810
1653
  */
1811
- proto.ondewo.qa.GetServerStateResponse.prototype.getServerIsReady = function() {
1812
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
1654
+ proto.ondewo.qa.GetServerStateResponse.prototype.getServerIsReady = function () {
1655
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
1813
1656
  };
1814
1657
 
1815
-
1816
1658
  /**
1817
1659
  * @param {boolean} value
1818
1660
  * @return {!proto.ondewo.qa.GetServerStateResponse} returns this
1819
1661
  */
1820
- proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function(value) {
1821
- return jspb.Message.setProto3BooleanField(this, 1, value);
1662
+ proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function (value) {
1663
+ return jspb.Message.setProto3BooleanField(this, 1, value);
1822
1664
  };
1823
1665
 
1824
-
1825
-
1826
1666
  /**
1827
1667
  * List of repeated fields within this message type.
1828
1668
  * @private {!Array<number>}
@@ -1830,60 +1670,56 @@ proto.ondewo.qa.GetServerStateResponse.prototype.setServerIsReady = function(val
1830
1670
  */
1831
1671
  proto.ondewo.qa.ListProjectIdsResponse.repeatedFields_ = [1];
1832
1672
 
1833
-
1834
-
1835
1673
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
1872
1710
  }
1873
1711
 
1874
-
1875
1712
  /**
1876
1713
  * Deserializes binary data (in protobuf wire format).
1877
1714
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
1878
1715
  * @return {!proto.ondewo.qa.ListProjectIdsResponse}
1879
1716
  */
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);
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);
1884
1721
  };
1885
1722
 
1886
-
1887
1723
  /**
1888
1724
  * Deserializes binary data (in protobuf wire format) from the
1889
1725
  * given reader into the given message object.
@@ -1891,37 +1727,35 @@ proto.ondewo.qa.ListProjectIdsResponse.deserializeBinary = function(bytes) {
1891
1727
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1892
1728
  * @return {!proto.ondewo.qa.ListProjectIdsResponse}
1893
1729
  */
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;
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;
1911
1747
  };
1912
1748
 
1913
-
1914
1749
  /**
1915
1750
  * Serializes the message to binary data (in protobuf wire format).
1916
1751
  * @return {!Uint8Array}
1917
1752
  */
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();
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();
1922
1757
  };
1923
1758
 
1924
-
1925
1759
  /**
1926
1760
  * Serializes the given message to binary data (in protobuf wire
1927
1761
  * format), writing to the given BinaryWriter.
@@ -1929,110 +1763,97 @@ proto.ondewo.qa.ListProjectIdsResponse.prototype.serializeBinary = function() {
1929
1763
  * @param {!jspb.BinaryWriter} writer
1930
1764
  * @suppress {unusedLocalVariables} f is only used for nested messages
1931
1765
  */
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
- }
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
+ }
1941
1772
  };
1942
1773
 
1943
-
1944
1774
  /**
1945
1775
  * repeated string project_ids = 1;
1946
1776
  * @return {!Array<string>}
1947
1777
  */
1948
- proto.ondewo.qa.ListProjectIdsResponse.prototype.getProjectIdsList = function() {
1949
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1778
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.getProjectIdsList = function () {
1779
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
1950
1780
  };
1951
1781
 
1952
-
1953
1782
  /**
1954
1783
  * @param {!Array<string>} value
1955
1784
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1956
1785
  */
1957
- proto.ondewo.qa.ListProjectIdsResponse.prototype.setProjectIdsList = function(value) {
1958
- return jspb.Message.setField(this, 1, value || []);
1786
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.setProjectIdsList = function (value) {
1787
+ return jspb.Message.setField(this, 1, value || []);
1959
1788
  };
1960
1789
 
1961
-
1962
1790
  /**
1963
1791
  * @param {string} value
1964
1792
  * @param {number=} opt_index
1965
1793
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1966
1794
  */
1967
- proto.ondewo.qa.ListProjectIdsResponse.prototype.addProjectIds = function(value, opt_index) {
1968
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1795
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.addProjectIds = function (value, opt_index) {
1796
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
1969
1797
  };
1970
1798
 
1971
-
1972
1799
  /**
1973
1800
  * Clears the list making it empty but non-null.
1974
1801
  * @return {!proto.ondewo.qa.ListProjectIdsResponse} returns this
1975
1802
  */
1976
- proto.ondewo.qa.ListProjectIdsResponse.prototype.clearProjectIdsList = function() {
1977
- return this.setProjectIdsList([]);
1803
+ proto.ondewo.qa.ListProjectIdsResponse.prototype.clearProjectIdsList = function () {
1804
+ return this.setProjectIdsList([]);
1978
1805
  };
1979
1806
 
1980
-
1981
-
1982
-
1983
-
1984
1807
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
2021
1844
  }
2022
1845
 
2023
-
2024
1846
  /**
2025
1847
  * Deserializes binary data (in protobuf wire format).
2026
1848
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2027
1849
  * @return {!proto.ondewo.qa.GetProjectConfigRequest}
2028
1850
  */
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);
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);
2033
1855
  };
2034
1856
 
2035
-
2036
1857
  /**
2037
1858
  * Deserializes binary data (in protobuf wire format) from the
2038
1859
  * given reader into the given message object.
@@ -2040,37 +1861,35 @@ proto.ondewo.qa.GetProjectConfigRequest.deserializeBinary = function(bytes) {
2040
1861
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2041
1862
  * @return {!proto.ondewo.qa.GetProjectConfigRequest}
2042
1863
  */
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;
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;
2060
1881
  };
2061
1882
 
2062
-
2063
1883
  /**
2064
1884
  * Serializes the message to binary data (in protobuf wire format).
2065
1885
  * @return {!Uint8Array}
2066
1886
  */
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();
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();
2071
1891
  };
2072
1892
 
2073
-
2074
1893
  /**
2075
1894
  * Serializes the given message to binary data (in protobuf wire
2076
1895
  * format), writing to the given BinaryWriter.
@@ -2078,91 +1897,80 @@ proto.ondewo.qa.GetProjectConfigRequest.prototype.serializeBinary = function() {
2078
1897
  * @param {!jspb.BinaryWriter} writer
2079
1898
  * @suppress {unusedLocalVariables} f is only used for nested messages
2080
1899
  */
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
- }
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
+ }
2090
1906
  };
2091
1907
 
2092
-
2093
1908
  /**
2094
1909
  * optional string project_id = 1;
2095
1910
  * @return {string}
2096
1911
  */
2097
- proto.ondewo.qa.GetProjectConfigRequest.prototype.getProjectId = function() {
2098
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1912
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.getProjectId = function () {
1913
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
2099
1914
  };
2100
1915
 
2101
-
2102
1916
  /**
2103
1917
  * @param {string} value
2104
1918
  * @return {!proto.ondewo.qa.GetProjectConfigRequest} returns this
2105
1919
  */
2106
- proto.ondewo.qa.GetProjectConfigRequest.prototype.setProjectId = function(value) {
2107
- return jspb.Message.setProto3StringField(this, 1, value);
1920
+ proto.ondewo.qa.GetProjectConfigRequest.prototype.setProjectId = function (value) {
1921
+ return jspb.Message.setProto3StringField(this, 1, value);
2108
1922
  };
2109
1923
 
2110
-
2111
-
2112
-
2113
-
2114
1924
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
2151
1961
  }
2152
1962
 
2153
-
2154
1963
  /**
2155
1964
  * Deserializes binary data (in protobuf wire format).
2156
1965
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2157
1966
  * @return {!proto.ondewo.qa.GetProjectConfigResponse}
2158
1967
  */
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);
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);
2163
1972
  };
2164
1973
 
2165
-
2166
1974
  /**
2167
1975
  * Deserializes binary data (in protobuf wire format) from the
2168
1976
  * given reader into the given message object.
@@ -2170,37 +1978,35 @@ proto.ondewo.qa.GetProjectConfigResponse.deserializeBinary = function(bytes) {
2170
1978
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2171
1979
  * @return {!proto.ondewo.qa.GetProjectConfigResponse}
2172
1980
  */
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;
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;
2190
1998
  };
2191
1999
 
2192
-
2193
2000
  /**
2194
2001
  * Serializes the message to binary data (in protobuf wire format).
2195
2002
  * @return {!Uint8Array}
2196
2003
  */
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();
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();
2201
2008
  };
2202
2009
 
2203
-
2204
2010
  /**
2205
2011
  * Serializes the given message to binary data (in protobuf wire
2206
2012
  * format), writing to the given BinaryWriter.
@@ -2208,37 +2014,30 @@ proto.ondewo.qa.GetProjectConfigResponse.prototype.serializeBinary = function()
2208
2014
  * @param {!jspb.BinaryWriter} writer
2209
2015
  * @suppress {unusedLocalVariables} f is only used for nested messages
2210
2016
  */
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
- }
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
+ }
2220
2023
  };
2221
2024
 
2222
-
2223
2025
  /**
2224
2026
  * optional string config_serialized = 1;
2225
2027
  * @return {string}
2226
2028
  */
2227
- proto.ondewo.qa.GetProjectConfigResponse.prototype.getConfigSerialized = function() {
2228
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
2029
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.getConfigSerialized = function () {
2030
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ''));
2229
2031
  };
2230
2032
 
2231
-
2232
2033
  /**
2233
2034
  * @param {string} value
2234
2035
  * @return {!proto.ondewo.qa.GetProjectConfigResponse} returns this
2235
2036
  */
2236
- proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = function(value) {
2237
- return jspb.Message.setProto3StringField(this, 1, value);
2037
+ proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = function (value) {
2038
+ return jspb.Message.setProto3StringField(this, 1, value);
2238
2039
  };
2239
2040
 
2240
-
2241
-
2242
2041
  /**
2243
2042
  * List of repeated fields within this message type.
2244
2043
  * @private {!Array<number>}
@@ -2246,60 +2045,56 @@ proto.ondewo.qa.GetProjectConfigResponse.prototype.setConfigSerialized = functio
2246
2045
  */
2247
2046
  proto.ondewo.qa.UpdateDatabaseRequest.repeatedFields_ = [1];
2248
2047
 
2249
-
2250
-
2251
2048
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
2288
2085
  }
2289
2086
 
2290
-
2291
2087
  /**
2292
2088
  * Deserializes binary data (in protobuf wire format).
2293
2089
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2294
2090
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest}
2295
2091
  */
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);
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);
2300
2096
  };
2301
2097
 
2302
-
2303
2098
  /**
2304
2099
  * Deserializes binary data (in protobuf wire format) from the
2305
2100
  * given reader into the given message object.
@@ -2307,37 +2102,35 @@ proto.ondewo.qa.UpdateDatabaseRequest.deserializeBinary = function(bytes) {
2307
2102
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2308
2103
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest}
2309
2104
  */
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;
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;
2327
2122
  };
2328
2123
 
2329
-
2330
2124
  /**
2331
2125
  * Serializes the message to binary data (in protobuf wire format).
2332
2126
  * @return {!Uint8Array}
2333
2127
  */
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();
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();
2338
2132
  };
2339
2133
 
2340
-
2341
2134
  /**
2342
2135
  * Serializes the given message to binary data (in protobuf wire
2343
2136
  * format), writing to the given BinaryWriter.
@@ -2345,56 +2138,47 @@ proto.ondewo.qa.UpdateDatabaseRequest.prototype.serializeBinary = function() {
2345
2138
  * @param {!jspb.BinaryWriter} writer
2346
2139
  * @suppress {unusedLocalVariables} f is only used for nested messages
2347
2140
  */
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
- }
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
+ }
2357
2147
  };
2358
2148
 
2359
-
2360
2149
  /**
2361
2150
  * repeated string project_ids = 1;
2362
2151
  * @return {!Array<string>}
2363
2152
  */
2364
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.getProjectIdsList = function() {
2365
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2153
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.getProjectIdsList = function () {
2154
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2366
2155
  };
2367
2156
 
2368
-
2369
2157
  /**
2370
2158
  * @param {!Array<string>} value
2371
2159
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2372
2160
  */
2373
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.setProjectIdsList = function(value) {
2374
- return jspb.Message.setField(this, 1, value || []);
2161
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.setProjectIdsList = function (value) {
2162
+ return jspb.Message.setField(this, 1, value || []);
2375
2163
  };
2376
2164
 
2377
-
2378
2165
  /**
2379
2166
  * @param {string} value
2380
2167
  * @param {number=} opt_index
2381
2168
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2382
2169
  */
2383
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.addProjectIds = function(value, opt_index) {
2384
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2170
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.addProjectIds = function (value, opt_index) {
2171
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2385
2172
  };
2386
2173
 
2387
-
2388
2174
  /**
2389
2175
  * Clears the list making it empty but non-null.
2390
2176
  * @return {!proto.ondewo.qa.UpdateDatabaseRequest} returns this
2391
2177
  */
2392
- proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function() {
2393
- return this.setProjectIdsList([]);
2178
+ proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function () {
2179
+ return this.setProjectIdsList([]);
2394
2180
  };
2395
2181
 
2396
-
2397
-
2398
2182
  /**
2399
2183
  * List of repeated fields within this message type.
2400
2184
  * @private {!Array<number>}
@@ -2402,60 +2186,56 @@ proto.ondewo.qa.UpdateDatabaseRequest.prototype.clearProjectIdsList = function()
2402
2186
  */
2403
2187
  proto.ondewo.qa.UpdateDatabaseResponse.repeatedFields_ = [1];
2404
2188
 
2405
-
2406
-
2407
2189
  if (jspb.Message.GENERATE_TO_OBJECT) {
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
- };
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
+ };
2444
2226
  }
2445
2227
 
2446
-
2447
2228
  /**
2448
2229
  * Deserializes binary data (in protobuf wire format).
2449
2230
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
2450
2231
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse}
2451
2232
  */
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);
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);
2456
2237
  };
2457
2238
 
2458
-
2459
2239
  /**
2460
2240
  * Deserializes binary data (in protobuf wire format) from the
2461
2241
  * given reader into the given message object.
@@ -2463,37 +2243,35 @@ proto.ondewo.qa.UpdateDatabaseResponse.deserializeBinary = function(bytes) {
2463
2243
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
2464
2244
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse}
2465
2245
  */
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;
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;
2483
2263
  };
2484
2264
 
2485
-
2486
2265
  /**
2487
2266
  * Serializes the message to binary data (in protobuf wire format).
2488
2267
  * @return {!Uint8Array}
2489
2268
  */
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();
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();
2494
2273
  };
2495
2274
 
2496
-
2497
2275
  /**
2498
2276
  * Serializes the given message to binary data (in protobuf wire
2499
2277
  * format), writing to the given BinaryWriter.
@@ -2501,53 +2279,45 @@ proto.ondewo.qa.UpdateDatabaseResponse.prototype.serializeBinary = function() {
2501
2279
  * @param {!jspb.BinaryWriter} writer
2502
2280
  * @suppress {unusedLocalVariables} f is only used for nested messages
2503
2281
  */
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
- }
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
+ }
2513
2288
  };
2514
2289
 
2515
-
2516
2290
  /**
2517
2291
  * repeated string error_messages = 1;
2518
2292
  * @return {!Array<string>}
2519
2293
  */
2520
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.getErrorMessagesList = function() {
2521
- return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2294
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.getErrorMessagesList = function () {
2295
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
2522
2296
  };
2523
2297
 
2524
-
2525
2298
  /**
2526
2299
  * @param {!Array<string>} value
2527
2300
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2528
2301
  */
2529
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.setErrorMessagesList = function(value) {
2530
- return jspb.Message.setField(this, 1, value || []);
2302
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.setErrorMessagesList = function (value) {
2303
+ return jspb.Message.setField(this, 1, value || []);
2531
2304
  };
2532
2305
 
2533
-
2534
2306
  /**
2535
2307
  * @param {string} value
2536
2308
  * @param {number=} opt_index
2537
2309
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2538
2310
  */
2539
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.addErrorMessages = function(value, opt_index) {
2540
- return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2311
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.addErrorMessages = function (value, opt_index) {
2312
+ return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
2541
2313
  };
2542
2314
 
2543
-
2544
2315
  /**
2545
2316
  * Clears the list making it empty but non-null.
2546
2317
  * @return {!proto.ondewo.qa.UpdateDatabaseResponse} returns this
2547
2318
  */
2548
- proto.ondewo.qa.UpdateDatabaseResponse.prototype.clearErrorMessagesList = function() {
2549
- return this.setErrorMessagesList([]);
2319
+ proto.ondewo.qa.UpdateDatabaseResponse.prototype.clearErrorMessagesList = function () {
2320
+ return this.setErrorMessagesList([]);
2550
2321
  };
2551
2322
 
2552
-
2553
2323
  goog.object.extend(exports, proto.ondewo.qa);