@lansweeper/data-platform-outbound-grpc 0.1.92 → 0.1.94

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.
@@ -27,6 +27,8 @@ var google_protobuf_any_pb = require('google-protobuf/google/protobuf/any_pb.js'
27
27
  goog.object.extend(proto, google_protobuf_any_pb);
28
28
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware', null, global);
29
29
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Asset', null, global);
30
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent', null, global);
31
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase', null, global);
30
32
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetType', null, global);
31
33
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AutoRunCommand', null, global);
32
34
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Bios', null, global);
@@ -120,6 +122,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume', null, glo
120
122
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkVolume.DriverCase', null, global);
121
123
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystem', null, global);
122
124
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystem.SpecCase', null, global);
125
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent', null, global);
126
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType', null, global);
123
127
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature', null, global);
124
128
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch', null, global);
125
129
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemRecovery', null, global);
@@ -175,6 +179,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsBios', null, globa
175
179
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsCertificateEnhancedKeyUsage', null, global);
176
180
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsCertificateLocation', null, global);
177
181
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerBattery', null, global);
182
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem', null, global);
178
183
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMappedDrive', null, global);
179
184
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo', null, global);
180
185
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo', null, global);
@@ -462,6 +467,27 @@ if (goog.DEBUG && !COMPILED) {
462
467
  */
463
468
  proto.com.lansweeper.dp.outbound.v1.Asset.displayName = 'proto.com.lansweeper.dp.outbound.v1.Asset';
464
469
  }
470
+ /**
471
+ * Generated by JsPbCodeGenerator.
472
+ * @param {Array=} opt_data Optional initial data array, typically from a
473
+ * server response, or constructed directly in Javascript. The array is used
474
+ * in place and becomes part of the constructed object. It is not cloned.
475
+ * If no data is provided, the constructed object will be empty, but still
476
+ * valid.
477
+ * @extends {jspb.Message}
478
+ * @constructor
479
+ */
480
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent = function(opt_data) {
481
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_);
482
+ };
483
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent, jspb.Message);
484
+ if (goog.DEBUG && !COMPILED) {
485
+ /**
486
+ * @public
487
+ * @override
488
+ */
489
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent';
490
+ }
465
491
  /**
466
492
  * Generated by JsPbCodeGenerator.
467
493
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -1218,6 +1244,27 @@ if (goog.DEBUG && !COMPILED) {
1218
1244
  */
1219
1245
  proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo';
1220
1246
  }
1247
+ /**
1248
+ * Generated by JsPbCodeGenerator.
1249
+ * @param {Array=} opt_data Optional initial data array, typically from a
1250
+ * server response, or constructed directly in Javascript. The array is used
1251
+ * in place and becomes part of the constructed object. It is not cloned.
1252
+ * If no data is provided, the constructed object will be empty, but still
1253
+ * valid.
1254
+ * @extends {jspb.Message}
1255
+ * @constructor
1256
+ */
1257
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent = function(opt_data) {
1258
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
1259
+ };
1260
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent, jspb.Message);
1261
+ if (goog.DEBUG && !COMPILED) {
1262
+ /**
1263
+ * @public
1264
+ * @override
1265
+ */
1266
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent';
1267
+ }
1221
1268
  /**
1222
1269
  * Generated by JsPbCodeGenerator.
1223
1270
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -2352,6 +2399,27 @@ if (goog.DEBUG && !COMPILED) {
2352
2399
  */
2353
2400
  proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct.displayName = 'proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct';
2354
2401
  }
2402
+ /**
2403
+ * Generated by JsPbCodeGenerator.
2404
+ * @param {Array=} opt_data Optional initial data array, typically from a
2405
+ * server response, or constructed directly in Javascript. The array is used
2406
+ * in place and becomes part of the constructed object. It is not cloned.
2407
+ * If no data is provided, the constructed object will be empty, but still
2408
+ * valid.
2409
+ * @extends {jspb.Message}
2410
+ * @constructor
2411
+ */
2412
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem = function(opt_data) {
2413
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.repeatedFields_, null);
2414
+ };
2415
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem, jspb.Message);
2416
+ if (goog.DEBUG && !COMPILED) {
2417
+ /**
2418
+ * @public
2419
+ * @override
2420
+ */
2421
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem';
2422
+ }
2355
2423
  /**
2356
2424
  * Generated by JsPbCodeGenerator.
2357
2425
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -6100,7 +6168,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
6100
6168
  * @private {!Array<number>}
6101
6169
  * @const
6102
6170
  */
6103
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20];
6171
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20,80];
6104
6172
 
6105
6173
 
6106
6174
 
@@ -6161,7 +6229,9 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
6161
6229
  portScan: (f = msg.getPortScan()) && proto.com.lansweeper.dp.outbound.v1.PortScan.toObject(includeInstance, f),
6162
6230
  computer: (f = msg.getComputer()) && proto.com.lansweeper.dp.outbound.v1.Computer.toObject(includeInstance, f),
6163
6231
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
6164
- cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
6232
+ cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f),
6233
+ changeLogList: jspb.Message.toObjectList(msg.getChangeLogList(),
6234
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject, includeInstance)
6165
6235
  };
6166
6236
 
6167
6237
  if (includeInstance) {
@@ -6320,6 +6390,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
6320
6390
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CloudEntity.deserializeBinaryFromReader);
6321
6391
  msg.setCloud(value);
6322
6392
  break;
6393
+ case 80:
6394
+ var value = new proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent;
6395
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader);
6396
+ msg.addChangeLog(value);
6397
+ break;
6323
6398
  default:
6324
6399
  reader.skipField();
6325
6400
  break;
@@ -6546,6 +6621,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
6546
6621
  proto.com.lansweeper.dp.outbound.v1.CloudEntity.serializeBinaryToWriter
6547
6622
  );
6548
6623
  }
6624
+ f = message.getChangeLogList();
6625
+ if (f.length > 0) {
6626
+ writer.writeRepeatedMessage(
6627
+ 80,
6628
+ f,
6629
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter
6630
+ );
6631
+ }
6549
6632
  };
6550
6633
 
6551
6634
 
@@ -7475,13 +7558,330 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCloud = function() {
7475
7558
  };
7476
7559
 
7477
7560
 
7561
+ /**
7562
+ * repeated AssetChangeEvent change_log = 80;
7563
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent>}
7564
+ */
7565
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getChangeLogList = function() {
7566
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent>} */ (
7567
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent, 80));
7568
+ };
7569
+
7570
+
7571
+ /**
7572
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent>} value
7573
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7574
+ */
7575
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setChangeLogList = function(value) {
7576
+ return jspb.Message.setRepeatedWrapperField(this, 80, value);
7577
+ };
7578
+
7579
+
7580
+ /**
7581
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent=} opt_value
7582
+ * @param {number=} opt_index
7583
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent}
7584
+ */
7585
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addChangeLog = function(opt_value, opt_index) {
7586
+ return jspb.Message.addToRepeatedWrapperField(this, 80, opt_value, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent, opt_index);
7587
+ };
7588
+
7589
+
7590
+ /**
7591
+ * Clears the list making it empty but non-null.
7592
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
7593
+ */
7594
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChangeLogList = function() {
7595
+ return this.setChangeLogList([]);
7596
+ };
7597
+
7598
+
7599
+
7600
+ /**
7601
+ * Oneof group definitions for this message. Each group defines the field
7602
+ * numbers belonging to that group. When of these fields' value is set, all
7603
+ * other fields in the group are cleared. During deserialization, if multiple
7604
+ * fields are encountered for a group, only the last value seen will be kept.
7605
+ * @private {!Array<!Array<number>>}
7606
+ * @const
7607
+ */
7608
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3]];
7609
+
7610
+ /**
7611
+ * @enum {number}
7612
+ */
7613
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase = {
7614
+ EVENT_NOT_SET: 0,
7615
+ SW: 2,
7616
+ OS: 3
7617
+ };
7618
+
7619
+ /**
7620
+ * @return {proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase}
7621
+ */
7622
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getEventCase = function() {
7623
+ return /** @type {proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase} */(jspb.Message.computeOneofCase(this, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0]));
7624
+ };
7625
+
7626
+
7627
+
7628
+ if (jspb.Message.GENERATE_TO_OBJECT) {
7629
+ /**
7630
+ * Creates an object representation of this proto.
7631
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
7632
+ * Optional fields that are not set will be set to undefined.
7633
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
7634
+ * For the list of reserved names please see:
7635
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
7636
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
7637
+ * JSPB instance for transitional soy proto support:
7638
+ * http://goto/soy-param-migration
7639
+ * @return {!Object}
7640
+ */
7641
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.toObject = function(opt_includeInstance) {
7642
+ return proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject(opt_includeInstance, this);
7643
+ };
7644
+
7645
+
7646
+ /**
7647
+ * Static version of the {@see toObject} method.
7648
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
7649
+ * the JSPB instance for transitional soy proto support:
7650
+ * http://goto/soy-param-migration
7651
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} msg The msg instance to transform.
7652
+ * @return {!Object}
7653
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7654
+ */
7655
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject = function(includeInstance, msg) {
7656
+ var f, obj = {
7657
+ timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
7658
+ sw: (f = msg.getSw()) && proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.toObject(includeInstance, f),
7659
+ os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f)
7660
+ };
7661
+
7662
+ if (includeInstance) {
7663
+ obj.$jspbMessageInstance = msg;
7664
+ }
7665
+ return obj;
7666
+ };
7667
+ }
7668
+
7669
+
7670
+ /**
7671
+ * Deserializes binary data (in protobuf wire format).
7672
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
7673
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent}
7674
+ */
7675
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinary = function(bytes) {
7676
+ var reader = new jspb.BinaryReader(bytes);
7677
+ var msg = new proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent;
7678
+ return proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader(msg, reader);
7679
+ };
7680
+
7681
+
7682
+ /**
7683
+ * Deserializes binary data (in protobuf wire format) from the
7684
+ * given reader into the given message object.
7685
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} msg The message object to deserialize into.
7686
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
7687
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent}
7688
+ */
7689
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader = function(msg, reader) {
7690
+ while (reader.nextField()) {
7691
+ if (reader.isEndGroup()) {
7692
+ break;
7693
+ }
7694
+ var field = reader.getFieldNumber();
7695
+ switch (field) {
7696
+ case 1:
7697
+ var value = new google_protobuf_timestamp_pb.Timestamp;
7698
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
7699
+ msg.setTimestamp(value);
7700
+ break;
7701
+ case 2:
7702
+ var value = new proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent;
7703
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.deserializeBinaryFromReader);
7704
+ msg.setSw(value);
7705
+ break;
7706
+ case 3:
7707
+ var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent;
7708
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinaryFromReader);
7709
+ msg.setOs(value);
7710
+ break;
7711
+ default:
7712
+ reader.skipField();
7713
+ break;
7714
+ }
7715
+ }
7716
+ return msg;
7717
+ };
7718
+
7719
+
7720
+ /**
7721
+ * Serializes the message to binary data (in protobuf wire format).
7722
+ * @return {!Uint8Array}
7723
+ */
7724
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.serializeBinary = function() {
7725
+ var writer = new jspb.BinaryWriter();
7726
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter(this, writer);
7727
+ return writer.getResultBuffer();
7728
+ };
7729
+
7730
+
7731
+ /**
7732
+ * Serializes the given message to binary data (in protobuf wire
7733
+ * format), writing to the given BinaryWriter.
7734
+ * @param {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} message
7735
+ * @param {!jspb.BinaryWriter} writer
7736
+ * @suppress {unusedLocalVariables} f is only used for nested messages
7737
+ */
7738
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter = function(message, writer) {
7739
+ var f = undefined;
7740
+ f = message.getTimestamp();
7741
+ if (f != null) {
7742
+ writer.writeMessage(
7743
+ 1,
7744
+ f,
7745
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
7746
+ );
7747
+ }
7748
+ f = message.getSw();
7749
+ if (f != null) {
7750
+ writer.writeMessage(
7751
+ 2,
7752
+ f,
7753
+ proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.serializeBinaryToWriter
7754
+ );
7755
+ }
7756
+ f = message.getOs();
7757
+ if (f != null) {
7758
+ writer.writeMessage(
7759
+ 3,
7760
+ f,
7761
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.serializeBinaryToWriter
7762
+ );
7763
+ }
7764
+ };
7765
+
7766
+
7767
+ /**
7768
+ * optional google.protobuf.Timestamp timestamp = 1;
7769
+ * @return {?proto.google.protobuf.Timestamp}
7770
+ */
7771
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getTimestamp = function() {
7772
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
7773
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
7774
+ };
7775
+
7776
+
7777
+ /**
7778
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
7779
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7780
+ */
7781
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setTimestamp = function(value) {
7782
+ return jspb.Message.setWrapperField(this, 1, value);
7783
+ };
7784
+
7785
+
7786
+ /**
7787
+ * Clears the message field making it undefined.
7788
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7789
+ */
7790
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearTimestamp = function() {
7791
+ return this.setTimestamp(undefined);
7792
+ };
7793
+
7794
+
7795
+ /**
7796
+ * Returns whether this field is set.
7797
+ * @return {boolean}
7798
+ */
7799
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasTimestamp = function() {
7800
+ return jspb.Message.getField(this, 1) != null;
7801
+ };
7802
+
7803
+
7804
+ /**
7805
+ * optional SoftwareChangeEvent sw = 2;
7806
+ * @return {?proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent}
7807
+ */
7808
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getSw = function() {
7809
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent} */ (
7810
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent, 2));
7811
+ };
7812
+
7813
+
7814
+ /**
7815
+ * @param {?proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent|undefined} value
7816
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7817
+ */
7818
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setSw = function(value) {
7819
+ return jspb.Message.setOneofWrapperField(this, 2, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0], value);
7820
+ };
7821
+
7822
+
7823
+ /**
7824
+ * Clears the message field making it undefined.
7825
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7826
+ */
7827
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearSw = function() {
7828
+ return this.setSw(undefined);
7829
+ };
7830
+
7831
+
7832
+ /**
7833
+ * Returns whether this field is set.
7834
+ * @return {boolean}
7835
+ */
7836
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasSw = function() {
7837
+ return jspb.Message.getField(this, 2) != null;
7838
+ };
7839
+
7840
+
7841
+ /**
7842
+ * optional OperatingSystemChangeEvent os = 3;
7843
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent}
7844
+ */
7845
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getOs = function() {
7846
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} */ (
7847
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent, 3));
7848
+ };
7849
+
7850
+
7851
+ /**
7852
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent|undefined} value
7853
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7854
+ */
7855
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setOs = function(value) {
7856
+ return jspb.Message.setOneofWrapperField(this, 3, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0], value);
7857
+ };
7858
+
7859
+
7860
+ /**
7861
+ * Clears the message field making it undefined.
7862
+ * @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
7863
+ */
7864
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearOs = function() {
7865
+ return this.setOs(undefined);
7866
+ };
7867
+
7868
+
7869
+ /**
7870
+ * Returns whether this field is set.
7871
+ * @return {boolean}
7872
+ */
7873
+ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasOs = function() {
7874
+ return jspb.Message.getField(this, 3) != null;
7875
+ };
7876
+
7877
+
7478
7878
 
