@lansweeper/discovery-sensor-proto 2.13.21 → 2.13.22

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.
@@ -12073,6 +12073,10 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.toObject = function(incl
12073
12073
  entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
12074
12074
  proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject, includeInstance),
12075
12075
  vendor: (f = msg.getVendor()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12076
+ vram: (f = msg.getVram()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12077
+ romRevision: (f = msg.getRomRevision()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12078
+ revisionId: (f = msg.getRevisionId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12079
+ deviceId: (f = msg.getDeviceId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12076
12080
  sppciBus: (f = msg.getSppciBus()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12077
12081
  sppciCores: (f = msg.getSppciCores()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12078
12082
  sppciDeviceType: (f = msg.getSppciDeviceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
@@ -12136,19 +12140,39 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.deserializeBinaryFromRea
12136
12140
  case 5:
12137
12141
  var value = new google_protobuf_wrappers_pb.StringValue;
12138
12142
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12139
- msg.setSppciBus(value);
12143
+ msg.setVram(value);
12140
12144
  break;
12141
12145
  case 6:
12142
12146
  var value = new google_protobuf_wrappers_pb.StringValue;
12143
12147
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12144
- msg.setSppciCores(value);
12148
+ msg.setRomRevision(value);
12145
12149
  break;
12146
12150
  case 7:
12147
12151
  var value = new google_protobuf_wrappers_pb.StringValue;
12148
12152
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12149
- msg.setSppciDeviceType(value);
12153
+ msg.setRevisionId(value);
12150
12154
  break;
12151
12155
  case 8:
12156
+ var value = new google_protobuf_wrappers_pb.StringValue;
12157
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12158
+ msg.setDeviceId(value);
12159
+ break;
12160
+ case 9:
12161
+ var value = new google_protobuf_wrappers_pb.StringValue;
12162
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12163
+ msg.setSppciBus(value);
12164
+ break;
12165
+ case 10:
12166
+ var value = new google_protobuf_wrappers_pb.StringValue;
12167
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12168
+ msg.setSppciCores(value);
12169
+ break;
12170
+ case 11:
12171
+ var value = new google_protobuf_wrappers_pb.StringValue;
12172
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12173
+ msg.setSppciDeviceType(value);
12174
+ break;
12175
+ case 12:
12152
12176
  var value = new google_protobuf_wrappers_pb.StringValue;
12153
12177
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12154
12178
  msg.setSppciModel(value);
@@ -12214,7 +12238,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12214
12238
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12215
12239
  );
12216
12240
  }
12217
- f = message.getSppciBus();
12241
+ f = message.getVram();
12218
12242
  if (f != null) {
12219
12243
  writer.writeMessage(
12220
12244
  5,
@@ -12222,7 +12246,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12222
12246
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12223
12247
  );
12224
12248
  }
12225
- f = message.getSppciCores();
12249
+ f = message.getRomRevision();
12226
12250
  if (f != null) {
12227
12251
  writer.writeMessage(
12228
12252
  6,
@@ -12230,7 +12254,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12230
12254
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12231
12255
  );
12232
12256
  }
12233
- f = message.getSppciDeviceType();
12257
+ f = message.getRevisionId();
12234
12258
  if (f != null) {
12235
12259
  writer.writeMessage(
12236
12260
  7,
@@ -12238,7 +12262,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12238
12262
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12239
12263
  );
12240
12264
  }
12241
- f = message.getSppciModel();
12265
+ f = message.getDeviceId();
12242
12266
  if (f != null) {
12243
12267
  writer.writeMessage(
12244
12268
  8,
@@ -12246,6 +12270,38 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.serializeBinaryToWriter
12246
12270
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12247
12271
  );
12248
12272
  }
12273
+ f = message.getSppciBus();
12274
+ if (f != null) {
12275
+ writer.writeMessage(
12276
+ 9,
12277
+ f,
12278
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12279
+ );
12280
+ }
12281
+ f = message.getSppciCores();
12282
+ if (f != null) {
12283
+ writer.writeMessage(
12284
+ 10,
12285
+ f,
12286
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12287
+ );
12288
+ }
12289
+ f = message.getSppciDeviceType();
12290
+ if (f != null) {
12291
+ writer.writeMessage(
12292
+ 11,
12293
+ f,
12294
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12295
+ );
12296
+ }
12297
+ f = message.getSppciModel();
12298
+ if (f != null) {
12299
+ writer.writeMessage(
12300
+ 12,
12301
+ f,
12302
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12303
+ );
12304
+ }
12249
12305
  };
12250
12306
 
12251
12307
 
@@ -12399,10 +12455,10 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVendor = fu
12399
12455
 
12400
12456
 
12401
12457
  /**
12402
- * optional google.protobuf.StringValue sppci_bus = 5;
12458
+ * optional google.protobuf.StringValue vram = 5;
12403
12459
  * @return {?proto.google.protobuf.StringValue}
12404
12460
  */
12405
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus = function() {
12461
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getVram = function() {
12406
12462
  return /** @type{?proto.google.protobuf.StringValue} */ (
12407
12463
  jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
12408
12464
  };
@@ -12412,11 +12468,159 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus =
12412
12468
  * @param {?proto.google.protobuf.StringValue|undefined} value
12413
12469
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12414
12470
  */
12415
- proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciBus = function(value) {
12471
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setVram = function(value) {
12416
12472
  return jspb.Message.setWrapperField(this, 5, value);
12417
12473
  };
12418
12474
 
12419
12475
 
12476
+ /**
12477
+ * Clears the message field making it undefined.
12478
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12479
+ */
12480
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearVram = function() {
12481
+ return this.setVram(undefined);
12482
+ };
12483
+
12484
+
12485
+ /**
12486
+ * Returns whether this field is set.
12487
+ * @return {boolean}
12488
+ */
12489
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasVram = function() {
12490
+ return jspb.Message.getField(this, 5) != null;
12491
+ };
12492
+
12493
+
12494
+ /**
12495
+ * optional google.protobuf.StringValue rom_revision = 6;
12496
+ * @return {?proto.google.protobuf.StringValue}
12497
+ */
12498
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRomRevision = function() {
12499
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12500
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
12501
+ };
12502
+
12503
+
12504
+ /**
12505
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12506
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12507
+ */
12508
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setRomRevision = function(value) {
12509
+ return jspb.Message.setWrapperField(this, 6, value);
12510
+ };
12511
+
12512
+
12513
+ /**
12514
+ * Clears the message field making it undefined.
12515
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12516
+ */
12517
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRomRevision = function() {
12518
+ return this.setRomRevision(undefined);
12519
+ };
12520
+
12521
+
12522
+ /**
12523
+ * Returns whether this field is set.
12524
+ * @return {boolean}
12525
+ */
12526
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRomRevision = function() {
12527
+ return jspb.Message.getField(this, 6) != null;
12528
+ };
12529
+
12530
+
12531
+ /**
12532
+ * optional google.protobuf.StringValue revision_id = 7;
12533
+ * @return {?proto.google.protobuf.StringValue}
12534
+ */
12535
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getRevisionId = function() {
12536
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12537
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
12538
+ };
12539
+
12540
+
12541
+ /**
12542
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12543
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12544
+ */
12545
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setRevisionId = function(value) {
12546
+ return jspb.Message.setWrapperField(this, 7, value);
12547
+ };
12548
+
12549
+
12550
+ /**
12551
+ * Clears the message field making it undefined.
12552
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12553
+ */
12554
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearRevisionId = function() {
12555
+ return this.setRevisionId(undefined);
12556
+ };
12557
+
12558
+
12559
+ /**
12560
+ * Returns whether this field is set.
12561
+ * @return {boolean}
12562
+ */
12563
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasRevisionId = function() {
12564
+ return jspb.Message.getField(this, 7) != null;
12565
+ };
12566
+
12567
+
12568
+ /**
12569
+ * optional google.protobuf.StringValue device_id = 8;
12570
+ * @return {?proto.google.protobuf.StringValue}
12571
+ */
12572
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getDeviceId = function() {
12573
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12574
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
12575
+ };
12576
+
12577
+
12578
+ /**
12579
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12580
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12581
+ */
12582
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setDeviceId = function(value) {
12583
+ return jspb.Message.setWrapperField(this, 8, value);
12584
+ };
12585
+
12586
+
12587
+ /**
12588
+ * Clears the message field making it undefined.
12589
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12590
+ */
12591
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearDeviceId = function() {
12592
+ return this.setDeviceId(undefined);
12593
+ };
12594
+
12595
+
12596
+ /**
12597
+ * Returns whether this field is set.
12598
+ * @return {boolean}
12599
+ */
12600
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasDeviceId = function() {
12601
+ return jspb.Message.getField(this, 8) != null;
12602
+ };
12603
+
12604
+
12605
+ /**
12606
+ * optional google.protobuf.StringValue sppci_bus = 9;
12607
+ * @return {?proto.google.protobuf.StringValue}
12608
+ */
12609
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciBus = function() {
12610
+ return /** @type{?proto.google.protobuf.StringValue} */ (
12611
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
12612
+ };
12613
+
12614
+
12615
+ /**
12616
+ * @param {?proto.google.protobuf.StringValue|undefined} value
12617
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12618
+ */
12619
+ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciBus = function(value) {
12620
+ return jspb.Message.setWrapperField(this, 9, value);
12621
+ };
12622
+
12623
+
12420
12624
  /**
12421
12625
  * Clears the message field making it undefined.
12422
12626
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
@@ -12431,17 +12635,17 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciBus
12431
12635
  * @return {boolean}
12432
12636
  */
12433
12637
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciBus = function() {
12434
- return jspb.Message.getField(this, 5) != null;
12638
+ return jspb.Message.getField(this, 9) != null;
12435
12639
  };
12436
12640
 
12437
12641
 
12438
12642
  /**
12439
- * optional google.protobuf.StringValue sppci_cores = 6;
12643
+ * optional google.protobuf.StringValue sppci_cores = 10;
12440
12644
  * @return {?proto.google.protobuf.StringValue}
12441
12645
  */
12442
12646
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores = function() {
12443
12647
  return /** @type{?proto.google.protobuf.StringValue} */ (
12444
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
12648
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
12445
12649
  };
12446
12650
 
12447
12651
 
@@ -12450,7 +12654,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciCores
12450
12654
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12451
12655
  */
12452
12656
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciCores = function(value) {
12453
- return jspb.Message.setWrapperField(this, 6, value);
12657
+ return jspb.Message.setWrapperField(this, 10, value);
12454
12658
  };
12455
12659
 
12456
12660
 
@@ -12468,17 +12672,17 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciCore
12468
12672
  * @return {boolean}
12469
12673
  */
12470
12674
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciCores = function() {
12471
- return jspb.Message.getField(this, 6) != null;
12675
+ return jspb.Message.getField(this, 10) != null;
12472
12676
  };
12473
12677
 
12474
12678
 
12475
12679
  /**
12476
- * optional google.protobuf.StringValue sppci_device_type = 7;
12680
+ * optional google.protobuf.StringValue sppci_device_type = 11;
12477
12681
  * @return {?proto.google.protobuf.StringValue}
12478
12682
  */
12479
12683
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDeviceType = function() {
12480
12684
  return /** @type{?proto.google.protobuf.StringValue} */ (
12481
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
12685
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
12482
12686
  };
12483
12687
 
12484
12688
 
@@ -12487,7 +12691,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciDevice
12487
12691
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12488
12692
  */
12489
12693
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciDeviceType = function(value) {
12490
- return jspb.Message.setWrapperField(this, 7, value);
12694
+ return jspb.Message.setWrapperField(this, 11, value);
12491
12695
  };
12492
12696
 
12493
12697
 
@@ -12505,17 +12709,17 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciDevi
12505
12709
  * @return {boolean}
12506
12710
  */
12507
12711
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciDeviceType = function() {
12508
- return jspb.Message.getField(this, 7) != null;
12712
+ return jspb.Message.getField(this, 11) != null;
12509
12713
  };
12510
12714
 
12511
12715
 
12512
12716
  /**
12513
- * optional google.protobuf.StringValue sppci_model = 8;
12717
+ * optional google.protobuf.StringValue sppci_model = 12;
12514
12718
  * @return {?proto.google.protobuf.StringValue}
12515
12719
  */
12516
12720
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel = function() {
12517
12721
  return /** @type{?proto.google.protobuf.StringValue} */ (
12518
- jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
12722
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
12519
12723
  };
12520
12724
 
12521
12725
 
@@ -12524,7 +12728,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.getSppciModel
12524
12728
  * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor} returns this
12525
12729
  */
12526
12730
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.setSppciModel = function(value) {
12527
- return jspb.Message.setWrapperField(this, 8, value);
12731
+ return jspb.Message.setWrapperField(this, 12, value);
12528
12732
  };
12529
12733
 
12530
12734
 
@@ -12542,7 +12746,7 @@ proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.clearSppciMode
12542
12746
  * @return {boolean}
12543
12747
  */
12544
12748
  proto.com.lansweeper.discovery.sensor.mac.v1.MacMonitor.prototype.hasSppciModel = function() {
12545
- return jspb.Message.getField(this, 8) != null;
12749
+ return jspb.Message.getField(this, 12) != null;
12546
12750
  };
12547
12751
 
12548
12752
 
@@ -12593,7 +12797,12 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.toObject = function(include
12593
12797
  isMain: (f = msg.getIsMain()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12594
12798
  mirror: (f = msg.getMirror()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12595
12799
  isOnline: (f = msg.getIsOnline()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12596
- pixelResolution: (f = msg.getPixelResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
12800
+ pixelResolution: (f = msg.getPixelResolution()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12801
+ coreImage: (f = msg.getCoreImage()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12802
+ depth: (f = msg.getDepth()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12803
+ quartzExtreme: (f = msg.getQuartzExtreme()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12804
+ deviceType: (f = msg.getDeviceType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
12805
+ builtIn: (f = msg.getBuiltIn()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
12597
12806
  };
12598
12807
 
12599
12808
  if (includeInstance) {
@@ -12710,6 +12919,31 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.deserializeBinaryFromReader
12710
12919
  reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12711
12920
  msg.setPixelResolution(value);
12712
12921
  break;
12922
+ case 17:
12923
+ var value = new google_protobuf_wrappers_pb.StringValue;
12924
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12925
+ msg.setCoreImage(value);
12926
+ break;
12927
+ case 18:
12928
+ var value = new google_protobuf_wrappers_pb.StringValue;
12929
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12930
+ msg.setDepth(value);
12931
+ break;
12932
+ case 19:
12933
+ var value = new google_protobuf_wrappers_pb.StringValue;
12934
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12935
+ msg.setQuartzExtreme(value);
12936
+ break;
12937
+ case 20:
12938
+ var value = new google_protobuf_wrappers_pb.StringValue;
12939
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12940
+ msg.setDeviceType(value);
12941
+ break;
12942
+ case 21:
12943
+ var value = new google_protobuf_wrappers_pb.StringValue;
12944
+ reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
12945
+ msg.setBuiltIn(value);
12946
+ break;
12713
12947
  default:
12714
12948
  reader.skipField();
12715
12949
  break;
@@ -12867,6 +13101,46 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.serializeBinaryToWriter = f
12867
13101
  google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
12868
13102
  );
12869
13103
  }
13104
+ f = message.getCoreImage();
13105
+ if (f != null) {
13106
+ writer.writeMessage(
13107
+ 17,
13108
+ f,
13109
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13110
+ );
13111
+ }
13112
+ f = message.getDepth();
13113
+ if (f != null) {
13114
+ writer.writeMessage(
13115
+ 18,
13116
+ f,
13117
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13118
+ );
13119
+ }
13120
+ f = message.getQuartzExtreme();
13121
+ if (f != null) {
13122
+ writer.writeMessage(
13123
+ 19,
13124
+ f,
13125
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13126
+ );
13127
+ }
13128
+ f = message.getDeviceType();
13129
+ if (f != null) {
13130
+ writer.writeMessage(
13131
+ 20,
13132
+ f,
13133
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13134
+ );
13135
+ }
13136
+ f = message.getBuiltIn();
13137
+ if (f != null) {
13138
+ writer.writeMessage(
13139
+ 21,
13140
+ f,
13141
+ google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
13142
+ );
13143
+ }
12870
13144
  };
12871
13145
 
12872
13146
 
@@ -13462,4 +13736,189 @@ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasPixelResolutio
13462
13736
  };
13463
13737
 
13464
13738
 
13739
+ /**
13740
+ * optional google.protobuf.StringValue core_image = 17;
13741
+ * @return {?proto.google.protobuf.StringValue}
13742
+ */
13743
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getCoreImage = function() {
13744
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13745
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
13746
+ };
13747
+
13748
+
13749
+ /**
13750
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13751
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13752
+ */
13753
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setCoreImage = function(value) {
13754
+ return jspb.Message.setWrapperField(this, 17, value);
13755
+ };
13756
+
13757
+
13758
+ /**
13759
+ * Clears the message field making it undefined.
13760
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13761
+ */
13762
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearCoreImage = function() {
13763
+ return this.setCoreImage(undefined);
13764
+ };
13765
+
13766
+
13767
+ /**
13768
+ * Returns whether this field is set.
13769
+ * @return {boolean}
13770
+ */
13771
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasCoreImage = function() {
13772
+ return jspb.Message.getField(this, 17) != null;
13773
+ };
13774
+
13775
+
13776
+ /**
13777
+ * optional google.protobuf.StringValue depth = 18;
13778
+ * @return {?proto.google.protobuf.StringValue}
13779
+ */
13780
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getDepth = function() {
13781
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13782
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 18));
13783
+ };
13784
+
13785
+
13786
+ /**
13787
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13788
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13789
+ */
13790
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setDepth = function(value) {
13791
+ return jspb.Message.setWrapperField(this, 18, value);
13792
+ };
13793
+
13794
+
13795
+ /**
13796
+ * Clears the message field making it undefined.
13797
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13798
+ */
13799
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearDepth = function() {
13800
+ return this.setDepth(undefined);
13801
+ };
13802
+
13803
+
13804
+ /**
13805
+ * Returns whether this field is set.
13806
+ * @return {boolean}
13807
+ */
13808
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasDepth = function() {
13809
+ return jspb.Message.getField(this, 18) != null;
13810
+ };
13811
+
13812
+
13813
+ /**
13814
+ * optional google.protobuf.StringValue quartz_extreme = 19;
13815
+ * @return {?proto.google.protobuf.StringValue}
13816
+ */
13817
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getQuartzExtreme = function() {
13818
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13819
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
13820
+ };
13821
+
13822
+
13823
+ /**
13824
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13825
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13826
+ */
13827
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setQuartzExtreme = function(value) {
13828
+ return jspb.Message.setWrapperField(this, 19, value);
13829
+ };
13830
+
13831
+
13832
+ /**
13833
+ * Clears the message field making it undefined.
13834
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13835
+ */
13836
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearQuartzExtreme = function() {
13837
+ return this.setQuartzExtreme(undefined);
13838
+ };
13839
+
13840
+
13841
+ /**
13842
+ * Returns whether this field is set.
13843
+ * @return {boolean}
13844
+ */
13845
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasQuartzExtreme = function() {
13846
+ return jspb.Message.getField(this, 19) != null;
13847
+ };
13848
+
13849
+
13850
+ /**
13851
+ * optional google.protobuf.StringValue device_type = 20;
13852
+ * @return {?proto.google.protobuf.StringValue}
13853
+ */
13854
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getDeviceType = function() {
13855
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13856
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
13857
+ };
13858
+
13859
+
13860
+ /**
13861
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13862
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13863
+ */
13864
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setDeviceType = function(value) {
13865
+ return jspb.Message.setWrapperField(this, 20, value);
13866
+ };
13867
+
13868
+
13869
+ /**
13870
+ * Clears the message field making it undefined.
13871
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13872
+ */
13873
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearDeviceType = function() {
13874
+ return this.setDeviceType(undefined);
13875
+ };
13876
+
13877
+
13878
+ /**
13879
+ * Returns whether this field is set.
13880
+ * @return {boolean}
13881
+ */
13882
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasDeviceType = function() {
13883
+ return jspb.Message.getField(this, 20) != null;
13884
+ };
13885
+
13886
+
13887
+ /**
13888
+ * optional google.protobuf.StringValue built_in = 21;
13889
+ * @return {?proto.google.protobuf.StringValue}
13890
+ */
13891
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.getBuiltIn = function() {
13892
+ return /** @type{?proto.google.protobuf.StringValue} */ (
13893
+ jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 21));
13894
+ };
13895
+
13896
+
13897
+ /**
13898
+ * @param {?proto.google.protobuf.StringValue|undefined} value
13899
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13900
+ */
13901
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.setBuiltIn = function(value) {
13902
+ return jspb.Message.setWrapperField(this, 21, value);
13903
+ };
13904
+
13905
+
13906
+ /**
13907
+ * Clears the message field making it undefined.
13908
+ * @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Monitor} returns this
13909
+ */
13910
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.clearBuiltIn = function() {
13911
+ return this.setBuiltIn(undefined);
13912
+ };
13913
+
13914
+
13915
+ /**
13916
+ * Returns whether this field is set.
13917
+ * @return {boolean}
13918
+ */
13919
+ proto.com.lansweeper.discovery.sensor.mac.v1.Monitor.prototype.hasBuiltIn = function() {
13920
+ return jspb.Message.getField(this, 21) != null;
13921
+ };
13922
+
13923
+
13465
13924
  goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.mac.v1);