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