@lansweeper/data-platform-outbound-grpc 0.1.137 → 0.1.138
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/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +32 -10
- package/gen-proto/outbound_pb.js +207 -25
- package/generated-go/outbound.pb.go +315 -243
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +11 -0
|
@@ -14411,16 +14411,10 @@ export namespace SiteKey {
|
|
|
14411
14411
|
}
|
|
14412
14412
|
|
|
14413
14413
|
export class ReconRuleSet extends jspb.Message {
|
|
14414
|
-
|
|
14415
|
-
|
|
14416
|
-
|
|
14417
|
-
|
|
14418
|
-
getDescription(): string;
|
|
14419
|
-
setDescription(value: string): ReconRuleSet;
|
|
14420
|
-
getPriority(): number;
|
|
14421
|
-
setPriority(value: number): ReconRuleSet;
|
|
14422
|
-
getEnabled(): boolean;
|
|
14423
|
-
setEnabled(value: boolean): ReconRuleSet;
|
|
14414
|
+
clearReconRulesList(): void;
|
|
14415
|
+
getReconRulesList(): Array<ReconRule>;
|
|
14416
|
+
setReconRulesList(value: Array<ReconRule>): ReconRuleSet;
|
|
14417
|
+
addReconRules(value?: ReconRule, index?: number): ReconRule;
|
|
14424
14418
|
|
|
14425
14419
|
serializeBinary(): Uint8Array;
|
|
14426
14420
|
toObject(includeInstance?: boolean): ReconRuleSet.AsObject;
|
|
@@ -14433,6 +14427,34 @@ export class ReconRuleSet extends jspb.Message {
|
|
|
14433
14427
|
}
|
|
14434
14428
|
|
|
14435
14429
|
export namespace ReconRuleSet {
|
|
14430
|
+
export type AsObject = {
|
|
14431
|
+
reconRulesList: Array<ReconRule.AsObject>,
|
|
14432
|
+
}
|
|
14433
|
+
}
|
|
14434
|
+
|
|
14435
|
+
export class ReconRule extends jspb.Message {
|
|
14436
|
+
getId(): ReconRuleId;
|
|
14437
|
+
setId(value: ReconRuleId): ReconRule;
|
|
14438
|
+
getName(): string;
|
|
14439
|
+
setName(value: string): ReconRule;
|
|
14440
|
+
getDescription(): string;
|
|
14441
|
+
setDescription(value: string): ReconRule;
|
|
14442
|
+
getPriority(): number;
|
|
14443
|
+
setPriority(value: number): ReconRule;
|
|
14444
|
+
getEnabled(): boolean;
|
|
14445
|
+
setEnabled(value: boolean): ReconRule;
|
|
14446
|
+
|
|
14447
|
+
serializeBinary(): Uint8Array;
|
|
14448
|
+
toObject(includeInstance?: boolean): ReconRule.AsObject;
|
|
14449
|
+
static toObject(includeInstance: boolean, msg: ReconRule): ReconRule.AsObject;
|
|
14450
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
14451
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
14452
|
+
static serializeBinaryToWriter(message: ReconRule, writer: jspb.BinaryWriter): void;
|
|
14453
|
+
static deserializeBinary(bytes: Uint8Array): ReconRule;
|
|
14454
|
+
static deserializeBinaryFromReader(message: ReconRule, reader: jspb.BinaryReader): ReconRule;
|
|
14455
|
+
}
|
|
14456
|
+
|
|
14457
|
+
export namespace ReconRule {
|
|
14436
14458
|
export type AsObject = {
|
|
14437
14459
|
id: ReconRuleId,
|
|
14438
14460
|
name: string,
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -185,6 +185,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Printer', null, global);
|
|
|
185
185
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.PrinterTonerInfo', null, global);
|
|
186
186
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Processor', null, global);
|
|
187
187
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.RawSoftware', null, global);
|
|
188
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconRule', null, global);
|
|
188
189
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconRuleId', null, global);
|
|
189
190
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconRuleSet', null, global);
|
|
190
191
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo', null, global);
|
|
@@ -4505,7 +4506,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
4505
4506
|
* @constructor
|
|
4506
4507
|
*/
|
|
4507
4508
|
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet = function(opt_data) {
|
|
4508
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
4509
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.repeatedFields_, null);
|
|
4509
4510
|
};
|
|
4510
4511
|
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ReconRuleSet, jspb.Message);
|
|
4511
4512
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -4515,6 +4516,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
4515
4516
|
*/
|
|
4516
4517
|
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.displayName = 'proto.com.lansweeper.dp.outbound.v1.ReconRuleSet';
|
|
4517
4518
|
}
|
|
4519
|
+
/**
|
|
4520
|
+
* Generated by JsPbCodeGenerator.
|
|
4521
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
4522
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
4523
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
4524
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
4525
|
+
* valid.
|
|
4526
|
+
* @extends {jspb.Message}
|
|
4527
|
+
* @constructor
|
|
4528
|
+
*/
|
|
4529
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule = function(opt_data) {
|
|
4530
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
4531
|
+
};
|
|
4532
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ReconRule, jspb.Message);
|
|
4533
|
+
if (goog.DEBUG && !COMPILED) {
|
|
4534
|
+
/**
|
|
4535
|
+
* @public
|
|
4536
|
+
* @override
|
|
4537
|
+
*/
|
|
4538
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.displayName = 'proto.com.lansweeper.dp.outbound.v1.ReconRule';
|
|
4539
|
+
}
|
|
4518
4540
|
|
|
4519
4541
|
/**
|
|
4520
4542
|
* List of repeated fields within this message type.
|
|
@@ -115132,6 +115154,13 @@ proto.com.lansweeper.dp.outbound.v1.SiteKey.prototype.setSiteId = function(value
|
|
|
115132
115154
|
|
|
115133
115155
|
|
|
115134
115156
|
|
|
115157
|
+
/**
|
|
115158
|
+
* List of repeated fields within this message type.
|
|
115159
|
+
* @private {!Array<number>}
|
|
115160
|
+
* @const
|
|
115161
|
+
*/
|
|
115162
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.repeatedFields_ = [1];
|
|
115163
|
+
|
|
115135
115164
|
|
|
115136
115165
|
|
|
115137
115166
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -115163,11 +115192,8 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.toObject = function(o
|
|
|
115163
115192
|
*/
|
|
115164
115193
|
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.toObject = function(includeInstance, msg) {
|
|
115165
115194
|
var f, obj = {
|
|
115166
|
-
|
|
115167
|
-
|
|
115168
|
-
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
115169
|
-
priority: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
115170
|
-
enabled: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
|
|
115195
|
+
reconRulesList: jspb.Message.toObjectList(msg.getReconRulesList(),
|
|
115196
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.toObject, includeInstance)
|
|
115171
115197
|
};
|
|
115172
115198
|
|
|
115173
115199
|
if (includeInstance) {
|
|
@@ -115198,6 +115224,162 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.deserializeBinary = function(by
|
|
|
115198
115224
|
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRuleSet}
|
|
115199
115225
|
*/
|
|
115200
115226
|
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.deserializeBinaryFromReader = function(msg, reader) {
|
|
115227
|
+
while (reader.nextField()) {
|
|
115228
|
+
if (reader.isEndGroup()) {
|
|
115229
|
+
break;
|
|
115230
|
+
}
|
|
115231
|
+
var field = reader.getFieldNumber();
|
|
115232
|
+
switch (field) {
|
|
115233
|
+
case 1:
|
|
115234
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ReconRule;
|
|
115235
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ReconRule.deserializeBinaryFromReader);
|
|
115236
|
+
msg.addReconRules(value);
|
|
115237
|
+
break;
|
|
115238
|
+
default:
|
|
115239
|
+
reader.skipField();
|
|
115240
|
+
break;
|
|
115241
|
+
}
|
|
115242
|
+
}
|
|
115243
|
+
return msg;
|
|
115244
|
+
};
|
|
115245
|
+
|
|
115246
|
+
|
|
115247
|
+
/**
|
|
115248
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
115249
|
+
* @return {!Uint8Array}
|
|
115250
|
+
*/
|
|
115251
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.serializeBinary = function() {
|
|
115252
|
+
var writer = new jspb.BinaryWriter();
|
|
115253
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.serializeBinaryToWriter(this, writer);
|
|
115254
|
+
return writer.getResultBuffer();
|
|
115255
|
+
};
|
|
115256
|
+
|
|
115257
|
+
|
|
115258
|
+
/**
|
|
115259
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
115260
|
+
* format), writing to the given BinaryWriter.
|
|
115261
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRuleSet} message
|
|
115262
|
+
* @param {!jspb.BinaryWriter} writer
|
|
115263
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
115264
|
+
*/
|
|
115265
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.serializeBinaryToWriter = function(message, writer) {
|
|
115266
|
+
var f = undefined;
|
|
115267
|
+
f = message.getReconRulesList();
|
|
115268
|
+
if (f.length > 0) {
|
|
115269
|
+
writer.writeRepeatedMessage(
|
|
115270
|
+
1,
|
|
115271
|
+
f,
|
|
115272
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.serializeBinaryToWriter
|
|
115273
|
+
);
|
|
115274
|
+
}
|
|
115275
|
+
};
|
|
115276
|
+
|
|
115277
|
+
|
|
115278
|
+
/**
|
|
115279
|
+
* repeated ReconRule recon_rules = 1;
|
|
115280
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ReconRule>}
|
|
115281
|
+
*/
|
|
115282
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.getReconRulesList = function() {
|
|
115283
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ReconRule>} */ (
|
|
115284
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ReconRule, 1));
|
|
115285
|
+
};
|
|
115286
|
+
|
|
115287
|
+
|
|
115288
|
+
/**
|
|
115289
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ReconRule>} value
|
|
115290
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRuleSet} returns this
|
|
115291
|
+
*/
|
|
115292
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.setReconRulesList = function(value) {
|
|
115293
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
115294
|
+
};
|
|
115295
|
+
|
|
115296
|
+
|
|
115297
|
+
/**
|
|
115298
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRule=} opt_value
|
|
115299
|
+
* @param {number=} opt_index
|
|
115300
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule}
|
|
115301
|
+
*/
|
|
115302
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.addReconRules = function(opt_value, opt_index) {
|
|
115303
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.dp.outbound.v1.ReconRule, opt_index);
|
|
115304
|
+
};
|
|
115305
|
+
|
|
115306
|
+
|
|
115307
|
+
/**
|
|
115308
|
+
* Clears the list making it empty but non-null.
|
|
115309
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRuleSet} returns this
|
|
115310
|
+
*/
|
|
115311
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.clearReconRulesList = function() {
|
|
115312
|
+
return this.setReconRulesList([]);
|
|
115313
|
+
};
|
|
115314
|
+
|
|
115315
|
+
|
|
115316
|
+
|
|
115317
|
+
|
|
115318
|
+
|
|
115319
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
115320
|
+
/**
|
|
115321
|
+
* Creates an object representation of this proto.
|
|
115322
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
115323
|
+
* Optional fields that are not set will be set to undefined.
|
|
115324
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
115325
|
+
* For the list of reserved names please see:
|
|
115326
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
115327
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
115328
|
+
* JSPB instance for transitional soy proto support:
|
|
115329
|
+
* http://goto/soy-param-migration
|
|
115330
|
+
* @return {!Object}
|
|
115331
|
+
*/
|
|
115332
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.toObject = function(opt_includeInstance) {
|
|
115333
|
+
return proto.com.lansweeper.dp.outbound.v1.ReconRule.toObject(opt_includeInstance, this);
|
|
115334
|
+
};
|
|
115335
|
+
|
|
115336
|
+
|
|
115337
|
+
/**
|
|
115338
|
+
* Static version of the {@see toObject} method.
|
|
115339
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
115340
|
+
* the JSPB instance for transitional soy proto support:
|
|
115341
|
+
* http://goto/soy-param-migration
|
|
115342
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRule} msg The msg instance to transform.
|
|
115343
|
+
* @return {!Object}
|
|
115344
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
115345
|
+
*/
|
|
115346
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.toObject = function(includeInstance, msg) {
|
|
115347
|
+
var f, obj = {
|
|
115348
|
+
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
115349
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
115350
|
+
description: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
115351
|
+
priority: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
115352
|
+
enabled: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
|
|
115353
|
+
};
|
|
115354
|
+
|
|
115355
|
+
if (includeInstance) {
|
|
115356
|
+
obj.$jspbMessageInstance = msg;
|
|
115357
|
+
}
|
|
115358
|
+
return obj;
|
|
115359
|
+
};
|
|
115360
|
+
}
|
|
115361
|
+
|
|
115362
|
+
|
|
115363
|
+
/**
|
|
115364
|
+
* Deserializes binary data (in protobuf wire format).
|
|
115365
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
115366
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule}
|
|
115367
|
+
*/
|
|
115368
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.deserializeBinary = function(bytes) {
|
|
115369
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
115370
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ReconRule;
|
|
115371
|
+
return proto.com.lansweeper.dp.outbound.v1.ReconRule.deserializeBinaryFromReader(msg, reader);
|
|
115372
|
+
};
|
|
115373
|
+
|
|
115374
|
+
|
|
115375
|
+
/**
|
|
115376
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
115377
|
+
* given reader into the given message object.
|
|
115378
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRule} msg The message object to deserialize into.
|
|
115379
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
115380
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule}
|
|
115381
|
+
*/
|
|
115382
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.deserializeBinaryFromReader = function(msg, reader) {
|
|
115201
115383
|
while (reader.nextField()) {
|
|
115202
115384
|
if (reader.isEndGroup()) {
|
|
115203
115385
|
break;
|
|
@@ -115237,9 +115419,9 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.deserializeBinaryFromReader = f
|
|
|
115237
115419
|
* Serializes the message to binary data (in protobuf wire format).
|
|
115238
115420
|
* @return {!Uint8Array}
|
|
115239
115421
|
*/
|
|
115240
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115422
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.serializeBinary = function() {
|
|
115241
115423
|
var writer = new jspb.BinaryWriter();
|
|
115242
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115424
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.serializeBinaryToWriter(this, writer);
|
|
115243
115425
|
return writer.getResultBuffer();
|
|
115244
115426
|
};
|
|
115245
115427
|
|
|
@@ -115247,11 +115429,11 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.serializeBinary = fun
|
|
|
115247
115429
|
/**
|
|
115248
115430
|
* Serializes the given message to binary data (in protobuf wire
|
|
115249
115431
|
* format), writing to the given BinaryWriter.
|
|
115250
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
115432
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRule} message
|
|
115251
115433
|
* @param {!jspb.BinaryWriter} writer
|
|
115252
115434
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
115253
115435
|
*/
|
|
115254
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115436
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.serializeBinaryToWriter = function(message, writer) {
|
|
115255
115437
|
var f = undefined;
|
|
115256
115438
|
f = message.getId();
|
|
115257
115439
|
if (f !== 0.0) {
|
|
@@ -115295,16 +115477,16 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.serializeBinaryToWriter = funct
|
|
|
115295
115477
|
* optional ReconRuleId id = 1;
|
|
115296
115478
|
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRuleId}
|
|
115297
115479
|
*/
|
|
115298
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115480
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.getId = function() {
|
|
115299
115481
|
return /** @type {!proto.com.lansweeper.dp.outbound.v1.ReconRuleId} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
115300
115482
|
};
|
|
115301
115483
|
|
|
115302
115484
|
|
|
115303
115485
|
/**
|
|
115304
115486
|
* @param {!proto.com.lansweeper.dp.outbound.v1.ReconRuleId} value
|
|
115305
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
115487
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule} returns this
|
|
115306
115488
|
*/
|
|
115307
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115489
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setId = function(value) {
|
|
115308
115490
|
return jspb.Message.setProto3EnumField(this, 1, value);
|
|
115309
115491
|
};
|
|
115310
115492
|
|
|
@@ -115313,16 +115495,16 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.setId = function(valu
|
|
|
115313
115495
|
* optional string name = 2;
|
|
115314
115496
|
* @return {string}
|
|
115315
115497
|
*/
|
|
115316
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115498
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.getName = function() {
|
|
115317
115499
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
115318
115500
|
};
|
|
115319
115501
|
|
|
115320
115502
|
|
|
115321
115503
|
/**
|
|
115322
115504
|
* @param {string} value
|
|
115323
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
115505
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule} returns this
|
|
115324
115506
|
*/
|
|
115325
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115507
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setName = function(value) {
|
|
115326
115508
|
return jspb.Message.setProto3StringField(this, 2, value);
|
|
115327
115509
|
};
|
|
115328
115510
|
|
|
@@ -115331,16 +115513,16 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.setName = function(va
|
|
|
115331
115513
|
* optional string description = 3;
|
|
115332
115514
|
* @return {string}
|
|
115333
115515
|
*/
|
|
115334
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115516
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.getDescription = function() {
|
|
115335
115517
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
115336
115518
|
};
|
|
115337
115519
|
|
|
115338
115520
|
|
|
115339
115521
|
/**
|
|
115340
115522
|
* @param {string} value
|
|
115341
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
115523
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule} returns this
|
|
115342
115524
|
*/
|
|
115343
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115525
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setDescription = function(value) {
|
|
115344
115526
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
115345
115527
|
};
|
|
115346
115528
|
|
|
@@ -115349,16 +115531,16 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.setDescription = func
|
|
|
115349
115531
|
* optional int32 priority = 4;
|
|
115350
115532
|
* @return {number}
|
|
115351
115533
|
*/
|
|
115352
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115534
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.getPriority = function() {
|
|
115353
115535
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
115354
115536
|
};
|
|
115355
115537
|
|
|
115356
115538
|
|
|
115357
115539
|
/**
|
|
115358
115540
|
* @param {number} value
|
|
115359
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
115541
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule} returns this
|
|
115360
115542
|
*/
|
|
115361
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115543
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setPriority = function(value) {
|
|
115362
115544
|
return jspb.Message.setProto3IntField(this, 4, value);
|
|
115363
115545
|
};
|
|
115364
115546
|
|
|
@@ -115367,16 +115549,16 @@ proto.com.lansweeper.dp.outbound.v1.ReconRuleSet.prototype.setPriority = functio
|
|
|
115367
115549
|
* optional bool enabled = 5;
|
|
115368
115550
|
* @return {boolean}
|
|
115369
115551
|
*/
|
|
115370
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115552
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.getEnabled = function() {
|
|
115371
115553
|
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
|
|
115372
115554
|
};
|
|
115373
115555
|
|
|
115374
115556
|
|
|
115375
115557
|
/**
|
|
115376
115558
|
* @param {boolean} value
|
|
115377
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
115559
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconRule} returns this
|
|
115378
115560
|
*/
|
|
115379
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
115561
|
+
proto.com.lansweeper.dp.outbound.v1.ReconRule.prototype.setEnabled = function(value) {
|
|
115380
115562
|
return jspb.Message.setProto3BooleanField(this, 5, value);
|
|
115381
115563
|
};
|
|
115382
115564
|
|