7479
7879
  /**
7480
7880
  * List of repeated fields within this message type.
7481
7881
  * @private {!Array<number>}
7482
7882
  * @const
7483
7883
  */
7484
- 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];
7884
+ 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,209,210,211,212,213,214,215,216,217,218,219,302,303,304];
7485
7885
 
7486
7886
 
7487
7887
 
@@ -7588,6 +7988,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
7588
7988
  computerSystemProduct: (f = msg.getComputerSystemProduct()) && proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct.toObject(includeInstance, f),
7589
7989
  pageFileList: jspb.Message.toObjectList(msg.getPageFileList(),
7590
7990
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.toObject, includeInstance),
7991
+ computerSystem: (f = msg.getComputerSystem()) && proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.toObject(includeInstance, f),
7591
7992
  softwareInventory: (f = msg.getSoftwareInventory()) && proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.toObject(includeInstance, f),
7592
7993
  antivirusList: jspb.Message.toObjectList(msg.getAntivirusList(),
7593
7994
  proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware.toObject, includeInstance),
@@ -7601,7 +8002,8 @@ proto.com.lansweeper.dp.outbound.v1.Computer.toObject = function(includeInstance
7601
8002
  sharedResourceList: jspb.Message.toObjectList(msg.getSharedResourceList(),
7602
8003
  proto.com.lansweeper.dp.outbound.v1.SharedResource.toObject, includeInstance),
7603
8004
  internetExplorer: (f = msg.getInternetExplorer()) && proto.com.lansweeper.dp.outbound.v1.InternetExplorer.toObject(includeInstance, f),
7604
- windowsSqlServer: (f = msg.getWindowsSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.toObject(includeInstance, f),
8005
+ windowsSqlServerList: jspb.Message.toObjectList(msg.getWindowsSqlServerList(),
8006
+ proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.toObject, includeInstance),
7605
8007
  windowsNetworkClientList: jspb.Message.toObjectList(msg.getWindowsNetworkClientList(),
7606
8008
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient.toObject, includeInstance),
7607
8009
  networkVolumeList: jspb.Message.toObjectList(msg.getNetworkVolumeList(),
@@ -7865,6 +8267,11 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
7865
8267
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.deserializeBinaryFromReader);
7866
8268
  msg.addPageFile(value);
7867
8269
  break;
8270
+ case 108:
8271
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem;
8272
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.deserializeBinaryFromReader);
8273
+ msg.setComputerSystem(value);
8274
+ break;
7868
8275
  case 201:
7869
8276
  var value = new proto.com.lansweeper.dp.outbound.v1.SoftwareInventory;
7870
8277
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.deserializeBinaryFromReader);
@@ -7908,7 +8315,7 @@ proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader = funct
7908
8315
  case 209:
7909
8316
  var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer;
7910
8317
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.deserializeBinaryFromReader);
7911
- msg.setWindowsSqlServer(value);
8318
+ msg.addWindowsSqlServer(value);
7912
8319
  break;
7913
8320
  case 210:
7914
8321
  var value = new proto.com.lansweeper.dp.outbound.v1.ComputerWindowsNetworkClient;
@@ -8329,6 +8736,14 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
8329
8736
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsPageFile.serializeBinaryToWriter
8330
8737
  );
8331
8738
  }
8739
+ f = message.getComputerSystem();
8740
+ if (f != null) {
8741
+ writer.writeMessage(
8742
+ 108,
8743
+ f,
8744
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.serializeBinaryToWriter
8745
+ );
8746
+ }
8332
8747
  f = message.getSoftwareInventory();
8333
8748
  if (f != null) {
8334
8749
  writer.writeMessage(
@@ -8393,9 +8808,9 @@ proto.com.lansweeper.dp.outbound.v1.Computer.serializeBinaryToWriter = function(
8393
8808
  proto.com.lansweeper.dp.outbound.v1.InternetExplorer.serializeBinaryToWriter
8394
8809
  );
8395
8810
  }
8396
- f = message.getWindowsSqlServer();
8397
- if (f != null) {
8398
- writer.writeMessage(
8811
+ f = message.getWindowsSqlServerList();
8812
+ if (f.length > 0) {
8813
+ writer.writeRepeatedMessage(
8399
8814
  209,
8400
8815
  f,
8401
8816
  proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.serializeBinaryToWriter
@@ -10030,6 +10445,43 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearPageFileList = funct
10030
10445
  };
10031
10446
 
10032
10447
 
10448
+ /**
10449
+ * optional WindowsComputerSystem computer_system = 108;
10450
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem}
10451
+ */
10452
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getComputerSystem = function() {
10453
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} */ (
10454
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem, 108));
10455
+ };
10456
+
10457
+
10458
+ /**
10459
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem|undefined} value
10460
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
10461
+ */
10462
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setComputerSystem = function(value) {
10463
+ return jspb.Message.setWrapperField(this, 108, value);
10464
+ };
10465
+
10466
+
10467
+ /**
10468
+ * Clears the message field making it undefined.
10469
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
10470
+ */
10471
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearComputerSystem = function() {
10472
+ return this.setComputerSystem(undefined);
10473
+ };
10474
+
10475
+
10476
+ /**
10477
+ * Returns whether this field is set.
10478
+ * @return {boolean}
10479
+ */
10480
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasComputerSystem = function() {
10481
+ return jspb.Message.getField(this, 108) != null;
10482
+ };
10483
+
10484
+
10033
10485
  /**
10034
10486
  * optional SoftwareInventory software_inventory = 201;
10035
10487
  * @return {?proto.com.lansweeper.dp.outbound.v1.SoftwareInventory}
@@ -10332,39 +10784,40 @@ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasInternetExplorer = fun
10332
10784
 
10333
10785
 
10334
10786
  /**
10335
- * optional WindowsSqlServer windows_sql_server = 209;
10336
- * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer}
10787
+ * repeated WindowsSqlServer windows_sql_server = 209;
10788
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer>}
10337
10789
  */
10338
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsSqlServer = function() {
10339
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer} */ (
10340
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer, 209));
10790
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.getWindowsSqlServerList = function() {
10791
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer>} */ (
10792
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer, 209));
10341
10793
  };
10342
10794
 
10343
10795
 
10344
10796
  /**
10345
- * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer|undefined} value
10797
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer>} value
10346
10798
  * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
10347
10799
  */
