@lansweeper/data-platform-outbound-grpc 0.1.89 → 0.1.91
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +230 -18
- package/gen-proto/outbound_pb.js +1764 -67
- package/generated-go/outbound.pb.go +5649 -5190
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +45 -4
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -55,6 +55,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct', n
|
|
|
55
55
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate', null, global);
|
|
56
56
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCertificate.KeyUsageType', null, global);
|
|
57
57
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec', null, global);
|
|
58
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp', null, global);
|
|
58
59
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktop', null, global);
|
|
59
60
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDesktopMonitor', null, global);
|
|
60
61
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDiskPartition', null, global);
|
|
@@ -66,6 +67,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsIdeControl
|
|
|
66
67
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient', null, global);
|
|
67
68
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile', null, global);
|
|
68
69
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.PageFileCase', null, global);
|
|
70
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat', null, global);
|
|
69
71
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial', null, global);
|
|
70
72
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global);
|
|
71
73
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CorrField', null, global);
|
|
@@ -2494,6 +2496,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2494
2496
|
*/
|
|
2495
2497
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsEnvironment.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsEnvironment';
|
|
2496
2498
|
}
|
|
2499
|
+
/**
|
|
2500
|
+
* Generated by JsPbCodeGenerator.
|
|
2501
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2502
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2503
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2504
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2505
|
+
* valid.
|
|
2506
|
+
* @extends {jspb.Message}
|
|
2507
|
+
* @constructor
|
|
2508
|
+
*/
|
|
2509
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp = function(opt_data) {
|
|
2510
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2511
|
+
};
|
|
2512
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, jspb.Message);
|
|
2513
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2514
|
+
/**
|
|
2515
|
+
* @public
|
|
2516
|
+
* @override
|
|
2517
|
+
*/
|
|
2518
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp';
|
|
2519
|
+
}
|
|
2497
2520
|
/**
|
|
2498
2521
|
* Generated by JsPbCodeGenerator.
|
|
2499
2522
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -2515,6 +2538,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
2515
2538
|
*/
|
|
2516
2539
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec';
|
|
2517
2540
|
}
|
|
2541
|
+
/**
|
|
2542
|
+
* Generated by JsPbCodeGenerator.
|
|
2543
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2544
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2545
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2546
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2547
|
+
* valid.
|
|
2548
|
+
* @extends {jspb.Message}
|
|
2549
|
+
* @constructor
|
|
2550
|
+
*/
|
|
2551
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat = function(opt_data) {
|
|
2552
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2553
|
+
};
|
|
2554
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, jspb.Message);
|
|
2555
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2556
|
+
/**
|
|
2557
|
+
* @public
|
|
2558
|
+
* @override
|
|
2559
|
+
*/
|
|
2560
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat';
|
|
2561
|
+
}
|
|
2518
2562
|
/**
|
|
2519
2563
|
* Generated by JsPbCodeGenerator.
|
|
2520
2564
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7362,7 +7406,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
|
|
|
7362
7406
|
* @private {!Array<number>}
|
|
7363
7407
|
* @const
|
|
7364
7408
|
*/
|
|
7365
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,213,214,215,216,217,302,303,304];
|
|
7409
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.repeatedFields_ = [3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,33,27,32,28,29,30,31,102,103,105,107,202,203,205,206,207,210,211,212,213,214,215,216,217,218,219,302,303,304];
|
|
7366
7410
|
|
|
7367
7411
|
|
|
7368
7412
|
|
|
@@ -7493,11 +7537,15 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
|
|
|
7493
7537
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSerial.toObject, includeInstance),
|
|
7494
7538
|
winEnvList: jspb.Message.toObjectList(msg.getWinEnvList(),
|
|
7495
7539
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsEnvironment.toObject, includeInstance),
|
|
7496
|
-
|
|
7497
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7498
|
-
|
|
7499
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
7500
|
-
|
|
7540
|
+
windowsComappComList: jspb.Message.toObjectList(msg.getWindowsComappComList(),
|
|
7541
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.toObject, includeInstance),
|
|
7542
|
+
windowsComappDcomList: jspb.Message.toObjectList(msg.getWindowsComappDcomList(),
|
|
7543
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.toObject, includeInstance),
|
|
7544
|
+
windowsComappComponentList: jspb.Message.toObjectList(msg.getWindowsComappComponentList(),
|
|
7545
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.toObject, includeInstance),
|
|
7546
|
+
windowsSatList: jspb.Message.toObjectList(msg.getWindowsSatList(),
|
|
7547
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject, includeInstance),
|
|
7548
|
+
windowsCodecList: jspb.Message.toObjectList(msg.getWindowsCodecList(),
|
|
7501
7549
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.toObject, includeInstance),
|
|
7502
7550
|
lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
|
|
7503
7551
|
userList: jspb.Message.toObjectList(msg.getUserList(),
|
|
@@ -7813,19 +7861,29 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
|
|
|
7813
7861
|
msg.addWinEnv(value);
|
|
7814
7862
|
break;
|
|
7815
7863
|
case 215:
|
|
7816
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
7817
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
7818
|
-
msg.
|
|
7864
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp;
|
|
7865
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinaryFromReader);
|
|
7866
|
+
msg.addWindowsComappCom(value);
|
|
7819
7867
|
break;
|
|
7820
7868
|
case 216:
|
|
7821
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.
|
|
7822
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.
|
|
7823
|
-
msg.
|
|
7869
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp;
|
|
7870
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinaryFromReader);
|
|
7871
|
+
msg.addWindowsComappDcom(value);
|
|
7824
7872
|
break;
|
|
7825
7873
|
case 217:
|
|
7874
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp;
|
|
7875
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinaryFromReader);
|
|
7876
|
+
msg.addWindowsComappComponent(value);
|
|
7877
|
+
break;
|
|
7878
|
+
case 218:
|
|
7879
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat;
|
|
7880
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader);
|
|
7881
|
+
msg.addWindowsSat(value);
|
|
7882
|
+
break;
|
|
7883
|
+
case 219:
|
|
7826
7884
|
var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec;
|
|
7827
7885
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.deserializeBinaryFromReader);
|
|
7828
|
-
msg.
|
|
7886
|
+
msg.addWindowsCodec(value);
|
|
7829
7887
|
break;
|
|
7830
7888
|
case 301:
|
|
7831
7889
|
var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
|
|
@@ -8308,27 +8366,43 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
|
|
|
8308
8366
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsEnvironment.serializeBinaryToWriter
|
|
8309
8367
|
);
|
|
8310
8368
|
}
|
|
8311
|
-
f = message.
|
|
8369
|
+
f = message.getWindowsComappComList();
|
|
8312
8370
|
if (f.length > 0) {
|
|
8313
8371
|
writer.writeRepeatedMessage(
|
|
8314
8372
|
215,
|
|
8315
8373
|
f,
|
|
8316
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8374
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.serializeBinaryToWriter
|
|
8317
8375
|
);
|
|
8318
8376
|
}
|
|
8319
|
-
f = message.
|
|
8377
|
+
f = message.getWindowsComappDcomList();
|
|
8320
8378
|
if (f.length > 0) {
|
|
8321
8379
|
writer.writeRepeatedMessage(
|
|
8322
8380
|
216,
|
|
8323
8381
|
f,
|
|
8324
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
8382
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.serializeBinaryToWriter
|
|
8325
8383
|
);
|
|
8326
8384
|
}
|
|
8327
|
-
f = message.
|
|
8385
|
+
f = message.getWindowsComappComponentList();
|
|
8328
8386
|
if (f.length > 0) {
|
|
8329
8387
|
writer.writeRepeatedMessage(
|
|
8330
8388
|
217,
|
|
8331
8389
|
f,
|
|
8390
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.serializeBinaryToWriter
|
|
8391
|
+
);
|
|
8392
|
+
}
|
|
8393
|
+
f = message.getWindowsSatList();
|
|
8394
|
+
if (f.length > 0) {
|
|
8395
|
+
writer.writeRepeatedMessage(
|
|
8396
|
+
218,
|
|
8397
|
+
f,
|
|
8398
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter
|
|
8399
|
+
);
|
|
8400
|
+
}
|
|
8401
|
+
f = message.getWindowsCodecList();
|
|
8402
|
+
if (f.length > 0) {
|
|
8403
|
+
writer.writeRepeatedMessage(
|
|
8404
|
+
219,
|
|
8405
|
+
f,
|
|
8332
8406
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.serializeBinaryToWriter
|
|
8333
8407
|
);
|
|
8334
8408
|
}
|
|
@@ -10410,31 +10484,31 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWinEnvList = functio
|
|
|
10410
10484
|
|
|
10411
10485
|
|
|
10412
10486
|
/**
|
|
10413
|
-
* repeated
|
|
10414
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10487
|
+
* repeated ComputerWindowsComApp windows_comapp_com = 215;
|
|
10488
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>}
|
|
10415
10489
|
*/
|
|
10416
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10417
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10418
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
10490
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsComappComList = function() {
|
|
10491
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} */ (
|
|
10492
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, 215));
|
|
10419
10493
|
};
|
|
10420
10494
|
|
|
10421
10495
|
|
|
10422
10496
|
/**
|
|
10423
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10497
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} value
|
|
10424
10498
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10425
10499
|
*/
|
|
10426
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10500
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsComappComList = function(value) {
|
|
10427
10501
|
return jspb.Message.setRepeatedWrapperField(this, 215, value);
|
|
10428
10502
|
};
|
|
10429
10503
|
|
|
10430
10504
|
|
|
10431
10505
|
/**
|
|
10432
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
10506
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp=} opt_value
|
|
10433
10507
|
* @param {number=} opt_index
|
|
10434
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
10508
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp}
|
|
10435
10509
|
*/
|
|
10436
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10437
|
-
return jspb.Message.addToRepeatedWrapperField(this, 215, opt_value, proto.com.lansweeper.dp.outbound.v1.
|
|
10510
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsComappCom = function(opt_value, opt_index) {
|
|
10511
|
+
return jspb.Message.addToRepeatedWrapperField(this, 215, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, opt_index);
|
|
10438
10512
|
};
|
|
10439
10513
|
|
|
10440
10514
|
|
|
@@ -10442,37 +10516,75 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsCodecsCom = fun
|
|
|
10442
10516
|
* Clears the list making it empty but non-null.
|
|
10443
10517
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10444
10518
|
*/
|
|
10445
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10446
|
-
return this.
|
|
10519
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsComappComList = function() {
|
|
10520
|
+
return this.setWindowsComappComList([]);
|
|
10447
10521
|
};
|
|
10448
10522
|
|
|
10449
10523
|
|
|
10450
10524
|
/**
|
|
10451
|
-
* repeated
|
|
10452
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10525
|
+
* repeated ComputerWindowsComApp windows_comapp_dcom = 216;
|
|
10526
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>}
|
|
10453
10527
|
*/
|
|
10454
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10455
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10456
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.
|
|
10528
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsComappDcomList = function() {
|
|
10529
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} */ (
|
|
10530
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, 216));
|
|
10457
10531
|
};
|
|
10458
10532
|
|
|
10459
10533
|
|
|
10460
10534
|
/**
|
|
10461
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.
|
|
10535
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} value
|
|
10462
10536
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10463
10537
|
*/
|
|
10464
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10538
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsComappDcomList = function(value) {
|
|
10465
10539
|
return jspb.Message.setRepeatedWrapperField(this, 216, value);
|
|
10466
10540
|
};
|
|
10467
10541
|
|
|
10468
10542
|
|
|
10469
10543
|
/**
|
|
10470
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
10544
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp=} opt_value
|
|
10471
10545
|
* @param {number=} opt_index
|
|
10472
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
10546
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp}
|
|
10547
|
+
*/
|
|
10548
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsComappDcom = function(opt_value, opt_index) {
|
|
10549
|
+
return jspb.Message.addToRepeatedWrapperField(this, 216, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, opt_index);
|
|
10550
|
+
};
|
|
10551
|
+
|
|
10552
|
+
|
|
10553
|
+
/**
|
|
10554
|
+
* Clears the list making it empty but non-null.
|
|
10555
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10473
10556
|
*/
|
|
10474
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10475
|
-
return
|
|
10557
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsComappDcomList = function() {
|
|
10558
|
+
return this.setWindowsComappDcomList([]);
|
|
10559
|
+
};
|
|
10560
|
+
|
|
10561
|
+
|
|
10562
|
+
/**
|
|
10563
|
+
* repeated ComputerWindowsComApp windows_comapp_component = 217;
|
|
10564
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>}
|
|
10565
|
+
*/
|
|
10566
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsComappComponentList = function() {
|
|
10567
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} */ (
|
|
10568
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, 217));
|
|
10569
|
+
};
|
|
10570
|
+
|
|
10571
|
+
|
|
10572
|
+
/**
|
|
10573
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp>} value
|
|
10574
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10575
|
+
*/
|
|
10576
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsComappComponentList = function(value) {
|
|
10577
|
+
return jspb.Message.setRepeatedWrapperField(this, 217, value);
|
|
10578
|
+
};
|
|
10579
|
+
|
|
10580
|
+
|
|
10581
|
+
/**
|
|
10582
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp=} opt_value
|
|
10583
|
+
* @param {number=} opt_index
|
|
10584
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp}
|
|
10585
|
+
*/
|
|
10586
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsComappComponent = function(opt_value, opt_index) {
|
|
10587
|
+
return jspb.Message.addToRepeatedWrapperField(this, 217, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp, opt_index);
|
|
10476
10588
|
};
|
|
10477
10589
|
|
|
10478
10590
|
|
|
@@ -10480,18 +10592,56 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsCodecsDcom = fu
|
|
|
10480
10592
|
* Clears the list making it empty but non-null.
|
|
10481
10593
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10482
10594
|
*/
|
|
10483
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10484
|
-
return this.
|
|
10595
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsComappComponentList = function() {
|
|
10596
|
+
return this.setWindowsComappComponentList([]);
|
|
10485
10597
|
};
|
|
10486
10598
|
|
|
10487
10599
|
|
|
10488
10600
|
/**
|
|
10489
|
-
* repeated
|
|
10601
|
+
* repeated ComputerWindowsSat windows_sat = 218;
|
|
10602
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>}
|
|
10603
|
+
*/
|
|
10604
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsSatList = function() {
|
|
10605
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>} */ (
|
|
10606
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, 218));
|
|
10607
|
+
};
|
|
10608
|
+
|
|
10609
|
+
|
|
10610
|
+
/**
|
|
10611
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat>} value
|
|
10612
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10613
|
+
*/
|
|
10614
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsSatList = function(value) {
|
|
10615
|
+
return jspb.Message.setRepeatedWrapperField(this, 218, value);
|
|
10616
|
+
};
|
|
10617
|
+
|
|
10618
|
+
|
|
10619
|
+
/**
|
|
10620
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat=} opt_value
|
|
10621
|
+
* @param {number=} opt_index
|
|
10622
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
10623
|
+
*/
|
|
10624
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsSat = function(opt_value, opt_index) {
|
|
10625
|
+
return jspb.Message.addToRepeatedWrapperField(this, 218, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat, opt_index);
|
|
10626
|
+
};
|
|
10627
|
+
|
|
10628
|
+
|
|
10629
|
+
/**
|
|
10630
|
+
* Clears the list making it empty but non-null.
|
|
10631
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10632
|
+
*/
|
|
10633
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsSatList = function() {
|
|
10634
|
+
return this.setWindowsSatList([]);
|
|
10635
|
+
};
|
|
10636
|
+
|
|
10637
|
+
|
|
10638
|
+
/**
|
|
10639
|
+
* repeated ComputerWindowsCodec windows_codec = 219;
|
|
10490
10640
|
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec>}
|
|
10491
10641
|
*/
|
|
10492
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10642
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsCodecList = function() {
|
|
10493
10643
|
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec>} */ (
|
|
10494
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec,
|
|
10644
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec, 219));
|
|
10495
10645
|
};
|
|
10496
10646
|
|
|
10497
10647
|
|
|
@@ -10499,8 +10649,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsCodecsComponent
|
|
|
10499
10649
|
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec>} value
|
|
10500
10650
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10501
10651
|
*/
|
|
10502
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10503
|
-
return jspb.Message.setRepeatedWrapperField(this,
|
|
10652
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsCodecList = function(value) {
|
|
10653
|
+
return jspb.Message.setRepeatedWrapperField(this, 219, value);
|
|
10504
10654
|
};
|
|
10505
10655
|
|
|
10506
10656
|
|
|
@@ -10509,8 +10659,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsCodecsComponent
|
|
|
10509
10659
|
* @param {number=} opt_index
|
|
10510
10660
|
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec}
|
|
10511
10661
|
*/
|
|
10512
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10513
|
-
return jspb.Message.addToRepeatedWrapperField(this,
|
|
10662
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsCodec = function(opt_value, opt_index) {
|
|
10663
|
+
return jspb.Message.addToRepeatedWrapperField(this, 219, opt_value, proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec, opt_index);
|
|
10514
10664
|
};
|
|
10515
10665
|
|
|
10516
10666
|
|
|
@@ -10518,8 +10668,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsCodecsComponent
|
|
|
10518
10668
|
* Clears the list making it empty but non-null.
|
|
10519
10669
|
* @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
|
|
10520
10670
|
*/
|
|
10521
|
-
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.
|
|
10522
|
-
return this.
|
|
10671
|
+
proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsCodecList = function() {
|
|
10672
|
+
return this.setWindowsCodecList([]);
|
|
10523
10673
|
};
|
|
10524
10674
|
|
|
10525
10675
|
|
|
@@ -60357,6 +60507,202 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsEnvironment.prototype.hasVari
|
|
|
60357
60507
|
|
|
60358
60508
|
|
|
60359
60509
|
|
|
60510
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
60511
|
+
/**
|
|
60512
|
+
* Creates an object representation of this proto.
|
|
60513
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
60514
|
+
* Optional fields that are not set will be set to undefined.
|
|
60515
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
60516
|
+
* For the list of reserved names please see:
|
|
60517
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
60518
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
60519
|
+
* JSPB instance for transitional soy proto support:
|
|
60520
|
+
* http://goto/soy-param-migration
|
|
60521
|
+
* @return {!Object}
|
|
60522
|
+
*/
|
|
60523
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.toObject = function(opt_includeInstance) {
|
|
60524
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.toObject(opt_includeInstance, this);
|
|
60525
|
+
};
|
|
60526
|
+
|
|
60527
|
+
|
|
60528
|
+
/**
|
|
60529
|
+
* Static version of the {@see toObject} method.
|
|
60530
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
60531
|
+
* the JSPB instance for transitional soy proto support:
|
|
60532
|
+
* http://goto/soy-param-migration
|
|
60533
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} msg The msg instance to transform.
|
|
60534
|
+
* @return {!Object}
|
|
60535
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
60536
|
+
*/
|
|
60537
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.toObject = function(includeInstance, msg) {
|
|
60538
|
+
var f, obj = {
|
|
60539
|
+
appId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
60540
|
+
caption: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
60541
|
+
};
|
|
60542
|
+
|
|
60543
|
+
if (includeInstance) {
|
|
60544
|
+
obj.$jspbMessageInstance = msg;
|
|
60545
|
+
}
|
|
60546
|
+
return obj;
|
|
60547
|
+
};
|
|
60548
|
+
}
|
|
60549
|
+
|
|
60550
|
+
|
|
60551
|
+
/**
|
|
60552
|
+
* Deserializes binary data (in protobuf wire format).
|
|
60553
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
60554
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp}
|
|
60555
|
+
*/
|
|
60556
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinary = function(bytes) {
|
|
60557
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
60558
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp;
|
|
60559
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinaryFromReader(msg, reader);
|
|
60560
|
+
};
|
|
60561
|
+
|
|
60562
|
+
|
|
60563
|
+
/**
|
|
60564
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
60565
|
+
* given reader into the given message object.
|
|
60566
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} msg The message object to deserialize into.
|
|
60567
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
60568
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp}
|
|
60569
|
+
*/
|
|
60570
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.deserializeBinaryFromReader = function(msg, reader) {
|
|
60571
|
+
while (reader.nextField()) {
|
|
60572
|
+
if (reader.isEndGroup()) {
|
|
60573
|
+
break;
|
|
60574
|
+
}
|
|
60575
|
+
var field = reader.getFieldNumber();
|
|
60576
|
+
switch (field) {
|
|
60577
|
+
case 1:
|
|
60578
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60579
|
+
msg.setAppId(value);
|
|
60580
|
+
break;
|
|
60581
|
+
case 2:
|
|
60582
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60583
|
+
msg.setCaption(value);
|
|
60584
|
+
break;
|
|
60585
|
+
default:
|
|
60586
|
+
reader.skipField();
|
|
60587
|
+
break;
|
|
60588
|
+
}
|
|
60589
|
+
}
|
|
60590
|
+
return msg;
|
|
60591
|
+
};
|
|
60592
|
+
|
|
60593
|
+
|
|
60594
|
+
/**
|
|
60595
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
60596
|
+
* @return {!Uint8Array}
|
|
60597
|
+
*/
|
|
60598
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.serializeBinary = function() {
|
|
60599
|
+
var writer = new jspb.BinaryWriter();
|
|
60600
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.serializeBinaryToWriter(this, writer);
|
|
60601
|
+
return writer.getResultBuffer();
|
|
60602
|
+
};
|
|
60603
|
+
|
|
60604
|
+
|
|
60605
|
+
/**
|
|
60606
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
60607
|
+
* format), writing to the given BinaryWriter.
|
|
60608
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} message
|
|
60609
|
+
* @param {!jspb.BinaryWriter} writer
|
|
60610
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
60611
|
+
*/
|
|
60612
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.serializeBinaryToWriter = function(message, writer) {
|
|
60613
|
+
var f = undefined;
|
|
60614
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
60615
|
+
if (f != null) {
|
|
60616
|
+
writer.writeString(
|
|
60617
|
+
1,
|
|
60618
|
+
f
|
|
60619
|
+
);
|
|
60620
|
+
}
|
|
60621
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
60622
|
+
if (f != null) {
|
|
60623
|
+
writer.writeString(
|
|
60624
|
+
2,
|
|
60625
|
+
f
|
|
60626
|
+
);
|
|
60627
|
+
}
|
|
60628
|
+
};
|
|
60629
|
+
|
|
60630
|
+
|
|
60631
|
+
/**
|
|
60632
|
+
* optional string app_id = 1;
|
|
60633
|
+
* @return {string}
|
|
60634
|
+
*/
|
|
60635
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.getAppId = function() {
|
|
60636
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
60637
|
+
};
|
|
60638
|
+
|
|
60639
|
+
|
|
60640
|
+
/**
|
|
60641
|
+
* @param {string} value
|
|
60642
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} returns this
|
|
60643
|
+
*/
|
|
60644
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.setAppId = function(value) {
|
|
60645
|
+
return jspb.Message.setField(this, 1, value);
|
|
60646
|
+
};
|
|
60647
|
+
|
|
60648
|
+
|
|
60649
|
+
/**
|
|
60650
|
+
* Clears the field making it undefined.
|
|
60651
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} returns this
|
|
60652
|
+
*/
|
|
60653
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.clearAppId = function() {
|
|
60654
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
60655
|
+
};
|
|
60656
|
+
|
|
60657
|
+
|
|
60658
|
+
/**
|
|
60659
|
+
* Returns whether this field is set.
|
|
60660
|
+
* @return {boolean}
|
|
60661
|
+
*/
|
|
60662
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.hasAppId = function() {
|
|
60663
|
+
return jspb.Message.getField(this, 1) != null;
|
|
60664
|
+
};
|
|
60665
|
+
|
|
60666
|
+
|
|
60667
|
+
/**
|
|
60668
|
+
* optional string caption = 2;
|
|
60669
|
+
* @return {string}
|
|
60670
|
+
*/
|
|
60671
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.getCaption = function() {
|
|
60672
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
60673
|
+
};
|
|
60674
|
+
|
|
60675
|
+
|
|
60676
|
+
/**
|
|
60677
|
+
* @param {string} value
|
|
60678
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} returns this
|
|
60679
|
+
*/
|
|
60680
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.setCaption = function(value) {
|
|
60681
|
+
return jspb.Message.setField(this, 2, value);
|
|
60682
|
+
};
|
|
60683
|
+
|
|
60684
|
+
|
|
60685
|
+
/**
|
|
60686
|
+
* Clears the field making it undefined.
|
|
60687
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp} returns this
|
|
60688
|
+
*/
|
|
60689
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.clearCaption = function() {
|
|
60690
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
60691
|
+
};
|
|
60692
|
+
|
|
60693
|
+
|
|
60694
|
+
/**
|
|
60695
|
+
* Returns whether this field is set.
|
|
60696
|
+
* @return {boolean}
|
|
60697
|
+
*/
|
|
60698
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsComApp.prototype.hasCaption = function() {
|
|
60699
|
+
return jspb.Message.getField(this, 2) != null;
|
|
60700
|
+
};
|
|
60701
|
+
|
|
60702
|
+
|
|
60703
|
+
|
|
60704
|
+
|
|
60705
|
+
|
|
60360
60706
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
60361
60707
|
/**
|
|
60362
60708
|
* Creates an object representation of this proto.
|
|
@@ -60386,8 +60732,26 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.toObject = fu
|
|
|
60386
60732
|
*/
|
|
60387
60733
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.toObject = function(includeInstance, msg) {
|
|
60388
60734
|
var f, obj = {
|
|
60389
|
-
|
|
60390
|
-
caption: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
60735
|
+
archive: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
|
|
60736
|
+
caption: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
60737
|
+
compressed: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
|
|
60738
|
+
compressionMethod: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
60739
|
+
description: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
60740
|
+
drive: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
60741
|
+
encrypted: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
|
|
60742
|
+
encryptionMethod: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
60743
|
+
extension: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
60744
|
+
fileName: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
60745
|
+
fileSize: jspb.Message.getFieldWithDefault(msg, 11, 0),
|
|
60746
|
+
fileType: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
60747
|
+
fsName: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
60748
|
+
group: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
60749
|
+
hidden: jspb.Message.getBooleanFieldWithDefault(msg, 15, false),
|
|
60750
|
+
installDate: (f = msg.getInstallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
60751
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
60752
|
+
status: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
60753
|
+
system: jspb.Message.getBooleanFieldWithDefault(msg, 19, false),
|
|
60754
|
+
version: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
60391
60755
|
};
|
|
60392
60756
|
|
|
60393
60757
|
if (includeInstance) {
|
|
@@ -60425,13 +60789,86 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.deserializeBinaryFromRe
|
|
|
60425
60789
|
var field = reader.getFieldNumber();
|
|
60426
60790
|
switch (field) {
|
|
60427
60791
|
case 1:
|
|
60428
|
-
var value = /** @type {
|
|
60429
|
-
msg.
|
|
60792
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
60793
|
+
msg.setArchive(value);
|
|
60430
60794
|
break;
|
|
60431
60795
|
case 2:
|
|
60432
60796
|
var value = /** @type {string} */ (reader.readString());
|
|
60433
60797
|
msg.setCaption(value);
|
|
60434
60798
|
break;
|
|
60799
|
+
case 3:
|
|
60800
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
60801
|
+
msg.setCompressed(value);
|
|
60802
|
+
break;
|
|
60803
|
+
case 4:
|
|
60804
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60805
|
+
msg.setCompressionMethod(value);
|
|
60806
|
+
break;
|
|
60807
|
+
case 5:
|
|
60808
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60809
|
+
msg.setDescription(value);
|
|
60810
|
+
break;
|
|
60811
|
+
case 6:
|
|
60812
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60813
|
+
msg.setDrive(value);
|
|
60814
|
+
break;
|
|
60815
|
+
case 7:
|
|
60816
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
60817
|
+
msg.setEncrypted(value);
|
|
60818
|
+
break;
|
|
60819
|
+
case 8:
|
|
60820
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60821
|
+
msg.setEncryptionMethod(value);
|
|
60822
|
+
break;
|
|
60823
|
+
case 9:
|
|
60824
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60825
|
+
msg.setExtension$(value);
|
|
60826
|
+
break;
|
|
60827
|
+
case 10:
|
|
60828
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60829
|
+
msg.setFileName(value);
|
|
60830
|
+
break;
|
|
60831
|
+
case 11:
|
|
60832
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
60833
|
+
msg.setFileSize(value);
|
|
60834
|
+
break;
|
|
60835
|
+
case 12:
|
|
60836
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60837
|
+
msg.setFileType(value);
|
|
60838
|
+
break;
|
|
60839
|
+
case 13:
|
|
60840
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60841
|
+
msg.setFsName(value);
|
|
60842
|
+
break;
|
|
60843
|
+
case 14:
|
|
60844
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60845
|
+
msg.setGroup(value);
|
|
60846
|
+
break;
|
|
60847
|
+
case 15:
|
|
60848
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
60849
|
+
msg.setHidden(value);
|
|
60850
|
+
break;
|
|
60851
|
+
case 16:
|
|
60852
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
60853
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
60854
|
+
msg.setInstallDate(value);
|
|
60855
|
+
break;
|
|
60856
|
+
case 17:
|
|
60857
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60858
|
+
msg.setManufacturer(value);
|
|
60859
|
+
break;
|
|
60860
|
+
case 18:
|
|
60861
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60862
|
+
msg.setStatus(value);
|
|
60863
|
+
break;
|
|
60864
|
+
case 19:
|
|
60865
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
60866
|
+
msg.setSystem(value);
|
|
60867
|
+
break;
|
|
60868
|
+
case 20:
|
|
60869
|
+
var value = /** @type {string} */ (reader.readString());
|
|
60870
|
+
msg.setVersion(value);
|
|
60871
|
+
break;
|
|
60435
60872
|
default:
|
|
60436
60873
|
reader.skipField();
|
|
60437
60874
|
break;
|
|
@@ -60461,9 +60898,9 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.serializeBina
|
|
|
60461
60898
|
*/
|
|
60462
60899
|
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.serializeBinaryToWriter = function(message, writer) {
|
|
60463
60900
|
var f = undefined;
|
|
60464
|
-
f = /** @type {
|
|
60901
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 1));
|
|
60465
60902
|
if (f != null) {
|
|
60466
|
-
writer.
|
|
60903
|
+
writer.writeBool(
|
|
60467
60904
|
1,
|
|
60468
60905
|
f
|
|
60469
60906
|
);
|
|
@@ -60475,23 +60912,150 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.serializeBinaryToWriter
|
|
|
60475
60912
|
f
|
|
60476
60913
|
);
|
|
60477
60914
|
}
|
|
60915
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
|
|
60916
|
+
if (f != null) {
|
|
60917
|
+
writer.writeBool(
|
|
60918
|
+
3,
|
|
60919
|
+
f
|
|
60920
|
+
);
|
|
60921
|
+
}
|
|
60922
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
60923
|
+
if (f != null) {
|
|
60924
|
+
writer.writeString(
|
|
60925
|
+
4,
|
|
60926
|
+
f
|
|
60927
|
+
);
|
|
60928
|
+
}
|
|
60929
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
60930
|
+
if (f != null) {
|
|
60931
|
+
writer.writeString(
|
|
60932
|
+
5,
|
|
60933
|
+
f
|
|
60934
|
+
);
|
|
60935
|
+
}
|
|
60936
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
60937
|
+
if (f != null) {
|
|
60938
|
+
writer.writeString(
|
|
60939
|
+
6,
|
|
60940
|
+
f
|
|
60941
|
+
);
|
|
60942
|
+
}
|
|
60943
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 7));
|
|
60944
|
+
if (f != null) {
|
|
60945
|
+
writer.writeBool(
|
|
60946
|
+
7,
|
|
60947
|
+
f
|
|
60948
|
+
);
|
|
60949
|
+
}
|
|
60950
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
60951
|
+
if (f != null) {
|
|
60952
|
+
writer.writeString(
|
|
60953
|
+
8,
|
|
60954
|
+
f
|
|
60955
|
+
);
|
|
60956
|
+
}
|
|
60957
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
60958
|
+
if (f != null) {
|
|
60959
|
+
writer.writeString(
|
|
60960
|
+
9,
|
|
60961
|
+
f
|
|
60962
|
+
);
|
|
60963
|
+
}
|
|
60964
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
60965
|
+
if (f != null) {
|
|
60966
|
+
writer.writeString(
|
|
60967
|
+
10,
|
|
60968
|
+
f
|
|
60969
|
+
);
|
|
60970
|
+
}
|
|
60971
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 11));
|
|
60972
|
+
if (f != null) {
|
|
60973
|
+
writer.writeInt64(
|
|
60974
|
+
11,
|
|
60975
|
+
f
|
|
60976
|
+
);
|
|
60977
|
+
}
|
|
60978
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
60979
|
+
if (f != null) {
|
|
60980
|
+
writer.writeString(
|
|
60981
|
+
12,
|
|
60982
|
+
f
|
|
60983
|
+
);
|
|
60984
|
+
}
|
|
60985
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
60986
|
+
if (f != null) {
|
|
60987
|
+
writer.writeString(
|
|
60988
|
+
13,
|
|
60989
|
+
f
|
|
60990
|
+
);
|
|
60991
|
+
}
|
|
60992
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 14));
|
|
60993
|
+
if (f != null) {
|
|
60994
|
+
writer.writeString(
|
|
60995
|
+
14,
|
|
60996
|
+
f
|
|
60997
|
+
);
|
|
60998
|
+
}
|
|
60999
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 15));
|
|
61000
|
+
if (f != null) {
|
|
61001
|
+
writer.writeBool(
|
|
61002
|
+
15,
|
|
61003
|
+
f
|
|
61004
|
+
);
|
|
61005
|
+
}
|
|
61006
|
+
f = message.getInstallDate();
|
|
61007
|
+
if (f != null) {
|
|
61008
|
+
writer.writeMessage(
|
|
61009
|
+
16,
|
|
61010
|
+
f,
|
|
61011
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
61012
|
+
);
|
|
61013
|
+
}
|
|
61014
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 17));
|
|
61015
|
+
if (f != null) {
|
|
61016
|
+
writer.writeString(
|
|
61017
|
+
17,
|
|
61018
|
+
f
|
|
61019
|
+
);
|
|
61020
|
+
}
|
|
61021
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 18));
|
|
61022
|
+
if (f != null) {
|
|
61023
|
+
writer.writeString(
|
|
61024
|
+
18,
|
|
61025
|
+
f
|
|
61026
|
+
);
|
|
61027
|
+
}
|
|
61028
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 19));
|
|
61029
|
+
if (f != null) {
|
|
61030
|
+
writer.writeBool(
|
|
61031
|
+
19,
|
|
61032
|
+
f
|
|
61033
|
+
);
|
|
61034
|
+
}
|
|
61035
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 20));
|
|
61036
|
+
if (f != null) {
|
|
61037
|
+
writer.writeString(
|
|
61038
|
+
20,
|
|
61039
|
+
f
|
|
61040
|
+
);
|
|
61041
|
+
}
|
|
60478
61042
|
};
|
|
60479
61043
|
|
|
60480
61044
|
|
|
60481
61045
|
/**
|
|
60482
|
-
* optional
|
|
60483
|
-
* @return {
|
|
61046
|
+
* optional bool archive = 1;
|
|
61047
|
+
* @return {boolean}
|
|
60484
61048
|
*/
|
|
60485
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.
|
|
60486
|
-
return /** @type {
|
|
61049
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getArchive = function() {
|
|
61050
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
|
|
60487
61051
|
};
|
|
60488
61052
|
|
|
60489
61053
|
|
|
60490
61054
|
/**
|
|
60491
|
-
* @param {
|
|
61055
|
+
* @param {boolean} value
|
|
60492
61056
|
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
60493
61057
|
*/
|
|
60494
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.
|
|
61058
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setArchive = function(value) {
|
|
60495
61059
|
return jspb.Message.setField(this, 1, value);
|
|
60496
61060
|
};
|
|
60497
61061
|
|
|
@@ -60500,7 +61064,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setAppId = fu
|
|
|
60500
61064
|
* Clears the field making it undefined.
|
|
60501
61065
|
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
60502
61066
|
*/
|
|
60503
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.
|
|
61067
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearArchive = function() {
|
|
60504
61068
|
return jspb.Message.setField(this, 1, undefined);
|
|
60505
61069
|
};
|
|
60506
61070
|
|
|
@@ -60509,7 +61073,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearAppId =
|
|
|
60509
61073
|
* Returns whether this field is set.
|
|
60510
61074
|
* @return {boolean}
|
|
60511
61075
|
*/
|
|
60512
|
-
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.
|
|
61076
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasArchive = function() {
|
|
60513
61077
|
return jspb.Message.getField(this, 1) != null;
|
|
60514
61078
|
};
|
|
60515
61079
|
|
|
@@ -60550,6 +61114,1139 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasCaption =
|
|
|
60550
61114
|
};
|
|
60551
61115
|
|
|
60552
61116
|
|
|
61117
|
+
/**
|
|
61118
|
+
* optional bool compressed = 3;
|
|
61119
|
+
* @return {boolean}
|
|
61120
|
+
*/
|
|
61121
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getCompressed = function() {
|
|
61122
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
|
|
61123
|
+
};
|
|
61124
|
+
|
|
61125
|
+
|
|
61126
|
+
/**
|
|
61127
|
+
* @param {boolean} value
|
|
61128
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61129
|
+
*/
|
|
61130
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setCompressed = function(value) {
|
|
61131
|
+
return jspb.Message.setField(this, 3, value);
|
|
61132
|
+
};
|
|
61133
|
+
|
|
61134
|
+
|
|
61135
|
+
/**
|
|
61136
|
+
* Clears the field making it undefined.
|
|
61137
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61138
|
+
*/
|
|
61139
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearCompressed = function() {
|
|
61140
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
61141
|
+
};
|
|
61142
|
+
|
|
61143
|
+
|
|
61144
|
+
/**
|
|
61145
|
+
* Returns whether this field is set.
|
|
61146
|
+
* @return {boolean}
|
|
61147
|
+
*/
|
|
61148
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasCompressed = function() {
|
|
61149
|
+
return jspb.Message.getField(this, 3) != null;
|
|
61150
|
+
};
|
|
61151
|
+
|
|
61152
|
+
|
|
61153
|
+
/**
|
|
61154
|
+
* optional string compression_method = 4;
|
|
61155
|
+
* @return {string}
|
|
61156
|
+
*/
|
|
61157
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getCompressionMethod = function() {
|
|
61158
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
61159
|
+
};
|
|
61160
|
+
|
|
61161
|
+
|
|
61162
|
+
/**
|
|
61163
|
+
* @param {string} value
|
|
61164
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61165
|
+
*/
|
|
61166
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setCompressionMethod = function(value) {
|
|
61167
|
+
return jspb.Message.setField(this, 4, value);
|
|
61168
|
+
};
|
|
61169
|
+
|
|
61170
|
+
|
|
61171
|
+
/**
|
|
61172
|
+
* Clears the field making it undefined.
|
|
61173
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61174
|
+
*/
|
|
61175
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearCompressionMethod = function() {
|
|
61176
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
61177
|
+
};
|
|
61178
|
+
|
|
61179
|
+
|
|
61180
|
+
/**
|
|
61181
|
+
* Returns whether this field is set.
|
|
61182
|
+
* @return {boolean}
|
|
61183
|
+
*/
|
|
61184
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasCompressionMethod = function() {
|
|
61185
|
+
return jspb.Message.getField(this, 4) != null;
|
|
61186
|
+
};
|
|
61187
|
+
|
|
61188
|
+
|
|
61189
|
+
/**
|
|
61190
|
+
* optional string description = 5;
|
|
61191
|
+
* @return {string}
|
|
61192
|
+
*/
|
|
61193
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getDescription = function() {
|
|
61194
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
61195
|
+
};
|
|
61196
|
+
|
|
61197
|
+
|
|
61198
|
+
/**
|
|
61199
|
+
* @param {string} value
|
|
61200
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61201
|
+
*/
|
|
61202
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setDescription = function(value) {
|
|
61203
|
+
return jspb.Message.setField(this, 5, value);
|
|
61204
|
+
};
|
|
61205
|
+
|
|
61206
|
+
|
|
61207
|
+
/**
|
|
61208
|
+
* Clears the field making it undefined.
|
|
61209
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61210
|
+
*/
|
|
61211
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearDescription = function() {
|
|
61212
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
61213
|
+
};
|
|
61214
|
+
|
|
61215
|
+
|
|
61216
|
+
/**
|
|
61217
|
+
* Returns whether this field is set.
|
|
61218
|
+
* @return {boolean}
|
|
61219
|
+
*/
|
|
61220
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasDescription = function() {
|
|
61221
|
+
return jspb.Message.getField(this, 5) != null;
|
|
61222
|
+
};
|
|
61223
|
+
|
|
61224
|
+
|
|
61225
|
+
/**
|
|
61226
|
+
* optional string drive = 6;
|
|
61227
|
+
* @return {string}
|
|
61228
|
+
*/
|
|
61229
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getDrive = function() {
|
|
61230
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
61231
|
+
};
|
|
61232
|
+
|
|
61233
|
+
|
|
61234
|
+
/**
|
|
61235
|
+
* @param {string} value
|
|
61236
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61237
|
+
*/
|
|
61238
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setDrive = function(value) {
|
|
61239
|
+
return jspb.Message.setField(this, 6, value);
|
|
61240
|
+
};
|
|
61241
|
+
|
|
61242
|
+
|
|
61243
|
+
/**
|
|
61244
|
+
* Clears the field making it undefined.
|
|
61245
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61246
|
+
*/
|
|
61247
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearDrive = function() {
|
|
61248
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
61249
|
+
};
|
|
61250
|
+
|
|
61251
|
+
|
|
61252
|
+
/**
|
|
61253
|
+
* Returns whether this field is set.
|
|
61254
|
+
* @return {boolean}
|
|
61255
|
+
*/
|
|
61256
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasDrive = function() {
|
|
61257
|
+
return jspb.Message.getField(this, 6) != null;
|
|
61258
|
+
};
|
|
61259
|
+
|
|
61260
|
+
|
|
61261
|
+
/**
|
|
61262
|
+
* optional bool encrypted = 7;
|
|
61263
|
+
* @return {boolean}
|
|
61264
|
+
*/
|
|
61265
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getEncrypted = function() {
|
|
61266
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
|
|
61267
|
+
};
|
|
61268
|
+
|
|
61269
|
+
|
|
61270
|
+
/**
|
|
61271
|
+
* @param {boolean} value
|
|
61272
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61273
|
+
*/
|
|
61274
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setEncrypted = function(value) {
|
|
61275
|
+
return jspb.Message.setField(this, 7, value);
|
|
61276
|
+
};
|
|
61277
|
+
|
|
61278
|
+
|
|
61279
|
+
/**
|
|
61280
|
+
* Clears the field making it undefined.
|
|
61281
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61282
|
+
*/
|
|
61283
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearEncrypted = function() {
|
|
61284
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
61285
|
+
};
|
|
61286
|
+
|
|
61287
|
+
|
|
61288
|
+
/**
|
|
61289
|
+
* Returns whether this field is set.
|
|
61290
|
+
* @return {boolean}
|
|
61291
|
+
*/
|
|
61292
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasEncrypted = function() {
|
|
61293
|
+
return jspb.Message.getField(this, 7) != null;
|
|
61294
|
+
};
|
|
61295
|
+
|
|
61296
|
+
|
|
61297
|
+
/**
|
|
61298
|
+
* optional string encryption_method = 8;
|
|
61299
|
+
* @return {string}
|
|
61300
|
+
*/
|
|
61301
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getEncryptionMethod = function() {
|
|
61302
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
61303
|
+
};
|
|
61304
|
+
|
|
61305
|
+
|
|
61306
|
+
/**
|
|
61307
|
+
* @param {string} value
|
|
61308
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61309
|
+
*/
|
|
61310
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setEncryptionMethod = function(value) {
|
|
61311
|
+
return jspb.Message.setField(this, 8, value);
|
|
61312
|
+
};
|
|
61313
|
+
|
|
61314
|
+
|
|
61315
|
+
/**
|
|
61316
|
+
* Clears the field making it undefined.
|
|
61317
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61318
|
+
*/
|
|
61319
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearEncryptionMethod = function() {
|
|
61320
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
61321
|
+
};
|
|
61322
|
+
|
|
61323
|
+
|
|
61324
|
+
/**
|
|
61325
|
+
* Returns whether this field is set.
|
|
61326
|
+
* @return {boolean}
|
|
61327
|
+
*/
|
|
61328
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasEncryptionMethod = function() {
|
|
61329
|
+
return jspb.Message.getField(this, 8) != null;
|
|
61330
|
+
};
|
|
61331
|
+
|
|
61332
|
+
|
|
61333
|
+
/**
|
|
61334
|
+
* optional string extension = 9;
|
|
61335
|
+
* @return {string}
|
|
61336
|
+
*/
|
|
61337
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getExtension$ = function() {
|
|
61338
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
61339
|
+
};
|
|
61340
|
+
|
|
61341
|
+
|
|
61342
|
+
/**
|
|
61343
|
+
* @param {string} value
|
|
61344
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61345
|
+
*/
|
|
61346
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setExtension$ = function(value) {
|
|
61347
|
+
return jspb.Message.setField(this, 9, value);
|
|
61348
|
+
};
|
|
61349
|
+
|
|
61350
|
+
|
|
61351
|
+
/**
|
|
61352
|
+
* Clears the field making it undefined.
|
|
61353
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61354
|
+
*/
|
|
61355
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearExtension$ = function() {
|
|
61356
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
61357
|
+
};
|
|
61358
|
+
|
|
61359
|
+
|
|
61360
|
+
/**
|
|
61361
|
+
* Returns whether this field is set.
|
|
61362
|
+
* @return {boolean}
|
|
61363
|
+
*/
|
|
61364
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasExtension$ = function() {
|
|
61365
|
+
return jspb.Message.getField(this, 9) != null;
|
|
61366
|
+
};
|
|
61367
|
+
|
|
61368
|
+
|
|
61369
|
+
/**
|
|
61370
|
+
* optional string file_name = 10;
|
|
61371
|
+
* @return {string}
|
|
61372
|
+
*/
|
|
61373
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getFileName = function() {
|
|
61374
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
61375
|
+
};
|
|
61376
|
+
|
|
61377
|
+
|
|
61378
|
+
/**
|
|
61379
|
+
* @param {string} value
|
|
61380
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61381
|
+
*/
|
|
61382
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setFileName = function(value) {
|
|
61383
|
+
return jspb.Message.setField(this, 10, value);
|
|
61384
|
+
};
|
|
61385
|
+
|
|
61386
|
+
|
|
61387
|
+
/**
|
|
61388
|
+
* Clears the field making it undefined.
|
|
61389
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61390
|
+
*/
|
|
61391
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearFileName = function() {
|
|
61392
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
61393
|
+
};
|
|
61394
|
+
|
|
61395
|
+
|
|
61396
|
+
/**
|
|
61397
|
+
* Returns whether this field is set.
|
|
61398
|
+
* @return {boolean}
|
|
61399
|
+
*/
|
|
61400
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasFileName = function() {
|
|
61401
|
+
return jspb.Message.getField(this, 10) != null;
|
|
61402
|
+
};
|
|
61403
|
+
|
|
61404
|
+
|
|
61405
|
+
/**
|
|
61406
|
+
* optional int64 file_size = 11;
|
|
61407
|
+
* @return {number}
|
|
61408
|
+
*/
|
|
61409
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getFileSize = function() {
|
|
61410
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0));
|
|
61411
|
+
};
|
|
61412
|
+
|
|
61413
|
+
|
|
61414
|
+
/**
|
|
61415
|
+
* @param {number} value
|
|
61416
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61417
|
+
*/
|
|
61418
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setFileSize = function(value) {
|
|
61419
|
+
return jspb.Message.setField(this, 11, value);
|
|
61420
|
+
};
|
|
61421
|
+
|
|
61422
|
+
|
|
61423
|
+
/**
|
|
61424
|
+
* Clears the field making it undefined.
|
|
61425
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61426
|
+
*/
|
|
61427
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearFileSize = function() {
|
|
61428
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
61429
|
+
};
|
|
61430
|
+
|
|
61431
|
+
|
|
61432
|
+
/**
|
|
61433
|
+
* Returns whether this field is set.
|
|
61434
|
+
* @return {boolean}
|
|
61435
|
+
*/
|
|
61436
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasFileSize = function() {
|
|
61437
|
+
return jspb.Message.getField(this, 11) != null;
|
|
61438
|
+
};
|
|
61439
|
+
|
|
61440
|
+
|
|
61441
|
+
/**
|
|
61442
|
+
* optional string file_type = 12;
|
|
61443
|
+
* @return {string}
|
|
61444
|
+
*/
|
|
61445
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getFileType = function() {
|
|
61446
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
61447
|
+
};
|
|
61448
|
+
|
|
61449
|
+
|
|
61450
|
+
/**
|
|
61451
|
+
* @param {string} value
|
|
61452
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61453
|
+
*/
|
|
61454
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setFileType = function(value) {
|
|
61455
|
+
return jspb.Message.setField(this, 12, value);
|
|
61456
|
+
};
|
|
61457
|
+
|
|
61458
|
+
|
|
61459
|
+
/**
|
|
61460
|
+
* Clears the field making it undefined.
|
|
61461
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61462
|
+
*/
|
|
61463
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearFileType = function() {
|
|
61464
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
61465
|
+
};
|
|
61466
|
+
|
|
61467
|
+
|
|
61468
|
+
/**
|
|
61469
|
+
* Returns whether this field is set.
|
|
61470
|
+
* @return {boolean}
|
|
61471
|
+
*/
|
|
61472
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasFileType = function() {
|
|
61473
|
+
return jspb.Message.getField(this, 12) != null;
|
|
61474
|
+
};
|
|
61475
|
+
|
|
61476
|
+
|
|
61477
|
+
/**
|
|
61478
|
+
* optional string fs_name = 13;
|
|
61479
|
+
* @return {string}
|
|
61480
|
+
*/
|
|
61481
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getFsName = function() {
|
|
61482
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
61483
|
+
};
|
|
61484
|
+
|
|
61485
|
+
|
|
61486
|
+
/**
|
|
61487
|
+
* @param {string} value
|
|
61488
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61489
|
+
*/
|
|
61490
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setFsName = function(value) {
|
|
61491
|
+
return jspb.Message.setField(this, 13, value);
|
|
61492
|
+
};
|
|
61493
|
+
|
|
61494
|
+
|
|
61495
|
+
/**
|
|
61496
|
+
* Clears the field making it undefined.
|
|
61497
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61498
|
+
*/
|
|
61499
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearFsName = function() {
|
|
61500
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
61501
|
+
};
|
|
61502
|
+
|
|
61503
|
+
|
|
61504
|
+
/**
|
|
61505
|
+
* Returns whether this field is set.
|
|
61506
|
+
* @return {boolean}
|
|
61507
|
+
*/
|
|
61508
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasFsName = function() {
|
|
61509
|
+
return jspb.Message.getField(this, 13) != null;
|
|
61510
|
+
};
|
|
61511
|
+
|
|
61512
|
+
|
|
61513
|
+
/**
|
|
61514
|
+
* optional string group = 14;
|
|
61515
|
+
* @return {string}
|
|
61516
|
+
*/
|
|
61517
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getGroup = function() {
|
|
61518
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
61519
|
+
};
|
|
61520
|
+
|
|
61521
|
+
|
|
61522
|
+
/**
|
|
61523
|
+
* @param {string} value
|
|
61524
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61525
|
+
*/
|
|
61526
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setGroup = function(value) {
|
|
61527
|
+
return jspb.Message.setField(this, 14, value);
|
|
61528
|
+
};
|
|
61529
|
+
|
|
61530
|
+
|
|
61531
|
+
/**
|
|
61532
|
+
* Clears the field making it undefined.
|
|
61533
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61534
|
+
*/
|
|
61535
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearGroup = function() {
|
|
61536
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
61537
|
+
};
|
|
61538
|
+
|
|
61539
|
+
|
|
61540
|
+
/**
|
|
61541
|
+
* Returns whether this field is set.
|
|
61542
|
+
* @return {boolean}
|
|
61543
|
+
*/
|
|
61544
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasGroup = function() {
|
|
61545
|
+
return jspb.Message.getField(this, 14) != null;
|
|
61546
|
+
};
|
|
61547
|
+
|
|
61548
|
+
|
|
61549
|
+
/**
|
|
61550
|
+
* optional bool hidden = 15;
|
|
61551
|
+
* @return {boolean}
|
|
61552
|
+
*/
|
|
61553
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getHidden = function() {
|
|
61554
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 15, false));
|
|
61555
|
+
};
|
|
61556
|
+
|
|
61557
|
+
|
|
61558
|
+
/**
|
|
61559
|
+
* @param {boolean} value
|
|
61560
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61561
|
+
*/
|
|
61562
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setHidden = function(value) {
|
|
61563
|
+
return jspb.Message.setField(this, 15, value);
|
|
61564
|
+
};
|
|
61565
|
+
|
|
61566
|
+
|
|
61567
|
+
/**
|
|
61568
|
+
* Clears the field making it undefined.
|
|
61569
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61570
|
+
*/
|
|
61571
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearHidden = function() {
|
|
61572
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
61573
|
+
};
|
|
61574
|
+
|
|
61575
|
+
|
|
61576
|
+
/**
|
|
61577
|
+
* Returns whether this field is set.
|
|
61578
|
+
* @return {boolean}
|
|
61579
|
+
*/
|
|
61580
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasHidden = function() {
|
|
61581
|
+
return jspb.Message.getField(this, 15) != null;
|
|
61582
|
+
};
|
|
61583
|
+
|
|
61584
|
+
|
|
61585
|
+
/**
|
|
61586
|
+
* optional google.protobuf.Timestamp install_date = 16;
|
|
61587
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
61588
|
+
*/
|
|
61589
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getInstallDate = function() {
|
|
61590
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
61591
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 16));
|
|
61592
|
+
};
|
|
61593
|
+
|
|
61594
|
+
|
|
61595
|
+
/**
|
|
61596
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
61597
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61598
|
+
*/
|
|
61599
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setInstallDate = function(value) {
|
|
61600
|
+
return jspb.Message.setWrapperField(this, 16, value);
|
|
61601
|
+
};
|
|
61602
|
+
|
|
61603
|
+
|
|
61604
|
+
/**
|
|
61605
|
+
* Clears the message field making it undefined.
|
|
61606
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61607
|
+
*/
|
|
61608
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearInstallDate = function() {
|
|
61609
|
+
return this.setInstallDate(undefined);
|
|
61610
|
+
};
|
|
61611
|
+
|
|
61612
|
+
|
|
61613
|
+
/**
|
|
61614
|
+
* Returns whether this field is set.
|
|
61615
|
+
* @return {boolean}
|
|
61616
|
+
*/
|
|
61617
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasInstallDate = function() {
|
|
61618
|
+
return jspb.Message.getField(this, 16) != null;
|
|
61619
|
+
};
|
|
61620
|
+
|
|
61621
|
+
|
|
61622
|
+
/**
|
|
61623
|
+
* optional string manufacturer = 17;
|
|
61624
|
+
* @return {string}
|
|
61625
|
+
*/
|
|
61626
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getManufacturer = function() {
|
|
61627
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
61628
|
+
};
|
|
61629
|
+
|
|
61630
|
+
|
|
61631
|
+
/**
|
|
61632
|
+
* @param {string} value
|
|
61633
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61634
|
+
*/
|
|
61635
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setManufacturer = function(value) {
|
|
61636
|
+
return jspb.Message.setField(this, 17, value);
|
|
61637
|
+
};
|
|
61638
|
+
|
|
61639
|
+
|
|
61640
|
+
/**
|
|
61641
|
+
* Clears the field making it undefined.
|
|
61642
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61643
|
+
*/
|
|
61644
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearManufacturer = function() {
|
|
61645
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
61646
|
+
};
|
|
61647
|
+
|
|
61648
|
+
|
|
61649
|
+
/**
|
|
61650
|
+
* Returns whether this field is set.
|
|
61651
|
+
* @return {boolean}
|
|
61652
|
+
*/
|
|
61653
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasManufacturer = function() {
|
|
61654
|
+
return jspb.Message.getField(this, 17) != null;
|
|
61655
|
+
};
|
|
61656
|
+
|
|
61657
|
+
|
|
61658
|
+
/**
|
|
61659
|
+
* optional string status = 18;
|
|
61660
|
+
* @return {string}
|
|
61661
|
+
*/
|
|
61662
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getStatus = function() {
|
|
61663
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
61664
|
+
};
|
|
61665
|
+
|
|
61666
|
+
|
|
61667
|
+
/**
|
|
61668
|
+
* @param {string} value
|
|
61669
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61670
|
+
*/
|
|
61671
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setStatus = function(value) {
|
|
61672
|
+
return jspb.Message.setField(this, 18, value);
|
|
61673
|
+
};
|
|
61674
|
+
|
|
61675
|
+
|
|
61676
|
+
/**
|
|
61677
|
+
* Clears the field making it undefined.
|
|
61678
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61679
|
+
*/
|
|
61680
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearStatus = function() {
|
|
61681
|
+
return jspb.Message.setField(this, 18, undefined);
|
|
61682
|
+
};
|
|
61683
|
+
|
|
61684
|
+
|
|
61685
|
+
/**
|
|
61686
|
+
* Returns whether this field is set.
|
|
61687
|
+
* @return {boolean}
|
|
61688
|
+
*/
|
|
61689
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasStatus = function() {
|
|
61690
|
+
return jspb.Message.getField(this, 18) != null;
|
|
61691
|
+
};
|
|
61692
|
+
|
|
61693
|
+
|
|
61694
|
+
/**
|
|
61695
|
+
* optional bool system = 19;
|
|
61696
|
+
* @return {boolean}
|
|
61697
|
+
*/
|
|
61698
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getSystem = function() {
|
|
61699
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 19, false));
|
|
61700
|
+
};
|
|
61701
|
+
|
|
61702
|
+
|
|
61703
|
+
/**
|
|
61704
|
+
* @param {boolean} value
|
|
61705
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61706
|
+
*/
|
|
61707
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setSystem = function(value) {
|
|
61708
|
+
return jspb.Message.setField(this, 19, value);
|
|
61709
|
+
};
|
|
61710
|
+
|
|
61711
|
+
|
|
61712
|
+
/**
|
|
61713
|
+
* Clears the field making it undefined.
|
|
61714
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61715
|
+
*/
|
|
61716
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearSystem = function() {
|
|
61717
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
61718
|
+
};
|
|
61719
|
+
|
|
61720
|
+
|
|
61721
|
+
/**
|
|
61722
|
+
* Returns whether this field is set.
|
|
61723
|
+
* @return {boolean}
|
|
61724
|
+
*/
|
|
61725
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasSystem = function() {
|
|
61726
|
+
return jspb.Message.getField(this, 19) != null;
|
|
61727
|
+
};
|
|
61728
|
+
|
|
61729
|
+
|
|
61730
|
+
/**
|
|
61731
|
+
* optional string version = 20;
|
|
61732
|
+
* @return {string}
|
|
61733
|
+
*/
|
|
61734
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.getVersion = function() {
|
|
61735
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
61736
|
+
};
|
|
61737
|
+
|
|
61738
|
+
|
|
61739
|
+
/**
|
|
61740
|
+
* @param {string} value
|
|
61741
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61742
|
+
*/
|
|
61743
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.setVersion = function(value) {
|
|
61744
|
+
return jspb.Message.setField(this, 20, value);
|
|
61745
|
+
};
|
|
61746
|
+
|
|
61747
|
+
|
|
61748
|
+
/**
|
|
61749
|
+
* Clears the field making it undefined.
|
|
61750
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec} returns this
|
|
61751
|
+
*/
|
|
61752
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.clearVersion = function() {
|
|
61753
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
61754
|
+
};
|
|
61755
|
+
|
|
61756
|
+
|
|
61757
|
+
/**
|
|
61758
|
+
* Returns whether this field is set.
|
|
61759
|
+
* @return {boolean}
|
|
61760
|
+
*/
|
|
61761
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsCodec.prototype.hasVersion = function() {
|
|
61762
|
+
return jspb.Message.getField(this, 20) != null;
|
|
61763
|
+
};
|
|
61764
|
+
|
|
61765
|
+
|
|
61766
|
+
|
|
61767
|
+
|
|
61768
|
+
|
|
61769
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
61770
|
+
/**
|
|
61771
|
+
* Creates an object representation of this proto.
|
|
61772
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
61773
|
+
* Optional fields that are not set will be set to undefined.
|
|
61774
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
61775
|
+
* For the list of reserved names please see:
|
|
61776
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
61777
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
61778
|
+
* JSPB instance for transitional soy proto support:
|
|
61779
|
+
* http://goto/soy-param-migration
|
|
61780
|
+
* @return {!Object}
|
|
61781
|
+
*/
|
|
61782
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.toObject = function(opt_includeInstance) {
|
|
61783
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject(opt_includeInstance, this);
|
|
61784
|
+
};
|
|
61785
|
+
|
|
61786
|
+
|
|
61787
|
+
/**
|
|
61788
|
+
* Static version of the {@see toObject} method.
|
|
61789
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
61790
|
+
* the JSPB instance for transitional soy proto support:
|
|
61791
|
+
* http://goto/soy-param-migration
|
|
61792
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} msg The msg instance to transform.
|
|
61793
|
+
* @return {!Object}
|
|
61794
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
61795
|
+
*/
|
|
61796
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.toObject = function(includeInstance, msg) {
|
|
61797
|
+
var f, obj = {
|
|
61798
|
+
timeTaken: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
61799
|
+
winSprLevel: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0),
|
|
61800
|
+
winSatAssessmentState: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
61801
|
+
memoryScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 4, 0.0),
|
|
61802
|
+
cpuScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0),
|
|
61803
|
+
diskScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 6, 0.0),
|
|
61804
|
+
d3dScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0),
|
|
61805
|
+
graphicsScore: jspb.Message.getFloatingPointFieldWithDefault(msg, 8, 0.0)
|
|
61806
|
+
};
|
|
61807
|
+
|
|
61808
|
+
if (includeInstance) {
|
|
61809
|
+
obj.$jspbMessageInstance = msg;
|
|
61810
|
+
}
|
|
61811
|
+
return obj;
|
|
61812
|
+
};
|
|
61813
|
+
}
|
|
61814
|
+
|
|
61815
|
+
|
|
61816
|
+
/**
|
|
61817
|
+
* Deserializes binary data (in protobuf wire format).
|
|
61818
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
61819
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
61820
|
+
*/
|
|
61821
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinary = function(bytes) {
|
|
61822
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
61823
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat;
|
|
61824
|
+
return proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader(msg, reader);
|
|
61825
|
+
};
|
|
61826
|
+
|
|
61827
|
+
|
|
61828
|
+
/**
|
|
61829
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
61830
|
+
* given reader into the given message object.
|
|
61831
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} msg The message object to deserialize into.
|
|
61832
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
61833
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat}
|
|
61834
|
+
*/
|
|
61835
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.deserializeBinaryFromReader = function(msg, reader) {
|
|
61836
|
+
while (reader.nextField()) {
|
|
61837
|
+
if (reader.isEndGroup()) {
|
|
61838
|
+
break;
|
|
61839
|
+
}
|
|
61840
|
+
var field = reader.getFieldNumber();
|
|
61841
|
+
switch (field) {
|
|
61842
|
+
case 1:
|
|
61843
|
+
var value = /** @type {string} */ (reader.readString());
|
|
61844
|
+
msg.setTimeTaken(value);
|
|
61845
|
+
break;
|
|
61846
|
+
case 2:
|
|
61847
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61848
|
+
msg.setWinSprLevel(value);
|
|
61849
|
+
break;
|
|
61850
|
+
case 3:
|
|
61851
|
+
var value = /** @type {number} */ (reader.readUint32());
|
|
61852
|
+
msg.setWinSatAssessmentState(value);
|
|
61853
|
+
break;
|
|
61854
|
+
case 4:
|
|
61855
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61856
|
+
msg.setMemoryScore(value);
|
|
61857
|
+
break;
|
|
61858
|
+
case 5:
|
|
61859
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61860
|
+
msg.setCpuScore(value);
|
|
61861
|
+
break;
|
|
61862
|
+
case 6:
|
|
61863
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61864
|
+
msg.setDiskScore(value);
|
|
61865
|
+
break;
|
|
61866
|
+
case 7:
|
|
61867
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61868
|
+
msg.setD3dScore(value);
|
|
61869
|
+
break;
|
|
61870
|
+
case 8:
|
|
61871
|
+
var value = /** @type {number} */ (reader.readDouble());
|
|
61872
|
+
msg.setGraphicsScore(value);
|
|
61873
|
+
break;
|
|
61874
|
+
default:
|
|
61875
|
+
reader.skipField();
|
|
61876
|
+
break;
|
|
61877
|
+
}
|
|
61878
|
+
}
|
|
61879
|
+
return msg;
|
|
61880
|
+
};
|
|
61881
|
+
|
|
61882
|
+
|
|
61883
|
+
/**
|
|
61884
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
61885
|
+
* @return {!Uint8Array}
|
|
61886
|
+
*/
|
|
61887
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.serializeBinary = function() {
|
|
61888
|
+
var writer = new jspb.BinaryWriter();
|
|
61889
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter(this, writer);
|
|
61890
|
+
return writer.getResultBuffer();
|
|
61891
|
+
};
|
|
61892
|
+
|
|
61893
|
+
|
|
61894
|
+
/**
|
|
61895
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
61896
|
+
* format), writing to the given BinaryWriter.
|
|
61897
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} message
|
|
61898
|
+
* @param {!jspb.BinaryWriter} writer
|
|
61899
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
61900
|
+
*/
|
|
61901
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.serializeBinaryToWriter = function(message, writer) {
|
|
61902
|
+
var f = undefined;
|
|
61903
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
61904
|
+
if (f != null) {
|
|
61905
|
+
writer.writeString(
|
|
61906
|
+
1,
|
|
61907
|
+
f
|
|
61908
|
+
);
|
|
61909
|
+
}
|
|
61910
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 2));
|
|
61911
|
+
if (f != null) {
|
|
61912
|
+
writer.writeDouble(
|
|
61913
|
+
2,
|
|
61914
|
+
f
|
|
61915
|
+
);
|
|
61916
|
+
}
|
|
61917
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 3));
|
|
61918
|
+
if (f != null) {
|
|
61919
|
+
writer.writeUint32(
|
|
61920
|
+
3,
|
|
61921
|
+
f
|
|
61922
|
+
);
|
|
61923
|
+
}
|
|
61924
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 4));
|
|
61925
|
+
if (f != null) {
|
|
61926
|
+
writer.writeDouble(
|
|
61927
|
+
4,
|
|
61928
|
+
f
|
|
61929
|
+
);
|
|
61930
|
+
}
|
|
61931
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 5));
|
|
61932
|
+
if (f != null) {
|
|
61933
|
+
writer.writeDouble(
|
|
61934
|
+
5,
|
|
61935
|
+
f
|
|
61936
|
+
);
|
|
61937
|
+
}
|
|
61938
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 6));
|
|
61939
|
+
if (f != null) {
|
|
61940
|
+
writer.writeDouble(
|
|
61941
|
+
6,
|
|
61942
|
+
f
|
|
61943
|
+
);
|
|
61944
|
+
}
|
|
61945
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
61946
|
+
if (f != null) {
|
|
61947
|
+
writer.writeDouble(
|
|
61948
|
+
7,
|
|
61949
|
+
f
|
|
61950
|
+
);
|
|
61951
|
+
}
|
|
61952
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 8));
|
|
61953
|
+
if (f != null) {
|
|
61954
|
+
writer.writeDouble(
|
|
61955
|
+
8,
|
|
61956
|
+
f
|
|
61957
|
+
);
|
|
61958
|
+
}
|
|
61959
|
+
};
|
|
61960
|
+
|
|
61961
|
+
|
|
61962
|
+
/**
|
|
61963
|
+
* optional string time_taken = 1;
|
|
61964
|
+
* @return {string}
|
|
61965
|
+
*/
|
|
61966
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getTimeTaken = function() {
|
|
61967
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
61968
|
+
};
|
|
61969
|
+
|
|
61970
|
+
|
|
61971
|
+
/**
|
|
61972
|
+
* @param {string} value
|
|
61973
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61974
|
+
*/
|
|
61975
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setTimeTaken = function(value) {
|
|
61976
|
+
return jspb.Message.setField(this, 1, value);
|
|
61977
|
+
};
|
|
61978
|
+
|
|
61979
|
+
|
|
61980
|
+
/**
|
|
61981
|
+
* Clears the field making it undefined.
|
|
61982
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
61983
|
+
*/
|
|
61984
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearTimeTaken = function() {
|
|
61985
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
61986
|
+
};
|
|
61987
|
+
|
|
61988
|
+
|
|
61989
|
+
/**
|
|
61990
|
+
* Returns whether this field is set.
|
|
61991
|
+
* @return {boolean}
|
|
61992
|
+
*/
|
|
61993
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasTimeTaken = function() {
|
|
61994
|
+
return jspb.Message.getField(this, 1) != null;
|
|
61995
|
+
};
|
|
61996
|
+
|
|
61997
|
+
|
|
61998
|
+
/**
|
|
61999
|
+
* optional double win_spr_level = 2;
|
|
62000
|
+
* @return {number}
|
|
62001
|
+
*/
|
|
62002
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getWinSprLevel = function() {
|
|
62003
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0));
|
|
62004
|
+
};
|
|
62005
|
+
|
|
62006
|
+
|
|
62007
|
+
/**
|
|
62008
|
+
* @param {number} value
|
|
62009
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62010
|
+
*/
|
|
62011
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setWinSprLevel = function(value) {
|
|
62012
|
+
return jspb.Message.setField(this, 2, value);
|
|
62013
|
+
};
|
|
62014
|
+
|
|
62015
|
+
|
|
62016
|
+
/**
|
|
62017
|
+
* Clears the field making it undefined.
|
|
62018
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62019
|
+
*/
|
|
62020
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearWinSprLevel = function() {
|
|
62021
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
62022
|
+
};
|
|
62023
|
+
|
|
62024
|
+
|
|
62025
|
+
/**
|
|
62026
|
+
* Returns whether this field is set.
|
|
62027
|
+
* @return {boolean}
|
|
62028
|
+
*/
|
|
62029
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasWinSprLevel = function() {
|
|
62030
|
+
return jspb.Message.getField(this, 2) != null;
|
|
62031
|
+
};
|
|
62032
|
+
|
|
62033
|
+
|
|
62034
|
+
/**
|
|
62035
|
+
* optional uint32 win_sat_assessment_state = 3;
|
|
62036
|
+
* @return {number}
|
|
62037
|
+
*/
|
|
62038
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getWinSatAssessmentState = function() {
|
|
62039
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
62040
|
+
};
|
|
62041
|
+
|
|
62042
|
+
|
|
62043
|
+
/**
|
|
62044
|
+
* @param {number} value
|
|
62045
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62046
|
+
*/
|
|
62047
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setWinSatAssessmentState = function(value) {
|
|
62048
|
+
return jspb.Message.setField(this, 3, value);
|
|
62049
|
+
};
|
|
62050
|
+
|
|
62051
|
+
|
|
62052
|
+
/**
|
|
62053
|
+
* Clears the field making it undefined.
|
|
62054
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62055
|
+
*/
|
|
62056
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearWinSatAssessmentState = function() {
|
|
62057
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
62058
|
+
};
|
|
62059
|
+
|
|
62060
|
+
|
|
62061
|
+
/**
|
|
62062
|
+
* Returns whether this field is set.
|
|
62063
|
+
* @return {boolean}
|
|
62064
|
+
*/
|
|
62065
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasWinSatAssessmentState = function() {
|
|
62066
|
+
return jspb.Message.getField(this, 3) != null;
|
|
62067
|
+
};
|
|
62068
|
+
|
|
62069
|
+
|
|
62070
|
+
/**
|
|
62071
|
+
* optional double memory_score = 4;
|
|
62072
|
+
* @return {number}
|
|
62073
|
+
*/
|
|
62074
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getMemoryScore = function() {
|
|
62075
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 4, 0.0));
|
|
62076
|
+
};
|
|
62077
|
+
|
|
62078
|
+
|
|
62079
|
+
/**
|
|
62080
|
+
* @param {number} value
|
|
62081
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62082
|
+
*/
|
|
62083
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setMemoryScore = function(value) {
|
|
62084
|
+
return jspb.Message.setField(this, 4, value);
|
|
62085
|
+
};
|
|
62086
|
+
|
|
62087
|
+
|
|
62088
|
+
/**
|
|
62089
|
+
* Clears the field making it undefined.
|
|
62090
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62091
|
+
*/
|
|
62092
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearMemoryScore = function() {
|
|
62093
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
62094
|
+
};
|
|
62095
|
+
|
|
62096
|
+
|
|
62097
|
+
/**
|
|
62098
|
+
* Returns whether this field is set.
|
|
62099
|
+
* @return {boolean}
|
|
62100
|
+
*/
|
|
62101
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasMemoryScore = function() {
|
|
62102
|
+
return jspb.Message.getField(this, 4) != null;
|
|
62103
|
+
};
|
|
62104
|
+
|
|
62105
|
+
|
|
62106
|
+
/**
|
|
62107
|
+
* optional double cpu_score = 5;
|
|
62108
|
+
* @return {number}
|
|
62109
|
+
*/
|
|
62110
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getCpuScore = function() {
|
|
62111
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0));
|
|
62112
|
+
};
|
|
62113
|
+
|
|
62114
|
+
|
|
62115
|
+
/**
|
|
62116
|
+
* @param {number} value
|
|
62117
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62118
|
+
*/
|
|
62119
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setCpuScore = function(value) {
|
|
62120
|
+
return jspb.Message.setField(this, 5, value);
|
|
62121
|
+
};
|
|
62122
|
+
|
|
62123
|
+
|
|
62124
|
+
/**
|
|
62125
|
+
* Clears the field making it undefined.
|
|
62126
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62127
|
+
*/
|
|
62128
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearCpuScore = function() {
|
|
62129
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
62130
|
+
};
|
|
62131
|
+
|
|
62132
|
+
|
|
62133
|
+
/**
|
|
62134
|
+
* Returns whether this field is set.
|
|
62135
|
+
* @return {boolean}
|
|
62136
|
+
*/
|
|
62137
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasCpuScore = function() {
|
|
62138
|
+
return jspb.Message.getField(this, 5) != null;
|
|
62139
|
+
};
|
|
62140
|
+
|
|
62141
|
+
|
|
62142
|
+
/**
|
|
62143
|
+
* optional double disk_score = 6;
|
|
62144
|
+
* @return {number}
|
|
62145
|
+
*/
|
|
62146
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getDiskScore = function() {
|
|
62147
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 6, 0.0));
|
|
62148
|
+
};
|
|
62149
|
+
|
|
62150
|
+
|
|
62151
|
+
/**
|
|
62152
|
+
* @param {number} value
|
|
62153
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62154
|
+
*/
|
|
62155
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setDiskScore = function(value) {
|
|
62156
|
+
return jspb.Message.setField(this, 6, value);
|
|
62157
|
+
};
|
|
62158
|
+
|
|
62159
|
+
|
|
62160
|
+
/**
|
|
62161
|
+
* Clears the field making it undefined.
|
|
62162
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62163
|
+
*/
|
|
62164
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearDiskScore = function() {
|
|
62165
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
62166
|
+
};
|
|
62167
|
+
|
|
62168
|
+
|
|
62169
|
+
/**
|
|
62170
|
+
* Returns whether this field is set.
|
|
62171
|
+
* @return {boolean}
|
|
62172
|
+
*/
|
|
62173
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasDiskScore = function() {
|
|
62174
|
+
return jspb.Message.getField(this, 6) != null;
|
|
62175
|
+
};
|
|
62176
|
+
|
|
62177
|
+
|
|
62178
|
+
/**
|
|
62179
|
+
* optional double d3d_score = 7;
|
|
62180
|
+
* @return {number}
|
|
62181
|
+
*/
|
|
62182
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getD3dScore = function() {
|
|
62183
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0));
|
|
62184
|
+
};
|
|
62185
|
+
|
|
62186
|
+
|
|
62187
|
+
/**
|
|
62188
|
+
* @param {number} value
|
|
62189
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62190
|
+
*/
|
|
62191
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setD3dScore = function(value) {
|
|
62192
|
+
return jspb.Message.setField(this, 7, value);
|
|
62193
|
+
};
|
|
62194
|
+
|
|
62195
|
+
|
|
62196
|
+
/**
|
|
62197
|
+
* Clears the field making it undefined.
|
|
62198
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62199
|
+
*/
|
|
62200
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearD3dScore = function() {
|
|
62201
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
62202
|
+
};
|
|
62203
|
+
|
|
62204
|
+
|
|
62205
|
+
/**
|
|
62206
|
+
* Returns whether this field is set.
|
|
62207
|
+
* @return {boolean}
|
|
62208
|
+
*/
|
|
62209
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasD3dScore = function() {
|
|
62210
|
+
return jspb.Message.getField(this, 7) != null;
|
|
62211
|
+
};
|
|
62212
|
+
|
|
62213
|
+
|
|
62214
|
+
/**
|
|
62215
|
+
* optional double graphics_score = 8;
|
|
62216
|
+
* @return {number}
|
|
62217
|
+
*/
|
|
62218
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.getGraphicsScore = function() {
|
|
62219
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0));
|
|
62220
|
+
};
|
|
62221
|
+
|
|
62222
|
+
|
|
62223
|
+
/**
|
|
62224
|
+
* @param {number} value
|
|
62225
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62226
|
+
*/
|
|
62227
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.setGraphicsScore = function(value) {
|
|
62228
|
+
return jspb.Message.setField(this, 8, value);
|
|
62229
|
+
};
|
|
62230
|
+
|
|
62231
|
+
|
|
62232
|
+
/**
|
|
62233
|
+
* Clears the field making it undefined.
|
|
62234
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat} returns this
|
|
62235
|
+
*/
|
|
62236
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.clearGraphicsScore = function() {
|
|
62237
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
62238
|
+
};
|
|
62239
|
+
|
|
62240
|
+
|
|
62241
|
+
/**
|
|
62242
|
+
* Returns whether this field is set.
|
|
62243
|
+
* @return {boolean}
|
|
62244
|
+
*/
|
|
62245
|
+
proto.com.lansweeper.dp.outbound.v1.ComputerWindowsSat.prototype.hasGraphicsScore = function() {
|
|
62246
|
+
return jspb.Message.getField(this, 8) != null;
|
|
62247
|
+
};
|
|
62248
|
+
|
|
62249
|
+
|
|
60553
62250
|
|
|
60554
62251
|
/**
|
|
60555
62252
|
* List of repeated fields within this message type.
|