@ondewo/nlu-client-typescript 6.14.0 → 7.0.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/README.md +0 -0
- package/api/ondewo/nlu/agent_pb.d.ts +0 -15
- package/api/ondewo/nlu/aiservices_pb.d.ts +0 -50
- package/api/ondewo/nlu/ccai_project_pb.d.ts +6 -93
- package/api/ondewo/nlu/ccai_project_pb.js +24 -132
- package/api/ondewo/nlu/common_pb.d.ts +140 -0
- package/api/ondewo/nlu/common_pb.js +1151 -9
- package/api/ondewo/nlu/context_pb.d.ts +8 -1
- package/api/ondewo/nlu/context_pb.js +22 -4
- package/api/ondewo/nlu/llm_evaluation_pb.d.ts +40 -5
- package/api/ondewo/nlu/llm_evaluation_pb.js +110 -20
- package/api/ondewo/nlu/operations_grpc_web_pb.d.ts +46 -0
- package/api/ondewo/nlu/operations_grpc_web_pb.js +241 -0
- package/api/ondewo/nlu/operations_pb.d.ts +429 -10
- package/api/ondewo/nlu/operations_pb.js +3413 -0
- package/api/ondewo/nlu/project_role_pb.d.ts +0 -10
- package/api/ondewo/nlu/rag_pb.d.ts +191 -520
- package/api/ondewo/nlu/rag_pb.js +1246 -1058
- package/api/ondewo/nlu/session_grpc_web_pb.d.ts +120 -0
- package/api/ondewo/nlu/session_grpc_web_pb.js +610 -0
- package/api/ondewo/nlu/session_pb.d.ts +818 -118
- package/api/ondewo/nlu/session_pb.js +6396 -3
- package/api/ondewo/nlu/user_grpc_web_pb.d.ts +59 -13
- package/api/ondewo/nlu/user_grpc_web_pb.js +300 -61
- package/api/ondewo/nlu/user_pb.d.ts +0 -87
- package/api/ondewo/nlu/user_pb.js +0 -436
- package/auth/offlineTokenProvider.d.ts +26 -6
- package/auth/offlineTokenProvider.js +61 -45
- package/package.json +9 -7
- package/public-api.d.ts +33 -33
- package/public-api.js +30 -30
package/api/ondewo/nlu/rag_pb.js
CHANGED
|
@@ -46,21 +46,25 @@ goog.exportSymbol('proto.ondewo.nlu.RagCrawlerBrowserConfig', null, global);
|
|
|
46
46
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerConcurrencyConfig', null, global);
|
|
47
47
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerConfig', null, global);
|
|
48
48
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerContentResult', null, global);
|
|
49
|
+
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerContentScope', null, global);
|
|
49
50
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerCookie', null, global);
|
|
50
51
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerCrawlStrategy', null, global);
|
|
51
52
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig', null, global);
|
|
53
|
+
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerDensityPruning', null, global);
|
|
52
54
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerExecutionInfo', null, global);
|
|
53
55
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerFilters', null, global);
|
|
54
56
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerHtmlAuth', null, global);
|
|
55
57
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerHttpAuth', null, global);
|
|
56
58
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerMetaDataExtractor', null, global);
|
|
57
59
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerMetaDataExtractorType', null, global);
|
|
60
|
+
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerPruningThresholdType', null, global);
|
|
58
61
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerResult', null, global);
|
|
59
62
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerResultsConfig', null, global);
|
|
60
63
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerRetryConfig', null, global);
|
|
61
64
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerSeedUrlFilters', null, global);
|
|
62
65
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerSelectorType', null, global);
|
|
63
66
|
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerSources', null, global);
|
|
67
|
+
goog.exportSymbol('proto.ondewo.nlu.RagCrawlerStatusFilter', null, global);
|
|
64
68
|
goog.exportSymbol('proto.ondewo.nlu.RagCreateCrawlerRequest', null, global);
|
|
65
69
|
goog.exportSymbol('proto.ondewo.nlu.RagCreateDatasetRequest', null, global);
|
|
66
70
|
goog.exportSymbol('proto.ondewo.nlu.RagDataset', null, global);
|
|
@@ -1145,6 +1149,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1145
1149
|
*/
|
|
1146
1150
|
proto.ondewo.nlu.RagCrawlerResultsConfig.displayName = 'proto.ondewo.nlu.RagCrawlerResultsConfig';
|
|
1147
1151
|
}
|
|
1152
|
+
/**
|
|
1153
|
+
* Generated by JsPbCodeGenerator.
|
|
1154
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1155
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1156
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1157
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1158
|
+
* valid.
|
|
1159
|
+
* @extends {jspb.Message}
|
|
1160
|
+
* @constructor
|
|
1161
|
+
*/
|
|
1162
|
+
proto.ondewo.nlu.RagCrawlerContentScope = function(opt_data) {
|
|
1163
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.RagCrawlerContentScope.repeatedFields_, null);
|
|
1164
|
+
};
|
|
1165
|
+
goog.inherits(proto.ondewo.nlu.RagCrawlerContentScope, jspb.Message);
|
|
1166
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1167
|
+
/**
|
|
1168
|
+
* @public
|
|
1169
|
+
* @override
|
|
1170
|
+
*/
|
|
1171
|
+
proto.ondewo.nlu.RagCrawlerContentScope.displayName = 'proto.ondewo.nlu.RagCrawlerContentScope';
|
|
1172
|
+
}
|
|
1173
|
+
/**
|
|
1174
|
+
* Generated by JsPbCodeGenerator.
|
|
1175
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1176
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1177
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1178
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1179
|
+
* valid.
|
|
1180
|
+
* @extends {jspb.Message}
|
|
1181
|
+
* @constructor
|
|
1182
|
+
*/
|
|
1183
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning = function(opt_data) {
|
|
1184
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1185
|
+
};
|
|
1186
|
+
goog.inherits(proto.ondewo.nlu.RagCrawlerDensityPruning, jspb.Message);
|
|
1187
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1188
|
+
/**
|
|
1189
|
+
* @public
|
|
1190
|
+
* @override
|
|
1191
|
+
*/
|
|
1192
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.displayName = 'proto.ondewo.nlu.RagCrawlerDensityPruning';
|
|
1193
|
+
}
|
|
1148
1194
|
/**
|
|
1149
1195
|
* Generated by JsPbCodeGenerator.
|
|
1150
1196
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1187,6 +1233,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1187
1233
|
*/
|
|
1188
1234
|
proto.ondewo.nlu.RagCrawlerRetryConfig.displayName = 'proto.ondewo.nlu.RagCrawlerRetryConfig';
|
|
1189
1235
|
}
|
|
1236
|
+
/**
|
|
1237
|
+
* Generated by JsPbCodeGenerator.
|
|
1238
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1239
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1240
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1241
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1242
|
+
* valid.
|
|
1243
|
+
* @extends {jspb.Message}
|
|
1244
|
+
* @constructor
|
|
1245
|
+
*/
|
|
1246
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter = function(opt_data) {
|
|
1247
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.ondewo.nlu.RagCrawlerStatusFilter.repeatedFields_, null);
|
|
1248
|
+
};
|
|
1249
|
+
goog.inherits(proto.ondewo.nlu.RagCrawlerStatusFilter, jspb.Message);
|
|
1250
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1251
|
+
/**
|
|
1252
|
+
* @public
|
|
1253
|
+
* @override
|
|
1254
|
+
*/
|
|
1255
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.displayName = 'proto.ondewo.nlu.RagCrawlerStatusFilter';
|
|
1256
|
+
}
|
|
1190
1257
|
/**
|
|
1191
1258
|
* Generated by JsPbCodeGenerator.
|
|
1192
1259
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -3319,7 +3386,7 @@ proto.ondewo.nlu.RagGraphRagConfig.toObject = function(includeInstance, msg) {
|
|
|
3319
3386
|
var f, obj = {
|
|
3320
3387
|
useGraphrag: (f = jspb.Message.getBooleanField(msg, 1)) == null ? undefined : f,
|
|
3321
3388
|
entityTypesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
3322
|
-
method:
|
|
3389
|
+
method: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
3323
3390
|
community: (f = jspb.Message.getBooleanField(msg, 4)) == null ? undefined : f,
|
|
3324
3391
|
resolution: (f = jspb.Message.getBooleanField(msg, 5)) == null ? undefined : f
|
|
3325
3392
|
};
|
|
@@ -3421,8 +3488,8 @@ proto.ondewo.nlu.RagGraphRagConfig.serializeBinaryToWriter = function(message, w
|
|
|
3421
3488
|
f
|
|
3422
3489
|
);
|
|
3423
3490
|
}
|
|
3424
|
-
f =
|
|
3425
|
-
if (f
|
|
3491
|
+
f = message.getMethod();
|
|
3492
|
+
if (f !== 0.0) {
|
|
3426
3493
|
writer.writeEnum(
|
|
3427
3494
|
3,
|
|
3428
3495
|
f
|
|
@@ -3532,25 +3599,7 @@ proto.ondewo.nlu.RagGraphRagConfig.prototype.getMethod = function() {
|
|
|
3532
3599
|
* @return {!proto.ondewo.nlu.RagGraphRagConfig} returns this
|
|
3533
3600
|
*/
|
|
3534
3601
|
proto.ondewo.nlu.RagGraphRagConfig.prototype.setMethod = function(value) {
|
|
3535
|
-
return jspb.Message.
|
|
3536
|
-
};
|
|
3537
|
-
|
|
3538
|
-
|
|
3539
|
-
/**
|
|
3540
|
-
* Clears the field making it undefined.
|
|
3541
|
-
* @return {!proto.ondewo.nlu.RagGraphRagConfig} returns this
|
|
3542
|
-
*/
|
|
3543
|
-
proto.ondewo.nlu.RagGraphRagConfig.prototype.clearMethod = function() {
|
|
3544
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
3545
|
-
};
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
/**
|
|
3549
|
-
* Returns whether this field is set.
|
|
3550
|
-
* @return {boolean}
|
|
3551
|
-
*/
|
|
3552
|
-
proto.ondewo.nlu.RagGraphRagConfig.prototype.hasMethod = function() {
|
|
3553
|
-
return jspb.Message.getField(this, 3) != null;
|
|
3602
|
+
return jspb.Message.setProto3EnumField(this, 3, value);
|
|
3554
3603
|
};
|
|
3555
3604
|
|
|
3556
3605
|
|
|
@@ -5414,7 +5463,7 @@ id: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
|
5414
5463
|
name: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
5415
5464
|
orderby: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
5416
5465
|
desc: (f = jspb.Message.getBooleanField(msg, 7)) == null ? undefined : f,
|
|
5417
|
-
sortingMode:
|
|
5466
|
+
sortingMode: jspb.Message.getFieldWithDefault(msg, 8, 0),
|
|
5418
5467
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
5419
5468
|
};
|
|
5420
5469
|
|
|
@@ -5567,8 +5616,8 @@ proto.ondewo.nlu.RagListDatasetsRequest.serializeBinaryToWriter = function(messa
|
|
|
5567
5616
|
f
|
|
5568
5617
|
);
|
|
5569
5618
|
}
|
|
5570
|
-
f =
|
|
5571
|
-
if (f
|
|
5619
|
+
f = message.getSortingMode();
|
|
5620
|
+
if (f !== 0.0) {
|
|
5572
5621
|
writer.writeEnum(
|
|
5573
5622
|
8,
|
|
5574
5623
|
f
|
|
@@ -5743,25 +5792,7 @@ proto.ondewo.nlu.RagListDatasetsRequest.prototype.getSortingMode = function() {
|
|
|
5743
5792
|
* @return {!proto.ondewo.nlu.RagListDatasetsRequest} returns this
|
|
5744
5793
|
*/
|
|
5745
5794
|
proto.ondewo.nlu.RagListDatasetsRequest.prototype.setSortingMode = function(value) {
|
|
5746
|
-
return jspb.Message.
|
|
5747
|
-
};
|
|
5748
|
-
|
|
5749
|
-
|
|
5750
|
-
/**
|
|
5751
|
-
* Clears the field making it undefined.
|
|
5752
|
-
* @return {!proto.ondewo.nlu.RagListDatasetsRequest} returns this
|
|
5753
|
-
*/
|
|
5754
|
-
proto.ondewo.nlu.RagListDatasetsRequest.prototype.clearSortingMode = function() {
|
|
5755
|
-
return jspb.Message.setField(this, 8, undefined);
|
|
5756
|
-
};
|
|
5757
|
-
|
|
5758
|
-
|
|
5759
|
-
/**
|
|
5760
|
-
* Returns whether this field is set.
|
|
5761
|
-
* @return {boolean}
|
|
5762
|
-
*/
|
|
5763
|
-
proto.ondewo.nlu.RagListDatasetsRequest.prototype.hasSortingMode = function() {
|
|
5764
|
-
return jspb.Message.getField(this, 8) != null;
|
|
5795
|
+
return jspb.Message.setProto3EnumField(this, 8, value);
|
|
5765
5796
|
};
|
|
5766
5797
|
|
|
5767
5798
|
|
|
@@ -8192,7 +8223,7 @@ runStatusList: (f = jspb.Message.getRepeatedField(msg, 11)) == null ? undefined
|
|
|
8192
8223
|
createTimeFrom: (f = msg.getCreateTimeFrom()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
8193
8224
|
createTimeTo: (f = msg.getCreateTimeTo()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
8194
8225
|
metadataCondition: (f = msg.getMetadataCondition()) && proto.ondewo.nlu.RagMetadataConditions.toObject(includeInstance, f),
|
|
8195
|
-
sortingMode:
|
|
8226
|
+
sortingMode: jspb.Message.getFieldWithDefault(msg, 15, 0),
|
|
8196
8227
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
8197
8228
|
};
|
|
8198
8229
|
|
|
@@ -8430,8 +8461,8 @@ proto.ondewo.nlu.RagListDocumentsRequest.serializeBinaryToWriter = function(mess
|
|
|
8430
8461
|
proto.ondewo.nlu.RagMetadataConditions.serializeBinaryToWriter
|
|
8431
8462
|
);
|
|
8432
8463
|
}
|
|
8433
|
-
f =
|
|
8434
|
-
if (f
|
|
8464
|
+
f = message.getSortingMode();
|
|
8465
|
+
if (f !== 0.0) {
|
|
8435
8466
|
writer.writeEnum(
|
|
8436
8467
|
15,
|
|
8437
8468
|
f
|
|
@@ -8827,25 +8858,7 @@ proto.ondewo.nlu.RagListDocumentsRequest.prototype.getSortingMode = function() {
|
|
|
8827
8858
|
* @return {!proto.ondewo.nlu.RagListDocumentsRequest} returns this
|
|
8828
8859
|
*/
|
|
8829
8860
|
proto.ondewo.nlu.RagListDocumentsRequest.prototype.setSortingMode = function(value) {
|
|
8830
|
-
return jspb.Message.
|
|
8831
|
-
};
|
|
8832
|
-
|
|
8833
|
-
|
|
8834
|
-
/**
|
|
8835
|
-
* Clears the field making it undefined.
|
|
8836
|
-
* @return {!proto.ondewo.nlu.RagListDocumentsRequest} returns this
|
|
8837
|
-
*/
|
|
8838
|
-
proto.ondewo.nlu.RagListDocumentsRequest.prototype.clearSortingMode = function() {
|
|
8839
|
-
return jspb.Message.setField(this, 15, undefined);
|
|
8840
|
-
};
|
|
8841
|
-
|
|
8842
|
-
|
|
8843
|
-
/**
|
|
8844
|
-
* Returns whether this field is set.
|
|
8845
|
-
* @return {boolean}
|
|
8846
|
-
*/
|
|
8847
|
-
proto.ondewo.nlu.RagListDocumentsRequest.prototype.hasSortingMode = function() {
|
|
8848
|
-
return jspb.Message.getField(this, 15) != null;
|
|
8861
|
+
return jspb.Message.setProto3EnumField(this, 15, value);
|
|
8849
8862
|
};
|
|
8850
8863
|
|
|
8851
8864
|
|
|
@@ -12854,10 +12867,10 @@ proto.ondewo.nlu.RagListCrawlersRequest.toObject = function(includeInstance, msg
|
|
|
12854
12867
|
var f, obj = {
|
|
12855
12868
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
12856
12869
|
languageCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
12857
|
-
pageToken:
|
|
12858
|
-
datasetName:
|
|
12859
|
-
crawlerName:
|
|
12860
|
-
orderby:
|
|
12870
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
12871
|
+
datasetName: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
12872
|
+
crawlerName: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
12873
|
+
orderby: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
12861
12874
|
sortingMode: (f = jspb.Message.getField(msg, 7)) == null ? undefined : f,
|
|
12862
12875
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
12863
12876
|
};
|
|
@@ -12972,29 +12985,29 @@ proto.ondewo.nlu.RagListCrawlersRequest.serializeBinaryToWriter = function(messa
|
|
|
12972
12985
|
f
|
|
12973
12986
|
);
|
|
12974
12987
|
}
|
|
12975
|
-
f =
|
|
12976
|
-
if (f
|
|
12988
|
+
f = message.getPageToken();
|
|
12989
|
+
if (f.length > 0) {
|
|
12977
12990
|
writer.writeString(
|
|
12978
12991
|
3,
|
|
12979
12992
|
f
|
|
12980
12993
|
);
|
|
12981
12994
|
}
|
|
12982
|
-
f =
|
|
12983
|
-
if (f
|
|
12995
|
+
f = message.getDatasetName();
|
|
12996
|
+
if (f.length > 0) {
|
|
12984
12997
|
writer.writeString(
|
|
12985
12998
|
4,
|
|
12986
12999
|
f
|
|
12987
13000
|
);
|
|
12988
13001
|
}
|
|
12989
|
-
f =
|
|
12990
|
-
if (f
|
|
13002
|
+
f = message.getCrawlerName();
|
|
13003
|
+
if (f.length > 0) {
|
|
12991
13004
|
writer.writeString(
|
|
12992
13005
|
5,
|
|
12993
13006
|
f
|
|
12994
13007
|
);
|
|
12995
13008
|
}
|
|
12996
|
-
f =
|
|
12997
|
-
if (f
|
|
13009
|
+
f = message.getOrderby();
|
|
13010
|
+
if (f.length > 0) {
|
|
12998
13011
|
writer.writeString(
|
|
12999
13012
|
6,
|
|
13000
13013
|
f
|
|
@@ -13068,25 +13081,7 @@ proto.ondewo.nlu.RagListCrawlersRequest.prototype.getPageToken = function() {
|
|
|
13068
13081
|
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13069
13082
|
*/
|
|
13070
13083
|
proto.ondewo.nlu.RagListCrawlersRequest.prototype.setPageToken = function(value) {
|
|
13071
|
-
return jspb.Message.
|
|
13072
|
-
};
|
|
13073
|
-
|
|
13074
|
-
|
|
13075
|
-
/**
|
|
13076
|
-
* Clears the field making it undefined.
|
|
13077
|
-
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13078
|
-
*/
|
|
13079
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.clearPageToken = function() {
|
|
13080
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
13081
|
-
};
|
|
13082
|
-
|
|
13083
|
-
|
|
13084
|
-
/**
|
|
13085
|
-
* Returns whether this field is set.
|
|
13086
|
-
* @return {boolean}
|
|
13087
|
-
*/
|
|
13088
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.hasPageToken = function() {
|
|
13089
|
-
return jspb.Message.getField(this, 3) != null;
|
|
13084
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
13090
13085
|
};
|
|
13091
13086
|
|
|
13092
13087
|
|
|
@@ -13104,25 +13099,7 @@ proto.ondewo.nlu.RagListCrawlersRequest.prototype.getDatasetName = function() {
|
|
|
13104
13099
|
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13105
13100
|
*/
|
|
13106
13101
|
proto.ondewo.nlu.RagListCrawlersRequest.prototype.setDatasetName = function(value) {
|
|
13107
|
-
return jspb.Message.
|
|
13108
|
-
};
|
|
13109
|
-
|
|
13110
|
-
|
|
13111
|
-
/**
|
|
13112
|
-
* Clears the field making it undefined.
|
|
13113
|
-
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13114
|
-
*/
|
|
13115
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.clearDatasetName = function() {
|
|
13116
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
13117
|
-
};
|
|
13118
|
-
|
|
13119
|
-
|
|
13120
|
-
/**
|
|
13121
|
-
* Returns whether this field is set.
|
|
13122
|
-
* @return {boolean}
|
|
13123
|
-
*/
|
|
13124
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.hasDatasetName = function() {
|
|
13125
|
-
return jspb.Message.getField(this, 4) != null;
|
|
13102
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
13126
13103
|
};
|
|
13127
13104
|
|
|
13128
13105
|
|
|
@@ -13140,25 +13117,7 @@ proto.ondewo.nlu.RagListCrawlersRequest.prototype.getCrawlerName = function() {
|
|
|
13140
13117
|
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13141
13118
|
*/
|
|
13142
13119
|
proto.ondewo.nlu.RagListCrawlersRequest.prototype.setCrawlerName = function(value) {
|
|
13143
|
-
return jspb.Message.
|
|
13144
|
-
};
|
|
13145
|
-
|
|
13146
|
-
|
|
13147
|
-
/**
|
|
13148
|
-
* Clears the field making it undefined.
|
|
13149
|
-
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13150
|
-
*/
|
|
13151
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.clearCrawlerName = function() {
|
|
13152
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
13153
|
-
};
|
|
13154
|
-
|
|
13155
|
-
|
|
13156
|
-
/**
|
|
13157
|
-
* Returns whether this field is set.
|
|
13158
|
-
* @return {boolean}
|
|
13159
|
-
*/
|
|
13160
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.hasCrawlerName = function() {
|
|
13161
|
-
return jspb.Message.getField(this, 5) != null;
|
|
13120
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
13162
13121
|
};
|
|
13163
13122
|
|
|
13164
13123
|
|
|
@@ -13176,25 +13135,7 @@ proto.ondewo.nlu.RagListCrawlersRequest.prototype.getOrderby = function() {
|
|
|
13176
13135
|
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13177
13136
|
*/
|
|
13178
13137
|
proto.ondewo.nlu.RagListCrawlersRequest.prototype.setOrderby = function(value) {
|
|
13179
|
-
return jspb.Message.
|
|
13180
|
-
};
|
|
13181
|
-
|
|
13182
|
-
|
|
13183
|
-
/**
|
|
13184
|
-
* Clears the field making it undefined.
|
|
13185
|
-
* @return {!proto.ondewo.nlu.RagListCrawlersRequest} returns this
|
|
13186
|
-
*/
|
|
13187
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.clearOrderby = function() {
|
|
13188
|
-
return jspb.Message.setField(this, 6, undefined);
|
|
13189
|
-
};
|
|
13190
|
-
|
|
13191
|
-
|
|
13192
|
-
/**
|
|
13193
|
-
* Returns whether this field is set.
|
|
13194
|
-
* @return {boolean}
|
|
13195
|
-
*/
|
|
13196
|
-
proto.ondewo.nlu.RagListCrawlersRequest.prototype.hasOrderby = function() {
|
|
13197
|
-
return jspb.Message.getField(this, 6) != null;
|
|
13138
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
13198
13139
|
};
|
|
13199
13140
|
|
|
13200
13141
|
|
|
@@ -14048,7 +13989,7 @@ proto.ondewo.nlu.RagCrawler.prototype.toObject = function(opt_includeInstance) {
|
|
|
14048
13989
|
proto.ondewo.nlu.RagCrawler.toObject = function(includeInstance, msg) {
|
|
14049
13990
|
var f, obj = {
|
|
14050
13991
|
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
14051
|
-
displayName:
|
|
13992
|
+
displayName: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
14052
13993
|
createdAt: (f = msg.getCreatedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14053
13994
|
modifiedAt: (f = msg.getModifiedAt()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14054
13995
|
createdBy: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
@@ -14187,8 +14128,8 @@ proto.ondewo.nlu.RagCrawler.serializeBinaryToWriter = function(message, writer)
|
|
|
14187
14128
|
f
|
|
14188
14129
|
);
|
|
14189
14130
|
}
|
|
14190
|
-
f =
|
|
14191
|
-
if (f
|
|
14131
|
+
f = message.getDisplayName();
|
|
14132
|
+
if (f.length > 0) {
|
|
14192
14133
|
writer.writeString(
|
|
14193
14134
|
2,
|
|
14194
14135
|
f
|
|
@@ -14307,25 +14248,7 @@ proto.ondewo.nlu.RagCrawler.prototype.getDisplayName = function() {
|
|
|
14307
14248
|
* @return {!proto.ondewo.nlu.RagCrawler} returns this
|
|
14308
14249
|
*/
|
|
14309
14250
|
proto.ondewo.nlu.RagCrawler.prototype.setDisplayName = function(value) {
|
|
14310
|
-
return jspb.Message.
|
|
14311
|
-
};
|
|
14312
|
-
|
|
14313
|
-
|
|
14314
|
-
/**
|
|
14315
|
-
* Clears the field making it undefined.
|
|
14316
|
-
* @return {!proto.ondewo.nlu.RagCrawler} returns this
|
|
14317
|
-
*/
|
|
14318
|
-
proto.ondewo.nlu.RagCrawler.prototype.clearDisplayName = function() {
|
|
14319
|
-
return jspb.Message.setField(this, 2, undefined);
|
|
14320
|
-
};
|
|
14321
|
-
|
|
14322
|
-
|
|
14323
|
-
/**
|
|
14324
|
-
* Returns whether this field is set.
|
|
14325
|
-
* @return {boolean}
|
|
14326
|
-
*/
|
|
14327
|
-
proto.ondewo.nlu.RagCrawler.prototype.hasDisplayName = function() {
|
|
14328
|
-
return jspb.Message.getField(this, 2) != null;
|
|
14251
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
14329
14252
|
};
|
|
14330
14253
|
|
|
14331
14254
|
|
|
@@ -14907,9 +14830,9 @@ proto.ondewo.nlu.RagCrawlerFilters.toObject = function(includeInstance, msg) {
|
|
|
14907
14830
|
var f, obj = {
|
|
14908
14831
|
allowedDomainsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
14909
14832
|
disallowedDomainsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f,
|
|
14910
|
-
allowInternalLinks:
|
|
14911
|
-
allowExternalLinks:
|
|
14912
|
-
allowSocialMediaLinks:
|
|
14833
|
+
allowInternalLinks: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
14834
|
+
allowExternalLinks: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
|
|
14835
|
+
allowSocialMediaLinks: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
|
|
14913
14836
|
allowedRegexList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
14914
14837
|
disallowedRegexList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f,
|
|
14915
14838
|
allowedPathsList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
@@ -15029,22 +14952,22 @@ proto.ondewo.nlu.RagCrawlerFilters.serializeBinaryToWriter = function(message, w
|
|
|
15029
14952
|
f
|
|
15030
14953
|
);
|
|
15031
14954
|
}
|
|
15032
|
-
f =
|
|
15033
|
-
if (f
|
|
14955
|
+
f = message.getAllowInternalLinks();
|
|
14956
|
+
if (f) {
|
|
15034
14957
|
writer.writeBool(
|
|
15035
14958
|
3,
|
|
15036
14959
|
f
|
|
15037
14960
|
);
|
|
15038
14961
|
}
|
|
15039
|
-
f =
|
|
15040
|
-
if (f
|
|
14962
|
+
f = message.getAllowExternalLinks();
|
|
14963
|
+
if (f) {
|
|
15041
14964
|
writer.writeBool(
|
|
15042
14965
|
4,
|
|
15043
14966
|
f
|
|
15044
14967
|
);
|
|
15045
14968
|
}
|
|
15046
|
-
f =
|
|
15047
|
-
if (f
|
|
14969
|
+
f = message.getAllowSocialMediaLinks();
|
|
14970
|
+
if (f) {
|
|
15048
14971
|
writer.writeBool(
|
|
15049
14972
|
5,
|
|
15050
14973
|
f
|
|
@@ -15169,34 +15092,34 @@ proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowInternalLinks = function()
|
|
|
15169
15092
|
* @return {!proto.ondewo.nlu.RagCrawlerFilters} returns this
|
|
15170
15093
|
*/
|
|
15171
15094
|
proto.ondewo.nlu.RagCrawlerFilters.prototype.setAllowInternalLinks = function(value) {
|
|
15172
|
-
return jspb.Message.
|
|
15095
|
+
return jspb.Message.setProto3BooleanField(this, 3, value);
|
|
15173
15096
|
};
|
|
15174
15097
|
|
|
15175
15098
|
|
|
15176
15099
|
/**
|
|
15177
|
-
*
|
|
15178
|
-
* @return {
|
|
15100
|
+
* optional bool allow_external_links = 4;
|
|
15101
|
+
* @return {boolean}
|
|
15179
15102
|
*/
|
|
15180
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.
|
|
15181
|
-
return jspb.Message.
|
|
15103
|
+
proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowExternalLinks = function() {
|
|
15104
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
|
|
15182
15105
|
};
|
|
15183
15106
|
|
|
15184
15107
|
|
|
15185
15108
|
/**
|
|
15186
|
-
*
|
|
15187
|
-
* @return {
|
|
15109
|
+
* @param {boolean} value
|
|
15110
|
+
* @return {!proto.ondewo.nlu.RagCrawlerFilters} returns this
|
|
15188
15111
|
*/
|
|
15189
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.
|
|
15190
|
-
return jspb.Message.
|
|
15112
|
+
proto.ondewo.nlu.RagCrawlerFilters.prototype.setAllowExternalLinks = function(value) {
|
|
15113
|
+
return jspb.Message.setProto3BooleanField(this, 4, value);
|
|
15191
15114
|
};
|
|
15192
15115
|
|
|
15193
15116
|
|
|
15194
15117
|
/**
|
|
15195
|
-
* optional bool
|
|
15118
|
+
* optional bool allow_social_media_links = 5;
|
|
15196
15119
|
* @return {boolean}
|
|
15197
15120
|
*/
|
|
15198
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.
|
|
15199
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this,
|
|
15121
|
+
proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowSocialMediaLinks = function() {
|
|
15122
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
15200
15123
|
};
|
|
15201
15124
|
|
|
15202
15125
|
|
|
@@ -15204,68 +15127,14 @@ proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowExternalLinks = function()
|
|
|
15204
15127
|
* @param {boolean} value
|
|
15205
15128
|
* @return {!proto.ondewo.nlu.RagCrawlerFilters} returns this
|
|
15206
15129
|
*/
|
|
15207
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.
|
|
15208
|
-
return jspb.Message.
|
|
15130
|
+
proto.ondewo.nlu.RagCrawlerFilters.prototype.setAllowSocialMediaLinks = function(value) {
|
|
15131
|
+
return jspb.Message.setProto3BooleanField(this, 5, value);
|
|
15209
15132
|
};
|
|
15210
15133
|
|
|
15211
15134
|
|
|
15212
15135
|
/**
|
|
15213
|
-
*
|
|
15214
|
-
* @return {!
|
|
15215
|
-
*/
|
|
15216
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.clearAllowExternalLinks = function() {
|
|
15217
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
15218
|
-
};
|
|
15219
|
-
|
|
15220
|
-
|
|
15221
|
-
/**
|
|
15222
|
-
* Returns whether this field is set.
|
|
15223
|
-
* @return {boolean}
|
|
15224
|
-
*/
|
|
15225
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.hasAllowExternalLinks = function() {
|
|
15226
|
-
return jspb.Message.getField(this, 4) != null;
|
|
15227
|
-
};
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
/**
|
|
15231
|
-
* optional bool allow_social_media_links = 5;
|
|
15232
|
-
* @return {boolean}
|
|
15233
|
-
*/
|
|
15234
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowSocialMediaLinks = function() {
|
|
15235
|
-
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
15236
|
-
};
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
/**
|
|
15240
|
-
* @param {boolean} value
|
|
15241
|
-
* @return {!proto.ondewo.nlu.RagCrawlerFilters} returns this
|
|
15242
|
-
*/
|
|
15243
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.setAllowSocialMediaLinks = function(value) {
|
|
15244
|
-
return jspb.Message.setField(this, 5, value);
|
|
15245
|
-
};
|
|
15246
|
-
|
|
15247
|
-
|
|
15248
|
-
/**
|
|
15249
|
-
* Clears the field making it undefined.
|
|
15250
|
-
* @return {!proto.ondewo.nlu.RagCrawlerFilters} returns this
|
|
15251
|
-
*/
|
|
15252
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.clearAllowSocialMediaLinks = function() {
|
|
15253
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
15254
|
-
};
|
|
15255
|
-
|
|
15256
|
-
|
|
15257
|
-
/**
|
|
15258
|
-
* Returns whether this field is set.
|
|
15259
|
-
* @return {boolean}
|
|
15260
|
-
*/
|
|
15261
|
-
proto.ondewo.nlu.RagCrawlerFilters.prototype.hasAllowSocialMediaLinks = function() {
|
|
15262
|
-
return jspb.Message.getField(this, 5) != null;
|
|
15263
|
-
};
|
|
15264
|
-
|
|
15265
|
-
|
|
15266
|
-
/**
|
|
15267
|
-
* repeated string allowed_regex = 6;
|
|
15268
|
-
* @return {!Array<string>}
|
|
15136
|
+
* repeated string allowed_regex = 6;
|
|
15137
|
+
* @return {!Array<string>}
|
|
15269
15138
|
*/
|
|
15270
15139
|
proto.ondewo.nlu.RagCrawlerFilters.prototype.getAllowedRegexList = function() {
|
|
15271
15140
|
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 6));
|
|
@@ -15948,14 +15817,14 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.toObject = function(opt_includeIns
|
|
|
15948
15817
|
*/
|
|
15949
15818
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.toObject = function(includeInstance, msg) {
|
|
15950
15819
|
var f, obj = {
|
|
15951
|
-
htmlAuthBaseUrl:
|
|
15952
|
-
htmlAuthUsernameSelectorType:
|
|
15953
|
-
htmlAuthUsernameSelector:
|
|
15954
|
-
htmlAuthUsername:
|
|
15955
|
-
htmlAuthPasswordSelectorType:
|
|
15956
|
-
htmlAuthPasswordSelector:
|
|
15957
|
-
htmlAuthPassword:
|
|
15958
|
-
authenticationExecutionType:
|
|
15820
|
+
htmlAuthBaseUrl: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15821
|
+
htmlAuthUsernameSelectorType: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
15822
|
+
htmlAuthUsernameSelector: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
15823
|
+
htmlAuthUsername: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
15824
|
+
htmlAuthPasswordSelectorType: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
15825
|
+
htmlAuthPasswordSelector: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
15826
|
+
htmlAuthPassword: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
15827
|
+
authenticationExecutionType: jspb.Message.getFieldWithDefault(msg, 8, 0)
|
|
15959
15828
|
};
|
|
15960
15829
|
|
|
15961
15830
|
if (includeInstance) {
|
|
@@ -16053,57 +15922,57 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.serializeBinary = function() {
|
|
|
16053
15922
|
*/
|
|
16054
15923
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.serializeBinaryToWriter = function(message, writer) {
|
|
16055
15924
|
var f = undefined;
|
|
16056
|
-
f =
|
|
16057
|
-
if (f
|
|
15925
|
+
f = message.getHtmlAuthBaseUrl();
|
|
15926
|
+
if (f.length > 0) {
|
|
16058
15927
|
writer.writeString(
|
|
16059
15928
|
1,
|
|
16060
15929
|
f
|
|
16061
15930
|
);
|
|
16062
15931
|
}
|
|
16063
|
-
f =
|
|
16064
|
-
if (f
|
|
15932
|
+
f = message.getHtmlAuthUsernameSelectorType();
|
|
15933
|
+
if (f !== 0.0) {
|
|
16065
15934
|
writer.writeEnum(
|
|
16066
15935
|
2,
|
|
16067
15936
|
f
|
|
16068
15937
|
);
|
|
16069
15938
|
}
|
|
16070
|
-
f =
|
|
16071
|
-
if (f
|
|
15939
|
+
f = message.getHtmlAuthUsernameSelector();
|
|
15940
|
+
if (f.length > 0) {
|
|
16072
15941
|
writer.writeString(
|
|
16073
15942
|
3,
|
|
16074
15943
|
f
|
|
16075
15944
|
);
|
|
16076
15945
|
}
|
|
16077
|
-
f =
|
|
16078
|
-
if (f
|
|
15946
|
+
f = message.getHtmlAuthUsername();
|
|
15947
|
+
if (f.length > 0) {
|
|
16079
15948
|
writer.writeString(
|
|
16080
15949
|
4,
|
|
16081
15950
|
f
|
|
16082
15951
|
);
|
|
16083
15952
|
}
|
|
16084
|
-
f =
|
|
16085
|
-
if (f
|
|
15953
|
+
f = message.getHtmlAuthPasswordSelectorType();
|
|
15954
|
+
if (f !== 0.0) {
|
|
16086
15955
|
writer.writeEnum(
|
|
16087
15956
|
5,
|
|
16088
15957
|
f
|
|
16089
15958
|
);
|
|
16090
15959
|
}
|
|
16091
|
-
f =
|
|
16092
|
-
if (f
|
|
15960
|
+
f = message.getHtmlAuthPasswordSelector();
|
|
15961
|
+
if (f.length > 0) {
|
|
16093
15962
|
writer.writeString(
|
|
16094
15963
|
6,
|
|
16095
15964
|
f
|
|
16096
15965
|
);
|
|
16097
15966
|
}
|
|
16098
|
-
f =
|
|
16099
|
-
if (f
|
|
15967
|
+
f = message.getHtmlAuthPassword();
|
|
15968
|
+
if (f.length > 0) {
|
|
16100
15969
|
writer.writeString(
|
|
16101
15970
|
7,
|
|
16102
15971
|
f
|
|
16103
15972
|
);
|
|
16104
15973
|
}
|
|
16105
|
-
f =
|
|
16106
|
-
if (f
|
|
15974
|
+
f = message.getAuthenticationExecutionType();
|
|
15975
|
+
if (f !== 0.0) {
|
|
16107
15976
|
writer.writeEnum(
|
|
16108
15977
|
8,
|
|
16109
15978
|
f
|
|
@@ -16126,25 +15995,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthBaseUrl = function() {
|
|
|
16126
15995
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16127
15996
|
*/
|
|
16128
15997
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthBaseUrl = function(value) {
|
|
16129
|
-
return jspb.Message.
|
|
16130
|
-
};
|
|
16131
|
-
|
|
16132
|
-
|
|
16133
|
-
/**
|
|
16134
|
-
* Clears the field making it undefined.
|
|
16135
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16136
|
-
*/
|
|
16137
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthBaseUrl = function() {
|
|
16138
|
-
return jspb.Message.setField(this, 1, undefined);
|
|
16139
|
-
};
|
|
16140
|
-
|
|
16141
|
-
|
|
16142
|
-
/**
|
|
16143
|
-
* Returns whether this field is set.
|
|
16144
|
-
* @return {boolean}
|
|
16145
|
-
*/
|
|
16146
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthBaseUrl = function() {
|
|
16147
|
-
return jspb.Message.getField(this, 1) != null;
|
|
15998
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
16148
15999
|
};
|
|
16149
16000
|
|
|
16150
16001
|
|
|
@@ -16162,25 +16013,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthUsernameSelectorType =
|
|
|
16162
16013
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16163
16014
|
*/
|
|
16164
16015
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthUsernameSelectorType = function(value) {
|
|
16165
|
-
return jspb.Message.
|
|
16166
|
-
};
|
|
16167
|
-
|
|
16168
|
-
|
|
16169
|
-
/**
|
|
16170
|
-
* Clears the field making it undefined.
|
|
16171
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16172
|
-
*/
|
|
16173
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthUsernameSelectorType = function() {
|
|
16174
|
-
return jspb.Message.setField(this, 2, undefined);
|
|
16175
|
-
};
|
|
16176
|
-
|
|
16177
|
-
|
|
16178
|
-
/**
|
|
16179
|
-
* Returns whether this field is set.
|
|
16180
|
-
* @return {boolean}
|
|
16181
|
-
*/
|
|
16182
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthUsernameSelectorType = function() {
|
|
16183
|
-
return jspb.Message.getField(this, 2) != null;
|
|
16016
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
16184
16017
|
};
|
|
16185
16018
|
|
|
16186
16019
|
|
|
@@ -16198,25 +16031,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthUsernameSelector = func
|
|
|
16198
16031
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16199
16032
|
*/
|
|
16200
16033
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthUsernameSelector = function(value) {
|
|
16201
|
-
return jspb.Message.
|
|
16202
|
-
};
|
|
16203
|
-
|
|
16204
|
-
|
|
16205
|
-
/**
|
|
16206
|
-
* Clears the field making it undefined.
|
|
16207
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16208
|
-
*/
|
|
16209
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthUsernameSelector = function() {
|
|
16210
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
16211
|
-
};
|
|
16212
|
-
|
|
16213
|
-
|
|
16214
|
-
/**
|
|
16215
|
-
* Returns whether this field is set.
|
|
16216
|
-
* @return {boolean}
|
|
16217
|
-
*/
|
|
16218
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthUsernameSelector = function() {
|
|
16219
|
-
return jspb.Message.getField(this, 3) != null;
|
|
16034
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
16220
16035
|
};
|
|
16221
16036
|
|
|
16222
16037
|
|
|
@@ -16234,25 +16049,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthUsername = function() {
|
|
|
16234
16049
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16235
16050
|
*/
|
|
16236
16051
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthUsername = function(value) {
|
|
16237
|
-
return jspb.Message.
|
|
16238
|
-
};
|
|
16239
|
-
|
|
16240
|
-
|
|
16241
|
-
/**
|
|
16242
|
-
* Clears the field making it undefined.
|
|
16243
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16244
|
-
*/
|
|
16245
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthUsername = function() {
|
|
16246
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
16247
|
-
};
|
|
16248
|
-
|
|
16249
|
-
|
|
16250
|
-
/**
|
|
16251
|
-
* Returns whether this field is set.
|
|
16252
|
-
* @return {boolean}
|
|
16253
|
-
*/
|
|
16254
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthUsername = function() {
|
|
16255
|
-
return jspb.Message.getField(this, 4) != null;
|
|
16052
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
16256
16053
|
};
|
|
16257
16054
|
|
|
16258
16055
|
|
|
@@ -16270,25 +16067,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthPasswordSelectorType =
|
|
|
16270
16067
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16271
16068
|
*/
|
|
16272
16069
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthPasswordSelectorType = function(value) {
|
|
16273
|
-
return jspb.Message.
|
|
16274
|
-
};
|
|
16275
|
-
|
|
16276
|
-
|
|
16277
|
-
/**
|
|
16278
|
-
* Clears the field making it undefined.
|
|
16279
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16280
|
-
*/
|
|
16281
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthPasswordSelectorType = function() {
|
|
16282
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
16283
|
-
};
|
|
16284
|
-
|
|
16285
|
-
|
|
16286
|
-
/**
|
|
16287
|
-
* Returns whether this field is set.
|
|
16288
|
-
* @return {boolean}
|
|
16289
|
-
*/
|
|
16290
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthPasswordSelectorType = function() {
|
|
16291
|
-
return jspb.Message.getField(this, 5) != null;
|
|
16070
|
+
return jspb.Message.setProto3EnumField(this, 5, value);
|
|
16292
16071
|
};
|
|
16293
16072
|
|
|
16294
16073
|
|
|
@@ -16306,25 +16085,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthPasswordSelector = func
|
|
|
16306
16085
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16307
16086
|
*/
|
|
16308
16087
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthPasswordSelector = function(value) {
|
|
16309
|
-
return jspb.Message.
|
|
16310
|
-
};
|
|
16311
|
-
|
|
16312
|
-
|
|
16313
|
-
/**
|
|
16314
|
-
* Clears the field making it undefined.
|
|
16315
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16316
|
-
*/
|
|
16317
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthPasswordSelector = function() {
|
|
16318
|
-
return jspb.Message.setField(this, 6, undefined);
|
|
16319
|
-
};
|
|
16320
|
-
|
|
16321
|
-
|
|
16322
|
-
/**
|
|
16323
|
-
* Returns whether this field is set.
|
|
16324
|
-
* @return {boolean}
|
|
16325
|
-
*/
|
|
16326
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthPasswordSelector = function() {
|
|
16327
|
-
return jspb.Message.getField(this, 6) != null;
|
|
16088
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
16328
16089
|
};
|
|
16329
16090
|
|
|
16330
16091
|
|
|
@@ -16342,25 +16103,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getHtmlAuthPassword = function() {
|
|
|
16342
16103
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16343
16104
|
*/
|
|
16344
16105
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setHtmlAuthPassword = function(value) {
|
|
16345
|
-
return jspb.Message.
|
|
16346
|
-
};
|
|
16347
|
-
|
|
16348
|
-
|
|
16349
|
-
/**
|
|
16350
|
-
* Clears the field making it undefined.
|
|
16351
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16352
|
-
*/
|
|
16353
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearHtmlAuthPassword = function() {
|
|
16354
|
-
return jspb.Message.setField(this, 7, undefined);
|
|
16355
|
-
};
|
|
16356
|
-
|
|
16357
|
-
|
|
16358
|
-
/**
|
|
16359
|
-
* Returns whether this field is set.
|
|
16360
|
-
* @return {boolean}
|
|
16361
|
-
*/
|
|
16362
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasHtmlAuthPassword = function() {
|
|
16363
|
-
return jspb.Message.getField(this, 7) != null;
|
|
16106
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
16364
16107
|
};
|
|
16365
16108
|
|
|
16366
16109
|
|
|
@@ -16378,25 +16121,7 @@ proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.getAuthenticationExecutionType = f
|
|
|
16378
16121
|
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16379
16122
|
*/
|
|
16380
16123
|
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.setAuthenticationExecutionType = function(value) {
|
|
16381
|
-
return jspb.Message.
|
|
16382
|
-
};
|
|
16383
|
-
|
|
16384
|
-
|
|
16385
|
-
/**
|
|
16386
|
-
* Clears the field making it undefined.
|
|
16387
|
-
* @return {!proto.ondewo.nlu.RagCrawlerHtmlAuth} returns this
|
|
16388
|
-
*/
|
|
16389
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.clearAuthenticationExecutionType = function() {
|
|
16390
|
-
return jspb.Message.setField(this, 8, undefined);
|
|
16391
|
-
};
|
|
16392
|
-
|
|
16393
|
-
|
|
16394
|
-
/**
|
|
16395
|
-
* Returns whether this field is set.
|
|
16396
|
-
* @return {boolean}
|
|
16397
|
-
*/
|
|
16398
|
-
proto.ondewo.nlu.RagCrawlerHtmlAuth.prototype.hasAuthenticationExecutionType = function() {
|
|
16399
|
-
return jspb.Message.getField(this, 8) != null;
|
|
16124
|
+
return jspb.Message.setProto3EnumField(this, 8, value);
|
|
16400
16125
|
};
|
|
16401
16126
|
|
|
16402
16127
|
|
|
@@ -16855,7 +16580,7 @@ proto.ondewo.nlu.RagCrawlerCookie.toObject = function(includeInstance, msg) {
|
|
|
16855
16580
|
var f, obj = {
|
|
16856
16581
|
cookieName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
16857
16582
|
cookieValue: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
16858
|
-
cookieDomain:
|
|
16583
|
+
cookieDomain: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
16859
16584
|
};
|
|
16860
16585
|
|
|
16861
16586
|
if (includeInstance) {
|
|
@@ -16947,8 +16672,8 @@ proto.ondewo.nlu.RagCrawlerCookie.serializeBinaryToWriter = function(message, wr
|
|
|
16947
16672
|
f
|
|
16948
16673
|
);
|
|
16949
16674
|
}
|
|
16950
|
-
f =
|
|
16951
|
-
if (f
|
|
16675
|
+
f = message.getCookieDomain();
|
|
16676
|
+
if (f.length > 0) {
|
|
16952
16677
|
writer.writeString(
|
|
16953
16678
|
3,
|
|
16954
16679
|
f
|
|
@@ -17007,25 +16732,7 @@ proto.ondewo.nlu.RagCrawlerCookie.prototype.getCookieDomain = function() {
|
|
|
17007
16732
|
* @return {!proto.ondewo.nlu.RagCrawlerCookie} returns this
|
|
17008
16733
|
*/
|
|
17009
16734
|
proto.ondewo.nlu.RagCrawlerCookie.prototype.setCookieDomain = function(value) {
|
|
17010
|
-
return jspb.Message.
|
|
17011
|
-
};
|
|
17012
|
-
|
|
17013
|
-
|
|
17014
|
-
/**
|
|
17015
|
-
* Clears the field making it undefined.
|
|
17016
|
-
* @return {!proto.ondewo.nlu.RagCrawlerCookie} returns this
|
|
17017
|
-
*/
|
|
17018
|
-
proto.ondewo.nlu.RagCrawlerCookie.prototype.clearCookieDomain = function() {
|
|
17019
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
17020
|
-
};
|
|
17021
|
-
|
|
17022
|
-
|
|
17023
|
-
/**
|
|
17024
|
-
* Returns whether this field is set.
|
|
17025
|
-
* @return {boolean}
|
|
17026
|
-
*/
|
|
17027
|
-
proto.ondewo.nlu.RagCrawlerCookie.prototype.hasCookieDomain = function() {
|
|
17028
|
-
return jspb.Message.getField(this, 3) != null;
|
|
16735
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
17029
16736
|
};
|
|
17030
16737
|
|
|
17031
16738
|
|
|
@@ -17061,8 +16768,8 @@ proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.toObject = function(opt_i
|
|
|
17061
16768
|
*/
|
|
17062
16769
|
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.toObject = function(includeInstance, msg) {
|
|
17063
16770
|
var f, obj = {
|
|
17064
|
-
maxConcurrentRequests:
|
|
17065
|
-
slowCrawl:
|
|
16771
|
+
maxConcurrentRequests: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
16772
|
+
slowCrawl: jspb.Message.getBooleanFieldWithDefault(msg, 2, false)
|
|
17066
16773
|
};
|
|
17067
16774
|
|
|
17068
16775
|
if (includeInstance) {
|
|
@@ -17136,15 +16843,15 @@ proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.serializeBinary = functio
|
|
|
17136
16843
|
*/
|
|
17137
16844
|
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.serializeBinaryToWriter = function(message, writer) {
|
|
17138
16845
|
var f = undefined;
|
|
17139
|
-
f =
|
|
17140
|
-
if (f
|
|
16846
|
+
f = message.getMaxConcurrentRequests();
|
|
16847
|
+
if (f !== 0) {
|
|
17141
16848
|
writer.writeInt32(
|
|
17142
16849
|
1,
|
|
17143
16850
|
f
|
|
17144
16851
|
);
|
|
17145
16852
|
}
|
|
17146
|
-
f =
|
|
17147
|
-
if (f
|
|
16853
|
+
f = message.getSlowCrawl();
|
|
16854
|
+
if (f) {
|
|
17148
16855
|
writer.writeBool(
|
|
17149
16856
|
2,
|
|
17150
16857
|
f
|
|
@@ -17167,25 +16874,7 @@ proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.getMaxConcurrentRequests
|
|
|
17167
16874
|
* @return {!proto.ondewo.nlu.RagCrawlerConcurrencyConfig} returns this
|
|
17168
16875
|
*/
|
|
17169
16876
|
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.setMaxConcurrentRequests = function(value) {
|
|
17170
|
-
return jspb.Message.
|
|
17171
|
-
};
|
|
17172
|
-
|
|
17173
|
-
|
|
17174
|
-
/**
|
|
17175
|
-
* Clears the field making it undefined.
|
|
17176
|
-
* @return {!proto.ondewo.nlu.RagCrawlerConcurrencyConfig} returns this
|
|
17177
|
-
*/
|
|
17178
|
-
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.clearMaxConcurrentRequests = function() {
|
|
17179
|
-
return jspb.Message.setField(this, 1, undefined);
|
|
17180
|
-
};
|
|
17181
|
-
|
|
17182
|
-
|
|
17183
|
-
/**
|
|
17184
|
-
* Returns whether this field is set.
|
|
17185
|
-
* @return {boolean}
|
|
17186
|
-
*/
|
|
17187
|
-
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.hasMaxConcurrentRequests = function() {
|
|
17188
|
-
return jspb.Message.getField(this, 1) != null;
|
|
16877
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
17189
16878
|
};
|
|
17190
16879
|
|
|
17191
16880
|
|
|
@@ -17203,25 +16892,7 @@ proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.getSlowCrawl = function()
|
|
|
17203
16892
|
* @return {!proto.ondewo.nlu.RagCrawlerConcurrencyConfig} returns this
|
|
17204
16893
|
*/
|
|
17205
16894
|
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.setSlowCrawl = function(value) {
|
|
17206
|
-
return jspb.Message.
|
|
17207
|
-
};
|
|
17208
|
-
|
|
17209
|
-
|
|
17210
|
-
/**
|
|
17211
|
-
* Clears the field making it undefined.
|
|
17212
|
-
* @return {!proto.ondewo.nlu.RagCrawlerConcurrencyConfig} returns this
|
|
17213
|
-
*/
|
|
17214
|
-
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.clearSlowCrawl = function() {
|
|
17215
|
-
return jspb.Message.setField(this, 2, undefined);
|
|
17216
|
-
};
|
|
17217
|
-
|
|
17218
|
-
|
|
17219
|
-
/**
|
|
17220
|
-
* Returns whether this field is set.
|
|
17221
|
-
* @return {boolean}
|
|
17222
|
-
*/
|
|
17223
|
-
proto.ondewo.nlu.RagCrawlerConcurrencyConfig.prototype.hasSlowCrawl = function() {
|
|
17224
|
-
return jspb.Message.getField(this, 2) != null;
|
|
16895
|
+
return jspb.Message.setProto3BooleanField(this, 2, value);
|
|
17225
16896
|
};
|
|
17226
16897
|
|
|
17227
16898
|
|
|
@@ -17259,7 +16930,8 @@ proto.ondewo.nlu.RagCrawlerConfig.toObject = function(includeInstance, msg) {
|
|
|
17259
16930
|
var f, obj = {
|
|
17260
16931
|
concurrencyConfig: (f = msg.getConcurrencyConfig()) && proto.ondewo.nlu.RagCrawlerConcurrencyConfig.toObject(includeInstance, f),
|
|
17261
16932
|
deepCrawlerConfig: (f = msg.getDeepCrawlerConfig()) && proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.toObject(includeInstance, f),
|
|
17262
|
-
outputConfig: (f = msg.getOutputConfig()) && proto.ondewo.nlu.RagCrawlerResultsConfig.toObject(includeInstance, f)
|
|
16933
|
+
outputConfig: (f = msg.getOutputConfig()) && proto.ondewo.nlu.RagCrawlerResultsConfig.toObject(includeInstance, f),
|
|
16934
|
+
statusFilter: (f = msg.getStatusFilter()) && proto.ondewo.nlu.RagCrawlerStatusFilter.toObject(includeInstance, f)
|
|
17263
16935
|
};
|
|
17264
16936
|
|
|
17265
16937
|
if (includeInstance) {
|
|
@@ -17311,6 +16983,11 @@ proto.ondewo.nlu.RagCrawlerConfig.deserializeBinaryFromReader = function(msg, re
|
|
|
17311
16983
|
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerResultsConfig.deserializeBinaryFromReader);
|
|
17312
16984
|
msg.setOutputConfig(value);
|
|
17313
16985
|
break;
|
|
16986
|
+
case 4:
|
|
16987
|
+
var value = new proto.ondewo.nlu.RagCrawlerStatusFilter;
|
|
16988
|
+
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerStatusFilter.deserializeBinaryFromReader);
|
|
16989
|
+
msg.setStatusFilter(value);
|
|
16990
|
+
break;
|
|
17314
16991
|
default:
|
|
17315
16992
|
reader.skipField();
|
|
17316
16993
|
break;
|
|
@@ -17364,6 +17041,14 @@ proto.ondewo.nlu.RagCrawlerConfig.serializeBinaryToWriter = function(message, wr
|
|
|
17364
17041
|
proto.ondewo.nlu.RagCrawlerResultsConfig.serializeBinaryToWriter
|
|
17365
17042
|
);
|
|
17366
17043
|
}
|
|
17044
|
+
f = message.getStatusFilter();
|
|
17045
|
+
if (f != null) {
|
|
17046
|
+
writer.writeMessage(
|
|
17047
|
+
4,
|
|
17048
|
+
f,
|
|
17049
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.serializeBinaryToWriter
|
|
17050
|
+
);
|
|
17051
|
+
}
|
|
17367
17052
|
};
|
|
17368
17053
|
|
|
17369
17054
|
|
|
@@ -17478,6 +17163,43 @@ proto.ondewo.nlu.RagCrawlerConfig.prototype.hasOutputConfig = function() {
|
|
|
17478
17163
|
};
|
|
17479
17164
|
|
|
17480
17165
|
|
|
17166
|
+
/**
|
|
17167
|
+
* optional RagCrawlerStatusFilter status_filter = 4;
|
|
17168
|
+
* @return {?proto.ondewo.nlu.RagCrawlerStatusFilter}
|
|
17169
|
+
*/
|
|
17170
|
+
proto.ondewo.nlu.RagCrawlerConfig.prototype.getStatusFilter = function() {
|
|
17171
|
+
return /** @type{?proto.ondewo.nlu.RagCrawlerStatusFilter} */ (
|
|
17172
|
+
jspb.Message.getWrapperField(this, proto.ondewo.nlu.RagCrawlerStatusFilter, 4));
|
|
17173
|
+
};
|
|
17174
|
+
|
|
17175
|
+
|
|
17176
|
+
/**
|
|
17177
|
+
* @param {?proto.ondewo.nlu.RagCrawlerStatusFilter|undefined} value
|
|
17178
|
+
* @return {!proto.ondewo.nlu.RagCrawlerConfig} returns this
|
|
17179
|
+
*/
|
|
17180
|
+
proto.ondewo.nlu.RagCrawlerConfig.prototype.setStatusFilter = function(value) {
|
|
17181
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
17182
|
+
};
|
|
17183
|
+
|
|
17184
|
+
|
|
17185
|
+
/**
|
|
17186
|
+
* Clears the message field making it undefined.
|
|
17187
|
+
* @return {!proto.ondewo.nlu.RagCrawlerConfig} returns this
|
|
17188
|
+
*/
|
|
17189
|
+
proto.ondewo.nlu.RagCrawlerConfig.prototype.clearStatusFilter = function() {
|
|
17190
|
+
return this.setStatusFilter(undefined);
|
|
17191
|
+
};
|
|
17192
|
+
|
|
17193
|
+
|
|
17194
|
+
/**
|
|
17195
|
+
* Returns whether this field is set.
|
|
17196
|
+
* @return {boolean}
|
|
17197
|
+
*/
|
|
17198
|
+
proto.ondewo.nlu.RagCrawlerConfig.prototype.hasStatusFilter = function() {
|
|
17199
|
+
return jspb.Message.getField(this, 4) != null;
|
|
17200
|
+
};
|
|
17201
|
+
|
|
17202
|
+
|
|
17481
17203
|
|
|
17482
17204
|
|
|
17483
17205
|
|
|
@@ -17510,11 +17232,12 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.toObject = function(opt_i
|
|
|
17510
17232
|
*/
|
|
17511
17233
|
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.toObject = function(includeInstance, msg) {
|
|
17512
17234
|
var f, obj = {
|
|
17513
|
-
isActive:
|
|
17514
|
-
crawlStrategy:
|
|
17235
|
+
isActive: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
17236
|
+
crawlStrategy: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
17515
17237
|
maxDepth: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
|
|
17516
|
-
maxPages:
|
|
17517
|
-
deepCrawlerFilters: (f = msg.getDeepCrawlerFilters()) && proto.ondewo.nlu.RagCrawlerFilters.toObject(includeInstance, f)
|
|
17238
|
+
maxPages: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
17239
|
+
deepCrawlerFilters: (f = msg.getDeepCrawlerFilters()) && proto.ondewo.nlu.RagCrawlerFilters.toObject(includeInstance, f),
|
|
17240
|
+
normalizeUrlCase: (f = jspb.Message.getBooleanField(msg, 6)) == null ? undefined : f
|
|
17518
17241
|
};
|
|
17519
17242
|
|
|
17520
17243
|
if (includeInstance) {
|
|
@@ -17572,6 +17295,10 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.deserializeBinaryFromReader = funct
|
|
|
17572
17295
|
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerFilters.deserializeBinaryFromReader);
|
|
17573
17296
|
msg.setDeepCrawlerFilters(value);
|
|
17574
17297
|
break;
|
|
17298
|
+
case 6:
|
|
17299
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
17300
|
+
msg.setNormalizeUrlCase(value);
|
|
17301
|
+
break;
|
|
17575
17302
|
default:
|
|
17576
17303
|
reader.skipField();
|
|
17577
17304
|
break;
|
|
@@ -17601,15 +17328,15 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.serializeBinary = functio
|
|
|
17601
17328
|
*/
|
|
17602
17329
|
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.serializeBinaryToWriter = function(message, writer) {
|
|
17603
17330
|
var f = undefined;
|
|
17604
|
-
f =
|
|
17605
|
-
if (f
|
|
17331
|
+
f = message.getIsActive();
|
|
17332
|
+
if (f) {
|
|
17606
17333
|
writer.writeBool(
|
|
17607
17334
|
1,
|
|
17608
17335
|
f
|
|
17609
17336
|
);
|
|
17610
17337
|
}
|
|
17611
|
-
f =
|
|
17612
|
-
if (f
|
|
17338
|
+
f = message.getCrawlStrategy();
|
|
17339
|
+
if (f !== 0.0) {
|
|
17613
17340
|
writer.writeEnum(
|
|
17614
17341
|
2,
|
|
17615
17342
|
f
|
|
@@ -17622,8 +17349,8 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.serializeBinaryToWriter = function(
|
|
|
17622
17349
|
f
|
|
17623
17350
|
);
|
|
17624
17351
|
}
|
|
17625
|
-
f =
|
|
17626
|
-
if (f
|
|
17352
|
+
f = message.getMaxPages();
|
|
17353
|
+
if (f !== 0) {
|
|
17627
17354
|
writer.writeInt32(
|
|
17628
17355
|
4,
|
|
17629
17356
|
f
|
|
@@ -17637,6 +17364,13 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.serializeBinaryToWriter = function(
|
|
|
17637
17364
|
proto.ondewo.nlu.RagCrawlerFilters.serializeBinaryToWriter
|
|
17638
17365
|
);
|
|
17639
17366
|
}
|
|
17367
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 6));
|
|
17368
|
+
if (f != null) {
|
|
17369
|
+
writer.writeBool(
|
|
17370
|
+
6,
|
|
17371
|
+
f
|
|
17372
|
+
);
|
|
17373
|
+
}
|
|
17640
17374
|
};
|
|
17641
17375
|
|
|
17642
17376
|
|
|
@@ -17654,25 +17388,7 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.getIsActive = function()
|
|
|
17654
17388
|
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17655
17389
|
*/
|
|
17656
17390
|
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.setIsActive = function(value) {
|
|
17657
|
-
return jspb.Message.
|
|
17658
|
-
};
|
|
17659
|
-
|
|
17660
|
-
|
|
17661
|
-
/**
|
|
17662
|
-
* Clears the field making it undefined.
|
|
17663
|
-
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17664
|
-
*/
|
|
17665
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.clearIsActive = function() {
|
|
17666
|
-
return jspb.Message.setField(this, 1, undefined);
|
|
17667
|
-
};
|
|
17668
|
-
|
|
17669
|
-
|
|
17670
|
-
/**
|
|
17671
|
-
* Returns whether this field is set.
|
|
17672
|
-
* @return {boolean}
|
|
17673
|
-
*/
|
|
17674
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.hasIsActive = function() {
|
|
17675
|
-
return jspb.Message.getField(this, 1) != null;
|
|
17391
|
+
return jspb.Message.setProto3BooleanField(this, 1, value);
|
|
17676
17392
|
};
|
|
17677
17393
|
|
|
17678
17394
|
|
|
@@ -17690,25 +17406,7 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.getCrawlStrategy = functi
|
|
|
17690
17406
|
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17691
17407
|
*/
|
|
17692
17408
|
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.setCrawlStrategy = function(value) {
|
|
17693
|
-
return jspb.Message.
|
|
17694
|
-
};
|
|
17695
|
-
|
|
17696
|
-
|
|
17697
|
-
/**
|
|
17698
|
-
* Clears the field making it undefined.
|
|
17699
|
-
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17700
|
-
*/
|
|
17701
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.clearCrawlStrategy = function() {
|
|
17702
|
-
return jspb.Message.setField(this, 2, undefined);
|
|
17703
|
-
};
|
|
17704
|
-
|
|
17705
|
-
|
|
17706
|
-
/**
|
|
17707
|
-
* Returns whether this field is set.
|
|
17708
|
-
* @return {boolean}
|
|
17709
|
-
*/
|
|
17710
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.hasCrawlStrategy = function() {
|
|
17711
|
-
return jspb.Message.getField(this, 2) != null;
|
|
17409
|
+
return jspb.Message.setProto3EnumField(this, 2, value);
|
|
17712
17410
|
};
|
|
17713
17411
|
|
|
17714
17412
|
|
|
@@ -17762,25 +17460,7 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.getMaxPages = function()
|
|
|
17762
17460
|
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17763
17461
|
*/
|
|
17764
17462
|
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.setMaxPages = function(value) {
|
|
17765
|
-
return jspb.Message.
|
|
17766
|
-
};
|
|
17767
|
-
|
|
17768
|
-
|
|
17769
|
-
/**
|
|
17770
|
-
* Clears the field making it undefined.
|
|
17771
|
-
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17772
|
-
*/
|
|
17773
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.clearMaxPages = function() {
|
|
17774
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
17775
|
-
};
|
|
17776
|
-
|
|
17777
|
-
|
|
17778
|
-
/**
|
|
17779
|
-
* Returns whether this field is set.
|
|
17780
|
-
* @return {boolean}
|
|
17781
|
-
*/
|
|
17782
|
-
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.hasMaxPages = function() {
|
|
17783
|
-
return jspb.Message.getField(this, 4) != null;
|
|
17463
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
17784
17464
|
};
|
|
17785
17465
|
|
|
17786
17466
|
|
|
@@ -17821,6 +17501,42 @@ proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.hasDeepCrawlerFilters = f
|
|
|
17821
17501
|
};
|
|
17822
17502
|
|
|
17823
17503
|
|
|
17504
|
+
/**
|
|
17505
|
+
* optional bool normalize_url_case = 6;
|
|
17506
|
+
* @return {boolean}
|
|
17507
|
+
*/
|
|
17508
|
+
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.getNormalizeUrlCase = function() {
|
|
17509
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
|
|
17510
|
+
};
|
|
17511
|
+
|
|
17512
|
+
|
|
17513
|
+
/**
|
|
17514
|
+
* @param {boolean} value
|
|
17515
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17516
|
+
*/
|
|
17517
|
+
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.setNormalizeUrlCase = function(value) {
|
|
17518
|
+
return jspb.Message.setField(this, 6, value);
|
|
17519
|
+
};
|
|
17520
|
+
|
|
17521
|
+
|
|
17522
|
+
/**
|
|
17523
|
+
* Clears the field making it undefined.
|
|
17524
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig} returns this
|
|
17525
|
+
*/
|
|
17526
|
+
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.clearNormalizeUrlCase = function() {
|
|
17527
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
17528
|
+
};
|
|
17529
|
+
|
|
17530
|
+
|
|
17531
|
+
/**
|
|
17532
|
+
* Returns whether this field is set.
|
|
17533
|
+
* @return {boolean}
|
|
17534
|
+
*/
|
|
17535
|
+
proto.ondewo.nlu.RagCrawlerDeepCrawlerConfig.prototype.hasNormalizeUrlCase = function() {
|
|
17536
|
+
return jspb.Message.getField(this, 6) != null;
|
|
17537
|
+
};
|
|
17538
|
+
|
|
17539
|
+
|
|
17824
17540
|
|
|
17825
17541
|
/**
|
|
17826
17542
|
* List of repeated fields within this message type.
|
|
@@ -17862,7 +17578,9 @@ proto.ondewo.nlu.RagCrawlerResultsConfig.toObject = function(includeInstance, ms
|
|
|
17862
17578
|
var f, obj = {
|
|
17863
17579
|
injectFrontmatter: (f = jspb.Message.getBooleanField(msg, 1)) == null ? undefined : f,
|
|
17864
17580
|
metaDataExtractorsList: jspb.Message.toObjectList(msg.getMetaDataExtractorsList(),
|
|
17865
|
-
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.toObject, includeInstance)
|
|
17581
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.toObject, includeInstance),
|
|
17582
|
+
contentScope: (f = msg.getContentScope()) && proto.ondewo.nlu.RagCrawlerContentScope.toObject(includeInstance, f),
|
|
17583
|
+
densityPruning: (f = msg.getDensityPruning()) && proto.ondewo.nlu.RagCrawlerDensityPruning.toObject(includeInstance, f)
|
|
17866
17584
|
};
|
|
17867
17585
|
|
|
17868
17586
|
if (includeInstance) {
|
|
@@ -17908,6 +17626,16 @@ proto.ondewo.nlu.RagCrawlerResultsConfig.deserializeBinaryFromReader = function(
|
|
|
17908
17626
|
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinaryFromReader);
|
|
17909
17627
|
msg.addMetaDataExtractors(value);
|
|
17910
17628
|
break;
|
|
17629
|
+
case 3:
|
|
17630
|
+
var value = new proto.ondewo.nlu.RagCrawlerContentScope;
|
|
17631
|
+
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerContentScope.deserializeBinaryFromReader);
|
|
17632
|
+
msg.setContentScope(value);
|
|
17633
|
+
break;
|
|
17634
|
+
case 4:
|
|
17635
|
+
var value = new proto.ondewo.nlu.RagCrawlerDensityPruning;
|
|
17636
|
+
reader.readMessage(value,proto.ondewo.nlu.RagCrawlerDensityPruning.deserializeBinaryFromReader);
|
|
17637
|
+
msg.setDensityPruning(value);
|
|
17638
|
+
break;
|
|
17911
17639
|
default:
|
|
17912
17640
|
reader.skipField();
|
|
17913
17641
|
break;
|
|
@@ -17952,6 +17680,22 @@ proto.ondewo.nlu.RagCrawlerResultsConfig.serializeBinaryToWriter = function(mess
|
|
|
17952
17680
|
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.serializeBinaryToWriter
|
|
17953
17681
|
);
|
|
17954
17682
|
}
|
|
17683
|
+
f = message.getContentScope();
|
|
17684
|
+
if (f != null) {
|
|
17685
|
+
writer.writeMessage(
|
|
17686
|
+
3,
|
|
17687
|
+
f,
|
|
17688
|
+
proto.ondewo.nlu.RagCrawlerContentScope.serializeBinaryToWriter
|
|
17689
|
+
);
|
|
17690
|
+
}
|
|
17691
|
+
f = message.getDensityPruning();
|
|
17692
|
+
if (f != null) {
|
|
17693
|
+
writer.writeMessage(
|
|
17694
|
+
4,
|
|
17695
|
+
f,
|
|
17696
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.serializeBinaryToWriter
|
|
17697
|
+
);
|
|
17698
|
+
}
|
|
17955
17699
|
};
|
|
17956
17700
|
|
|
17957
17701
|
|
|
@@ -18029,6 +17773,87 @@ proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.clearMetaDataExtractorsList =
|
|
|
18029
17773
|
};
|
|
18030
17774
|
|
|
18031
17775
|
|
|
17776
|
+
/**
|
|
17777
|
+
* optional RagCrawlerContentScope content_scope = 3;
|
|
17778
|
+
* @return {?proto.ondewo.nlu.RagCrawlerContentScope}
|
|
17779
|
+
*/
|
|
17780
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.getContentScope = function() {
|
|
17781
|
+
return /** @type{?proto.ondewo.nlu.RagCrawlerContentScope} */ (
|
|
17782
|
+
jspb.Message.getWrapperField(this, proto.ondewo.nlu.RagCrawlerContentScope, 3));
|
|
17783
|
+
};
|
|
17784
|
+
|
|
17785
|
+
|
|
17786
|
+
/**
|
|
17787
|
+
* @param {?proto.ondewo.nlu.RagCrawlerContentScope|undefined} value
|
|
17788
|
+
* @return {!proto.ondewo.nlu.RagCrawlerResultsConfig} returns this
|
|
17789
|
+
*/
|
|
17790
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.setContentScope = function(value) {
|
|
17791
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
17792
|
+
};
|
|
17793
|
+
|
|
17794
|
+
|
|
17795
|
+
/**
|
|
17796
|
+
* Clears the message field making it undefined.
|
|
17797
|
+
* @return {!proto.ondewo.nlu.RagCrawlerResultsConfig} returns this
|
|
17798
|
+
*/
|
|
17799
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.clearContentScope = function() {
|
|
17800
|
+
return this.setContentScope(undefined);
|
|
17801
|
+
};
|
|
17802
|
+
|
|
17803
|
+
|
|
17804
|
+
/**
|
|
17805
|
+
* Returns whether this field is set.
|
|
17806
|
+
* @return {boolean}
|
|
17807
|
+
*/
|
|
17808
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.hasContentScope = function() {
|
|
17809
|
+
return jspb.Message.getField(this, 3) != null;
|
|
17810
|
+
};
|
|
17811
|
+
|
|
17812
|
+
|
|
17813
|
+
/**
|
|
17814
|
+
* optional RagCrawlerDensityPruning density_pruning = 4;
|
|
17815
|
+
* @return {?proto.ondewo.nlu.RagCrawlerDensityPruning}
|
|
17816
|
+
*/
|
|
17817
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.getDensityPruning = function() {
|
|
17818
|
+
return /** @type{?proto.ondewo.nlu.RagCrawlerDensityPruning} */ (
|
|
17819
|
+
jspb.Message.getWrapperField(this, proto.ondewo.nlu.RagCrawlerDensityPruning, 4));
|
|
17820
|
+
};
|
|
17821
|
+
|
|
17822
|
+
|
|
17823
|
+
/**
|
|
17824
|
+
* @param {?proto.ondewo.nlu.RagCrawlerDensityPruning|undefined} value
|
|
17825
|
+
* @return {!proto.ondewo.nlu.RagCrawlerResultsConfig} returns this
|
|
17826
|
+
*/
|
|
17827
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.setDensityPruning = function(value) {
|
|
17828
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
17829
|
+
};
|
|
17830
|
+
|
|
17831
|
+
|
|
17832
|
+
/**
|
|
17833
|
+
* Clears the message field making it undefined.
|
|
17834
|
+
* @return {!proto.ondewo.nlu.RagCrawlerResultsConfig} returns this
|
|
17835
|
+
*/
|
|
17836
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.clearDensityPruning = function() {
|
|
17837
|
+
return this.setDensityPruning(undefined);
|
|
17838
|
+
};
|
|
17839
|
+
|
|
17840
|
+
|
|
17841
|
+
/**
|
|
17842
|
+
* Returns whether this field is set.
|
|
17843
|
+
* @return {boolean}
|
|
17844
|
+
*/
|
|
17845
|
+
proto.ondewo.nlu.RagCrawlerResultsConfig.prototype.hasDensityPruning = function() {
|
|
17846
|
+
return jspb.Message.getField(this, 4) != null;
|
|
17847
|
+
};
|
|
17848
|
+
|
|
17849
|
+
|
|
17850
|
+
|
|
17851
|
+
/**
|
|
17852
|
+
* List of repeated fields within this message type.
|
|
17853
|
+
* @private {!Array<number>}
|
|
17854
|
+
* @const
|
|
17855
|
+
*/
|
|
17856
|
+
proto.ondewo.nlu.RagCrawlerContentScope.repeatedFields_ = [1,2];
|
|
18032
17857
|
|
|
18033
17858
|
|
|
18034
17859
|
|
|
@@ -18045,8 +17870,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
18045
17870
|
* http://goto/soy-param-migration
|
|
18046
17871
|
* @return {!Object}
|
|
18047
17872
|
*/
|
|
18048
|
-
proto.ondewo.nlu.
|
|
18049
|
-
return proto.ondewo.nlu.
|
|
17873
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.toObject = function(opt_includeInstance) {
|
|
17874
|
+
return proto.ondewo.nlu.RagCrawlerContentScope.toObject(opt_includeInstance, this);
|
|
18050
17875
|
};
|
|
18051
17876
|
|
|
18052
17877
|
|
|
@@ -18055,15 +17880,14 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.toObject = function(opt_i
|
|
|
18055
17880
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18056
17881
|
* the JSPB instance for transitional soy proto support:
|
|
18057
17882
|
* http://goto/soy-param-migration
|
|
18058
|
-
* @param {!proto.ondewo.nlu.
|
|
17883
|
+
* @param {!proto.ondewo.nlu.RagCrawlerContentScope} msg The msg instance to transform.
|
|
18059
17884
|
* @return {!Object}
|
|
18060
17885
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18061
17886
|
*/
|
|
18062
|
-
proto.ondewo.nlu.
|
|
17887
|
+
proto.ondewo.nlu.RagCrawlerContentScope.toObject = function(includeInstance, msg) {
|
|
18063
17888
|
var f, obj = {
|
|
18064
|
-
|
|
18065
|
-
|
|
18066
|
-
key: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f
|
|
17889
|
+
includeSelectorsList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f,
|
|
17890
|
+
excludeSelectorsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
18067
17891
|
};
|
|
18068
17892
|
|
|
18069
17893
|
if (includeInstance) {
|
|
@@ -18077,23 +17901,23 @@ key: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f
|
|
|
18077
17901
|
/**
|
|
18078
17902
|
* Deserializes binary data (in protobuf wire format).
|
|
18079
17903
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18080
|
-
* @return {!proto.ondewo.nlu.
|
|
17904
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope}
|
|
18081
17905
|
*/
|
|
18082
|
-
proto.ondewo.nlu.
|
|
17906
|
+
proto.ondewo.nlu.RagCrawlerContentScope.deserializeBinary = function(bytes) {
|
|
18083
17907
|
var reader = new jspb.BinaryReader(bytes);
|
|
18084
|
-
var msg = new proto.ondewo.nlu.
|
|
18085
|
-
return proto.ondewo.nlu.
|
|
17908
|
+
var msg = new proto.ondewo.nlu.RagCrawlerContentScope;
|
|
17909
|
+
return proto.ondewo.nlu.RagCrawlerContentScope.deserializeBinaryFromReader(msg, reader);
|
|
18086
17910
|
};
|
|
18087
17911
|
|
|
18088
17912
|
|
|
18089
17913
|
/**
|
|
18090
17914
|
* Deserializes binary data (in protobuf wire format) from the
|
|
18091
17915
|
* given reader into the given message object.
|
|
18092
|
-
* @param {!proto.ondewo.nlu.
|
|
17916
|
+
* @param {!proto.ondewo.nlu.RagCrawlerContentScope} msg The message object to deserialize into.
|
|
18093
17917
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18094
|
-
* @return {!proto.ondewo.nlu.
|
|
17918
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope}
|
|
18095
17919
|
*/
|
|
18096
|
-
proto.ondewo.nlu.
|
|
17920
|
+
proto.ondewo.nlu.RagCrawlerContentScope.deserializeBinaryFromReader = function(msg, reader) {
|
|
18097
17921
|
while (reader.nextField()) {
|
|
18098
17922
|
if (reader.isEndGroup()) {
|
|
18099
17923
|
break;
|
|
@@ -18101,16 +17925,692 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinaryFromReader = funct
|
|
|
18101
17925
|
var field = reader.getFieldNumber();
|
|
18102
17926
|
switch (field) {
|
|
18103
17927
|
case 1:
|
|
18104
|
-
var value = /** @type {
|
|
18105
|
-
msg.
|
|
17928
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17929
|
+
msg.addIncludeSelectors(value);
|
|
18106
17930
|
break;
|
|
18107
17931
|
case 2:
|
|
18108
17932
|
var value = /** @type {string} */ (reader.readString());
|
|
18109
|
-
msg.
|
|
17933
|
+
msg.addExcludeSelectors(value);
|
|
17934
|
+
break;
|
|
17935
|
+
default:
|
|
17936
|
+
reader.skipField();
|
|
17937
|
+
break;
|
|
17938
|
+
}
|
|
17939
|
+
}
|
|
17940
|
+
return msg;
|
|
17941
|
+
};
|
|
17942
|
+
|
|
17943
|
+
|
|
17944
|
+
/**
|
|
17945
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
17946
|
+
* @return {!Uint8Array}
|
|
17947
|
+
*/
|
|
17948
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.serializeBinary = function() {
|
|
17949
|
+
var writer = new jspb.BinaryWriter();
|
|
17950
|
+
proto.ondewo.nlu.RagCrawlerContentScope.serializeBinaryToWriter(this, writer);
|
|
17951
|
+
return writer.getResultBuffer();
|
|
17952
|
+
};
|
|
17953
|
+
|
|
17954
|
+
|
|
17955
|
+
/**
|
|
17956
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
17957
|
+
* format), writing to the given BinaryWriter.
|
|
17958
|
+
* @param {!proto.ondewo.nlu.RagCrawlerContentScope} message
|
|
17959
|
+
* @param {!jspb.BinaryWriter} writer
|
|
17960
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17961
|
+
*/
|
|
17962
|
+
proto.ondewo.nlu.RagCrawlerContentScope.serializeBinaryToWriter = function(message, writer) {
|
|
17963
|
+
var f = undefined;
|
|
17964
|
+
f = message.getIncludeSelectorsList();
|
|
17965
|
+
if (f.length > 0) {
|
|
17966
|
+
writer.writeRepeatedString(
|
|
17967
|
+
1,
|
|
17968
|
+
f
|
|
17969
|
+
);
|
|
17970
|
+
}
|
|
17971
|
+
f = message.getExcludeSelectorsList();
|
|
17972
|
+
if (f.length > 0) {
|
|
17973
|
+
writer.writeRepeatedString(
|
|
17974
|
+
2,
|
|
17975
|
+
f
|
|
17976
|
+
);
|
|
17977
|
+
}
|
|
17978
|
+
};
|
|
17979
|
+
|
|
17980
|
+
|
|
17981
|
+
/**
|
|
17982
|
+
* repeated string include_selectors = 1;
|
|
17983
|
+
* @return {!Array<string>}
|
|
17984
|
+
*/
|
|
17985
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.getIncludeSelectorsList = function() {
|
|
17986
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 1));
|
|
17987
|
+
};
|
|
17988
|
+
|
|
17989
|
+
|
|
17990
|
+
/**
|
|
17991
|
+
* @param {!Array<string>} value
|
|
17992
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
17993
|
+
*/
|
|
17994
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.setIncludeSelectorsList = function(value) {
|
|
17995
|
+
return jspb.Message.setField(this, 1, value || []);
|
|
17996
|
+
};
|
|
17997
|
+
|
|
17998
|
+
|
|
17999
|
+
/**
|
|
18000
|
+
* @param {string} value
|
|
18001
|
+
* @param {number=} opt_index
|
|
18002
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
18003
|
+
*/
|
|
18004
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.addIncludeSelectors = function(value, opt_index) {
|
|
18005
|
+
return jspb.Message.addToRepeatedField(this, 1, value, opt_index);
|
|
18006
|
+
};
|
|
18007
|
+
|
|
18008
|
+
|
|
18009
|
+
/**
|
|
18010
|
+
* Clears the list making it empty but non-null.
|
|
18011
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
18012
|
+
*/
|
|
18013
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.clearIncludeSelectorsList = function() {
|
|
18014
|
+
return this.setIncludeSelectorsList([]);
|
|
18015
|
+
};
|
|
18016
|
+
|
|
18017
|
+
|
|
18018
|
+
/**
|
|
18019
|
+
* repeated string exclude_selectors = 2;
|
|
18020
|
+
* @return {!Array<string>}
|
|
18021
|
+
*/
|
|
18022
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.getExcludeSelectorsList = function() {
|
|
18023
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
18024
|
+
};
|
|
18025
|
+
|
|
18026
|
+
|
|
18027
|
+
/**
|
|
18028
|
+
* @param {!Array<string>} value
|
|
18029
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
18030
|
+
*/
|
|
18031
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.setExcludeSelectorsList = function(value) {
|
|
18032
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
18033
|
+
};
|
|
18034
|
+
|
|
18035
|
+
|
|
18036
|
+
/**
|
|
18037
|
+
* @param {string} value
|
|
18038
|
+
* @param {number=} opt_index
|
|
18039
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
18040
|
+
*/
|
|
18041
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.addExcludeSelectors = function(value, opt_index) {
|
|
18042
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
18043
|
+
};
|
|
18044
|
+
|
|
18045
|
+
|
|
18046
|
+
/**
|
|
18047
|
+
* Clears the list making it empty but non-null.
|
|
18048
|
+
* @return {!proto.ondewo.nlu.RagCrawlerContentScope} returns this
|
|
18049
|
+
*/
|
|
18050
|
+
proto.ondewo.nlu.RagCrawlerContentScope.prototype.clearExcludeSelectorsList = function() {
|
|
18051
|
+
return this.setExcludeSelectorsList([]);
|
|
18052
|
+
};
|
|
18053
|
+
|
|
18054
|
+
|
|
18055
|
+
|
|
18056
|
+
|
|
18057
|
+
|
|
18058
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
18059
|
+
/**
|
|
18060
|
+
* Creates an object representation of this proto.
|
|
18061
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
18062
|
+
* Optional fields that are not set will be set to undefined.
|
|
18063
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
18064
|
+
* For the list of reserved names please see:
|
|
18065
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
18066
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
18067
|
+
* JSPB instance for transitional soy proto support:
|
|
18068
|
+
* http://goto/soy-param-migration
|
|
18069
|
+
* @return {!Object}
|
|
18070
|
+
*/
|
|
18071
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.toObject = function(opt_includeInstance) {
|
|
18072
|
+
return proto.ondewo.nlu.RagCrawlerDensityPruning.toObject(opt_includeInstance, this);
|
|
18073
|
+
};
|
|
18074
|
+
|
|
18075
|
+
|
|
18076
|
+
/**
|
|
18077
|
+
* Static version of the {@see toObject} method.
|
|
18078
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18079
|
+
* the JSPB instance for transitional soy proto support:
|
|
18080
|
+
* http://goto/soy-param-migration
|
|
18081
|
+
* @param {!proto.ondewo.nlu.RagCrawlerDensityPruning} msg The msg instance to transform.
|
|
18082
|
+
* @return {!Object}
|
|
18083
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18084
|
+
*/
|
|
18085
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.toObject = function(includeInstance, msg) {
|
|
18086
|
+
var f, obj = {
|
|
18087
|
+
isActive: (f = jspb.Message.getBooleanField(msg, 1)) == null ? undefined : f,
|
|
18088
|
+
threshold: (f = jspb.Message.getOptionalFloatingPointField(msg, 2)) == null ? undefined : f,
|
|
18089
|
+
thresholdType: (f = jspb.Message.getField(msg, 3)) == null ? undefined : f,
|
|
18090
|
+
minWordThreshold: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f
|
|
18091
|
+
};
|
|
18092
|
+
|
|
18093
|
+
if (includeInstance) {
|
|
18094
|
+
obj.$jspbMessageInstance = msg;
|
|
18095
|
+
}
|
|
18096
|
+
return obj;
|
|
18097
|
+
};
|
|
18098
|
+
}
|
|
18099
|
+
|
|
18100
|
+
|
|
18101
|
+
/**
|
|
18102
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18103
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18104
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning}
|
|
18105
|
+
*/
|
|
18106
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.deserializeBinary = function(bytes) {
|
|
18107
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18108
|
+
var msg = new proto.ondewo.nlu.RagCrawlerDensityPruning;
|
|
18109
|
+
return proto.ondewo.nlu.RagCrawlerDensityPruning.deserializeBinaryFromReader(msg, reader);
|
|
18110
|
+
};
|
|
18111
|
+
|
|
18112
|
+
|
|
18113
|
+
/**
|
|
18114
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18115
|
+
* given reader into the given message object.
|
|
18116
|
+
* @param {!proto.ondewo.nlu.RagCrawlerDensityPruning} msg The message object to deserialize into.
|
|
18117
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18118
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning}
|
|
18119
|
+
*/
|
|
18120
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.deserializeBinaryFromReader = function(msg, reader) {
|
|
18121
|
+
while (reader.nextField()) {
|
|
18122
|
+
if (reader.isEndGroup()) {
|
|
18123
|
+
break;
|
|
18124
|
+
}
|
|
18125
|
+
var field = reader.getFieldNumber();
|
|
18126
|
+
switch (field) {
|
|
18127
|
+
case 1:
|
|
18128
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
18129
|
+
msg.setIsActive(value);
|
|
18130
|
+
break;
|
|
18131
|
+
case 2:
|
|
18132
|
+
var value = /** @type {number} */ (reader.readFloat());
|
|
18133
|
+
msg.setThreshold(value);
|
|
18134
|
+
break;
|
|
18135
|
+
case 3:
|
|
18136
|
+
var value = /** @type {!proto.ondewo.nlu.RagCrawlerPruningThresholdType} */ (reader.readEnum());
|
|
18137
|
+
msg.setThresholdType(value);
|
|
18138
|
+
break;
|
|
18139
|
+
case 4:
|
|
18140
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
18141
|
+
msg.setMinWordThreshold(value);
|
|
18142
|
+
break;
|
|
18143
|
+
default:
|
|
18144
|
+
reader.skipField();
|
|
18145
|
+
break;
|
|
18146
|
+
}
|
|
18147
|
+
}
|
|
18148
|
+
return msg;
|
|
18149
|
+
};
|
|
18150
|
+
|
|
18151
|
+
|
|
18152
|
+
/**
|
|
18153
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
18154
|
+
* @return {!Uint8Array}
|
|
18155
|
+
*/
|
|
18156
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.serializeBinary = function() {
|
|
18157
|
+
var writer = new jspb.BinaryWriter();
|
|
18158
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.serializeBinaryToWriter(this, writer);
|
|
18159
|
+
return writer.getResultBuffer();
|
|
18160
|
+
};
|
|
18161
|
+
|
|
18162
|
+
|
|
18163
|
+
/**
|
|
18164
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
18165
|
+
* format), writing to the given BinaryWriter.
|
|
18166
|
+
* @param {!proto.ondewo.nlu.RagCrawlerDensityPruning} message
|
|
18167
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18168
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18169
|
+
*/
|
|
18170
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.serializeBinaryToWriter = function(message, writer) {
|
|
18171
|
+
var f = undefined;
|
|
18172
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 1));
|
|
18173
|
+
if (f != null) {
|
|
18174
|
+
writer.writeBool(
|
|
18175
|
+
1,
|
|
18176
|
+
f
|
|
18177
|
+
);
|
|
18178
|
+
}
|
|
18179
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
18180
|
+
if (f != null) {
|
|
18181
|
+
writer.writeFloat(
|
|
18182
|
+
2,
|
|
18183
|
+
f
|
|
18184
|
+
);
|
|
18185
|
+
}
|
|
18186
|
+
f = /** @type {!proto.ondewo.nlu.RagCrawlerPruningThresholdType} */ (jspb.Message.getField(message, 3));
|
|
18187
|
+
if (f != null) {
|
|
18188
|
+
writer.writeEnum(
|
|
18189
|
+
3,
|
|
18190
|
+
f
|
|
18191
|
+
);
|
|
18192
|
+
}
|
|
18193
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 4));
|
|
18194
|
+
if (f != null) {
|
|
18195
|
+
writer.writeInt32(
|
|
18196
|
+
4,
|
|
18197
|
+
f
|
|
18198
|
+
);
|
|
18199
|
+
}
|
|
18200
|
+
};
|
|
18201
|
+
|
|
18202
|
+
|
|
18203
|
+
/**
|
|
18204
|
+
* optional bool is_active = 1;
|
|
18205
|
+
* @return {boolean}
|
|
18206
|
+
*/
|
|
18207
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.getIsActive = function() {
|
|
18208
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
18209
|
+
};
|
|
18210
|
+
|
|
18211
|
+
|
|
18212
|
+
/**
|
|
18213
|
+
* @param {boolean} value
|
|
18214
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18215
|
+
*/
|
|
18216
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.setIsActive = function(value) {
|
|
18217
|
+
return jspb.Message.setField(this, 1, value);
|
|
18218
|
+
};
|
|
18219
|
+
|
|
18220
|
+
|
|
18221
|
+
/**
|
|
18222
|
+
* Clears the field making it undefined.
|
|
18223
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18224
|
+
*/
|
|
18225
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.clearIsActive = function() {
|
|
18226
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
18227
|
+
};
|
|
18228
|
+
|
|
18229
|
+
|
|
18230
|
+
/**
|
|
18231
|
+
* Returns whether this field is set.
|
|
18232
|
+
* @return {boolean}
|
|
18233
|
+
*/
|
|
18234
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.hasIsActive = function() {
|
|
18235
|
+
return jspb.Message.getField(this, 1) != null;
|
|
18236
|
+
};
|
|
18237
|
+
|
|
18238
|
+
|
|
18239
|
+
/**
|
|
18240
|
+
* optional float threshold = 2;
|
|
18241
|
+
* @return {number}
|
|
18242
|
+
*/
|
|
18243
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.getThreshold = function() {
|
|
18244
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
|
|
18245
|
+
};
|
|
18246
|
+
|
|
18247
|
+
|
|
18248
|
+
/**
|
|
18249
|
+
* @param {number} value
|
|
18250
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18251
|
+
*/
|
|
18252
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.setThreshold = function(value) {
|
|
18253
|
+
return jspb.Message.setField(this, 2, value);
|
|
18254
|
+
};
|
|
18255
|
+
|
|
18256
|
+
|
|
18257
|
+
/**
|
|
18258
|
+
* Clears the field making it undefined.
|
|
18259
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18260
|
+
*/
|
|
18261
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.clearThreshold = function() {
|
|
18262
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
18263
|
+
};
|
|
18264
|
+
|
|
18265
|
+
|
|
18266
|
+
/**
|
|
18267
|
+
* Returns whether this field is set.
|
|
18268
|
+
* @return {boolean}
|
|
18269
|
+
*/
|
|
18270
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.hasThreshold = function() {
|
|
18271
|
+
return jspb.Message.getField(this, 2) != null;
|
|
18272
|
+
};
|
|
18273
|
+
|
|
18274
|
+
|
|
18275
|
+
/**
|
|
18276
|
+
* optional RagCrawlerPruningThresholdType threshold_type = 3;
|
|
18277
|
+
* @return {!proto.ondewo.nlu.RagCrawlerPruningThresholdType}
|
|
18278
|
+
*/
|
|
18279
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.getThresholdType = function() {
|
|
18280
|
+
return /** @type {!proto.ondewo.nlu.RagCrawlerPruningThresholdType} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
18281
|
+
};
|
|
18282
|
+
|
|
18283
|
+
|
|
18284
|
+
/**
|
|
18285
|
+
* @param {!proto.ondewo.nlu.RagCrawlerPruningThresholdType} value
|
|
18286
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18287
|
+
*/
|
|
18288
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.setThresholdType = function(value) {
|
|
18289
|
+
return jspb.Message.setField(this, 3, value);
|
|
18290
|
+
};
|
|
18291
|
+
|
|
18292
|
+
|
|
18293
|
+
/**
|
|
18294
|
+
* Clears the field making it undefined.
|
|
18295
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18296
|
+
*/
|
|
18297
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.clearThresholdType = function() {
|
|
18298
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
18299
|
+
};
|
|
18300
|
+
|
|
18301
|
+
|
|
18302
|
+
/**
|
|
18303
|
+
* Returns whether this field is set.
|
|
18304
|
+
* @return {boolean}
|
|
18305
|
+
*/
|
|
18306
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.hasThresholdType = function() {
|
|
18307
|
+
return jspb.Message.getField(this, 3) != null;
|
|
18308
|
+
};
|
|
18309
|
+
|
|
18310
|
+
|
|
18311
|
+
/**
|
|
18312
|
+
* optional int32 min_word_threshold = 4;
|
|
18313
|
+
* @return {number}
|
|
18314
|
+
*/
|
|
18315
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.getMinWordThreshold = function() {
|
|
18316
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
18317
|
+
};
|
|
18318
|
+
|
|
18319
|
+
|
|
18320
|
+
/**
|
|
18321
|
+
* @param {number} value
|
|
18322
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18323
|
+
*/
|
|
18324
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.setMinWordThreshold = function(value) {
|
|
18325
|
+
return jspb.Message.setField(this, 4, value);
|
|
18326
|
+
};
|
|
18327
|
+
|
|
18328
|
+
|
|
18329
|
+
/**
|
|
18330
|
+
* Clears the field making it undefined.
|
|
18331
|
+
* @return {!proto.ondewo.nlu.RagCrawlerDensityPruning} returns this
|
|
18332
|
+
*/
|
|
18333
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.clearMinWordThreshold = function() {
|
|
18334
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
18335
|
+
};
|
|
18336
|
+
|
|
18337
|
+
|
|
18338
|
+
/**
|
|
18339
|
+
* Returns whether this field is set.
|
|
18340
|
+
* @return {boolean}
|
|
18341
|
+
*/
|
|
18342
|
+
proto.ondewo.nlu.RagCrawlerDensityPruning.prototype.hasMinWordThreshold = function() {
|
|
18343
|
+
return jspb.Message.getField(this, 4) != null;
|
|
18344
|
+
};
|
|
18345
|
+
|
|
18346
|
+
|
|
18347
|
+
|
|
18348
|
+
|
|
18349
|
+
|
|
18350
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
18351
|
+
/**
|
|
18352
|
+
* Creates an object representation of this proto.
|
|
18353
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
18354
|
+
* Optional fields that are not set will be set to undefined.
|
|
18355
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
18356
|
+
* For the list of reserved names please see:
|
|
18357
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
18358
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
18359
|
+
* JSPB instance for transitional soy proto support:
|
|
18360
|
+
* http://goto/soy-param-migration
|
|
18361
|
+
* @return {!Object}
|
|
18362
|
+
*/
|
|
18363
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.toObject = function(opt_includeInstance) {
|
|
18364
|
+
return proto.ondewo.nlu.RagCrawlerMetaDataExtractor.toObject(opt_includeInstance, this);
|
|
18365
|
+
};
|
|
18366
|
+
|
|
18367
|
+
|
|
18368
|
+
/**
|
|
18369
|
+
* Static version of the {@see toObject} method.
|
|
18370
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18371
|
+
* the JSPB instance for transitional soy proto support:
|
|
18372
|
+
* http://goto/soy-param-migration
|
|
18373
|
+
* @param {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} msg The msg instance to transform.
|
|
18374
|
+
* @return {!Object}
|
|
18375
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18376
|
+
*/
|
|
18377
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.toObject = function(includeInstance, msg) {
|
|
18378
|
+
var f, obj = {
|
|
18379
|
+
type: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
18380
|
+
value: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
18381
|
+
key: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
18382
|
+
};
|
|
18383
|
+
|
|
18384
|
+
if (includeInstance) {
|
|
18385
|
+
obj.$jspbMessageInstance = msg;
|
|
18386
|
+
}
|
|
18387
|
+
return obj;
|
|
18388
|
+
};
|
|
18389
|
+
}
|
|
18390
|
+
|
|
18391
|
+
|
|
18392
|
+
/**
|
|
18393
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18394
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18395
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor}
|
|
18396
|
+
*/
|
|
18397
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinary = function(bytes) {
|
|
18398
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18399
|
+
var msg = new proto.ondewo.nlu.RagCrawlerMetaDataExtractor;
|
|
18400
|
+
return proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinaryFromReader(msg, reader);
|
|
18401
|
+
};
|
|
18402
|
+
|
|
18403
|
+
|
|
18404
|
+
/**
|
|
18405
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18406
|
+
* given reader into the given message object.
|
|
18407
|
+
* @param {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} msg The message object to deserialize into.
|
|
18408
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18409
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor}
|
|
18410
|
+
*/
|
|
18411
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinaryFromReader = function(msg, reader) {
|
|
18412
|
+
while (reader.nextField()) {
|
|
18413
|
+
if (reader.isEndGroup()) {
|
|
18414
|
+
break;
|
|
18415
|
+
}
|
|
18416
|
+
var field = reader.getFieldNumber();
|
|
18417
|
+
switch (field) {
|
|
18418
|
+
case 1:
|
|
18419
|
+
var value = /** @type {!proto.ondewo.nlu.RagCrawlerMetaDataExtractorType} */ (reader.readEnum());
|
|
18420
|
+
msg.setType(value);
|
|
18421
|
+
break;
|
|
18422
|
+
case 2:
|
|
18423
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18424
|
+
msg.setValue(value);
|
|
18425
|
+
break;
|
|
18426
|
+
case 3:
|
|
18427
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18428
|
+
msg.setKey(value);
|
|
18429
|
+
break;
|
|
18430
|
+
default:
|
|
18431
|
+
reader.skipField();
|
|
18432
|
+
break;
|
|
18433
|
+
}
|
|
18434
|
+
}
|
|
18435
|
+
return msg;
|
|
18436
|
+
};
|
|
18437
|
+
|
|
18438
|
+
|
|
18439
|
+
/**
|
|
18440
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
18441
|
+
* @return {!Uint8Array}
|
|
18442
|
+
*/
|
|
18443
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.serializeBinary = function() {
|
|
18444
|
+
var writer = new jspb.BinaryWriter();
|
|
18445
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.serializeBinaryToWriter(this, writer);
|
|
18446
|
+
return writer.getResultBuffer();
|
|
18447
|
+
};
|
|
18448
|
+
|
|
18449
|
+
|
|
18450
|
+
/**
|
|
18451
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
18452
|
+
* format), writing to the given BinaryWriter.
|
|
18453
|
+
* @param {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} message
|
|
18454
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18455
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18456
|
+
*/
|
|
18457
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.serializeBinaryToWriter = function(message, writer) {
|
|
18458
|
+
var f = undefined;
|
|
18459
|
+
f = message.getType();
|
|
18460
|
+
if (f !== 0.0) {
|
|
18461
|
+
writer.writeEnum(
|
|
18462
|
+
1,
|
|
18463
|
+
f
|
|
18464
|
+
);
|
|
18465
|
+
}
|
|
18466
|
+
f = message.getValue();
|
|
18467
|
+
if (f.length > 0) {
|
|
18468
|
+
writer.writeString(
|
|
18469
|
+
2,
|
|
18470
|
+
f
|
|
18471
|
+
);
|
|
18472
|
+
}
|
|
18473
|
+
f = message.getKey();
|
|
18474
|
+
if (f.length > 0) {
|
|
18475
|
+
writer.writeString(
|
|
18476
|
+
3,
|
|
18477
|
+
f
|
|
18478
|
+
);
|
|
18479
|
+
}
|
|
18480
|
+
};
|
|
18481
|
+
|
|
18482
|
+
|
|
18483
|
+
/**
|
|
18484
|
+
* optional RagCrawlerMetaDataExtractorType type = 1;
|
|
18485
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractorType}
|
|
18486
|
+
*/
|
|
18487
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.getType = function() {
|
|
18488
|
+
return /** @type {!proto.ondewo.nlu.RagCrawlerMetaDataExtractorType} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
18489
|
+
};
|
|
18490
|
+
|
|
18491
|
+
|
|
18492
|
+
/**
|
|
18493
|
+
* @param {!proto.ondewo.nlu.RagCrawlerMetaDataExtractorType} value
|
|
18494
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} returns this
|
|
18495
|
+
*/
|
|
18496
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.setType = function(value) {
|
|
18497
|
+
return jspb.Message.setProto3EnumField(this, 1, value);
|
|
18498
|
+
};
|
|
18499
|
+
|
|
18500
|
+
|
|
18501
|
+
/**
|
|
18502
|
+
* optional string value = 2;
|
|
18503
|
+
* @return {string}
|
|
18504
|
+
*/
|
|
18505
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.getValue = function() {
|
|
18506
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
18507
|
+
};
|
|
18508
|
+
|
|
18509
|
+
|
|
18510
|
+
/**
|
|
18511
|
+
* @param {string} value
|
|
18512
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} returns this
|
|
18513
|
+
*/
|
|
18514
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.setValue = function(value) {
|
|
18515
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
18516
|
+
};
|
|
18517
|
+
|
|
18518
|
+
|
|
18519
|
+
/**
|
|
18520
|
+
* optional string key = 3;
|
|
18521
|
+
* @return {string}
|
|
18522
|
+
*/
|
|
18523
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.getKey = function() {
|
|
18524
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
18525
|
+
};
|
|
18526
|
+
|
|
18527
|
+
|
|
18528
|
+
/**
|
|
18529
|
+
* @param {string} value
|
|
18530
|
+
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} returns this
|
|
18531
|
+
*/
|
|
18532
|
+
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.setKey = function(value) {
|
|
18533
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
18534
|
+
};
|
|
18535
|
+
|
|
18536
|
+
|
|
18537
|
+
|
|
18538
|
+
|
|
18539
|
+
|
|
18540
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
18541
|
+
/**
|
|
18542
|
+
* Creates an object representation of this proto.
|
|
18543
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
18544
|
+
* Optional fields that are not set will be set to undefined.
|
|
18545
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
18546
|
+
* For the list of reserved names please see:
|
|
18547
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
18548
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
18549
|
+
* JSPB instance for transitional soy proto support:
|
|
18550
|
+
* http://goto/soy-param-migration
|
|
18551
|
+
* @return {!Object}
|
|
18552
|
+
*/
|
|
18553
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.toObject = function(opt_includeInstance) {
|
|
18554
|
+
return proto.ondewo.nlu.RagCrawlerRetryConfig.toObject(opt_includeInstance, this);
|
|
18555
|
+
};
|
|
18556
|
+
|
|
18557
|
+
|
|
18558
|
+
/**
|
|
18559
|
+
* Static version of the {@see toObject} method.
|
|
18560
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18561
|
+
* the JSPB instance for transitional soy proto support:
|
|
18562
|
+
* http://goto/soy-param-migration
|
|
18563
|
+
* @param {!proto.ondewo.nlu.RagCrawlerRetryConfig} msg The msg instance to transform.
|
|
18564
|
+
* @return {!Object}
|
|
18565
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18566
|
+
*/
|
|
18567
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.toObject = function(includeInstance, msg) {
|
|
18568
|
+
var f, obj = {
|
|
18569
|
+
pageLoadTimeoutSeconds: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
18570
|
+
retryMaxAttempts: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f
|
|
18571
|
+
};
|
|
18572
|
+
|
|
18573
|
+
if (includeInstance) {
|
|
18574
|
+
obj.$jspbMessageInstance = msg;
|
|
18575
|
+
}
|
|
18576
|
+
return obj;
|
|
18577
|
+
};
|
|
18578
|
+
}
|
|
18579
|
+
|
|
18580
|
+
|
|
18581
|
+
/**
|
|
18582
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18583
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18584
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig}
|
|
18585
|
+
*/
|
|
18586
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.deserializeBinary = function(bytes) {
|
|
18587
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18588
|
+
var msg = new proto.ondewo.nlu.RagCrawlerRetryConfig;
|
|
18589
|
+
return proto.ondewo.nlu.RagCrawlerRetryConfig.deserializeBinaryFromReader(msg, reader);
|
|
18590
|
+
};
|
|
18591
|
+
|
|
18592
|
+
|
|
18593
|
+
/**
|
|
18594
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18595
|
+
* given reader into the given message object.
|
|
18596
|
+
* @param {!proto.ondewo.nlu.RagCrawlerRetryConfig} msg The message object to deserialize into.
|
|
18597
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18598
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig}
|
|
18599
|
+
*/
|
|
18600
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.deserializeBinaryFromReader = function(msg, reader) {
|
|
18601
|
+
while (reader.nextField()) {
|
|
18602
|
+
if (reader.isEndGroup()) {
|
|
18603
|
+
break;
|
|
18604
|
+
}
|
|
18605
|
+
var field = reader.getFieldNumber();
|
|
18606
|
+
switch (field) {
|
|
18607
|
+
case 1:
|
|
18608
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
18609
|
+
msg.setPageLoadTimeoutSeconds(value);
|
|
18110
18610
|
break;
|
|
18111
|
-
case
|
|
18112
|
-
var value = /** @type {
|
|
18113
|
-
msg.
|
|
18611
|
+
case 2:
|
|
18612
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
18613
|
+
msg.setRetryMaxAttempts(value);
|
|
18114
18614
|
break;
|
|
18115
18615
|
default:
|
|
18116
18616
|
reader.skipField();
|
|
@@ -18125,9 +18625,9 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.deserializeBinaryFromReader = funct
|
|
|
18125
18625
|
* Serializes the message to binary data (in protobuf wire format).
|
|
18126
18626
|
* @return {!Uint8Array}
|
|
18127
18627
|
*/
|
|
18128
|
-
proto.ondewo.nlu.
|
|
18628
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.serializeBinary = function() {
|
|
18129
18629
|
var writer = new jspb.BinaryWriter();
|
|
18130
|
-
proto.ondewo.nlu.
|
|
18630
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.serializeBinaryToWriter(this, writer);
|
|
18131
18631
|
return writer.getResultBuffer();
|
|
18132
18632
|
};
|
|
18133
18633
|
|
|
@@ -18135,59 +18635,52 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.serializeBinary = functio
|
|
|
18135
18635
|
/**
|
|
18136
18636
|
* Serializes the given message to binary data (in protobuf wire
|
|
18137
18637
|
* format), writing to the given BinaryWriter.
|
|
18138
|
-
* @param {!proto.ondewo.nlu.
|
|
18638
|
+
* @param {!proto.ondewo.nlu.RagCrawlerRetryConfig} message
|
|
18139
18639
|
* @param {!jspb.BinaryWriter} writer
|
|
18140
18640
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18141
18641
|
*/
|
|
18142
|
-
proto.ondewo.nlu.
|
|
18642
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.serializeBinaryToWriter = function(message, writer) {
|
|
18143
18643
|
var f = undefined;
|
|
18144
|
-
f = /** @type {
|
|
18644
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 1));
|
|
18145
18645
|
if (f != null) {
|
|
18146
|
-
writer.
|
|
18646
|
+
writer.writeInt32(
|
|
18147
18647
|
1,
|
|
18148
18648
|
f
|
|
18149
18649
|
);
|
|
18150
18650
|
}
|
|
18151
|
-
f = /** @type {
|
|
18651
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
18152
18652
|
if (f != null) {
|
|
18153
|
-
writer.
|
|
18653
|
+
writer.writeInt32(
|
|
18154
18654
|
2,
|
|
18155
18655
|
f
|
|
18156
18656
|
);
|
|
18157
18657
|
}
|
|
18158
|
-
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
18159
|
-
if (f != null) {
|
|
18160
|
-
writer.writeString(
|
|
18161
|
-
3,
|
|
18162
|
-
f
|
|
18163
|
-
);
|
|
18164
|
-
}
|
|
18165
18658
|
};
|
|
18166
18659
|
|
|
18167
18660
|
|
|
18168
18661
|
/**
|
|
18169
|
-
* optional
|
|
18170
|
-
* @return {
|
|
18662
|
+
* optional int32 page_load_timeout_seconds = 1;
|
|
18663
|
+
* @return {number}
|
|
18171
18664
|
*/
|
|
18172
|
-
proto.ondewo.nlu.
|
|
18173
|
-
return /** @type {
|
|
18665
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.getPageLoadTimeoutSeconds = function() {
|
|
18666
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
18174
18667
|
};
|
|
18175
18668
|
|
|
18176
18669
|
|
|
18177
18670
|
/**
|
|
18178
|
-
* @param {
|
|
18179
|
-
* @return {!proto.ondewo.nlu.
|
|
18671
|
+
* @param {number} value
|
|
18672
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig} returns this
|
|
18180
18673
|
*/
|
|
18181
|
-
proto.ondewo.nlu.
|
|
18674
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.setPageLoadTimeoutSeconds = function(value) {
|
|
18182
18675
|
return jspb.Message.setField(this, 1, value);
|
|
18183
18676
|
};
|
|
18184
18677
|
|
|
18185
18678
|
|
|
18186
18679
|
/**
|
|
18187
18680
|
* Clears the field making it undefined.
|
|
18188
|
-
* @return {!proto.ondewo.nlu.
|
|
18681
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig} returns this
|
|
18189
18682
|
*/
|
|
18190
|
-
proto.ondewo.nlu.
|
|
18683
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.clearPageLoadTimeoutSeconds = function() {
|
|
18191
18684
|
return jspb.Message.setField(this, 1, undefined);
|
|
18192
18685
|
};
|
|
18193
18686
|
|
|
@@ -18196,34 +18689,34 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.clearType = function() {
|
|
|
18196
18689
|
* Returns whether this field is set.
|
|
18197
18690
|
* @return {boolean}
|
|
18198
18691
|
*/
|
|
18199
|
-
proto.ondewo.nlu.
|
|
18692
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.hasPageLoadTimeoutSeconds = function() {
|
|
18200
18693
|
return jspb.Message.getField(this, 1) != null;
|
|
18201
18694
|
};
|
|
18202
18695
|
|
|
18203
18696
|
|
|
18204
18697
|
/**
|
|
18205
|
-
* optional
|
|
18206
|
-
* @return {
|
|
18698
|
+
* optional int32 retry_max_attempts = 2;
|
|
18699
|
+
* @return {number}
|
|
18207
18700
|
*/
|
|
18208
|
-
proto.ondewo.nlu.
|
|
18209
|
-
return /** @type {
|
|
18701
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.getRetryMaxAttempts = function() {
|
|
18702
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
18210
18703
|
};
|
|
18211
18704
|
|
|
18212
18705
|
|
|
18213
18706
|
/**
|
|
18214
|
-
* @param {
|
|
18215
|
-
* @return {!proto.ondewo.nlu.
|
|
18707
|
+
* @param {number} value
|
|
18708
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig} returns this
|
|
18216
18709
|
*/
|
|
18217
|
-
proto.ondewo.nlu.
|
|
18710
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.setRetryMaxAttempts = function(value) {
|
|
18218
18711
|
return jspb.Message.setField(this, 2, value);
|
|
18219
18712
|
};
|
|
18220
18713
|
|
|
18221
18714
|
|
|
18222
18715
|
/**
|
|
18223
18716
|
* Clears the field making it undefined.
|
|
18224
|
-
* @return {!proto.ondewo.nlu.
|
|
18717
|
+
* @return {!proto.ondewo.nlu.RagCrawlerRetryConfig} returns this
|
|
18225
18718
|
*/
|
|
18226
|
-
proto.ondewo.nlu.
|
|
18719
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.clearRetryMaxAttempts = function() {
|
|
18227
18720
|
return jspb.Message.setField(this, 2, undefined);
|
|
18228
18721
|
};
|
|
18229
18722
|
|
|
@@ -18232,47 +18725,18 @@ proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.clearValue = function() {
|
|
|
18232
18725
|
* Returns whether this field is set.
|
|
18233
18726
|
* @return {boolean}
|
|
18234
18727
|
*/
|
|
18235
|
-
proto.ondewo.nlu.
|
|
18728
|
+
proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.hasRetryMaxAttempts = function() {
|
|
18236
18729
|
return jspb.Message.getField(this, 2) != null;
|
|
18237
18730
|
};
|
|
18238
18731
|
|
|
18239
18732
|
|
|
18240
|
-
/**
|
|
18241
|
-
* optional string key = 3;
|
|
18242
|
-
* @return {string}
|
|
18243
|
-
*/
|
|
18244
|
-
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.getKey = function() {
|
|
18245
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
18246
|
-
};
|
|
18247
|
-
|
|
18248
|
-
|
|
18249
|
-
/**
|
|
18250
|
-
* @param {string} value
|
|
18251
|
-
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} returns this
|
|
18252
|
-
*/
|
|
18253
|
-
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.setKey = function(value) {
|
|
18254
|
-
return jspb.Message.setField(this, 3, value);
|
|
18255
|
-
};
|
|
18256
|
-
|
|
18257
|
-
|
|
18258
|
-
/**
|
|
18259
|
-
* Clears the field making it undefined.
|
|
18260
|
-
* @return {!proto.ondewo.nlu.RagCrawlerMetaDataExtractor} returns this
|
|
18261
|
-
*/
|
|
18262
|
-
proto.ondewo.nlu.RagCrawlerMetaDataExtractor.prototype.clearKey = function() {
|
|
18263
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
18264
|
-
};
|
|
18265
|
-
|
|
18266
18733
|
|
|
18267
18734
|
/**
|
|
18268
|
-
*
|
|
18269
|
-
* @
|
|
18735
|
+
* List of repeated fields within this message type.
|
|
18736
|
+
* @private {!Array<number>}
|
|
18737
|
+
* @const
|
|
18270
18738
|
*/
|
|
18271
|
-
proto.ondewo.nlu.
|
|
18272
|
-
return jspb.Message.getField(this, 3) != null;
|
|
18273
|
-
};
|
|
18274
|
-
|
|
18275
|
-
|
|
18739
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.repeatedFields_ = [2];
|
|
18276
18740
|
|
|
18277
18741
|
|
|
18278
18742
|
|
|
@@ -18289,8 +18753,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
18289
18753
|
* http://goto/soy-param-migration
|
|
18290
18754
|
* @return {!Object}
|
|
18291
18755
|
*/
|
|
18292
|
-
proto.ondewo.nlu.
|
|
18293
|
-
return proto.ondewo.nlu.
|
|
18756
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.toObject = function(opt_includeInstance) {
|
|
18757
|
+
return proto.ondewo.nlu.RagCrawlerStatusFilter.toObject(opt_includeInstance, this);
|
|
18294
18758
|
};
|
|
18295
18759
|
|
|
18296
18760
|
|
|
@@ -18299,14 +18763,14 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.toObject = function(opt_include
|
|
|
18299
18763
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18300
18764
|
* the JSPB instance for transitional soy proto support:
|
|
18301
18765
|
* http://goto/soy-param-migration
|
|
18302
|
-
* @param {!proto.ondewo.nlu.
|
|
18766
|
+
* @param {!proto.ondewo.nlu.RagCrawlerStatusFilter} msg The msg instance to transform.
|
|
18303
18767
|
* @return {!Object}
|
|
18304
18768
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18305
18769
|
*/
|
|
18306
|
-
proto.ondewo.nlu.
|
|
18770
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.toObject = function(includeInstance, msg) {
|
|
18307
18771
|
var f, obj = {
|
|
18308
|
-
|
|
18309
|
-
|
|
18772
|
+
isActive: (f = jspb.Message.getBooleanField(msg, 1)) == null ? undefined : f,
|
|
18773
|
+
acceptedStatusCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
18310
18774
|
};
|
|
18311
18775
|
|
|
18312
18776
|
if (includeInstance) {
|
|
@@ -18320,23 +18784,23 @@ retryMaxAttempts: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f
|
|
|
18320
18784
|
/**
|
|
18321
18785
|
* Deserializes binary data (in protobuf wire format).
|
|
18322
18786
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18323
|
-
* @return {!proto.ondewo.nlu.
|
|
18787
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter}
|
|
18324
18788
|
*/
|
|
18325
|
-
proto.ondewo.nlu.
|
|
18789
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.deserializeBinary = function(bytes) {
|
|
18326
18790
|
var reader = new jspb.BinaryReader(bytes);
|
|
18327
|
-
var msg = new proto.ondewo.nlu.
|
|
18328
|
-
return proto.ondewo.nlu.
|
|
18791
|
+
var msg = new proto.ondewo.nlu.RagCrawlerStatusFilter;
|
|
18792
|
+
return proto.ondewo.nlu.RagCrawlerStatusFilter.deserializeBinaryFromReader(msg, reader);
|
|
18329
18793
|
};
|
|
18330
18794
|
|
|
18331
18795
|
|
|
18332
18796
|
/**
|
|
18333
18797
|
* Deserializes binary data (in protobuf wire format) from the
|
|
18334
18798
|
* given reader into the given message object.
|
|
18335
|
-
* @param {!proto.ondewo.nlu.
|
|
18799
|
+
* @param {!proto.ondewo.nlu.RagCrawlerStatusFilter} msg The message object to deserialize into.
|
|
18336
18800
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18337
|
-
* @return {!proto.ondewo.nlu.
|
|
18801
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter}
|
|
18338
18802
|
*/
|
|
18339
|
-
proto.ondewo.nlu.
|
|
18803
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.deserializeBinaryFromReader = function(msg, reader) {
|
|
18340
18804
|
while (reader.nextField()) {
|
|
18341
18805
|
if (reader.isEndGroup()) {
|
|
18342
18806
|
break;
|
|
@@ -18344,12 +18808,14 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.deserializeBinaryFromReader = function(ms
|
|
|
18344
18808
|
var field = reader.getFieldNumber();
|
|
18345
18809
|
switch (field) {
|
|
18346
18810
|
case 1:
|
|
18347
|
-
var value = /** @type {
|
|
18348
|
-
msg.
|
|
18811
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
18812
|
+
msg.setIsActive(value);
|
|
18349
18813
|
break;
|
|
18350
18814
|
case 2:
|
|
18351
|
-
var
|
|
18352
|
-
|
|
18815
|
+
var values = /** @type {!Array<number>} */ (reader.isDelimited() ? reader.readPackedInt32() : [reader.readInt32()]);
|
|
18816
|
+
for (var i = 0; i < values.length; i++) {
|
|
18817
|
+
msg.addAcceptedStatusCodes(values[i]);
|
|
18818
|
+
}
|
|
18353
18819
|
break;
|
|
18354
18820
|
default:
|
|
18355
18821
|
reader.skipField();
|
|
@@ -18364,9 +18830,9 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.deserializeBinaryFromReader = function(ms
|
|
|
18364
18830
|
* Serializes the message to binary data (in protobuf wire format).
|
|
18365
18831
|
* @return {!Uint8Array}
|
|
18366
18832
|
*/
|
|
18367
|
-
proto.ondewo.nlu.
|
|
18833
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.serializeBinary = function() {
|
|
18368
18834
|
var writer = new jspb.BinaryWriter();
|
|
18369
|
-
proto.ondewo.nlu.
|
|
18835
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.serializeBinaryToWriter(this, writer);
|
|
18370
18836
|
return writer.getResultBuffer();
|
|
18371
18837
|
};
|
|
18372
18838
|
|
|
@@ -18374,22 +18840,22 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.serializeBinary = function() {
|
|
|
18374
18840
|
/**
|
|
18375
18841
|
* Serializes the given message to binary data (in protobuf wire
|
|
18376
18842
|
* format), writing to the given BinaryWriter.
|
|
18377
|
-
* @param {!proto.ondewo.nlu.
|
|
18843
|
+
* @param {!proto.ondewo.nlu.RagCrawlerStatusFilter} message
|
|
18378
18844
|
* @param {!jspb.BinaryWriter} writer
|
|
18379
18845
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18380
18846
|
*/
|
|
18381
|
-
proto.ondewo.nlu.
|
|
18847
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.serializeBinaryToWriter = function(message, writer) {
|
|
18382
18848
|
var f = undefined;
|
|
18383
|
-
f = /** @type {
|
|
18849
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 1));
|
|
18384
18850
|
if (f != null) {
|
|
18385
|
-
writer.
|
|
18851
|
+
writer.writeBool(
|
|
18386
18852
|
1,
|
|
18387
18853
|
f
|
|
18388
18854
|
);
|
|
18389
18855
|
}
|
|
18390
|
-
f =
|
|
18391
|
-
if (f
|
|
18392
|
-
writer.
|
|
18856
|
+
f = message.getAcceptedStatusCodesList();
|
|
18857
|
+
if (f.length > 0) {
|
|
18858
|
+
writer.writePackedInt32(
|
|
18393
18859
|
2,
|
|
18394
18860
|
f
|
|
18395
18861
|
);
|
|
@@ -18398,28 +18864,28 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.serializeBinaryToWriter = function(messag
|
|
|
18398
18864
|
|
|
18399
18865
|
|
|
18400
18866
|
/**
|
|
18401
|
-
* optional
|
|
18402
|
-
* @return {
|
|
18867
|
+
* optional bool is_active = 1;
|
|
18868
|
+
* @return {boolean}
|
|
18403
18869
|
*/
|
|
18404
|
-
proto.ondewo.nlu.
|
|
18405
|
-
return /** @type {
|
|
18870
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.getIsActive = function() {
|
|
18871
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
18406
18872
|
};
|
|
18407
18873
|
|
|
18408
18874
|
|
|
18409
18875
|
/**
|
|
18410
|
-
* @param {
|
|
18411
|
-
* @return {!proto.ondewo.nlu.
|
|
18876
|
+
* @param {boolean} value
|
|
18877
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter} returns this
|
|
18412
18878
|
*/
|
|
18413
|
-
proto.ondewo.nlu.
|
|
18879
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.setIsActive = function(value) {
|
|
18414
18880
|
return jspb.Message.setField(this, 1, value);
|
|
18415
18881
|
};
|
|
18416
18882
|
|
|
18417
18883
|
|
|
18418
18884
|
/**
|
|
18419
18885
|
* Clears the field making it undefined.
|
|
18420
|
-
* @return {!proto.ondewo.nlu.
|
|
18886
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter} returns this
|
|
18421
18887
|
*/
|
|
18422
|
-
proto.ondewo.nlu.
|
|
18888
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.clearIsActive = function() {
|
|
18423
18889
|
return jspb.Message.setField(this, 1, undefined);
|
|
18424
18890
|
};
|
|
18425
18891
|
|
|
@@ -18428,44 +18894,45 @@ proto.ondewo.nlu.RagCrawlerRetryConfig.prototype.clearPageLoadTimeoutSeconds = f
|
|
|
18428
18894
|
* Returns whether this field is set.
|
|
18429
18895
|
* @return {boolean}
|
|
18430
18896
|
*/
|
|
18431
|
-
proto.ondewo.nlu.
|
|
18897
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.hasIsActive = function() {
|
|
18432
18898
|
return jspb.Message.getField(this, 1) != null;
|
|
18433
18899
|
};
|
|
18434
18900
|
|
|
18435
18901
|
|
|
18436
18902
|
/**
|
|
18437
|
-
*
|
|
18438
|
-
* @return {number}
|
|
18903
|
+
* repeated int32 accepted_status_codes = 2;
|
|
18904
|
+
* @return {!Array<number>}
|
|
18439
18905
|
*/
|
|
18440
|
-
proto.ondewo.nlu.
|
|
18441
|
-
return /** @type {number} */ (jspb.Message.
|
|
18906
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.getAcceptedStatusCodesList = function() {
|
|
18907
|
+
return /** @type {!Array<number>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
18442
18908
|
};
|
|
18443
18909
|
|
|
18444
18910
|
|
|
18445
18911
|
/**
|
|
18446
|
-
* @param {number} value
|
|
18447
|
-
* @return {!proto.ondewo.nlu.
|
|
18912
|
+
* @param {!Array<number>} value
|
|
18913
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter} returns this
|
|
18448
18914
|
*/
|
|
18449
|
-
proto.ondewo.nlu.
|
|
18450
|
-
return jspb.Message.setField(this, 2, value);
|
|
18915
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.setAcceptedStatusCodesList = function(value) {
|
|
18916
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
18451
18917
|
};
|
|
18452
18918
|
|
|
18453
18919
|
|
|
18454
18920
|
/**
|
|
18455
|
-
*
|
|
18456
|
-
* @
|
|
18921
|
+
* @param {number} value
|
|
18922
|
+
* @param {number=} opt_index
|
|
18923
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter} returns this
|
|
18457
18924
|
*/
|
|
18458
|
-
proto.ondewo.nlu.
|
|
18459
|
-
return jspb.Message.
|
|
18925
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.addAcceptedStatusCodes = function(value, opt_index) {
|
|
18926
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
18460
18927
|
};
|
|
18461
18928
|
|
|
18462
18929
|
|
|
18463
18930
|
/**
|
|
18464
|
-
*
|
|
18465
|
-
* @return {
|
|
18931
|
+
* Clears the list making it empty but non-null.
|
|
18932
|
+
* @return {!proto.ondewo.nlu.RagCrawlerStatusFilter} returns this
|
|
18466
18933
|
*/
|
|
18467
|
-
proto.ondewo.nlu.
|
|
18468
|
-
return
|
|
18934
|
+
proto.ondewo.nlu.RagCrawlerStatusFilter.prototype.clearAcceptedStatusCodesList = function() {
|
|
18935
|
+
return this.setAcceptedStatusCodesList([]);
|
|
18469
18936
|
};
|
|
18470
18937
|
|
|
18471
18938
|
|
|
@@ -19753,10 +20220,10 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.toObject = function(includeInstance,
|
|
|
19753
20220
|
var f, obj = {
|
|
19754
20221
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
19755
20222
|
languageCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
19756
|
-
crawlerName:
|
|
19757
|
-
pageToken:
|
|
19758
|
-
status:
|
|
19759
|
-
orderby:
|
|
20223
|
+
crawlerName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
20224
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
20225
|
+
status: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
20226
|
+
orderby: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
19760
20227
|
sortingMode: (f = jspb.Message.getField(msg, 7)) == null ? undefined : f
|
|
19761
20228
|
};
|
|
19762
20229
|
|
|
@@ -19865,29 +20332,29 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.serializeBinaryToWriter = function(me
|
|
|
19865
20332
|
f
|
|
19866
20333
|
);
|
|
19867
20334
|
}
|
|
19868
|
-
f =
|
|
19869
|
-
if (f
|
|
20335
|
+
f = message.getCrawlerName();
|
|
20336
|
+
if (f.length > 0) {
|
|
19870
20337
|
writer.writeString(
|
|
19871
20338
|
3,
|
|
19872
20339
|
f
|
|
19873
20340
|
);
|
|
19874
20341
|
}
|
|
19875
|
-
f =
|
|
19876
|
-
if (f
|
|
20342
|
+
f = message.getPageToken();
|
|
20343
|
+
if (f.length > 0) {
|
|
19877
20344
|
writer.writeString(
|
|
19878
20345
|
4,
|
|
19879
20346
|
f
|
|
19880
20347
|
);
|
|
19881
20348
|
}
|
|
19882
|
-
f =
|
|
19883
|
-
if (f
|
|
20349
|
+
f = message.getStatus();
|
|
20350
|
+
if (f !== 0.0) {
|
|
19884
20351
|
writer.writeEnum(
|
|
19885
20352
|
5,
|
|
19886
20353
|
f
|
|
19887
20354
|
);
|
|
19888
20355
|
}
|
|
19889
|
-
f =
|
|
19890
|
-
if (f
|
|
20356
|
+
f = message.getOrderby();
|
|
20357
|
+
if (f.length > 0) {
|
|
19891
20358
|
writer.writeString(
|
|
19892
20359
|
6,
|
|
19893
20360
|
f
|
|
@@ -19953,25 +20420,7 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.getCrawlerName = function()
|
|
|
19953
20420
|
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
19954
20421
|
*/
|
|
19955
20422
|
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.setCrawlerName = function(value) {
|
|
19956
|
-
return jspb.Message.
|
|
19957
|
-
};
|
|
19958
|
-
|
|
19959
|
-
|
|
19960
|
-
/**
|
|
19961
|
-
* Clears the field making it undefined.
|
|
19962
|
-
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
19963
|
-
*/
|
|
19964
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.clearCrawlerName = function() {
|
|
19965
|
-
return jspb.Message.setField(this, 3, undefined);
|
|
19966
|
-
};
|
|
19967
|
-
|
|
19968
|
-
|
|
19969
|
-
/**
|
|
19970
|
-
* Returns whether this field is set.
|
|
19971
|
-
* @return {boolean}
|
|
19972
|
-
*/
|
|
19973
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.hasCrawlerName = function() {
|
|
19974
|
-
return jspb.Message.getField(this, 3) != null;
|
|
20423
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
19975
20424
|
};
|
|
19976
20425
|
|
|
19977
20426
|
|
|
@@ -19989,25 +20438,7 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.getPageToken = function() {
|
|
|
19989
20438
|
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
19990
20439
|
*/
|
|
19991
20440
|
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.setPageToken = function(value) {
|
|
19992
|
-
return jspb.Message.
|
|
19993
|
-
};
|
|
19994
|
-
|
|
19995
|
-
|
|
19996
|
-
/**
|
|
19997
|
-
* Clears the field making it undefined.
|
|
19998
|
-
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
19999
|
-
*/
|
|
20000
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.clearPageToken = function() {
|
|
20001
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
20002
|
-
};
|
|
20003
|
-
|
|
20004
|
-
|
|
20005
|
-
/**
|
|
20006
|
-
* Returns whether this field is set.
|
|
20007
|
-
* @return {boolean}
|
|
20008
|
-
*/
|
|
20009
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.hasPageToken = function() {
|
|
20010
|
-
return jspb.Message.getField(this, 4) != null;
|
|
20441
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
20011
20442
|
};
|
|
20012
20443
|
|
|
20013
20444
|
|
|
@@ -20025,25 +20456,7 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.getStatus = function() {
|
|
|
20025
20456
|
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
20026
20457
|
*/
|
|
20027
20458
|
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.setStatus = function(value) {
|
|
20028
|
-
return jspb.Message.
|
|
20029
|
-
};
|
|
20030
|
-
|
|
20031
|
-
|
|
20032
|
-
/**
|
|
20033
|
-
* Clears the field making it undefined.
|
|
20034
|
-
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
20035
|
-
*/
|
|
20036
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.clearStatus = function() {
|
|
20037
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
20038
|
-
};
|
|
20039
|
-
|
|
20040
|
-
|
|
20041
|
-
/**
|
|
20042
|
-
* Returns whether this field is set.
|
|
20043
|
-
* @return {boolean}
|
|
20044
|
-
*/
|
|
20045
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.hasStatus = function() {
|
|
20046
|
-
return jspb.Message.getField(this, 5) != null;
|
|
20459
|
+
return jspb.Message.setProto3EnumField(this, 5, value);
|
|
20047
20460
|
};
|
|
20048
20461
|
|
|
20049
20462
|
|
|
@@ -20061,25 +20474,7 @@ proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.getOrderby = function() {
|
|
|
20061
20474
|
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
20062
20475
|
*/
|
|
20063
20476
|
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.setOrderby = function(value) {
|
|
20064
|
-
return jspb.Message.
|
|
20065
|
-
};
|
|
20066
|
-
|
|
20067
|
-
|
|
20068
|
-
/**
|
|
20069
|
-
* Clears the field making it undefined.
|
|
20070
|
-
* @return {!proto.ondewo.nlu.RagListCrawlerRunsRequest} returns this
|
|
20071
|
-
*/
|
|
20072
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.clearOrderby = function() {
|
|
20073
|
-
return jspb.Message.setField(this, 6, undefined);
|
|
20074
|
-
};
|
|
20075
|
-
|
|
20076
|
-
|
|
20077
|
-
/**
|
|
20078
|
-
* Returns whether this field is set.
|
|
20079
|
-
* @return {boolean}
|
|
20080
|
-
*/
|
|
20081
|
-
proto.ondewo.nlu.RagListCrawlerRunsRequest.prototype.hasOrderby = function() {
|
|
20082
|
-
return jspb.Message.getField(this, 6) != null;
|
|
20477
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
20083
20478
|
};
|
|
20084
20479
|
|
|
20085
20480
|
|
|
@@ -21145,10 +21540,10 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.toObject = function(includeInstance
|
|
|
21145
21540
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
21146
21541
|
languageCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
21147
21542
|
operationName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
21148
|
-
pageToken:
|
|
21149
|
-
urlQuery:
|
|
21543
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
21544
|
+
urlQuery: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
21150
21545
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
21151
|
-
orderby:
|
|
21546
|
+
orderby: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
21152
21547
|
sortingMode: (f = jspb.Message.getField(msg, 8)) == null ? undefined : f
|
|
21153
21548
|
};
|
|
21154
21549
|
|
|
@@ -21269,15 +21664,15 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.serializeBinaryToWriter = function(
|
|
|
21269
21664
|
f
|
|
21270
21665
|
);
|
|
21271
21666
|
}
|
|
21272
|
-
f =
|
|
21273
|
-
if (f
|
|
21667
|
+
f = message.getPageToken();
|
|
21668
|
+
if (f.length > 0) {
|
|
21274
21669
|
writer.writeString(
|
|
21275
21670
|
4,
|
|
21276
21671
|
f
|
|
21277
21672
|
);
|
|
21278
21673
|
}
|
|
21279
|
-
f =
|
|
21280
|
-
if (f
|
|
21674
|
+
f = message.getUrlQuery();
|
|
21675
|
+
if (f.length > 0) {
|
|
21281
21676
|
writer.writeString(
|
|
21282
21677
|
5,
|
|
21283
21678
|
f
|
|
@@ -21291,8 +21686,8 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.serializeBinaryToWriter = function(
|
|
|
21291
21686
|
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
21292
21687
|
);
|
|
21293
21688
|
}
|
|
21294
|
-
f =
|
|
21295
|
-
if (f
|
|
21689
|
+
f = message.getOrderby();
|
|
21690
|
+
if (f.length > 0) {
|
|
21296
21691
|
writer.writeString(
|
|
21297
21692
|
7,
|
|
21298
21693
|
f
|
|
@@ -21376,25 +21771,7 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.getPageToken = function()
|
|
|
21376
21771
|
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21377
21772
|
*/
|
|
21378
21773
|
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.setPageToken = function(value) {
|
|
21379
|
-
return jspb.Message.
|
|
21380
|
-
};
|
|
21381
|
-
|
|
21382
|
-
|
|
21383
|
-
/**
|
|
21384
|
-
* Clears the field making it undefined.
|
|
21385
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21386
|
-
*/
|
|
21387
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.clearPageToken = function() {
|
|
21388
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
21389
|
-
};
|
|
21390
|
-
|
|
21391
|
-
|
|
21392
|
-
/**
|
|
21393
|
-
* Returns whether this field is set.
|
|
21394
|
-
* @return {boolean}
|
|
21395
|
-
*/
|
|
21396
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.hasPageToken = function() {
|
|
21397
|
-
return jspb.Message.getField(this, 4) != null;
|
|
21774
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
21398
21775
|
};
|
|
21399
21776
|
|
|
21400
21777
|
|
|
@@ -21412,25 +21789,7 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.getUrlQuery = function()
|
|
|
21412
21789
|
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21413
21790
|
*/
|
|
21414
21791
|
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.setUrlQuery = function(value) {
|
|
21415
|
-
return jspb.Message.
|
|
21416
|
-
};
|
|
21417
|
-
|
|
21418
|
-
|
|
21419
|
-
/**
|
|
21420
|
-
* Clears the field making it undefined.
|
|
21421
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21422
|
-
*/
|
|
21423
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.clearUrlQuery = function() {
|
|
21424
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
21425
|
-
};
|
|
21426
|
-
|
|
21427
|
-
|
|
21428
|
-
/**
|
|
21429
|
-
* Returns whether this field is set.
|
|
21430
|
-
* @return {boolean}
|
|
21431
|
-
*/
|
|
21432
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.hasUrlQuery = function() {
|
|
21433
|
-
return jspb.Message.getField(this, 5) != null;
|
|
21792
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
21434
21793
|
};
|
|
21435
21794
|
|
|
21436
21795
|
|
|
@@ -21485,25 +21844,7 @@ proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.getOrderby = function() {
|
|
|
21485
21844
|
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21486
21845
|
*/
|
|
21487
21846
|
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.setOrderby = function(value) {
|
|
21488
|
-
return jspb.Message.
|
|
21489
|
-
};
|
|
21490
|
-
|
|
21491
|
-
|
|
21492
|
-
/**
|
|
21493
|
-
* Clears the field making it undefined.
|
|
21494
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerResultsRequest} returns this
|
|
21495
|
-
*/
|
|
21496
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.clearOrderby = function() {
|
|
21497
|
-
return jspb.Message.setField(this, 7, undefined);
|
|
21498
|
-
};
|
|
21499
|
-
|
|
21500
|
-
|
|
21501
|
-
/**
|
|
21502
|
-
* Returns whether this field is set.
|
|
21503
|
-
* @return {boolean}
|
|
21504
|
-
*/
|
|
21505
|
-
proto.ondewo.nlu.RagGetCrawlerResultsRequest.prototype.hasOrderby = function() {
|
|
21506
|
-
return jspb.Message.getField(this, 7) != null;
|
|
21847
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
21507
21848
|
};
|
|
21508
21849
|
|
|
21509
21850
|
|
|
@@ -22678,10 +23019,10 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.toObject = function(includ
|
|
|
22678
23019
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
22679
23020
|
languageCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
22680
23021
|
crawlerName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
22681
|
-
pageSize:
|
|
22682
|
-
pageToken:
|
|
23022
|
+
pageSize: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
23023
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
22683
23024
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f),
|
|
22684
|
-
orderby:
|
|
23025
|
+
orderby: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
22685
23026
|
sortingMode: (f = jspb.Message.getField(msg, 8)) == null ? undefined : f
|
|
22686
23027
|
};
|
|
22687
23028
|
|
|
@@ -22802,15 +23143,15 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.serializeBinaryToWriter =
|
|
|
22802
23143
|
f
|
|
22803
23144
|
);
|
|
22804
23145
|
}
|
|
22805
|
-
f =
|
|
22806
|
-
if (f
|
|
23146
|
+
f = message.getPageSize();
|
|
23147
|
+
if (f !== 0) {
|
|
22807
23148
|
writer.writeInt32(
|
|
22808
23149
|
4,
|
|
22809
23150
|
f
|
|
22810
23151
|
);
|
|
22811
23152
|
}
|
|
22812
|
-
f =
|
|
22813
|
-
if (f
|
|
23153
|
+
f = message.getPageToken();
|
|
23154
|
+
if (f.length > 0) {
|
|
22814
23155
|
writer.writeString(
|
|
22815
23156
|
5,
|
|
22816
23157
|
f
|
|
@@ -22824,8 +23165,8 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.serializeBinaryToWriter =
|
|
|
22824
23165
|
google_protobuf_field_mask_pb.FieldMask.serializeBinaryToWriter
|
|
22825
23166
|
);
|
|
22826
23167
|
}
|
|
22827
|
-
f =
|
|
22828
|
-
if (f
|
|
23168
|
+
f = message.getOrderby();
|
|
23169
|
+
if (f.length > 0) {
|
|
22829
23170
|
writer.writeString(
|
|
22830
23171
|
7,
|
|
22831
23172
|
f
|
|
@@ -22909,25 +23250,7 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.getPageSize = fu
|
|
|
22909
23250
|
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
22910
23251
|
*/
|
|
22911
23252
|
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.setPageSize = function(value) {
|
|
22912
|
-
return jspb.Message.
|
|
22913
|
-
};
|
|
22914
|
-
|
|
22915
|
-
|
|
22916
|
-
/**
|
|
22917
|
-
* Clears the field making it undefined.
|
|
22918
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
22919
|
-
*/
|
|
22920
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.clearPageSize = function() {
|
|
22921
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
22922
|
-
};
|
|
22923
|
-
|
|
22924
|
-
|
|
22925
|
-
/**
|
|
22926
|
-
* Returns whether this field is set.
|
|
22927
|
-
* @return {boolean}
|
|
22928
|
-
*/
|
|
22929
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.hasPageSize = function() {
|
|
22930
|
-
return jspb.Message.getField(this, 4) != null;
|
|
23253
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
22931
23254
|
};
|
|
22932
23255
|
|
|
22933
23256
|
|
|
@@ -22945,25 +23268,7 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.getPageToken = f
|
|
|
22945
23268
|
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
22946
23269
|
*/
|
|
22947
23270
|
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.setPageToken = function(value) {
|
|
22948
|
-
return jspb.Message.
|
|
22949
|
-
};
|
|
22950
|
-
|
|
22951
|
-
|
|
22952
|
-
/**
|
|
22953
|
-
* Clears the field making it undefined.
|
|
22954
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
22955
|
-
*/
|
|
22956
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.clearPageToken = function() {
|
|
22957
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
22958
|
-
};
|
|
22959
|
-
|
|
22960
|
-
|
|
22961
|
-
/**
|
|
22962
|
-
* Returns whether this field is set.
|
|
22963
|
-
* @return {boolean}
|
|
22964
|
-
*/
|
|
22965
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.hasPageToken = function() {
|
|
22966
|
-
return jspb.Message.getField(this, 5) != null;
|
|
23271
|
+
return jspb.Message.setProto3StringField(this, 5, value);
|
|
22967
23272
|
};
|
|
22968
23273
|
|
|
22969
23274
|
|
|
@@ -23018,25 +23323,7 @@ proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.getOrderby = fun
|
|
|
23018
23323
|
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
23019
23324
|
*/
|
|
23020
23325
|
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.setOrderby = function(value) {
|
|
23021
|
-
return jspb.Message.
|
|
23022
|
-
};
|
|
23023
|
-
|
|
23024
|
-
|
|
23025
|
-
/**
|
|
23026
|
-
* Clears the field making it undefined.
|
|
23027
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest} returns this
|
|
23028
|
-
*/
|
|
23029
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.clearOrderby = function() {
|
|
23030
|
-
return jspb.Message.setField(this, 7, undefined);
|
|
23031
|
-
};
|
|
23032
|
-
|
|
23033
|
-
|
|
23034
|
-
/**
|
|
23035
|
-
* Returns whether this field is set.
|
|
23036
|
-
* @return {boolean}
|
|
23037
|
-
*/
|
|
23038
|
-
proto.ondewo.nlu.RagGetCrawlerAttachedDatasetsRequest.prototype.hasOrderby = function() {
|
|
23039
|
-
return jspb.Message.getField(this, 7) != null;
|
|
23326
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
23040
23327
|
};
|
|
23041
23328
|
|
|
23042
23329
|
|
|
@@ -23308,15 +23595,15 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.toObject = function(includeInstance
|
|
|
23308
23595
|
parent: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
23309
23596
|
languageCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
23310
23597
|
operationName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
23311
|
-
pageToken:
|
|
23312
|
-
pageSize:
|
|
23598
|
+
pageToken: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
23599
|
+
pageSize: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
23313
23600
|
levelFiltersList: (f = jspb.Message.getRepeatedField(msg, 6)) == null ? undefined : f,
|
|
23314
|
-
phaseFilter:
|
|
23315
|
-
searchQuery:
|
|
23601
|
+
phaseFilter: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
23602
|
+
searchQuery: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
23316
23603
|
startTime: (f = msg.getStartTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23317
23604
|
endTime: (f = msg.getEndTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
23318
|
-
sourceUrlFilter:
|
|
23319
|
-
orderby:
|
|
23605
|
+
sourceUrlFilter: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
23606
|
+
orderby: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
23320
23607
|
sortingMode: (f = jspb.Message.getField(msg, 13)) == null ? undefined : f,
|
|
23321
23608
|
fieldMask: (f = msg.getFieldMask()) && google_protobuf_field_mask_pb.FieldMask.toObject(includeInstance, f)
|
|
23322
23609
|
};
|
|
@@ -23466,15 +23753,15 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.serializeBinaryToWriter = function(
|
|
|
23466
23753
|
f
|
|
23467
23754
|
);
|
|
23468
23755
|
}
|
|
23469
|
-
f =
|
|
23470
|
-
if (f
|
|
23756
|
+
f = message.getPageToken();
|
|
23757
|
+
if (f.length > 0) {
|
|
23471
23758
|
writer.writeString(
|
|
23472
23759
|
4,
|
|
23473
23760
|
f
|
|
23474
23761
|
);
|
|
23475
23762
|
}
|
|
23476
|
-
f =
|
|
23477
|
-
if (f
|
|
23763
|
+
f = message.getPageSize();
|
|
23764
|
+
if (f !== 0) {
|
|
23478
23765
|
writer.writeInt32(
|
|
23479
23766
|
5,
|
|
23480
23767
|
f
|
|
@@ -23487,15 +23774,15 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.serializeBinaryToWriter = function(
|
|
|
23487
23774
|
f
|
|
23488
23775
|
);
|
|
23489
23776
|
}
|
|
23490
|
-
f =
|
|
23491
|
-
if (f
|
|
23777
|
+
f = message.getPhaseFilter();
|
|
23778
|
+
if (f.length > 0) {
|
|
23492
23779
|
writer.writeString(
|
|
23493
23780
|
7,
|
|
23494
23781
|
f
|
|
23495
23782
|
);
|
|
23496
23783
|
}
|
|
23497
|
-
f =
|
|
23498
|
-
if (f
|
|
23784
|
+
f = message.getSearchQuery();
|
|
23785
|
+
if (f.length > 0) {
|
|
23499
23786
|
writer.writeString(
|
|
23500
23787
|
8,
|
|
23501
23788
|
f
|
|
@@ -23517,15 +23804,15 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.serializeBinaryToWriter = function(
|
|
|
23517
23804
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
23518
23805
|
);
|
|
23519
23806
|
}
|
|
23520
|
-
f =
|
|
23521
|
-
if (f
|
|
23807
|
+
f = message.getSourceUrlFilter();
|
|
23808
|
+
if (f.length > 0) {
|
|
23522
23809
|
writer.writeString(
|
|
23523
23810
|
11,
|
|
23524
23811
|
f
|
|
23525
23812
|
);
|
|
23526
23813
|
}
|
|
23527
|
-
f =
|
|
23528
|
-
if (f
|
|
23814
|
+
f = message.getOrderby();
|
|
23815
|
+
if (f.length > 0) {
|
|
23529
23816
|
writer.writeString(
|
|
23530
23817
|
12,
|
|
23531
23818
|
f
|
|
@@ -23617,25 +23904,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getPageToken = function()
|
|
|
23617
23904
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23618
23905
|
*/
|
|
23619
23906
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setPageToken = function(value) {
|
|
23620
|
-
return jspb.Message.
|
|
23621
|
-
};
|
|
23622
|
-
|
|
23623
|
-
|
|
23624
|
-
/**
|
|
23625
|
-
* Clears the field making it undefined.
|
|
23626
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23627
|
-
*/
|
|
23628
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearPageToken = function() {
|
|
23629
|
-
return jspb.Message.setField(this, 4, undefined);
|
|
23630
|
-
};
|
|
23631
|
-
|
|
23632
|
-
|
|
23633
|
-
/**
|
|
23634
|
-
* Returns whether this field is set.
|
|
23635
|
-
* @return {boolean}
|
|
23636
|
-
*/
|
|
23637
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasPageToken = function() {
|
|
23638
|
-
return jspb.Message.getField(this, 4) != null;
|
|
23907
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
23639
23908
|
};
|
|
23640
23909
|
|
|
23641
23910
|
|
|
@@ -23653,25 +23922,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getPageSize = function()
|
|
|
23653
23922
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23654
23923
|
*/
|
|
23655
23924
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setPageSize = function(value) {
|
|
23656
|
-
return jspb.Message.
|
|
23657
|
-
};
|
|
23658
|
-
|
|
23659
|
-
|
|
23660
|
-
/**
|
|
23661
|
-
* Clears the field making it undefined.
|
|
23662
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23663
|
-
*/
|
|
23664
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearPageSize = function() {
|
|
23665
|
-
return jspb.Message.setField(this, 5, undefined);
|
|
23666
|
-
};
|
|
23667
|
-
|
|
23668
|
-
|
|
23669
|
-
/**
|
|
23670
|
-
* Returns whether this field is set.
|
|
23671
|
-
* @return {boolean}
|
|
23672
|
-
*/
|
|
23673
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasPageSize = function() {
|
|
23674
|
-
return jspb.Message.getField(this, 5) != null;
|
|
23925
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
23675
23926
|
};
|
|
23676
23927
|
|
|
23677
23928
|
|
|
@@ -23726,25 +23977,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getPhaseFilter = function
|
|
|
23726
23977
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23727
23978
|
*/
|
|
23728
23979
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setPhaseFilter = function(value) {
|
|
23729
|
-
return jspb.Message.
|
|
23730
|
-
};
|
|
23731
|
-
|
|
23732
|
-
|
|
23733
|
-
/**
|
|
23734
|
-
* Clears the field making it undefined.
|
|
23735
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23736
|
-
*/
|
|
23737
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearPhaseFilter = function() {
|
|
23738
|
-
return jspb.Message.setField(this, 7, undefined);
|
|
23739
|
-
};
|
|
23740
|
-
|
|
23741
|
-
|
|
23742
|
-
/**
|
|
23743
|
-
* Returns whether this field is set.
|
|
23744
|
-
* @return {boolean}
|
|
23745
|
-
*/
|
|
23746
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasPhaseFilter = function() {
|
|
23747
|
-
return jspb.Message.getField(this, 7) != null;
|
|
23980
|
+
return jspb.Message.setProto3StringField(this, 7, value);
|
|
23748
23981
|
};
|
|
23749
23982
|
|
|
23750
23983
|
|
|
@@ -23762,25 +23995,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getSearchQuery = function
|
|
|
23762
23995
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23763
23996
|
*/
|
|
23764
23997
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setSearchQuery = function(value) {
|
|
23765
|
-
return jspb.Message.
|
|
23766
|
-
};
|
|
23767
|
-
|
|
23768
|
-
|
|
23769
|
-
/**
|
|
23770
|
-
* Clears the field making it undefined.
|
|
23771
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23772
|
-
*/
|
|
23773
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearSearchQuery = function() {
|
|
23774
|
-
return jspb.Message.setField(this, 8, undefined);
|
|
23775
|
-
};
|
|
23776
|
-
|
|
23777
|
-
|
|
23778
|
-
/**
|
|
23779
|
-
* Returns whether this field is set.
|
|
23780
|
-
* @return {boolean}
|
|
23781
|
-
*/
|
|
23782
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasSearchQuery = function() {
|
|
23783
|
-
return jspb.Message.getField(this, 8) != null;
|
|
23998
|
+
return jspb.Message.setProto3StringField(this, 8, value);
|
|
23784
23999
|
};
|
|
23785
24000
|
|
|
23786
24001
|
|
|
@@ -23872,25 +24087,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getSourceUrlFilter = func
|
|
|
23872
24087
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23873
24088
|
*/
|
|
23874
24089
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setSourceUrlFilter = function(value) {
|
|
23875
|
-
return jspb.Message.
|
|
23876
|
-
};
|
|
23877
|
-
|
|
23878
|
-
|
|
23879
|
-
/**
|
|
23880
|
-
* Clears the field making it undefined.
|
|
23881
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23882
|
-
*/
|
|
23883
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearSourceUrlFilter = function() {
|
|
23884
|
-
return jspb.Message.setField(this, 11, undefined);
|
|
23885
|
-
};
|
|
23886
|
-
|
|
23887
|
-
|
|
23888
|
-
/**
|
|
23889
|
-
* Returns whether this field is set.
|
|
23890
|
-
* @return {boolean}
|
|
23891
|
-
*/
|
|
23892
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasSourceUrlFilter = function() {
|
|
23893
|
-
return jspb.Message.getField(this, 11) != null;
|
|
24090
|
+
return jspb.Message.setProto3StringField(this, 11, value);
|
|
23894
24091
|
};
|
|
23895
24092
|
|
|
23896
24093
|
|
|
@@ -23908,25 +24105,7 @@ proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.getOrderby = function() {
|
|
|
23908
24105
|
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23909
24106
|
*/
|
|
23910
24107
|
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.setOrderby = function(value) {
|
|
23911
|
-
return jspb.Message.
|
|
23912
|
-
};
|
|
23913
|
-
|
|
23914
|
-
|
|
23915
|
-
/**
|
|
23916
|
-
* Clears the field making it undefined.
|
|
23917
|
-
* @return {!proto.ondewo.nlu.RagGetCrawlerRunLogsRequest} returns this
|
|
23918
|
-
*/
|
|
23919
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.clearOrderby = function() {
|
|
23920
|
-
return jspb.Message.setField(this, 12, undefined);
|
|
23921
|
-
};
|
|
23922
|
-
|
|
23923
|
-
|
|
23924
|
-
/**
|
|
23925
|
-
* Returns whether this field is set.
|
|
23926
|
-
* @return {boolean}
|
|
23927
|
-
*/
|
|
23928
|
-
proto.ondewo.nlu.RagGetCrawlerRunLogsRequest.prototype.hasOrderby = function() {
|
|
23929
|
-
return jspb.Message.getField(this, 12) != null;
|
|
24108
|
+
return jspb.Message.setProto3StringField(this, 12, value);
|
|
23930
24109
|
};
|
|
23931
24110
|
|
|
23932
24111
|
|
|
@@ -24416,6 +24595,15 @@ proto.ondewo.nlu.RagCrawlerAuthenticationExecutionType = {
|
|
|
24416
24595
|
RAG_CRAWLER_AUTHENTICATION_EXECUTION_TYPE_CLIENT_SIDE: 2
|
|
24417
24596
|
};
|
|
24418
24597
|
|
|
24598
|
+
/**
|
|
24599
|
+
* @enum {number}
|
|
24600
|
+
*/
|
|
24601
|
+
proto.ondewo.nlu.RagCrawlerPruningThresholdType = {
|
|
24602
|
+
RAG_CRAWLER_PRUNING_THRESHOLD_TYPE_UNSPECIFIED: 0,
|
|
24603
|
+
RAG_CRAWLER_PRUNING_THRESHOLD_TYPE_FIXED: 1,
|
|
24604
|
+
RAG_CRAWLER_PRUNING_THRESHOLD_TYPE_DYNAMIC: 2
|
|
24605
|
+
};
|
|
24606
|
+
|
|
24419
24607
|
/**
|
|
24420
24608
|
* @enum {number}
|
|
24421
24609
|
*/
|