10348
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsSqlServer = function(value) {
10349
- return jspb.Message.setWrapperField(this, 209, value);
10800
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.setWindowsSqlServerList = function(value) {
10801
+ return jspb.Message.setRepeatedWrapperField(this, 209, value);
10350
10802
  };
10351
10803
 
10352
10804
 
10353
10805
  /**
10354
- * Clears the message field making it undefined.
10355
- * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
10806
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer=} opt_value
10807
+ * @param {number=} opt_index
10808
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer}
10356
10809
  */
10357
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsSqlServer = function() {
10358
- return this.setWindowsSqlServer(undefined);
10810
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.addWindowsSqlServer = function(opt_value, opt_index) {
10811
+ return jspb.Message.addToRepeatedWrapperField(this, 209, opt_value, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer, opt_index);
10359
10812
  };
10360
10813
 
10361
10814
 
10362
10815
  /**
10363
- * Returns whether this field is set.
10364
- * @return {boolean}
10816
+ * Clears the list making it empty but non-null.
10817
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Computer} returns this
10365
10818
  */
10366
- proto.com.lansweeper.dp.outbound.v1.Computer.prototype.hasWindowsSqlServer = function() {
10367
- return jspb.Message.getField(this, 209) != null;
10819
+ proto.com.lansweeper.dp.outbound.v1.Computer.prototype.clearWindowsSqlServerList = function() {
10820
+ return this.setWindowsSqlServerList([]);
10368
10821
  };
10369
10822
 
10370
10823
 
@@ -27135,6 +27588,349 @@ proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.prototype.hasData
27135
27588
 
27136
27589
 
27137
27590
 
27591
+ if (jspb.Message.GENERATE_TO_OBJECT) {
27592
+ /**
27593
+ * Creates an object representation of this proto.
27594
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
27595
+ * Optional fields that are not set will be set to undefined.
27596
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
27597
+ * For the list of reserved names please see:
27598
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
27599
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
27600
+ * JSPB instance for transitional soy proto support:
27601
+ * http://goto/soy-param-migration
27602
+ * @return {!Object}
27603
+ */
27604
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.toObject = function(opt_includeInstance) {
27605
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(opt_includeInstance, this);
27606
+ };
27607
+
27608
+
27609
+ /**
27610
+ * Static version of the {@see toObject} method.
27611
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
27612
+ * the JSPB instance for transitional soy proto support:
27613
+ * http://goto/soy-param-migration
27614
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} msg The msg instance to transform.
27615
+ * @return {!Object}
27616
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27617
+ */
27618
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject = function(includeInstance, msg) {
27619
+ var f, obj = {
27620
+ eventType: jspb.Message.getFieldWithDefault(msg, 1, 0),
27621
+ start: (f = msg.getStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
27622
+ end: (f = msg.getEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
27623
+ os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystem.toObject(includeInstance, f),
27624
+ prevOs: (f = msg.getPrevOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystem.toObject(includeInstance, f)
27625
+ };
27626
+
27627
+ if (includeInstance) {
27628
+ obj.$jspbMessageInstance = msg;
27629
+ }
27630
+ return obj;
27631
+ };
27632
+ }
27633
+
27634
+
27635
+ /**
27636
+ * Deserializes binary data (in protobuf wire format).
27637
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27638
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent}
27639
+ */
27640
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinary = function(bytes) {
27641
+ var reader = new jspb.BinaryReader(bytes);
27642
+ var msg = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent;
27643
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinaryFromReader(msg, reader);
27644
+ };
27645
+
27646
+
27647
+ /**
27648
+ * Deserializes binary data (in protobuf wire format) from the
27649
+ * given reader into the given message object.
27650
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} msg The message object to deserialize into.
27651
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27652
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent}
27653
+ */
27654
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinaryFromReader = function(msg, reader) {
27655
+ while (reader.nextField()) {
27656
+ if (reader.isEndGroup()) {
27657
+ break;
27658
+ }
27659
+ var field = reader.getFieldNumber();
27660
+ switch (field) {
27661
+ case 1:
27662
+ var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType} */ (reader.readEnum());
27663
+ msg.setEventType(value);
27664
+ break;
27665
+ case 2:
27666
+ var value = new google_protobuf_timestamp_pb.Timestamp;
27667
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
27668
+ msg.setStart(value);
27669
+ break;
27670
+ case 3:
27671
+ var value = new google_protobuf_timestamp_pb.Timestamp;
27672
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
27673
+ msg.setEnd(value);
27674
+ break;
27675
+ case 4:
27676
+ var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystem;
27677
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystem.deserializeBinaryFromReader);
27678
+ msg.setOs(value);
27679
+ break;
27680
+ case 5:
27681
+ var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystem;
27682
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystem.deserializeBinaryFromReader);
27683
+ msg.setPrevOs(value);
27684
+ break;
27685
+ default:
27686
+ reader.skipField();
27687
+ break;
27688
+ }
27689
+ }
27690
+ return msg;
27691
+ };
27692
+
27693
+
27694
+ /**
27695
+ * Serializes the message to binary data (in protobuf wire format).
27696
+ * @return {!Uint8Array}
27697
+ */
27698
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.serializeBinary = function() {
27699
+ var writer = new jspb.BinaryWriter();
27700
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.serializeBinaryToWriter(this, writer);
27701
+ return writer.getResultBuffer();
27702
+ };
27703
+
27704
+
27705
+ /**
27706
+ * Serializes the given message to binary data (in protobuf wire
27707
+ * format), writing to the given BinaryWriter.
27708
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} message
27709
+ * @param {!jspb.BinaryWriter} writer
27710
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27711
+ */
27712
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.serializeBinaryToWriter = function(message, writer) {
27713
+ var f = undefined;
27714
+ f = message.getEventType();
27715
+ if (f !== 0.0) {
27716
+ writer.writeEnum(
27717
+ 1,
27718
+ f
27719
+ );
27720
+ }
27721
+ f = message.getStart();
27722
+ if (f != null) {
27723
+ writer.writeMessage(
27724
+ 2,
27725
+ f,
27726
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
27727
+ );
27728
+ }
27729
+ f = message.getEnd();
27730
+ if (f != null) {
27731
+ writer.writeMessage(
27732
+ 3,
27733
+ f,
27734
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
27735
+ );
27736
+ }
27737
+ f = message.getOs();
27738
+ if (f != null) {
27739
+ writer.writeMessage(
27740
+ 4,
27741
+ f,
27742
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.serializeBinaryToWriter
27743
+ );
27744
+ }
27745
+ f = message.getPrevOs();
27746
+ if (f != null) {
27747
+ writer.writeMessage(
27748
+ 5,
27749
+ f,
27750
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystem.serializeBinaryToWriter
27751
+ );
27752
+ }
27753
+ };
27754
+
27755
+
27756
+ /**
27757
+ * @enum {number}
27758
+ */
27759
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType = {
27760
+ INSTALL: 0,
27761
+ UNINSTALL: 1,
27762
+ UPDATE: 2
27763
+ };
27764
+
27765
+ /**
27766
+ * optional EventType event_type = 1;
27767
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType}
27768
+ */
27769
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.getEventType = function() {
27770
+ return /** @type {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
27771
+ };
27772
+
27773
+
27774
+ /**
27775
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.EventType} value
27776
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27777
+ */
27778
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.setEventType = function(value) {
27779
+ return jspb.Message.setProto3EnumField(this, 1, value);
27780
+ };
27781
+
27782
+
27783
+ /**
27784
+ * optional google.protobuf.Timestamp start = 2;
27785
+ * @return {?proto.google.protobuf.Timestamp}
27786
+ */
27787
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.getStart = function() {
27788
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
27789
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
27790
+ };
27791
+
27792
+
27793
+ /**
27794
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
27795
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27796
+ */
27797
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.setStart = function(value) {
27798
+ return jspb.Message.setWrapperField(this, 2, value);
27799
+ };
27800
+
27801
+
27802
+ /**
27803
+ * Clears the message field making it undefined.
27804
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27805
+ */
27806
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.clearStart = function() {
27807
+ return this.setStart(undefined);
27808
+ };
27809
+
27810
+
27811
+ /**
27812
+ * Returns whether this field is set.
27813
+ * @return {boolean}
27814
+ */
27815
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.hasStart = function() {
27816
+ return jspb.Message.getField(this, 2) != null;
27817
+ };
27818
+
27819
+
27820
+ /**
27821
+ * optional google.protobuf.Timestamp end = 3;
27822
+ * @return {?proto.google.protobuf.Timestamp}
27823
+ */
27824
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.getEnd = function() {
27825
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
27826
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
27827
+ };
27828
+
27829
+
27830
+ /**
27831
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
27832
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27833
+ */
27834
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.setEnd = function(value) {
27835
+ return jspb.Message.setWrapperField(this, 3, value);
27836
+ };
27837
+
27838
+
27839
+ /**
27840
+ * Clears the message field making it undefined.
27841
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27842
+ */
27843
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.clearEnd = function() {
27844
+ return this.setEnd(undefined);
27845
+ };
27846
+
27847
+
27848
+ /**
27849
+ * Returns whether this field is set.
27850
+ * @return {boolean}
27851
+ */
27852
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.hasEnd = function() {
27853
+ return jspb.Message.getField(this, 3) != null;
27854
+ };
27855
+
27856
+
27857
+ /**
27858
+ * optional OperatingSystem os = 4;
27859
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem}
27860
+ */
27861
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.getOs = function() {
27862
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OperatingSystem} */ (
27863
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystem, 4));
27864
+ };
27865
+
27866
+
27867
+ /**
27868
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem|undefined} value
27869
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27870
+ */
27871
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.setOs = function(value) {
27872
+ return jspb.Message.setWrapperField(this, 4, value);
27873
+ };
27874
+
27875
+
27876
+ /**
27877
+ * Clears the message field making it undefined.
27878
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27879
+ */
27880
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.clearOs = function() {
27881
+ return this.setOs(undefined);
27882
+ };
27883
+
27884
+
27885
+ /**
27886
+ * Returns whether this field is set.
27887
+ * @return {boolean}
27888
+ */
27889
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.hasOs = function() {
27890
+ return jspb.Message.getField(this, 4) != null;
27891
+ };
27892
+
27893
+
27894
+ /**
27895
+ * optional OperatingSystem prev_os = 5;
27896
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem}
27897
+ */
27898
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.getPrevOs = function() {
27899
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OperatingSystem} */ (
27900
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystem, 5));
27901
+ };
27902
+
27903
+
27904
+ /**
27905
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem|undefined} value
27906
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27907
+ */
27908
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.setPrevOs = function(value) {
27909
+ return jspb.Message.setWrapperField(this, 5, value);
27910
+ };
27911
+
27912
+
27913
+ /**
27914
+ * Clears the message field making it undefined.
27915
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent} returns this
27916
+ */
27917
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.clearPrevOs = function() {
27918
+ return this.setPrevOs(undefined);
27919
+ };
27920
+
27921
+
27922
+ /**
27923
+ * Returns whether this field is set.
27924
+ * @return {boolean}
27925
+ */
27926
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.prototype.hasPrevOs = function() {
27927
+ return jspb.Message.getField(this, 5) != null;
27928
+ };
27929
+
27930
+
27931
+
27932
+
27933
+
27138
27934
  if (jspb.Message.GENERATE_TO_OBJECT) {
27139
27935
  /**
27140
27936
  * Creates an object representation of this proto.
@@ -57089,6 +57885,2074 @@ proto.com.lansweeper.dp.outbound.v1.ComputerSystemProduct.prototype.hasVersion =
57089
57885
 
57090
57886
 
57091
57887
 
57888
+ /**
57889
+ * List of repeated fields within this message type.
57890
+ * @private {!Array<number>}
57891
+ * @const
57892
+ */
57893
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.repeatedFields_ = [31,34];
57894
+
57895
+
57896
+
57897
+ if (jspb.Message.GENERATE_TO_OBJECT) {
57898
+ /**
57899
+ * Creates an object representation of this proto.
57900
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
57901
+ * Optional fields that are not set will be set to undefined.
57902
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
57903
+ * For the list of reserved names please see:
57904
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
57905
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
57906
+ * JSPB instance for transitional soy proto support:
57907
+ * http://goto/soy-param-migration
57908
+ * @return {!Object}
57909
+ */
57910
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.toObject = function(opt_includeInstance) {
57911
+ return proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.toObject(opt_includeInstance, this);
57912
+ };
57913
+
57914
+
57915
+ /**
57916
+ * Static version of the {@see toObject} method.
57917
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
57918
+ * the JSPB instance for transitional soy proto support:
57919
+ * http://goto/soy-param-migration
57920
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} msg The msg instance to transform.
57921
+ * @return {!Object}
57922
+ * @suppress {unusedLocalVariables} f is only used for nested messages
57923
+ */
57924
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.toObject = function(includeInstance, msg) {
57925
+ var f, obj = {
57926
+ adminPasswordStatus: (f = msg.getAdminPasswordStatus()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57927
+ automaticResetBootOption: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
57928
+ automaticResetCapability: jspb.Message.getBooleanFieldWithDefault(msg, 4, false),
57929
+ bootOptionOnLimit: (f = msg.getBootOptionOnLimit()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57930
+ bootOptionOnWatchDog: (f = msg.getBootOptionOnWatchDog()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57931
+ bootRomSupported: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
57932
+ bootUpState: jspb.Message.getFieldWithDefault(msg, 8, ""),
57933
+ chassisBootUpState: (f = msg.getChassisBootUpState()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57934
+ currentTimeZone: jspb.Message.getFieldWithDefault(msg, 10, 0),
57935
+ daylightInEffect: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
57936
+ description: jspb.Message.getFieldWithDefault(msg, 12, ""),
57937
+ domain: jspb.Message.getFieldWithDefault(msg, 13, ""),
57938
+ domainRole: (f = msg.getDomainRole()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57939
+ frontPanelResetStatus: (f = msg.getFrontPanelResetStatus()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57940
+ infraredSupported: jspb.Message.getBooleanFieldWithDefault(msg, 16, false),
57941
+ keyboardPasswordStatus: (f = msg.getKeyboardPasswordStatus()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57942
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 18, ""),
57943
+ name: jspb.Message.getFieldWithDefault(msg, 19, ""),
57944
+ model: jspb.Message.getFieldWithDefault(msg, 20, ""),
57945
+ networkServerModeEnabled: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
57946
+ numberOfProcessors: jspb.Message.getFieldWithDefault(msg, 22, 0),
57947
+ pauseAfterReset: jspb.Message.getFieldWithDefault(msg, 23, 0),
57948
+ powerOnPasswordStatus: (f = msg.getPowerOnPasswordStatus()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57949
+ powerState: (f = msg.getPowerState()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57950
+ powerSupplyState: (f = msg.getPowerSupplyState()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57951
+ primaryOwnerName: jspb.Message.getFieldWithDefault(msg, 27, ""),
57952
+ resetCapability: (f = msg.getResetCapability()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57953
+ resetCount: jspb.Message.getFieldWithDefault(msg, 29, 0),
57954
+ resetLimit: jspb.Message.getFieldWithDefault(msg, 30, 0),
57955
+ rolesList: (f = jspb.Message.getRepeatedField(msg, 31)) == null ? undefined : f,
57956
+ status: jspb.Message.getFieldWithDefault(msg, 32, ""),
57957
+ systemStartupDelay: jspb.Message.getFieldWithDefault(msg, 33, 0),
57958
+ systemStartupOptionsList: (f = jspb.Message.getRepeatedField(msg, 34)) == null ? undefined : f,
57959
+ systemType: jspb.Message.getFieldWithDefault(msg, 36, ""),
57960
+ thermalState: (f = msg.getThermalState()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57961
+ totalPhysicalMemory: jspb.Message.getFieldWithDefault(msg, 38, 0),
57962
+ wakeupType: (f = msg.getWakeupType()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
57963
+ enableDaylightSavingsTime: jspb.Message.getBooleanFieldWithDefault(msg, 40, false),
57964
+ partOfDomain: jspb.Message.getBooleanFieldWithDefault(msg, 41, false),
57965
+ numberOfLogicalProcessors: jspb.Message.getFieldWithDefault(msg, 42, 0)
57966
+ };
57967
+
57968
+ if (includeInstance) {
57969
+ obj.$jspbMessageInstance = msg;
57970
+ }
57971
+ return obj;
57972
+ };
57973
+ }
57974
+
57975
+
57976
+ /**
57977
+ * Deserializes binary data (in protobuf wire format).
57978
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
57979
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem}
57980
+ */
57981
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.deserializeBinary = function(bytes) {
57982
+ var reader = new jspb.BinaryReader(bytes);
57983
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem;
57984
+ return proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.deserializeBinaryFromReader(msg, reader);
57985
+ };
57986
+
57987
+
57988
+ /**
57989
+ * Deserializes binary data (in protobuf wire format) from the
57990
+ * given reader into the given message object.
57991
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} msg The message object to deserialize into.
57992
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
57993
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem}
57994
+ */
57995
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.deserializeBinaryFromReader = function(msg, reader) {
57996
+ while (reader.nextField()) {
57997
+ if (reader.isEndGroup()) {
57998
+ break;
57999
+ }
58000
+ var field = reader.getFieldNumber();
58001
+ switch (field) {
58002
+ case 2:
58003
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58004
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58005
+ msg.setAdminPasswordStatus(value);
58006
+ break;
58007
+ case 3:
58008
+ var value = /** @type {boolean} */ (reader.readBool());
58009
+ msg.setAutomaticResetBootOption(value);
58010
+ break;
58011
+ case 4:
58012
+ var value = /** @type {boolean} */ (reader.readBool());
58013
+ msg.setAutomaticResetCapability(value);
58014
+ break;
58015
+ case 5:
58016
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58017
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58018
+ msg.setBootOptionOnLimit(value);
58019
+ break;
58020
+ case 6:
58021
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58022
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58023
+ msg.setBootOptionOnWatchDog(value);
58024
+ break;
58025
+ case 7:
58026
+ var value = /** @type {boolean} */ (reader.readBool());
58027
+ msg.setBootRomSupported(value);
58028
+ break;
58029
+ case 8:
58030
+ var value = /** @type {string} */ (reader.readString());
58031
+ msg.setBootUpState(value);
58032
+ break;
58033
+ case 9:
58034
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58035
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58036
+ msg.setChassisBootUpState(value);
58037
+ break;
58038
+ case 10:
58039
+ var value = /** @type {number} */ (reader.readInt32());
58040
+ msg.setCurrentTimeZone(value);
58041
+ break;
58042
+ case 11:
58043
+ var value = /** @type {boolean} */ (reader.readBool());
58044
+ msg.setDaylightInEffect(value);
58045
+ break;
58046
+ case 12:
58047
+ var value = /** @type {string} */ (reader.readString());
58048
+ msg.setDescription(value);
58049
+ break;
58050
+ case 13:
58051
+ var value = /** @type {string} */ (reader.readString());
58052
+ msg.setDomain(value);
58053
+ break;
58054
+ case 14:
58055
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58056
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58057
+ msg.setDomainRole(value);
58058
+ break;
58059
+ case 15:
58060
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58061
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58062
+ msg.setFrontPanelResetStatus(value);
58063
+ break;
58064
+ case 16:
58065
+ var value = /** @type {boolean} */ (reader.readBool());
58066
+ msg.setInfraredSupported(value);
58067
+ break;
58068
+ case 17:
58069
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58070
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58071
+ msg.setKeyboardPasswordStatus(value);
58072
+ break;
58073
+ case 18:
58074
+ var value = /** @type {string} */ (reader.readString());
58075
+ msg.setManufacturer(value);
58076
+ break;
58077
+ case 19:
58078
+ var value = /** @type {string} */ (reader.readString());
58079
+ msg.setName(value);
58080
+ break;
58081
+ case 20:
58082
+ var value = /** @type {string} */ (reader.readString());
58083
+ msg.setModel(value);
58084
+ break;
58085
+ case 21:
58086
+ var value = /** @type {boolean} */ (reader.readBool());
58087
+ msg.setNetworkServerModeEnabled(value);
58088
+ break;
58089
+ case 22:
58090
+ var value = /** @type {number} */ (reader.readInt32());
58091
+ msg.setNumberOfProcessors(value);
58092
+ break;
58093
+ case 23:
58094
+ var value = /** @type {number} */ (reader.readInt64());
58095
+ msg.setPauseAfterReset(value);
58096
+ break;
58097
+ case 24:
58098
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58099
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58100
+ msg.setPowerOnPasswordStatus(value);
58101
+ break;
58102
+ case 25:
58103
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58104
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58105
+ msg.setPowerState(value);
58106
+ break;
58107
+ case 26:
58108
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58109
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58110
+ msg.setPowerSupplyState(value);
58111
+ break;
58112
+ case 27:
58113
+ var value = /** @type {string} */ (reader.readString());
58114
+ msg.setPrimaryOwnerName(value);
58115
+ break;
58116
+ case 28:
58117
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58118
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58119
+ msg.setResetCapability(value);
58120
+ break;
58121
+ case 29:
58122
+ var value = /** @type {number} */ (reader.readInt32());
58123
+ msg.setResetCount(value);
58124
+ break;
58125
+ case 30:
58126
+ var value = /** @type {number} */ (reader.readInt32());
58127
+ msg.setResetLimit(value);
58128
+ break;
58129
+ case 31:
58130
+ var value = /** @type {string} */ (reader.readString());
58131
+ msg.addRoles(value);
58132
+ break;
58133
+ case 32:
58134
+ var value = /** @type {string} */ (reader.readString());
58135
+ msg.setStatus(value);
58136
+ break;
58137
+ case 33:
58138
+ var value = /** @type {number} */ (reader.readInt32());
58139
+ msg.setSystemStartupDelay(value);
58140
+ break;
58141
+ case 34:
58142
+ var value = /** @type {string} */ (reader.readString());
58143
+ msg.addSystemStartupOptions(value);
58144
+ break;
58145
+ case 36:
58146
+ var value = /** @type {string} */ (reader.readString());
58147
+ msg.setSystemType(value);
58148
+ break;
58149
+ case 37:
58150
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58151
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58152
+ msg.setThermalState(value);
58153
+ break;
58154
+ case 38:
58155
+ var value = /** @type {number} */ (reader.readInt64());
58156
+ msg.setTotalPhysicalMemory(value);
58157
+ break;
58158
+ case 39:
58159
+ var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
58160
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
58161
+ msg.setWakeupType(value);
58162
+ break;
58163
+ case 40:
58164
+ var value = /** @type {boolean} */ (reader.readBool());
58165
+ msg.setEnableDaylightSavingsTime(value);
58166
+ break;
58167
+ case 41:
58168
+ var value = /** @type {boolean} */ (reader.readBool());
58169
+ msg.setPartOfDomain(value);
58170
+ break;
58171
+ case 42:
58172
+ var value = /** @type {number} */ (reader.readInt32());
58173
+ msg.setNumberOfLogicalProcessors(value);
58174
+ break;
58175
+ default:
58176
+ reader.skipField();
58177
+ break;
58178
+ }
58179
+ }
58180
+ return msg;
58181
+ };
58182
+
58183
+
58184
+ /**
58185
+ * Serializes the message to binary data (in protobuf wire format).
58186
+ * @return {!Uint8Array}
58187
+ */
58188
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.serializeBinary = function() {
58189
+ var writer = new jspb.BinaryWriter();
58190
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.serializeBinaryToWriter(this, writer);
58191
+ return writer.getResultBuffer();
58192
+ };
58193
+
58194
+
58195
+ /**
58196
+ * Serializes the given message to binary data (in protobuf wire
58197
+ * format), writing to the given BinaryWriter.
58198
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} message
58199
+ * @param {!jspb.BinaryWriter} writer
58200
+ * @suppress {unusedLocalVariables} f is only used for nested messages
58201
+ */
58202
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.serializeBinaryToWriter = function(message, writer) {
58203
+ var f = undefined;
58204
+ f = message.getAdminPasswordStatus();
58205
+ if (f != null) {
58206
+ writer.writeMessage(
58207
+ 2,
58208
+ f,
58209
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58210
+ );
58211
+ }
58212
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
58213
+ if (f != null) {
58214
+ writer.writeBool(
58215
+ 3,
58216
+ f
58217
+ );
58218
+ }
58219
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 4));
58220
+ if (f != null) {
58221
+ writer.writeBool(
58222
+ 4,
58223
+ f
58224
+ );
58225
+ }
58226
+ f = message.getBootOptionOnLimit();
58227
+ if (f != null) {
58228
+ writer.writeMessage(
58229
+ 5,
58230
+ f,
58231
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58232
+ );
58233
+ }
58234
+ f = message.getBootOptionOnWatchDog();
58235
+ if (f != null) {
58236
+ writer.writeMessage(
58237
+ 6,
58238
+ f,
58239
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58240
+ );
58241
+ }
58242
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 7));
58243
+ if (f != null) {
58244
+ writer.writeBool(
58245
+ 7,
58246
+ f
58247
+ );
58248
+ }
58249
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
58250
+ if (f != null) {
58251
+ writer.writeString(
58252
+ 8,
58253
+ f
58254
+ );
58255
+ }
58256
+ f = message.getChassisBootUpState();
58257
+ if (f != null) {
58258
+ writer.writeMessage(
58259
+ 9,
58260
+ f,
58261
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58262
+ );
58263
+ }
58264
+ f = /** @type {number} */ (jspb.Message.getField(message, 10));
58265
+ if (f != null) {
58266
+ writer.writeInt32(
58267
+ 10,
58268
+ f
58269
+ );
58270
+ }
58271
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
58272
+ if (f != null) {
58273
+ writer.writeBool(
58274
+ 11,
58275
+ f
58276
+ );
58277
+ }
58278
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
58279
+ if (f != null) {
58280
+ writer.writeString(
58281
+ 12,
58282
+ f
58283
+ );
58284
+ }
58285
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
58286
+ if (f != null) {
58287
+ writer.writeString(
58288
+ 13,
58289
+ f
58290
+ );
58291
+ }
58292
+ f = message.getDomainRole();
58293
+ if (f != null) {
58294
+ writer.writeMessage(
58295
+ 14,
58296
+ f,
58297
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58298
+ );
58299
+ }
58300
+ f = message.getFrontPanelResetStatus();
58301
+ if (f != null) {
58302
+ writer.writeMessage(
58303
+ 15,
58304
+ f,
58305
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58306
+ );
58307
+ }
58308
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 16));
58309
+ if (f != null) {
58310
+ writer.writeBool(
58311
+ 16,
58312
+ f
58313
+ );
58314
+ }
58315
+ f = message.getKeyboardPasswordStatus();
58316
+ if (f != null) {
58317
+ writer.writeMessage(
58318
+ 17,
58319
+ f,
58320
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58321
+ );
58322
+ }
58323
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
58324
+ if (f != null) {
58325
+ writer.writeString(
58326
+ 18,
58327
+ f
58328
+ );
58329
+ }
58330
+ f = /** @type {string} */ (jspb.Message.getField(message, 19));
58331
+ if (f != null) {
58332
+ writer.writeString(
58333
+ 19,
58334
+ f
58335
+ );
58336
+ }
58337
+ f = /** @type {string} */ (jspb.Message.getField(message, 20));
58338
+ if (f != null) {
58339
+ writer.writeString(
58340
+ 20,
58341
+ f
58342
+ );
58343
+ }
58344
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 21));
58345
+ if (f != null) {
58346
+ writer.writeBool(
58347
+ 21,
58348
+ f
58349
+ );
58350
+ }
58351
+ f = /** @type {number} */ (jspb.Message.getField(message, 22));
58352
+ if (f != null) {
58353
+ writer.writeInt32(
58354
+ 22,
58355
+ f
58356
+ );
58357
+ }
58358
+ f = /** @type {number} */ (jspb.Message.getField(message, 23));
58359
+ if (f != null) {
58360
+ writer.writeInt64(
58361
+ 23,
58362
+ f
58363
+ );
58364
+ }
58365
+ f = message.getPowerOnPasswordStatus();
58366
+ if (f != null) {
58367
+ writer.writeMessage(
58368
+ 24,
58369
+ f,
58370
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58371
+ );
58372
+ }
58373
+ f = message.getPowerState();
58374
+ if (f != null) {
58375
+ writer.writeMessage(
58376
+ 25,
58377
+ f,
58378
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58379
+ );
58380
+ }
58381
+ f = message.getPowerSupplyState();
58382
+ if (f != null) {
58383
+ writer.writeMessage(
58384
+ 26,
58385
+ f,
58386
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58387
+ );
58388
+ }
58389
+ f = /** @type {string} */ (jspb.Message.getField(message, 27));
58390
+ if (f != null) {
58391
+ writer.writeString(
58392
+ 27,
58393
+ f
58394
+ );
58395
+ }
58396
+ f = message.getResetCapability();
58397
+ if (f != null) {
58398
+ writer.writeMessage(
58399
+ 28,
58400
+ f,
58401
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58402
+ );
58403
+ }
58404
+ f = /** @type {number} */ (jspb.Message.getField(message, 29));
58405
+ if (f != null) {
58406
+ writer.writeInt32(
58407
+ 29,
58408
+ f
58409
+ );
58410
+ }
58411
+ f = /** @type {number} */ (jspb.Message.getField(message, 30));
58412
+ if (f != null) {
58413
+ writer.writeInt32(
58414
+ 30,
58415
+ f
58416
+ );
58417
+ }
58418
+ f = message.getRolesList();
58419
+ if (f.length > 0) {
58420
+ writer.writeRepeatedString(
58421
+ 31,
58422
+ f
58423
+ );
58424
+ }
58425
+ f = /** @type {string} */ (jspb.Message.getField(message, 32));
58426
+ if (f != null) {
58427
+ writer.writeString(
58428
+ 32,
58429
+ f
58430
+ );
58431
+ }
58432
+ f = /** @type {number} */ (jspb.Message.getField(message, 33));
58433
+ if (f != null) {
58434
+ writer.writeInt32(
58435
+ 33,
58436
+ f
58437
+ );
58438
+ }
58439
+ f = message.getSystemStartupOptionsList();
58440
+ if (f.length > 0) {
58441
+ writer.writeRepeatedString(
58442
+ 34,
58443
+ f
58444
+ );
58445
+ }
58446
+ f = /** @type {string} */ (jspb.Message.getField(message, 36));
58447
+ if (f != null) {
58448
+ writer.writeString(
58449
+ 36,
58450
+ f
58451
+ );
58452
+ }
58453
+ f = message.getThermalState();
58454
+ if (f != null) {
58455
+ writer.writeMessage(
58456
+ 37,
58457
+ f,
58458
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58459
+ );
58460
+ }
58461
+ f = /** @type {number} */ (jspb.Message.getField(message, 38));
58462
+ if (f != null) {
58463
+ writer.writeInt64(
58464
+ 38,
58465
+ f
58466
+ );
58467
+ }
58468
+ f = message.getWakeupType();
58469
+ if (f != null) {
58470
+ writer.writeMessage(
58471
+ 39,
58472
+ f,
58473
+ proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
58474
+ );
58475
+ }
58476
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 40));
58477
+ if (f != null) {
58478
+ writer.writeBool(
58479
+ 40,
58480
+ f
58481
+ );
58482
+ }
58483
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 41));
58484
+ if (f != null) {
58485
+ writer.writeBool(
58486
+ 41,
58487
+ f
58488
+ );
58489
+ }
58490
+ f = /** @type {number} */ (jspb.Message.getField(message, 42));
58491
+ if (f != null) {
58492
+ writer.writeInt32(
58493
+ 42,
58494
+ f
58495
+ );
58496
+ }
58497
+ };
58498
+
58499
+
58500
+ /**
58501
+ * optional MappedValue admin_password_status = 2;
58502
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58503
+ */
58504
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getAdminPasswordStatus = function() {
58505
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58506
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 2));
58507
+ };
58508
+
58509
+
58510
+ /**
58511
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58512
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58513
+ */
58514
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setAdminPasswordStatus = function(value) {
58515
+ return jspb.Message.setWrapperField(this, 2, value);
58516
+ };
58517
+
58518
+
58519
+ /**
58520
+ * Clears the message field making it undefined.
58521
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58522
+ */
58523
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearAdminPasswordStatus = function() {
58524
+ return this.setAdminPasswordStatus(undefined);
58525
+ };
58526
+
58527
+
58528
+ /**
58529
+ * Returns whether this field is set.
58530
+ * @return {boolean}
58531
+ */
58532
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasAdminPasswordStatus = function() {
58533
+ return jspb.Message.getField(this, 2) != null;
58534
+ };
58535
+
58536
+
58537
+ /**
58538
+ * optional bool automatic_reset_boot_option = 3;
58539
+ * @return {boolean}
58540
+ */
58541
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getAutomaticResetBootOption = function() {
58542
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
58543
+ };
58544
+
58545
+
58546
+ /**
58547
+ * @param {boolean} value
58548
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58549
+ */
58550
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setAutomaticResetBootOption = function(value) {
58551
+ return jspb.Message.setField(this, 3, value);
58552
+ };
58553
+
58554
+
58555
+ /**
58556
+ * Clears the field making it undefined.
58557
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58558
+ */
58559
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearAutomaticResetBootOption = function() {
58560
+ return jspb.Message.setField(this, 3, undefined);
58561
+ };
58562
+
58563
+
58564
+ /**
58565
+ * Returns whether this field is set.
58566
+ * @return {boolean}
58567
+ */
58568
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasAutomaticResetBootOption = function() {
58569
+ return jspb.Message.getField(this, 3) != null;
58570
+ };
58571
+
58572
+
58573
+ /**
58574
+ * optional bool automatic_reset_capability = 4;
58575
+ * @return {boolean}
58576
+ */
58577
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getAutomaticResetCapability = function() {
58578
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false));
58579
+ };
58580
+
58581
+
58582
+ /**
58583
+ * @param {boolean} value
58584
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58585
+ */
58586
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setAutomaticResetCapability = function(value) {
58587
+ return jspb.Message.setField(this, 4, value);
58588
+ };
58589
+
58590
+
58591
+ /**
58592
+ * Clears the field making it undefined.
58593
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58594
+ */
58595
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearAutomaticResetCapability = function() {
58596
+ return jspb.Message.setField(this, 4, undefined);
58597
+ };
58598
+
58599
+
58600
+ /**
58601
+ * Returns whether this field is set.
58602
+ * @return {boolean}
58603
+ */
58604
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasAutomaticResetCapability = function() {
58605
+ return jspb.Message.getField(this, 4) != null;
58606
+ };
58607
+
58608
+
58609
+ /**
58610
+ * optional MappedValue boot_option_on_limit = 5;
58611
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58612
+ */
58613
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getBootOptionOnLimit = function() {
58614
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58615
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 5));
58616
+ };
58617
+
58618
+
58619
+ /**
58620
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58621
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58622
+ */
58623
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setBootOptionOnLimit = function(value) {
58624
+ return jspb.Message.setWrapperField(this, 5, value);
58625
+ };
58626
+
58627
+
58628
+ /**
58629
+ * Clears the message field making it undefined.
58630
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58631
+ */
58632
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearBootOptionOnLimit = function() {
58633
+ return this.setBootOptionOnLimit(undefined);
58634
+ };
58635
+
58636
+
58637
+ /**
58638
+ * Returns whether this field is set.
58639
+ * @return {boolean}
58640
+ */
58641
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasBootOptionOnLimit = function() {
58642
+ return jspb.Message.getField(this, 5) != null;
58643
+ };
58644
+
58645
+
58646
+ /**
58647
+ * optional MappedValue boot_option_on_watch_dog = 6;
58648
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58649
+ */
58650
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getBootOptionOnWatchDog = function() {
58651
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58652
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 6));
58653
+ };
58654
+
58655
+
58656
+ /**
58657
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58658
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58659
+ */
58660
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setBootOptionOnWatchDog = function(value) {
58661
+ return jspb.Message.setWrapperField(this, 6, value);
58662
+ };
58663
+
58664
+
58665
+ /**
58666
+ * Clears the message field making it undefined.
58667
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58668
+ */
58669
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearBootOptionOnWatchDog = function() {
58670
+ return this.setBootOptionOnWatchDog(undefined);
58671
+ };
58672
+
58673
+
58674
+ /**
58675
+ * Returns whether this field is set.
58676
+ * @return {boolean}
58677
+ */
58678
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasBootOptionOnWatchDog = function() {
58679
+ return jspb.Message.getField(this, 6) != null;
58680
+ };
58681
+
58682
+
58683
+ /**
58684
+ * optional bool boot_rom_supported = 7;
58685
+ * @return {boolean}
58686
+ */
58687
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getBootRomSupported = function() {
58688
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
58689
+ };
58690
+
58691
+
58692
+ /**
58693
+ * @param {boolean} value
58694
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58695
+ */
58696
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setBootRomSupported = function(value) {
58697
+ return jspb.Message.setField(this, 7, value);
58698
+ };
58699
+
58700
+
58701
+ /**
58702
+ * Clears the field making it undefined.
58703
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58704
+ */
58705
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearBootRomSupported = function() {
58706
+ return jspb.Message.setField(this, 7, undefined);
58707
+ };
58708
+
58709
+
58710
+ /**
58711
+ * Returns whether this field is set.
58712
+ * @return {boolean}
58713
+ */
58714
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasBootRomSupported = function() {
58715
+ return jspb.Message.getField(this, 7) != null;
58716
+ };
58717
+
58718
+
58719
+ /**
58720
+ * optional string boot_up_state = 8;
58721
+ * @return {string}
58722
+ */
58723
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getBootUpState = function() {
58724
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
58725
+ };
58726
+
58727
+
58728
+ /**
58729
+ * @param {string} value
58730
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58731
+ */
58732
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setBootUpState = function(value) {
58733
+ return jspb.Message.setField(this, 8, value);
58734
+ };
58735
+
58736
+
58737
+ /**
58738
+ * Clears the field making it undefined.
58739
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58740
+ */
58741
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearBootUpState = function() {
58742
+ return jspb.Message.setField(this, 8, undefined);
58743
+ };
58744
+
58745
+
58746
+ /**
58747
+ * Returns whether this field is set.
58748
+ * @return {boolean}
58749
+ */
58750
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasBootUpState = function() {
58751
+ return jspb.Message.getField(this, 8) != null;
58752
+ };
58753
+
58754
+
58755
+ /**
58756
+ * optional MappedValue chassis_boot_up_state = 9;
58757
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58758
+ */
58759
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getChassisBootUpState = function() {
58760
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58761
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 9));
58762
+ };
58763
+
58764
+
58765
+ /**
58766
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58767
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58768
+ */
58769
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setChassisBootUpState = function(value) {
58770
+ return jspb.Message.setWrapperField(this, 9, value);
58771
+ };
58772
+
58773
+
58774
+ /**
58775
+ * Clears the message field making it undefined.
58776
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58777
+ */
58778
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearChassisBootUpState = function() {
58779
+ return this.setChassisBootUpState(undefined);
58780
+ };
58781
+
58782
+
58783
+ /**
58784
+ * Returns whether this field is set.
58785
+ * @return {boolean}
58786
+ */
58787
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasChassisBootUpState = function() {
58788
+ return jspb.Message.getField(this, 9) != null;
58789
+ };
58790
+
58791
+
58792
+ /**
58793
+ * optional int32 current_time_zone = 10;
58794
+ * @return {number}
58795
+ */
58796
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getCurrentTimeZone = function() {
58797
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
58798
+ };
58799
+
58800
+
58801
+ /**
58802
+ * @param {number} value
58803
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58804
+ */
58805
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setCurrentTimeZone = function(value) {
58806
+ return jspb.Message.setField(this, 10, value);
58807
+ };
58808
+
58809
+
58810
+ /**
58811
+ * Clears the field making it undefined.
58812
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58813
+ */
58814
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearCurrentTimeZone = function() {
58815
+ return jspb.Message.setField(this, 10, undefined);
58816
+ };
58817
+
58818
+
58819
+ /**
58820
+ * Returns whether this field is set.
58821
+ * @return {boolean}
58822
+ */
58823
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasCurrentTimeZone = function() {
58824
+ return jspb.Message.getField(this, 10) != null;
58825
+ };
58826
+
58827
+
58828
+ /**
58829
+ * optional bool daylight_in_effect = 11;
58830
+ * @return {boolean}
58831
+ */
58832
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getDaylightInEffect = function() {
58833
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
58834
+ };
58835
+
58836
+
58837
+ /**
58838
+ * @param {boolean} value
58839
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58840
+ */
58841
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setDaylightInEffect = function(value) {
58842
+ return jspb.Message.setField(this, 11, value);
58843
+ };
58844
+
58845
+
58846
+ /**
58847
+ * Clears the field making it undefined.
58848
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58849
+ */
58850
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearDaylightInEffect = function() {
58851
+ return jspb.Message.setField(this, 11, undefined);
58852
+ };
58853
+
58854
+
58855
+ /**
58856
+ * Returns whether this field is set.
58857
+ * @return {boolean}
58858
+ */
58859
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasDaylightInEffect = function() {
58860
+ return jspb.Message.getField(this, 11) != null;
58861
+ };
58862
+
58863
+
58864
+ /**
58865
+ * optional string description = 12;
58866
+ * @return {string}
58867
+ */
58868
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getDescription = function() {
58869
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
58870
+ };
58871
+
58872
+
58873
+ /**
58874
+ * @param {string} value
58875
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58876
+ */
58877
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setDescription = function(value) {
58878
+ return jspb.Message.setField(this, 12, value);
58879
+ };
58880
+
58881
+
58882
+ /**
58883
+ * Clears the field making it undefined.
58884
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58885
+ */
58886
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearDescription = function() {
58887
+ return jspb.Message.setField(this, 12, undefined);
58888
+ };
58889
+
58890
+
58891
+ /**
58892
+ * Returns whether this field is set.
58893
+ * @return {boolean}
58894
+ */
58895
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasDescription = function() {
58896
+ return jspb.Message.getField(this, 12) != null;
58897
+ };
58898
+
58899
+
58900
+ /**
58901
+ * optional string domain = 13;
58902
+ * @return {string}
58903
+ */
58904
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getDomain = function() {
58905
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
58906
+ };
58907
+
58908
+
58909
+ /**
58910
+ * @param {string} value
58911
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58912
+ */
58913
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setDomain = function(value) {
58914
+ return jspb.Message.setField(this, 13, value);
58915
+ };
58916
+
58917
+
58918
+ /**
58919
+ * Clears the field making it undefined.
58920
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58921
+ */
58922
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearDomain = function() {
58923
+ return jspb.Message.setField(this, 13, undefined);
58924
+ };
58925
+
58926
+
58927
+ /**
58928
+ * Returns whether this field is set.
58929
+ * @return {boolean}
58930
+ */
58931
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasDomain = function() {
58932
+ return jspb.Message.getField(this, 13) != null;
58933
+ };
58934
+
58935
+
58936
+ /**
58937
+ * optional MappedValue domain_role = 14;
58938
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58939
+ */
58940
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getDomainRole = function() {
58941
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58942
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 14));
58943
+ };
58944
+
58945
+
58946
+ /**
58947
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58948
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58949
+ */
58950
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setDomainRole = function(value) {
58951
+ return jspb.Message.setWrapperField(this, 14, value);
58952
+ };
58953
+
58954
+
58955
+ /**
58956
+ * Clears the message field making it undefined.
58957
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58958
+ */
58959
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearDomainRole = function() {
58960
+ return this.setDomainRole(undefined);
58961
+ };
58962
+
58963
+
58964
+ /**
58965
+ * Returns whether this field is set.
58966
+ * @return {boolean}
58967
+ */
58968
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasDomainRole = function() {
58969
+ return jspb.Message.getField(this, 14) != null;
58970
+ };
58971
+
58972
+
58973
+ /**
58974
+ * optional MappedValue front_panel_reset_status = 15;
58975
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
58976
+ */
58977
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getFrontPanelResetStatus = function() {
58978
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
58979
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 15));
58980
+ };
58981
+
58982
+
58983
+ /**
58984
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
58985
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58986
+ */
58987
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setFrontPanelResetStatus = function(value) {
58988
+ return jspb.Message.setWrapperField(this, 15, value);
58989
+ };
58990
+
58991
+
58992
+ /**
58993
+ * Clears the message field making it undefined.
58994
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
58995
+ */
58996
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearFrontPanelResetStatus = function() {
58997
+ return this.setFrontPanelResetStatus(undefined);
58998
+ };
58999
+
59000
+
59001
+ /**
59002
+ * Returns whether this field is set.
59003
+ * @return {boolean}
59004
+ */
59005
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasFrontPanelResetStatus = function() {
59006
+ return jspb.Message.getField(this, 15) != null;
59007
+ };
59008
+
59009
+
59010
+ /**
59011
+ * optional bool infrared_supported = 16;
59012
+ * @return {boolean}
59013
+ */
59014
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getInfraredSupported = function() {
59015
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false));
59016
+ };
59017
+
59018
+
59019
+ /**
59020
+ * @param {boolean} value
59021
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59022
+ */
59023
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setInfraredSupported = function(value) {
59024
+ return jspb.Message.setField(this, 16, value);
59025
+ };
59026
+
59027
+
59028
+ /**
59029
+ * Clears the field making it undefined.
59030
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59031
+ */
59032
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearInfraredSupported = function() {
59033
+ return jspb.Message.setField(this, 16, undefined);
59034
+ };
59035
+
59036
+
59037
+ /**
59038
+ * Returns whether this field is set.
59039
+ * @return {boolean}
59040
+ */
59041
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasInfraredSupported = function() {
59042
+ return jspb.Message.getField(this, 16) != null;
59043
+ };
59044
+
59045
+
59046
+ /**
59047
+ * optional MappedValue keyboard_password_status = 17;
59048
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59049
+ */
59050
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getKeyboardPasswordStatus = function() {
59051
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59052
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 17));
59053
+ };
59054
+
59055
+
59056
+ /**
59057
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59058
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59059
+ */
59060
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setKeyboardPasswordStatus = function(value) {
59061
+ return jspb.Message.setWrapperField(this, 17, value);
59062
+ };
59063
+
59064
+
59065
+ /**
59066
+ * Clears the message field making it undefined.
59067
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59068
+ */
59069
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearKeyboardPasswordStatus = function() {
59070
+ return this.setKeyboardPasswordStatus(undefined);
59071
+ };
59072
+
59073
+
59074
+ /**
59075
+ * Returns whether this field is set.
59076
+ * @return {boolean}
59077
+ */
59078
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasKeyboardPasswordStatus = function() {
59079
+ return jspb.Message.getField(this, 17) != null;
59080
+ };
59081
+
59082
+
59083
+ /**
59084
+ * optional string manufacturer = 18;
59085
+ * @return {string}
59086
+ */
59087
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getManufacturer = function() {
59088
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
59089
+ };
59090
+
59091
+
59092
+ /**
59093
+ * @param {string} value
59094
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59095
+ */
59096
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setManufacturer = function(value) {
59097
+ return jspb.Message.setField(this, 18, value);
59098
+ };
59099
+
59100
+
59101
+ /**
59102
+ * Clears the field making it undefined.
59103
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59104
+ */
59105
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearManufacturer = function() {
59106
+ return jspb.Message.setField(this, 18, undefined);
59107
+ };
59108
+
59109
+
59110
+ /**
59111
+ * Returns whether this field is set.
59112
+ * @return {boolean}
59113
+ */
59114
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasManufacturer = function() {
59115
+ return jspb.Message.getField(this, 18) != null;
59116
+ };
59117
+
59118
+
59119
+ /**
59120
+ * optional string name = 19;
59121
+ * @return {string}
59122
+ */
59123
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getName = function() {
59124
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
59125
+ };
59126
+
59127
+
59128
+ /**
59129
+ * @param {string} value
59130
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59131
+ */
59132
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setName = function(value) {
59133
+ return jspb.Message.setField(this, 19, value);
59134
+ };
59135
+
59136
+
59137
+ /**
59138
+ * Clears the field making it undefined.
59139
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59140
+ */
59141
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearName = function() {
59142
+ return jspb.Message.setField(this, 19, undefined);
59143
+ };
59144
+
59145
+
59146
+ /**
59147
+ * Returns whether this field is set.
59148
+ * @return {boolean}
59149
+ */
59150
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasName = function() {
59151
+ return jspb.Message.getField(this, 19) != null;
59152
+ };
59153
+
59154
+
59155
+ /**
59156
+ * optional string model = 20;
59157
+ * @return {string}
59158
+ */
59159
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getModel = function() {
59160
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
59161
+ };
59162
+
59163
+
59164
+ /**
59165
+ * @param {string} value
59166
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59167
+ */
59168
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setModel = function(value) {
59169
+ return jspb.Message.setField(this, 20, value);
59170
+ };
59171
+
59172
+
59173
+ /**
59174
+ * Clears the field making it undefined.
59175
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59176
+ */
59177
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearModel = function() {
59178
+ return jspb.Message.setField(this, 20, undefined);
59179
+ };
59180
+
59181
+
59182
+ /**
59183
+ * Returns whether this field is set.
59184
+ * @return {boolean}
59185
+ */
59186
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasModel = function() {
59187
+ return jspb.Message.getField(this, 20) != null;
59188
+ };
59189
+
59190
+
59191
+ /**
59192
+ * optional bool network_server_mode_enabled = 21;
59193
+ * @return {boolean}
59194
+ */
59195
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getNetworkServerModeEnabled = function() {
59196
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));
59197
+ };
59198
+
59199
+
59200
+ /**
59201
+ * @param {boolean} value
59202
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59203
+ */
59204
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setNetworkServerModeEnabled = function(value) {
59205
+ return jspb.Message.setField(this, 21, value);
59206
+ };
59207
+
59208
+
59209
+ /**
59210
+ * Clears the field making it undefined.
59211
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59212
+ */
59213
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearNetworkServerModeEnabled = function() {
59214
+ return jspb.Message.setField(this, 21, undefined);
59215
+ };
59216
+
59217
+
59218
+ /**
59219
+ * Returns whether this field is set.
59220
+ * @return {boolean}
59221
+ */
59222
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasNetworkServerModeEnabled = function() {
59223
+ return jspb.Message.getField(this, 21) != null;
59224
+ };
59225
+
59226
+
59227
+ /**
59228
+ * optional int32 number_of_processors = 22;
59229
+ * @return {number}
59230
+ */
59231
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getNumberOfProcessors = function() {
59232
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 22, 0));
59233
+ };
59234
+
59235
+
59236
+ /**
59237
+ * @param {number} value
59238
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59239
+ */
59240
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setNumberOfProcessors = function(value) {
59241
+ return jspb.Message.setField(this, 22, value);
59242
+ };
59243
+
59244
+
59245
+ /**
59246
+ * Clears the field making it undefined.
59247
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59248
+ */
59249
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearNumberOfProcessors = function() {
59250
+ return jspb.Message.setField(this, 22, undefined);
59251
+ };
59252
+
59253
+
59254
+ /**
59255
+ * Returns whether this field is set.
59256
+ * @return {boolean}
59257
+ */
59258
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasNumberOfProcessors = function() {
59259
+ return jspb.Message.getField(this, 22) != null;
59260
+ };
59261
+
59262
+
59263
+ /**
59264
+ * optional int64 pause_after_reset = 23;
59265
+ * @return {number}
59266
+ */
59267
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPauseAfterReset = function() {
59268
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 23, 0));
59269
+ };
59270
+
59271
+
59272
+ /**
59273
+ * @param {number} value
59274
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59275
+ */
59276
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPauseAfterReset = function(value) {
59277
+ return jspb.Message.setField(this, 23, value);
59278
+ };
59279
+
59280
+
59281
+ /**
59282
+ * Clears the field making it undefined.
59283
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59284
+ */
59285
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPauseAfterReset = function() {
59286
+ return jspb.Message.setField(this, 23, undefined);
59287
+ };
59288
+
59289
+
59290
+ /**
59291
+ * Returns whether this field is set.
59292
+ * @return {boolean}
59293
+ */
59294
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPauseAfterReset = function() {
59295
+ return jspb.Message.getField(this, 23) != null;
59296
+ };
59297
+
59298
+
59299
+ /**
59300
+ * optional MappedValue power_on_password_status = 24;
59301
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59302
+ */
59303
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPowerOnPasswordStatus = function() {
59304
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59305
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 24));
59306
+ };
59307
+
59308
+
59309
+ /**
59310
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59311
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59312
+ */
59313
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPowerOnPasswordStatus = function(value) {
59314
+ return jspb.Message.setWrapperField(this, 24, value);
59315
+ };
59316
+
59317
+
59318
+ /**
59319
+ * Clears the message field making it undefined.
59320
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59321
+ */
59322
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPowerOnPasswordStatus = function() {
59323
+ return this.setPowerOnPasswordStatus(undefined);
59324
+ };
59325
+
59326
+
59327
+ /**
59328
+ * Returns whether this field is set.
59329
+ * @return {boolean}
59330
+ */
59331
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPowerOnPasswordStatus = function() {
59332
+ return jspb.Message.getField(this, 24) != null;
59333
+ };
59334
+
59335
+
59336
+ /**
59337
+ * optional MappedValue power_state = 25;
59338
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59339
+ */
59340
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPowerState = function() {
59341
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59342
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 25));
59343
+ };
59344
+
59345
+
59346
+ /**
59347
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59348
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59349
+ */
59350
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPowerState = function(value) {
59351
+ return jspb.Message.setWrapperField(this, 25, value);
59352
+ };
59353
+
59354
+
59355
+ /**
59356
+ * Clears the message field making it undefined.
59357
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59358
+ */
59359
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPowerState = function() {
59360
+ return this.setPowerState(undefined);
59361
+ };
59362
+
59363
+
59364
+ /**
59365
+ * Returns whether this field is set.
59366
+ * @return {boolean}
59367
+ */
59368
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPowerState = function() {
59369
+ return jspb.Message.getField(this, 25) != null;
59370
+ };
59371
+
59372
+
59373
+ /**
59374
+ * optional MappedValue power_supply_state = 26;
59375
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59376
+ */
59377
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPowerSupplyState = function() {
59378
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59379
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 26));
59380
+ };
59381
+
59382
+
59383
+ /**
59384
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59385
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59386
+ */
59387
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPowerSupplyState = function(value) {
59388
+ return jspb.Message.setWrapperField(this, 26, value);
59389
+ };
59390
+
59391
+
59392
+ /**
59393
+ * Clears the message field making it undefined.
59394
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59395
+ */
59396
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPowerSupplyState = function() {
59397
+ return this.setPowerSupplyState(undefined);
59398
+ };
59399
+
59400
+
59401
+ /**
59402
+ * Returns whether this field is set.
59403
+ * @return {boolean}
59404
+ */
59405
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPowerSupplyState = function() {
59406
+ return jspb.Message.getField(this, 26) != null;
59407
+ };
59408
+
59409
+
59410
+ /**
59411
+ * optional string primary_owner_name = 27;
59412
+ * @return {string}
59413
+ */
59414
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPrimaryOwnerName = function() {
59415
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
59416
+ };
59417
+
59418
+
59419
+ /**
59420
+ * @param {string} value
59421
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59422
+ */
59423
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPrimaryOwnerName = function(value) {
59424
+ return jspb.Message.setField(this, 27, value);
59425
+ };
59426
+
59427
+
59428
+ /**
59429
+ * Clears the field making it undefined.
59430
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59431
+ */
59432
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPrimaryOwnerName = function() {
59433
+ return jspb.Message.setField(this, 27, undefined);
59434
+ };
59435
+
59436
+
59437
+ /**
59438
+ * Returns whether this field is set.
59439
+ * @return {boolean}
59440
+ */
59441
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPrimaryOwnerName = function() {
59442
+ return jspb.Message.getField(this, 27) != null;
59443
+ };
59444
+
59445
+
59446
+ /**
59447
+ * optional MappedValue reset_capability = 28;
59448
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59449
+ */
59450
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getResetCapability = function() {
59451
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59452
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 28));
59453
+ };
59454
+
59455
+
59456
+ /**
59457
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59458
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59459
+ */
59460
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setResetCapability = function(value) {
59461
+ return jspb.Message.setWrapperField(this, 28, value);
59462
+ };
59463
+
59464
+
59465
+ /**
59466
+ * Clears the message field making it undefined.
59467
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59468
+ */
59469
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearResetCapability = function() {
59470
+ return this.setResetCapability(undefined);
59471
+ };
59472
+
59473
+
59474
+ /**
59475
+ * Returns whether this field is set.
59476
+ * @return {boolean}
59477
+ */
59478
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasResetCapability = function() {
59479
+ return jspb.Message.getField(this, 28) != null;
59480
+ };
59481
+
59482
+
59483
+ /**
59484
+ * optional int32 reset_count = 29;
59485
+ * @return {number}
59486
+ */
59487
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getResetCount = function() {
59488
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 29, 0));
59489
+ };
59490
+
59491
+
59492
+ /**
59493
+ * @param {number} value
59494
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59495
+ */
59496
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setResetCount = function(value) {
59497
+ return jspb.Message.setField(this, 29, value);
59498
+ };
59499
+
59500
+
59501
+ /**
59502
+ * Clears the field making it undefined.
59503
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59504
+ */
59505
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearResetCount = function() {
59506
+ return jspb.Message.setField(this, 29, undefined);
59507
+ };
59508
+
59509
+
59510
+ /**
59511
+ * Returns whether this field is set.
59512
+ * @return {boolean}
59513
+ */
59514
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasResetCount = function() {
59515
+ return jspb.Message.getField(this, 29) != null;
59516
+ };
59517
+
59518
+
59519
+ /**
59520
+ * optional int32 reset_limit = 30;
59521
+ * @return {number}
59522
+ */
59523
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getResetLimit = function() {
59524
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 30, 0));
59525
+ };
59526
+
59527
+
59528
+ /**
59529
+ * @param {number} value
59530
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59531
+ */
59532
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setResetLimit = function(value) {
59533
+ return jspb.Message.setField(this, 30, value);
59534
+ };
59535
+
59536
+
59537
+ /**
59538
+ * Clears the field making it undefined.
59539
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59540
+ */
59541
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearResetLimit = function() {
59542
+ return jspb.Message.setField(this, 30, undefined);
59543
+ };
59544
+
59545
+
59546
+ /**
59547
+ * Returns whether this field is set.
59548
+ * @return {boolean}
59549
+ */
59550
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasResetLimit = function() {
59551
+ return jspb.Message.getField(this, 30) != null;
59552
+ };
59553
+
59554
+
59555
+ /**
59556
+ * repeated string roles = 31;
59557
+ * @return {!Array<string>}
59558
+ */
59559
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getRolesList = function() {
59560
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 31));
59561
+ };
59562
+
59563
+
59564
+ /**
59565
+ * @param {!Array<string>} value
59566
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59567
+ */
59568
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setRolesList = function(value) {
59569
+ return jspb.Message.setField(this, 31, value || []);
59570
+ };
59571
+
59572
+
59573
+ /**
59574
+ * @param {string} value
59575
+ * @param {number=} opt_index
59576
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59577
+ */
59578
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.addRoles = function(value, opt_index) {
59579
+ return jspb.Message.addToRepeatedField(this, 31, value, opt_index);
59580
+ };
59581
+
59582
+
59583
+ /**
59584
+ * Clears the list making it empty but non-null.
59585
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59586
+ */
59587
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearRolesList = function() {
59588
+ return this.setRolesList([]);
59589
+ };
59590
+
59591
+
59592
+ /**
59593
+ * optional string status = 32;
59594
+ * @return {string}
59595
+ */
59596
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getStatus = function() {
59597
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
59598
+ };
59599
+
59600
+
59601
+ /**
59602
+ * @param {string} value
59603
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59604
+ */
59605
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setStatus = function(value) {
59606
+ return jspb.Message.setField(this, 32, value);
59607
+ };
59608
+
59609
+
59610
+ /**
59611
+ * Clears the field making it undefined.
59612
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59613
+ */
59614
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearStatus = function() {
59615
+ return jspb.Message.setField(this, 32, undefined);
59616
+ };
59617
+
59618
+
59619
+ /**
59620
+ * Returns whether this field is set.
59621
+ * @return {boolean}
59622
+ */
59623
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasStatus = function() {
59624
+ return jspb.Message.getField(this, 32) != null;
59625
+ };
59626
+
59627
+
59628
+ /**
59629
+ * optional int32 system_startup_delay = 33;
59630
+ * @return {number}
59631
+ */
59632
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getSystemStartupDelay = function() {
59633
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 33, 0));
59634
+ };
59635
+
59636
+
59637
+ /**
59638
+ * @param {number} value
59639
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59640
+ */
59641
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setSystemStartupDelay = function(value) {
59642
+ return jspb.Message.setField(this, 33, value);
59643
+ };
59644
+
59645
+
59646
+ /**
59647
+ * Clears the field making it undefined.
59648
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59649
+ */
59650
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearSystemStartupDelay = function() {
59651
+ return jspb.Message.setField(this, 33, undefined);
59652
+ };
59653
+
59654
+
59655
+ /**
59656
+ * Returns whether this field is set.
59657
+ * @return {boolean}
59658
+ */
59659
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasSystemStartupDelay = function() {
59660
+ return jspb.Message.getField(this, 33) != null;
59661
+ };
59662
+
59663
+
59664
+ /**
59665
+ * repeated string system_startup_options = 34;
59666
+ * @return {!Array<string>}
59667
+ */
59668
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getSystemStartupOptionsList = function() {
59669
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 34));
59670
+ };
59671
+
59672
+
59673
+ /**
59674
+ * @param {!Array<string>} value
59675
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59676
+ */
59677
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setSystemStartupOptionsList = function(value) {
59678
+ return jspb.Message.setField(this, 34, value || []);
59679
+ };
59680
+
59681
+
59682
+ /**
59683
+ * @param {string} value
59684
+ * @param {number=} opt_index
59685
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59686
+ */
59687
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.addSystemStartupOptions = function(value, opt_index) {
59688
+ return jspb.Message.addToRepeatedField(this, 34, value, opt_index);
59689
+ };
59690
+
59691
+
59692
+ /**
59693
+ * Clears the list making it empty but non-null.
59694
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59695
+ */
59696
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearSystemStartupOptionsList = function() {
59697
+ return this.setSystemStartupOptionsList([]);
59698
+ };
59699
+
59700
+
59701
+ /**
59702
+ * optional string system_type = 36;
59703
+ * @return {string}
59704
+ */
59705
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getSystemType = function() {
59706
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 36, ""));
59707
+ };
59708
+
59709
+
59710
+ /**
59711
+ * @param {string} value
59712
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59713
+ */
59714
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setSystemType = function(value) {
59715
+ return jspb.Message.setField(this, 36, value);
59716
+ };
59717
+
59718
+
59719
+ /**
59720
+ * Clears the field making it undefined.
59721
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59722
+ */
59723
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearSystemType = function() {
59724
+ return jspb.Message.setField(this, 36, undefined);
59725
+ };
59726
+
59727
+
59728
+ /**
59729
+ * Returns whether this field is set.
59730
+ * @return {boolean}
59731
+ */
59732
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasSystemType = function() {
59733
+ return jspb.Message.getField(this, 36) != null;
59734
+ };
59735
+
59736
+
59737
+ /**
59738
+ * optional MappedValue thermal_state = 37;
59739
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59740
+ */
59741
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getThermalState = function() {
59742
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59743
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 37));
59744
+ };
59745
+
59746
+
59747
+ /**
59748
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59749
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59750
+ */
59751
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setThermalState = function(value) {
59752
+ return jspb.Message.setWrapperField(this, 37, value);
59753
+ };
59754
+
59755
+
59756
+ /**
59757
+ * Clears the message field making it undefined.
59758
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59759
+ */
59760
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearThermalState = function() {
59761
+ return this.setThermalState(undefined);
59762
+ };
59763
+
59764
+
59765
+ /**
59766
+ * Returns whether this field is set.
59767
+ * @return {boolean}
59768
+ */
59769
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasThermalState = function() {
59770
+ return jspb.Message.getField(this, 37) != null;
59771
+ };
59772
+
59773
+
59774
+ /**
59775
+ * optional int64 total_physical_memory = 38;
59776
+ * @return {number}
59777
+ */
59778
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getTotalPhysicalMemory = function() {
59779
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 38, 0));
59780
+ };
59781
+
59782
+
59783
+ /**
59784
+ * @param {number} value
59785
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59786
+ */
59787
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setTotalPhysicalMemory = function(value) {
59788
+ return jspb.Message.setField(this, 38, value);
59789
+ };
59790
+
59791
+
59792
+ /**
59793
+ * Clears the field making it undefined.
59794
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59795
+ */
59796
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearTotalPhysicalMemory = function() {
59797
+ return jspb.Message.setField(this, 38, undefined);
59798
+ };
59799
+
59800
+
59801
+ /**
59802
+ * Returns whether this field is set.
59803
+ * @return {boolean}
59804
+ */
59805
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasTotalPhysicalMemory = function() {
59806
+ return jspb.Message.getField(this, 38) != null;
59807
+ };
59808
+
59809
+
59810
+ /**
59811
+ * optional MappedValue wakeup_type = 39;
59812
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
59813
+ */
59814
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getWakeupType = function() {
59815
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
59816
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 39));
59817
+ };
59818
+
59819
+
59820
+ /**
59821
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
59822
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59823
+ */
59824
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setWakeupType = function(value) {
59825
+ return jspb.Message.setWrapperField(this, 39, value);
59826
+ };
59827
+
59828
+
59829
+ /**
59830
+ * Clears the message field making it undefined.
59831
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59832
+ */
59833
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearWakeupType = function() {
59834
+ return this.setWakeupType(undefined);
59835
+ };
59836
+
59837
+
59838
+ /**
59839
+ * Returns whether this field is set.
59840
+ * @return {boolean}
59841
+ */
59842
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasWakeupType = function() {
59843
+ return jspb.Message.getField(this, 39) != null;
59844
+ };
59845
+
59846
+
59847
+ /**
59848
+ * optional bool enable_daylight_savings_time = 40;
59849
+ * @return {boolean}
59850
+ */
59851
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getEnableDaylightSavingsTime = function() {
59852
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 40, false));
59853
+ };
59854
+
59855
+
59856
+ /**
59857
+ * @param {boolean} value
59858
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59859
+ */
59860
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setEnableDaylightSavingsTime = function(value) {
59861
+ return jspb.Message.setField(this, 40, value);
59862
+ };
59863
+
59864
+
59865
+ /**
59866
+ * Clears the field making it undefined.
59867
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59868
+ */
59869
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearEnableDaylightSavingsTime = function() {
59870
+ return jspb.Message.setField(this, 40, undefined);
59871
+ };
59872
+
59873
+
59874
+ /**
59875
+ * Returns whether this field is set.
59876
+ * @return {boolean}
59877
+ */
59878
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasEnableDaylightSavingsTime = function() {
59879
+ return jspb.Message.getField(this, 40) != null;
59880
+ };
59881
+
59882
+
59883
+ /**
59884
+ * optional bool part_of_domain = 41;
59885
+ * @return {boolean}
59886
+ */
59887
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getPartOfDomain = function() {
59888
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 41, false));
59889
+ };
59890
+
59891
+
59892
+ /**
59893
+ * @param {boolean} value
59894
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59895
+ */
59896
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setPartOfDomain = function(value) {
59897
+ return jspb.Message.setField(this, 41, value);
59898
+ };
59899
+
59900
+
59901
+ /**
59902
+ * Clears the field making it undefined.
59903
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59904
+ */
59905
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearPartOfDomain = function() {
59906
+ return jspb.Message.setField(this, 41, undefined);
59907
+ };
59908
+
59909
+
59910
+ /**
59911
+ * Returns whether this field is set.
59912
+ * @return {boolean}
59913
+ */
59914
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasPartOfDomain = function() {
59915
+ return jspb.Message.getField(this, 41) != null;
59916
+ };
59917
+
59918
+
59919
+ /**
59920
+ * optional int32 number_of_logical_processors = 42;
59921
+ * @return {number}
59922
+ */
59923
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.getNumberOfLogicalProcessors = function() {
59924
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 42, 0));
59925
+ };
59926
+
59927
+
59928
+ /**
59929
+ * @param {number} value
59930
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59931
+ */
59932
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.setNumberOfLogicalProcessors = function(value) {
59933
+ return jspb.Message.setField(this, 42, value);
59934
+ };
59935
+
59936
+
59937
+ /**
59938
+ * Clears the field making it undefined.
59939
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem} returns this
59940
+ */
59941
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.clearNumberOfLogicalProcessors = function() {
59942
+ return jspb.Message.setField(this, 42, undefined);
59943
+ };
59944
+
59945
+
59946
+ /**
59947
+ * Returns whether this field is set.
59948
+ * @return {boolean}
59949
+ */
59950
+ proto.com.lansweeper.dp.outbound.v1.WindowsComputerSystem.prototype.hasNumberOfLogicalProcessors = function() {
59951
+ return jspb.Message.getField(this, 42) != null;
59952
+ };
59953
+
59954
+
59955
+
57092
59956
 
57093
59957
 
57094
59958
  if (jspb.Message.GENERATE_TO_OBJECT) {
@@ -74057,7 +76921,7 @@ proto.com.lansweeper.dp.outbound.v1.IpInfo.prototype.hasOrganization = function(
74057
76921
  * @private {!Array<number>}
74058
76922
  * @const
74059
76923
  */
74060
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.repeatedFields_ = [2,3];
76924
+ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.repeatedFields_ = [2];
74061
76925
 
74062
76926
 
74063
76927
 
@@ -74092,9 +76956,7 @@ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.toObject = function(includ
74092
76956
  var f, obj = {
74093
76957
  timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
74094
76958
  softwareList: jspb.Message.toObjectList(msg.getSoftwareList(),
74095
- proto.com.lansweeper.dp.outbound.v1.Software.toObject, includeInstance),
74096
- eventLogList: jspb.Message.toObjectList(msg.getEventLogList(),
74097
- proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.toObject, includeInstance)
76959
+ proto.com.lansweeper.dp.outbound.v1.Software.toObject, includeInstance)
74098
76960
  };
74099
76961
 
74100
76962
  if (includeInstance) {
@@ -74141,11 +77003,6 @@ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.deserializeBinaryFromReade
74141
77003
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Software.deserializeBinaryFromReader);
74142
77004
  msg.addSoftware(value);
74143
77005
  break;
74144
- case 3:
74145
- var value = new proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent;
74146
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.deserializeBinaryFromReader);
74147
- msg.addEventLog(value);
74148
- break;
74149
77006
  default:
74150
77007
  reader.skipField();
74151
77008
  break;
@@ -74191,14 +77048,6 @@ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.serializeBinaryToWriter =
74191
77048
  proto.com.lansweeper.dp.outbound.v1.Software.serializeBinaryToWriter
74192
77049
  );
74193
77050
  }
74194
- f = message.getEventLogList();
74195
- if (f.length > 0) {
74196
- writer.writeRepeatedMessage(
74197
- 3,
74198
- f,
74199
- proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.serializeBinaryToWriter
74200
- );
74201
- }
74202
77051
  };
74203
77052
 
74204
77053
 
@@ -74277,44 +77126,6 @@ proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.clearSoftwareLis
74277
77126
  };
74278
77127
 
74279
77128
 
74280
- /**
74281
- * repeated SoftwareChangeEvent event_log = 3;
74282
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent>}
74283
- */
74284
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.getEventLogList = function() {
74285
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent>} */ (
74286
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent, 3));
74287
- };
74288
-
74289
-
74290
- /**
74291
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent>} value
74292
- * @return {!proto.com.lansweeper.dp.outbound.v1.SoftwareInventory} returns this
74293
- */
74294
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.setEventLogList = function(value) {
74295
- return jspb.Message.setRepeatedWrapperField(this, 3, value);
74296
- };
74297
-
74298
-
74299
- /**
74300
- * @param {!proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent=} opt_value
74301
- * @param {number=} opt_index
74302
- * @return {!proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent}
74303
- */
74304
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.addEventLog = function(opt_value, opt_index) {
74305
- return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent, opt_index);
74306
- };
74307
-
74308
-
74309
- /**
74310
- * Clears the list making it empty but non-null.
74311
- * @return {!proto.com.lansweeper.dp.outbound.v1.SoftwareInventory} returns this
74312
- */
74313
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.prototype.clearEventLogList = function() {
74314
- return this.setEventLogList([]);
74315
- };
74316
-
74317
-
74318
77129
 
74319
77130
 
74320
77131