@lansweeper/data-platform-outbound-grpc 0.1.71 → 0.1.73

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.
@@ -110,9 +110,9 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemRecovery',
110
110
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemRecovery.OsCase', null, global);
111
111
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemService', null, global);
112
112
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OpticalDrive', null, global);
113
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtBusConfig', null, global);
113
114
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtModule', null, global);
114
115
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo', null, global);
115
- goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtRack', null, global);
116
116
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ParallelPort', null, global);
117
117
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.PcmciaController', null, global);
118
118
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.PhysicalMemory', null, global);
@@ -461,16 +461,16 @@ if (goog.DEBUG && !COMPILED) {
461
461
  * @extends {jspb.Message}
462
462
  * @constructor
463
463
  */
464
- proto.com.lansweeper.dp.outbound.v1.OtRack = function(opt_data) {
464
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig = function(opt_data) {
465
465
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
466
466
  };
467
- goog.inherits(proto.com.lansweeper.dp.outbound.v1.OtRack, jspb.Message);
467
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.OtBusConfig, jspb.Message);
468
468
  if (goog.DEBUG && !COMPILED) {
469
469
  /**
470
470
  * @public
471
471
  * @override
472
472
  */
473
- proto.com.lansweeper.dp.outbound.v1.OtRack.displayName = 'proto.com.lansweeper.dp.outbound.v1.OtRack';
473
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.displayName = 'proto.com.lansweeper.dp.outbound.v1.OtBusConfig';
474
474
  }
475
475
  /**
476
476
  * Generated by JsPbCodeGenerator.
@@ -4765,7 +4765,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
4765
4765
  * @private {!Array<number>}
4766
4766
  * @const
4767
4767
  */
4768
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20,26,13,37,15,24,25,27,30,28,29];
4768
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [74,33,14,20];
4769
4769
 
4770
4770
 
4771
4771
 
@@ -4822,31 +4822,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
4822
4822
  networkInterfaces: (f = msg.getNetworkInterfaces()) && proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces.toObject(includeInstance, f),
4823
4823
  networkProtocols: (f = msg.getNetworkProtocols()) && proto.com.lansweeper.dp.outbound.v1.NetworkProtocols.toObject(includeInstance, f),
4824
4824
  portScan: (f = msg.getPortScan()) && proto.com.lansweeper.dp.outbound.v1.PortScan.toObject(includeInstance, f),
4825
- softwareInventory: (f = msg.getSoftwareInventory()) && proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.toObject(includeInstance, f),
4826
- antivirusList: jspb.Message.toObjectList(msg.getAntivirusList(),
4827
- proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware.toObject, includeInstance),
4828
- osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
4829
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
4830
- osFeatureList: jspb.Message.toObjectList(msg.getOsFeatureList(),
4831
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.toObject, includeInstance),
4832
- processorList: jspb.Message.toObjectList(msg.getProcessorList(),
4833
- proto.com.lansweeper.dp.outbound.v1.Processor.toObject, includeInstance),
4834
- chassis: (f = msg.getChassis()) && proto.com.lansweeper.dp.outbound.v1.Chassis.toObject(includeInstance, f),
4835
- memory: (f = msg.getMemory()) && proto.com.lansweeper.dp.outbound.v1.Memory.toObject(includeInstance, f),
4836
- motherboard: (f = msg.getMotherboard()) && proto.com.lansweeper.dp.outbound.v1.Motherboard.toObject(includeInstance, f),
4837
- opticalDriveList: jspb.Message.toObjectList(msg.getOpticalDriveList(),
4838
- proto.com.lansweeper.dp.outbound.v1.OpticalDrive.toObject, includeInstance),
4839
- hardDriveList: jspb.Message.toObjectList(msg.getHardDriveList(),
4840
- proto.com.lansweeper.dp.outbound.v1.HardDrive.toObject, includeInstance),
4841
- graphicsCardList: jspb.Message.toObjectList(msg.getGraphicsCardList(),
4842
- proto.com.lansweeper.dp.outbound.v1.GraphicsCard.toObject, includeInstance),
4843
- soundCardList: jspb.Message.toObjectList(msg.getSoundCardList(),
4844
- proto.com.lansweeper.dp.outbound.v1.SoundCard.toObject, includeInstance),
4845
- keyboardList: jspb.Message.toObjectList(msg.getKeyboardList(),
4846
- proto.com.lansweeper.dp.outbound.v1.Keyboard.toObject, includeInstance),
4847
- pointingDeviceList: jspb.Message.toObjectList(msg.getPointingDeviceList(),
4848
- proto.com.lansweeper.dp.outbound.v1.PointingDevice.toObject, includeInstance),
4849
- lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
4850
4825
  computer: (f = msg.getComputer()) && proto.com.lansweeper.dp.outbound.v1.Computer.toObject(includeInstance, f),
4851
4826
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
4852
4827
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
@@ -4983,81 +4958,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
4983
4958
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.PortScan.deserializeBinaryFromReader);
4984
4959
  msg.setPortScan(value);
4985
4960
  break;
4986
- case 9:
4987
- var value = new proto.com.lansweeper.dp.outbound.v1.SoftwareInventory;
4988
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.deserializeBinaryFromReader);
4989
- msg.setSoftwareInventory(value);
4990
- break;
4991
- case 26:
4992
- var value = new proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware;
4993
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware.deserializeBinaryFromReader);
4994
- msg.addAntivirus(value);
4995
- break;
4996
- case 13:
4997
- var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch;
4998
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader);
4999
- msg.addOsPatch(value);
5000
- break;
5001
- case 37:
5002
- var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature;
5003
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.deserializeBinaryFromReader);
5004
- msg.addOsFeature(value);
5005
- break;
5006
- case 15:
5007
- var value = new proto.com.lansweeper.dp.outbound.v1.Processor;
5008
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Processor.deserializeBinaryFromReader);
5009
- msg.addProcessor(value);
5010
- break;
5011
- case 18:
5012
- var value = new proto.com.lansweeper.dp.outbound.v1.Chassis;
5013
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Chassis.deserializeBinaryFromReader);
5014
- msg.setChassis(value);
5015
- break;
5016
- case 19:
5017
- var value = new proto.com.lansweeper.dp.outbound.v1.Memory;
5018
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Memory.deserializeBinaryFromReader);
5019
- msg.setMemory(value);
5020
- break;
5021
- case 21:
5022
- var value = new proto.com.lansweeper.dp.outbound.v1.Motherboard;
5023
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Motherboard.deserializeBinaryFromReader);
5024
- msg.setMotherboard(value);
5025
- break;
5026
- case 24:
5027
- var value = new proto.com.lansweeper.dp.outbound.v1.OpticalDrive;
5028
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OpticalDrive.deserializeBinaryFromReader);
5029
- msg.addOpticalDrive(value);
5030
- break;
5031
- case 25:
5032
- var value = new proto.com.lansweeper.dp.outbound.v1.HardDrive;
5033
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.HardDrive.deserializeBinaryFromReader);
5034
- msg.addHardDrive(value);
5035
- break;
5036
- case 27:
5037
- var value = new proto.com.lansweeper.dp.outbound.v1.GraphicsCard;
5038
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.GraphicsCard.deserializeBinaryFromReader);
5039
- msg.addGraphicsCard(value);
5040
- break;
5041
- case 30:
5042
- var value = new proto.com.lansweeper.dp.outbound.v1.SoundCard;
5043
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.SoundCard.deserializeBinaryFromReader);
5044
- msg.addSoundCard(value);
5045
- break;
5046
- case 28:
5047
- var value = new proto.com.lansweeper.dp.outbound.v1.Keyboard;
5048
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Keyboard.deserializeBinaryFromReader);
5049
- msg.addKeyboard(value);
5050
- break;
5051
- case 29:
5052
- var value = new proto.com.lansweeper.dp.outbound.v1.PointingDevice;
5053
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.PointingDevice.deserializeBinaryFromReader);
5054
- msg.addPointingDevice(value);
5055
- break;
5056
- case 31:
5057
- var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
5058
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
5059
- msg.setLastUser(value);
5060
- break;
5061
4961
  case 75:
5062
4962
  var value = new proto.com.lansweeper.dp.outbound.v1.Computer;
5063
4963
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Computer.deserializeBinaryFromReader);
@@ -5259,126 +5159,6 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
5259
5159
  proto.com.lansweeper.dp.outbound.v1.PortScan.serializeBinaryToWriter
5260
5160
  );
5261
5161
  }
5262
- f = message.getSoftwareInventory();
5263
- if (f != null) {
5264
- writer.writeMessage(
5265
- 9,
5266
- f,
5267
- proto.com.lansweeper.dp.outbound.v1.SoftwareInventory.serializeBinaryToWriter
5268
- );
5269
- }
5270
- f = message.getAntivirusList();
5271
- if (f.length > 0) {
5272
- writer.writeRepeatedMessage(
5273
- 26,
5274
- f,
5275
- proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware.serializeBinaryToWriter
5276
- );
5277
- }
5278
- f = message.getOsPatchList();
5279
- if (f.length > 0) {
5280
- writer.writeRepeatedMessage(
5281
- 13,
5282
- f,
5283
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.serializeBinaryToWriter
5284
- );
5285
- }
5286
- f = message.getOsFeatureList();
5287
- if (f.length > 0) {
5288
- writer.writeRepeatedMessage(
5289
- 37,
5290
- f,
5291
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.serializeBinaryToWriter
5292
- );
5293
- }
5294
- f = message.getProcessorList();
5295
- if (f.length > 0) {
5296
- writer.writeRepeatedMessage(
5297
- 15,
5298
- f,
5299
- proto.com.lansweeper.dp.outbound.v1.Processor.serializeBinaryToWriter
5300
- );
5301
- }
5302
- f = message.getChassis();
5303
- if (f != null) {
5304
- writer.writeMessage(
5305
- 18,
5306
- f,
5307
- proto.com.lansweeper.dp.outbound.v1.Chassis.serializeBinaryToWriter
5308
- );
5309
- }
5310
- f = message.getMemory();
5311
- if (f != null) {
5312
- writer.writeMessage(
5313
- 19,
5314
- f,
5315
- proto.com.lansweeper.dp.outbound.v1.Memory.serializeBinaryToWriter
5316
- );
5317
- }
5318
- f = message.getMotherboard();
5319
- if (f != null) {
5320
- writer.writeMessage(
5321
- 21,
5322
- f,
5323
- proto.com.lansweeper.dp.outbound.v1.Motherboard.serializeBinaryToWriter
5324
- );
5325
- }
5326
- f = message.getOpticalDriveList();
5327
- if (f.length > 0) {
5328
- writer.writeRepeatedMessage(
5329
- 24,
5330
- f,
5331
- proto.com.lansweeper.dp.outbound.v1.OpticalDrive.serializeBinaryToWriter
5332
- );
5333
- }
5334
- f = message.getHardDriveList();
5335
- if (f.length > 0) {
5336
- writer.writeRepeatedMessage(
5337
- 25,
5338
- f,
5339
- proto.com.lansweeper.dp.outbound.v1.HardDrive.serializeBinaryToWriter
5340
- );
5341
- }
5342
- f = message.getGraphicsCardList();
5343
- if (f.length > 0) {
5344
- writer.writeRepeatedMessage(
5345
- 27,
5346
- f,
5347
- proto.com.lansweeper.dp.outbound.v1.GraphicsCard.serializeBinaryToWriter
5348
- );
5349
- }
5350
- f = message.getSoundCardList();
5351
- if (f.length > 0) {
5352
- writer.writeRepeatedMessage(
5353
- 30,
5354
- f,
5355
- proto.com.lansweeper.dp.outbound.v1.SoundCard.serializeBinaryToWriter
5356
- );
5357
- }
5358
- f = message.getKeyboardList();
5359
- if (f.length > 0) {
5360
- writer.writeRepeatedMessage(
5361
- 28,
5362
- f,
5363
- proto.com.lansweeper.dp.outbound.v1.Keyboard.serializeBinaryToWriter
5364
- );
5365
- }
5366
- f = message.getPointingDeviceList();
5367
- if (f.length > 0) {
5368
- writer.writeRepeatedMessage(
5369
- 29,
5370
- f,
5371
- proto.com.lansweeper.dp.outbound.v1.PointingDevice.serializeBinaryToWriter
5372
- );
5373
- }
5374
- f = message.getLastUser();
5375
- if (f != null) {
5376
- writer.writeMessage(
5377
- 31,
5378
- f,
5379
- proto.com.lansweeper.dp.outbound.v1.LastUser.serializeBinaryToWriter
5380
- );
5381
- }
5382
5162
  f = message.getComputer();
5383
5163
  if (f != null) {
5384
5164
  writer.writeMessage(
@@ -5790,568 +5570,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getInternetIp = function() {
5790
5570
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5791
5571
  */
5792
5572
  proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setInternetIp = function(value) {
5793
- return jspb.Message.setWrapperField(this, 32, value);
5794
- };
5795
-
5796
-
5797
- /**
5798
- * Clears the message field making it undefined.
5799
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5800
- */
5801
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearInternetIp = function() {
5802
- return this.setInternetIp(undefined);
5803
- };
5804
-
5805
-
5806
- /**
5807
- * Returns whether this field is set.
5808
- * @return {boolean}
5809
- */
5810
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasInternetIp = function() {
5811
- return jspb.Message.getField(this, 32) != null;
5812
- };
5813
-
5814
-
5815
- /**
5816
- * repeated Tag tag = 14;
5817
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>}
5818
- */
5819
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getTagList = function() {
5820
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} */ (
5821
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Tag, 14));
5822
- };
5823
-
5824
-
5825
- /**
5826
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} value
5827
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5828
- */
5829
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setTagList = function(value) {
5830
- return jspb.Message.setRepeatedWrapperField(this, 14, value);
5831
- };
5832
-
5833
-
5834
- /**
5835
- * @param {!proto.com.lansweeper.dp.outbound.v1.Tag=} opt_value
5836
- * @param {number=} opt_index
5837
- * @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
5838
- */
5839
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addTag = function(opt_value, opt_index) {
5840
- return jspb.Message.addToRepeatedWrapperField(this, 14, opt_value, proto.com.lansweeper.dp.outbound.v1.Tag, opt_index);
5841
- };
5842
-
5843
-
5844
- /**
5845
- * Clears the list making it empty but non-null.
5846
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5847
- */
5848
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearTagList = function() {
5849
- return this.setTagList([]);
5850
- };
5851
-
5852
-
5853
- /**
5854
- * repeated Relation relation = 20;
5855
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>}
5856
- */
5857
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getRelationList = function() {
5858
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>} */ (
5859
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Relation, 20));
5860
- };
5861
-
5862
-
5863
- /**
5864
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>} value
5865
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5866
- */
5867
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setRelationList = function(value) {
5868
- return jspb.Message.setRepeatedWrapperField(this, 20, value);
5869
- };
5870
-
5871
-
5872
- /**
5873
- * @param {!proto.com.lansweeper.dp.outbound.v1.Relation=} opt_value
5874
- * @param {number=} opt_index
5875
- * @return {!proto.com.lansweeper.dp.outbound.v1.Relation}
5876
- */
5877
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addRelation = function(opt_value, opt_index) {
5878
- return jspb.Message.addToRepeatedWrapperField(this, 20, opt_value, proto.com.lansweeper.dp.outbound.v1.Relation, opt_index);
5879
- };
5880
-
5881
-
5882
- /**
5883
- * Clears the list making it empty but non-null.
5884
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5885
- */
5886
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearRelationList = function() {
5887
- return this.setRelationList([]);
5888
- };
5889
-
5890
-
5891
- /**
5892
- * optional CoreFields core = 6;
5893
- * @return {?proto.com.lansweeper.dp.outbound.v1.CoreFields}
5894
- */
5895
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getCore = function() {
5896
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.CoreFields} */ (
5897
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CoreFields, 6));
5898
- };
5899
-
5900
-
5901
- /**
5902
- * @param {?proto.com.lansweeper.dp.outbound.v1.CoreFields|undefined} value
5903
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5904
- */
5905
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setCore = function(value) {
5906
- return jspb.Message.setWrapperField(this, 6, value);
5907
- };
5908
-
5909
-
5910
- /**
5911
- * Clears the message field making it undefined.
5912
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5913
- */
5914
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearCore = function() {
5915
- return this.setCore(undefined);
5916
- };
5917
-
5918
-
5919
- /**
5920
- * Returns whether this field is set.
5921
- * @return {boolean}
5922
- */
5923
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCore = function() {
5924
- return jspb.Message.getField(this, 6) != null;
5925
- };
5926
-
5927
-
5928
- /**
5929
- * optional HardwareInfo hw = 7;
5930
- * @return {?proto.com.lansweeper.dp.outbound.v1.HardwareInfo}
5931
- */
5932
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getHw = function() {
5933
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.HardwareInfo} */ (
5934
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HardwareInfo, 7));
5935
- };
5936
-
5937
-
5938
- /**
5939
- * @param {?proto.com.lansweeper.dp.outbound.v1.HardwareInfo|undefined} value
5940
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5941
- */
5942
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setHw = function(value) {
5943
- return jspb.Message.setWrapperField(this, 7, value);
5944
- };
5945
-
5946
-
5947
- /**
5948
- * Clears the message field making it undefined.
5949
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5950
- */
5951
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearHw = function() {
5952
- return this.setHw(undefined);
5953
- };
5954
-
5955
-
5956
- /**
5957
- * Returns whether this field is set.
5958
- * @return {boolean}
5959
- */
5960
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasHw = function() {
5961
- return jspb.Message.getField(this, 7) != null;
5962
- };
5963
-
5964
-
5965
- /**
5966
- * optional OperatingSystem os = 8;
5967
- * @return {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem}
5968
- */
5969
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOs = function() {
5970
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.OperatingSystem} */ (
5971
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystem, 8));
5972
- };
5973
-
5974
-
5975
- /**
5976
- * @param {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem|undefined} value
5977
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5978
- */
5979
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOs = function(value) {
5980
- return jspb.Message.setWrapperField(this, 8, value);
5981
- };
5982
-
5983
-
5984
- /**
5985
- * Clears the message field making it undefined.
5986
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5987
- */
5988
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOs = function() {
5989
- return this.setOs(undefined);
5990
- };
5991
-
5992
-
5993
- /**
5994
- * Returns whether this field is set.
5995
- * @return {boolean}
5996
- */
5997
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasOs = function() {
5998
- return jspb.Message.getField(this, 8) != null;
5999
- };
6000
-
6001
-
6002
- /**
6003
- * optional MonitorInventory monitor_inventory = 10;
6004
- * @return {?proto.com.lansweeper.dp.outbound.v1.MonitorInventory}
6005
- */
6006
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getMonitorInventory = function() {
6007
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.MonitorInventory} */ (
6008
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MonitorInventory, 10));
6009
- };
6010
-
6011
-
6012
- /**
6013
- * @param {?proto.com.lansweeper.dp.outbound.v1.MonitorInventory|undefined} value
6014
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6015
- */
6016
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setMonitorInventory = function(value) {
6017
- return jspb.Message.setWrapperField(this, 10, value);
6018
- };
6019
-
6020
-
6021
- /**
6022
- * Clears the message field making it undefined.
6023
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6024
- */
6025
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearMonitorInventory = function() {
6026
- return this.setMonitorInventory(undefined);
6027
- };
6028
-
6029
-
6030
- /**
6031
- * Returns whether this field is set.
6032
- * @return {boolean}
6033
- */
6034
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasMonitorInventory = function() {
6035
- return jspb.Message.getField(this, 10) != null;
6036
- };
6037
-
6038
-
6039
- /**
6040
- * optional NetworkInterfaces network_interfaces = 11;
6041
- * @return {?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces}
6042
- */
6043
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getNetworkInterfaces = function() {
6044
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces} */ (
6045
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces, 11));
6046
- };
6047
-
6048
-
6049
- /**
6050
- * @param {?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces|undefined} value
6051
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6052
- */
6053
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setNetworkInterfaces = function(value) {
6054
- return jspb.Message.setWrapperField(this, 11, value);
6055
- };
6056
-
6057
-
6058
- /**
6059
- * Clears the message field making it undefined.
6060
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6061
- */
6062
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearNetworkInterfaces = function() {
6063
- return this.setNetworkInterfaces(undefined);
6064
- };
6065
-
6066
-
6067
- /**
6068
- * Returns whether this field is set.
6069
- * @return {boolean}
6070
- */
6071
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasNetworkInterfaces = function() {
6072
- return jspb.Message.getField(this, 11) != null;
6073
- };
6074
-
6075
-
6076
- /**
6077
- * optional NetworkProtocols network_protocols = 76;
6078
- * @return {?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols}
6079
- */
6080
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getNetworkProtocols = function() {
6081
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols} */ (
6082
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkProtocols, 76));
6083
- };
6084
-
6085
-
6086
- /**
6087
- * @param {?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols|undefined} value
6088
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6089
- */
6090
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setNetworkProtocols = function(value) {
6091
- return jspb.Message.setWrapperField(this, 76, value);
6092
- };
6093
-
6094
-
6095
- /**
6096
- * Clears the message field making it undefined.
6097
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6098
- */
6099
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearNetworkProtocols = function() {
6100
- return this.setNetworkProtocols(undefined);
6101
- };
6102
-
6103
-
6104
- /**
6105
- * Returns whether this field is set.
6106
- * @return {boolean}
6107
- */
6108
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasNetworkProtocols = function() {
6109
- return jspb.Message.getField(this, 76) != null;
6110
- };
6111
-
6112
-
6113
- /**
6114
- * optional PortScan port_scan = 77;
6115
- * @return {?proto.com.lansweeper.dp.outbound.v1.PortScan}
6116
- */
6117
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getPortScan = function() {
6118
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.PortScan} */ (
6119
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.PortScan, 77));
6120
- };
6121
-
6122
-
6123
- /**
6124
- * @param {?proto.com.lansweeper.dp.outbound.v1.PortScan|undefined} value
6125
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6126
- */
6127
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setPortScan = function(value) {
6128
- return jspb.Message.setWrapperField(this, 77, value);
6129
- };
6130
-
6131
-
6132
- /**
6133
- * Clears the message field making it undefined.
6134
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6135
- */
6136
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearPortScan = function() {
6137
- return this.setPortScan(undefined);
6138
- };
6139
-
6140
-
6141
- /**
6142
- * Returns whether this field is set.
6143
- * @return {boolean}
6144
- */
6145
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasPortScan = function() {
6146
- return jspb.Message.getField(this, 77) != null;
6147
- };
6148
-
6149
-
6150
- /**
6151
- * optional SoftwareInventory software_inventory = 9;
6152
- * @return {?proto.com.lansweeper.dp.outbound.v1.SoftwareInventory}
6153
- */
6154
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getSoftwareInventory = function() {
6155
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.SoftwareInventory} */ (
6156
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SoftwareInventory, 9));
6157
- };
6158
-
6159
-
6160
- /**
6161
- * @param {?proto.com.lansweeper.dp.outbound.v1.SoftwareInventory|undefined} value
6162
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6163
- */
6164
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setSoftwareInventory = function(value) {
6165
- return jspb.Message.setWrapperField(this, 9, value);
6166
- };
6167
-
6168
-
6169
- /**
6170
- * Clears the message field making it undefined.
6171
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6172
- */
6173
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearSoftwareInventory = function() {
6174
- return this.setSoftwareInventory(undefined);
6175
- };
6176
-
6177
-
6178
- /**
6179
- * Returns whether this field is set.
6180
- * @return {boolean}
6181
- */
6182
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasSoftwareInventory = function() {
6183
- return jspb.Message.getField(this, 9) != null;
6184
- };
6185
-
6186
-
6187
- /**
6188
- * repeated AntivirusSoftware antivirus = 26;
6189
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware>}
6190
- */
6191
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getAntivirusList = function() {
6192
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware>} */ (
6193
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware, 26));
6194
- };
6195
-
6196
-
6197
- /**
6198
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware>} value
6199
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6200
- */
6201
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setAntivirusList = function(value) {
6202
- return jspb.Message.setRepeatedWrapperField(this, 26, value);
6203
- };
6204
-
6205
-
6206
- /**
6207
- * @param {!proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware=} opt_value
6208
- * @param {number=} opt_index
6209
- * @return {!proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware}
6210
- */
6211
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addAntivirus = function(opt_value, opt_index) {
6212
- return jspb.Message.addToRepeatedWrapperField(this, 26, opt_value, proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware, opt_index);
6213
- };
6214
-
6215
-
6216
- /**
6217
- * Clears the list making it empty but non-null.
6218
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6219
- */
6220
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearAntivirusList = function() {
6221
- return this.setAntivirusList([]);
6222
- };
6223
-
6224
-
6225
- /**
6226
- * repeated OperatingSystemPatch os_patch = 13;
6227
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch>}
6228
- */
6229
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOsPatchList = function() {
6230
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch>} */ (
6231
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch, 13));
6232
- };
6233
-
6234
-
6235
- /**
6236
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch>} value
6237
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6238
- */
6239
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOsPatchList = function(value) {
6240
- return jspb.Message.setRepeatedWrapperField(this, 13, value);
6241
- };
6242
-
6243
-
6244
- /**
6245
- * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch=} opt_value
6246
- * @param {number=} opt_index
6247
- * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch}
6248
- */
6249
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addOsPatch = function(opt_value, opt_index) {
6250
- return jspb.Message.addToRepeatedWrapperField(this, 13, opt_value, proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch, opt_index);
6251
- };
6252
-
6253
-
6254
- /**
6255
- * Clears the list making it empty but non-null.
6256
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6257
- */
6258
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOsPatchList = function() {
6259
- return this.setOsPatchList([]);
6260
- };
6261
-
6262
-
6263
- /**
6264
- * repeated OperatingSystemFeature os_feature = 37;
6265
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>}
6266
- */
6267
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOsFeatureList = function() {
6268
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>} */ (
6269
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature, 37));
6270
- };
6271
-
6272
-
6273
- /**
6274
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>} value
6275
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6276
- */
6277
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOsFeatureList = function(value) {
6278
- return jspb.Message.setRepeatedWrapperField(this, 37, value);
6279
- };
6280
-
6281
-
6282
- /**
6283
- * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature=} opt_value
6284
- * @param {number=} opt_index
6285
- * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature}
6286
- */
6287
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addOsFeature = function(opt_value, opt_index) {
6288
- return jspb.Message.addToRepeatedWrapperField(this, 37, opt_value, proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature, opt_index);
6289
- };
6290
-
6291
-
6292
- /**
6293
- * Clears the list making it empty but non-null.
6294
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6295
- */
6296
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOsFeatureList = function() {
6297
- return this.setOsFeatureList([]);
6298
- };
6299
-
6300
-
6301
- /**
6302
- * repeated Processor processor = 15;
6303
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Processor>}
6304
- */
6305
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getProcessorList = function() {
6306
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Processor>} */ (
6307
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Processor, 15));
6308
- };
6309
-
6310
-
6311
- /**
6312
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Processor>} value
6313
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6314
- */
6315
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setProcessorList = function(value) {
6316
- return jspb.Message.setRepeatedWrapperField(this, 15, value);
6317
- };
6318
-
6319
-
6320
- /**
6321
- * @param {!proto.com.lansweeper.dp.outbound.v1.Processor=} opt_value
6322
- * @param {number=} opt_index
6323
- * @return {!proto.com.lansweeper.dp.outbound.v1.Processor}
6324
- */
6325
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addProcessor = function(opt_value, opt_index) {
6326
- return jspb.Message.addToRepeatedWrapperField(this, 15, opt_value, proto.com.lansweeper.dp.outbound.v1.Processor, opt_index);
6327
- };
6328
-
6329
-
6330
- /**
6331
- * Clears the list making it empty but non-null.
6332
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6333
- */
6334
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearProcessorList = function() {
6335
- return this.setProcessorList([]);
6336
- };
6337
-
6338
-
6339
- /**
6340
- * optional Chassis chassis = 18;
6341
- * @return {?proto.com.lansweeper.dp.outbound.v1.Chassis}
6342
- */
6343
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getChassis = function() {
6344
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.Chassis} */ (
6345
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Chassis, 18));
6346
- };
6347
-
6348
-
6349
- /**
6350
- * @param {?proto.com.lansweeper.dp.outbound.v1.Chassis|undefined} value
6351
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6352
- */
6353
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setChassis = function(value) {
6354
- return jspb.Message.setWrapperField(this, 18, value);
5573
+ return jspb.Message.setWrapperField(this, 32, value);
6355
5574
  };
6356
5575
 
6357
5576
 
@@ -6359,8 +5578,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setChassis = function(value)
6359
5578
  * Clears the message field making it undefined.
6360
5579
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6361
5580
  */
6362
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChassis = function() {
6363
- return this.setChassis(undefined);
5581
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearInternetIp = function() {
5582
+ return this.setInternetIp(undefined);
6364
5583
  };
6365
5584
 
6366
5585
 
@@ -6368,329 +5587,325 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChassis = function() {
6368
5587
  * Returns whether this field is set.
6369
5588
  * @return {boolean}
6370
5589
  */
6371
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasChassis = function() {
6372
- return jspb.Message.getField(this, 18) != null;
5590
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasInternetIp = function() {
5591
+ return jspb.Message.getField(this, 32) != null;
6373
5592
  };
6374
5593
 
6375
5594
 
6376
5595
  /**
6377
- * optional Memory memory = 19;
6378
- * @return {?proto.com.lansweeper.dp.outbound.v1.Memory}
5596
+ * repeated Tag tag = 14;
5597
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>}
6379
5598
  */
6380
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getMemory = function() {
6381
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.Memory} */ (
6382
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Memory, 19));
5599
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getTagList = function() {
5600
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} */ (
5601
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Tag, 14));
6383
5602
  };
6384
5603
 
6385
5604
 
6386
5605
  /**
6387
- * @param {?proto.com.lansweeper.dp.outbound.v1.Memory|undefined} value
5606
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} value
6388
5607
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6389
5608
  */
6390
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setMemory = function(value) {
6391
- return jspb.Message.setWrapperField(this, 19, value);
5609
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setTagList = function(value) {
5610
+ return jspb.Message.setRepeatedWrapperField(this, 14, value);
6392
5611
  };
6393
5612
 
6394
5613
 
6395
5614
  /**
6396
- * Clears the message field making it undefined.
6397
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5615
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Tag=} opt_value
5616
+ * @param {number=} opt_index
5617
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
6398
5618
  */
6399
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearMemory = function() {
6400
- return this.setMemory(undefined);
5619
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addTag = function(opt_value, opt_index) {
5620
+ return jspb.Message.addToRepeatedWrapperField(this, 14, opt_value, proto.com.lansweeper.dp.outbound.v1.Tag, opt_index);
6401
5621
  };
6402
5622
 
6403
5623
 
6404
5624
  /**
6405
- * Returns whether this field is set.
6406
- * @return {boolean}
5625
+ * Clears the list making it empty but non-null.
5626
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6407
5627
  */
6408
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasMemory = function() {
6409
- return jspb.Message.getField(this, 19) != null;
5628
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearTagList = function() {
5629
+ return this.setTagList([]);
6410
5630
  };
6411
5631
 
6412
5632
 
6413
5633
  /**
6414
- * optional Motherboard motherboard = 21;
6415
- * @return {?proto.com.lansweeper.dp.outbound.v1.Motherboard}
5634
+ * repeated Relation relation = 20;
5635
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>}
6416
5636
  */
6417
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getMotherboard = function() {
6418
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.Motherboard} */ (
6419
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Motherboard, 21));
5637
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getRelationList = function() {
5638
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>} */ (
5639
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Relation, 20));
6420
5640
  };
6421
5641
 
6422
5642
 
6423
5643
  /**
6424
- * @param {?proto.com.lansweeper.dp.outbound.v1.Motherboard|undefined} value
5644
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Relation>} value
6425
5645
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6426
5646
  */
6427
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setMotherboard = function(value) {
6428
- return jspb.Message.setWrapperField(this, 21, value);
5647
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setRelationList = function(value) {
5648
+ return jspb.Message.setRepeatedWrapperField(this, 20, value);
6429
5649
  };
6430
5650
 
6431
5651
 
6432
5652
  /**
6433
- * Clears the message field making it undefined.
6434
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5653
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Relation=} opt_value
5654
+ * @param {number=} opt_index
5655
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Relation}
6435
5656
  */
6436
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearMotherboard = function() {
6437
- return this.setMotherboard(undefined);
5657
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addRelation = function(opt_value, opt_index) {
5658
+ return jspb.Message.addToRepeatedWrapperField(this, 20, opt_value, proto.com.lansweeper.dp.outbound.v1.Relation, opt_index);
6438
5659
  };
6439
5660
 
6440
5661
 
6441
5662
  /**
6442
- * Returns whether this field is set.
6443
- * @return {boolean}
5663
+ * Clears the list making it empty but non-null.
5664
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6444
5665
  */
6445
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasMotherboard = function() {
6446
- return jspb.Message.getField(this, 21) != null;
5666
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearRelationList = function() {
5667
+ return this.setRelationList([]);
6447
5668
  };
6448
5669
 
6449
5670
 
6450
5671
  /**
6451
- * repeated OpticalDrive optical_drive = 24;
6452
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>}
5672
+ * optional CoreFields core = 6;
5673
+ * @return {?proto.com.lansweeper.dp.outbound.v1.CoreFields}
6453
5674
  */
6454
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOpticalDriveList = function() {
6455
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>} */ (
6456
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OpticalDrive, 24));
5675
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getCore = function() {
5676
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.CoreFields} */ (
5677
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CoreFields, 6));
6457
5678
  };
6458
5679
 
6459
5680
 
6460
5681
  /**
6461
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.OpticalDrive>} value
5682
+ * @param {?proto.com.lansweeper.dp.outbound.v1.CoreFields|undefined} value
6462
5683
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6463
5684
  */
6464
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOpticalDriveList = function(value) {
6465
- return jspb.Message.setRepeatedWrapperField(this, 24, value);
5685
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setCore = function(value) {
5686
+ return jspb.Message.setWrapperField(this, 6, value);
6466
5687
  };
6467
5688
 
6468
5689
 
6469
5690
  /**
6470
- * @param {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive=} opt_value
6471
- * @param {number=} opt_index
6472
- * @return {!proto.com.lansweeper.dp.outbound.v1.OpticalDrive}
5691
+ * Clears the message field making it undefined.
5692
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6473
5693
  */
6474
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addOpticalDrive = function(opt_value, opt_index) {
6475
- return jspb.Message.addToRepeatedWrapperField(this, 24, opt_value, proto.com.lansweeper.dp.outbound.v1.OpticalDrive, opt_index);
5694
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearCore = function() {
5695
+ return this.setCore(undefined);
6476
5696
  };
6477
5697
 
6478
5698
 
6479
5699
  /**
6480
- * Clears the list making it empty but non-null.
6481
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5700
+ * Returns whether this field is set.
5701
+ * @return {boolean}
6482
5702
  */
6483
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOpticalDriveList = function() {
6484
- return this.setOpticalDriveList([]);
5703
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasCore = function() {
5704
+ return jspb.Message.getField(this, 6) != null;
6485
5705
  };
6486
5706
 
6487
5707
 
6488
5708
  /**
6489
- * repeated HardDrive hard_drive = 25;
6490
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.HardDrive>}
5709
+ * optional HardwareInfo hw = 7;
5710
+ * @return {?proto.com.lansweeper.dp.outbound.v1.HardwareInfo}
6491
5711
  */
6492
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getHardDriveList = function() {
6493
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.HardDrive>} */ (
6494
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HardDrive, 25));
5712
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getHw = function() {
5713
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.HardwareInfo} */ (
5714
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HardwareInfo, 7));
6495
5715
  };
6496
5716
 
6497
5717
 
6498
5718
  /**
6499
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.HardDrive>} value
5719
+ * @param {?proto.com.lansweeper.dp.outbound.v1.HardwareInfo|undefined} value
6500
5720
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6501
5721
  */
6502
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setHardDriveList = function(value) {
6503
- return jspb.Message.setRepeatedWrapperField(this, 25, value);
5722
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setHw = function(value) {
5723
+ return jspb.Message.setWrapperField(this, 7, value);
6504
5724
  };
6505
5725
 
6506
5726
 
6507
5727
  /**
6508
- * @param {!proto.com.lansweeper.dp.outbound.v1.HardDrive=} opt_value
6509
- * @param {number=} opt_index
6510
- * @return {!proto.com.lansweeper.dp.outbound.v1.HardDrive}
5728
+ * Clears the message field making it undefined.
5729
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6511
5730
  */
6512
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addHardDrive = function(opt_value, opt_index) {
6513
- return jspb.Message.addToRepeatedWrapperField(this, 25, opt_value, proto.com.lansweeper.dp.outbound.v1.HardDrive, opt_index);
5731
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearHw = function() {
5732
+ return this.setHw(undefined);
6514
5733
  };
6515
5734
 
6516
5735
 
6517
5736
  /**
6518
- * Clears the list making it empty but non-null.
6519
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5737
+ * Returns whether this field is set.
5738
+ * @return {boolean}
6520
5739
  */
6521
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearHardDriveList = function() {
6522
- return this.setHardDriveList([]);
5740
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasHw = function() {
5741
+ return jspb.Message.getField(this, 7) != null;
6523
5742
  };
6524
5743
 
6525
5744
 
6526
5745
  /**
6527
- * repeated GraphicsCard graphics_card = 27;
6528
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.GraphicsCard>}
5746
+ * optional OperatingSystem os = 8;
5747
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem}
6529
5748
  */
6530
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getGraphicsCardList = function() {
6531
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.GraphicsCard>} */ (
6532
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.GraphicsCard, 27));
5749
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOs = function() {
5750
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OperatingSystem} */ (
5751
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystem, 8));
6533
5752
  };
6534
5753
 
6535
5754
 
6536
5755
  /**
6537
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.GraphicsCard>} value
5756
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OperatingSystem|undefined} value
6538
5757
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6539
5758
  */
6540
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setGraphicsCardList = function(value) {
6541
- return jspb.Message.setRepeatedWrapperField(this, 27, value);
5759
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOs = function(value) {
5760
+ return jspb.Message.setWrapperField(this, 8, value);
6542
5761
  };
6543
5762
 
6544
5763
 
6545
5764
  /**
6546
- * @param {!proto.com.lansweeper.dp.outbound.v1.GraphicsCard=} opt_value
6547
- * @param {number=} opt_index
6548
- * @return {!proto.com.lansweeper.dp.outbound.v1.GraphicsCard}
5765
+ * Clears the message field making it undefined.
5766
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6549
5767
  */
6550
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addGraphicsCard = function(opt_value, opt_index) {
6551
- return jspb.Message.addToRepeatedWrapperField(this, 27, opt_value, proto.com.lansweeper.dp.outbound.v1.GraphicsCard, opt_index);
5768
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOs = function() {
5769
+ return this.setOs(undefined);
6552
5770
  };
6553
5771
 
6554
5772
 
6555
5773
  /**
6556
- * Clears the list making it empty but non-null.
6557
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5774
+ * Returns whether this field is set.
5775
+ * @return {boolean}
6558
5776
  */
6559
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearGraphicsCardList = function() {
6560
- return this.setGraphicsCardList([]);
5777
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasOs = function() {
5778
+ return jspb.Message.getField(this, 8) != null;
6561
5779
  };
6562
5780
 
6563
5781
 
6564
5782
  /**
6565
- * repeated SoundCard sound_card = 30;
6566
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.SoundCard>}
5783
+ * optional MonitorInventory monitor_inventory = 10;
5784
+ * @return {?proto.com.lansweeper.dp.outbound.v1.MonitorInventory}
6567
5785
  */
6568
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getSoundCardList = function() {
6569
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.SoundCard>} */ (
6570
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.SoundCard, 30));
5786
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getMonitorInventory = function() {
5787
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.MonitorInventory} */ (
5788
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MonitorInventory, 10));
6571
5789
  };
6572
5790
 
6573
5791
 
6574
5792
  /**
6575
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.SoundCard>} value
5793
+ * @param {?proto.com.lansweeper.dp.outbound.v1.MonitorInventory|undefined} value
6576
5794
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6577
5795
  */
6578
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setSoundCardList = function(value) {
6579
- return jspb.Message.setRepeatedWrapperField(this, 30, value);
5796
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setMonitorInventory = function(value) {
5797
+ return jspb.Message.setWrapperField(this, 10, value);
6580
5798
  };
6581
5799
 
6582
5800
 
6583
5801
  /**
6584
- * @param {!proto.com.lansweeper.dp.outbound.v1.SoundCard=} opt_value
6585
- * @param {number=} opt_index
6586
- * @return {!proto.com.lansweeper.dp.outbound.v1.SoundCard}
5802
+ * Clears the message field making it undefined.
5803
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6587
5804
  */
6588
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addSoundCard = function(opt_value, opt_index) {
6589
- return jspb.Message.addToRepeatedWrapperField(this, 30, opt_value, proto.com.lansweeper.dp.outbound.v1.SoundCard, opt_index);
5805
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearMonitorInventory = function() {
5806
+ return this.setMonitorInventory(undefined);
6590
5807
  };
6591
5808
 
6592
5809
 
6593
5810
  /**
6594
- * Clears the list making it empty but non-null.
6595
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5811
+ * Returns whether this field is set.
5812
+ * @return {boolean}
6596
5813
  */
6597
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearSoundCardList = function() {
6598
- return this.setSoundCardList([]);
5814
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasMonitorInventory = function() {
5815
+ return jspb.Message.getField(this, 10) != null;
6599
5816
  };
6600
5817
 
6601
5818
 
6602
5819
  /**
6603
- * repeated Keyboard keyboard = 28;
6604
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Keyboard>}
5820
+ * optional NetworkInterfaces network_interfaces = 11;
5821
+ * @return {?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces}
6605
5822
  */
6606
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getKeyboardList = function() {
6607
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Keyboard>} */ (
6608
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Keyboard, 28));
5823
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getNetworkInterfaces = function() {
5824
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces} */ (
5825
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces, 11));
6609
5826
  };
6610
5827
 
6611
5828
 
6612
5829
  /**
6613
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Keyboard>} value
5830
+ * @param {?proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces|undefined} value
6614
5831
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6615
5832
  */
6616
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setKeyboardList = function(value) {
6617
- return jspb.Message.setRepeatedWrapperField(this, 28, value);
5833
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setNetworkInterfaces = function(value) {
5834
+ return jspb.Message.setWrapperField(this, 11, value);
6618
5835
  };
6619
5836
 
6620
5837
 
6621
5838
  /**
6622
- * @param {!proto.com.lansweeper.dp.outbound.v1.Keyboard=} opt_value
6623
- * @param {number=} opt_index
6624
- * @return {!proto.com.lansweeper.dp.outbound.v1.Keyboard}
5839
+ * Clears the message field making it undefined.
5840
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6625
5841
  */
6626
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addKeyboard = function(opt_value, opt_index) {
6627
- return jspb.Message.addToRepeatedWrapperField(this, 28, opt_value, proto.com.lansweeper.dp.outbound.v1.Keyboard, opt_index);
5842
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearNetworkInterfaces = function() {
5843
+ return this.setNetworkInterfaces(undefined);
6628
5844
  };
6629
5845
 
6630
5846
 
6631
5847
  /**
6632
- * Clears the list making it empty but non-null.
6633
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5848
+ * Returns whether this field is set.
5849
+ * @return {boolean}
6634
5850
  */
6635
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearKeyboardList = function() {
6636
- return this.setKeyboardList([]);
5851
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasNetworkInterfaces = function() {
5852
+ return jspb.Message.getField(this, 11) != null;
6637
5853
  };
6638
5854
 
6639
5855
 
6640
5856
  /**
6641
- * repeated PointingDevice pointing_device = 29;
6642
- * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.PointingDevice>}
5857
+ * optional NetworkProtocols network_protocols = 76;
5858
+ * @return {?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols}
6643
5859
  */
6644
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getPointingDeviceList = function() {
6645
- return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.PointingDevice>} */ (
6646
- jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.PointingDevice, 29));
5860
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getNetworkProtocols = function() {
5861
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols} */ (
5862
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.NetworkProtocols, 76));
6647
5863
  };
6648
5864
 
6649
5865
 
6650
5866
  /**
6651
- * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.PointingDevice>} value
5867
+ * @param {?proto.com.lansweeper.dp.outbound.v1.NetworkProtocols|undefined} value
6652
5868
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6653
5869
  */
6654
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setPointingDeviceList = function(value) {
6655
- return jspb.Message.setRepeatedWrapperField(this, 29, value);
5870
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setNetworkProtocols = function(value) {
5871
+ return jspb.Message.setWrapperField(this, 76, value);
6656
5872
  };
6657
5873
 
6658
5874
 
6659
5875
  /**
6660
- * @param {!proto.com.lansweeper.dp.outbound.v1.PointingDevice=} opt_value
6661
- * @param {number=} opt_index
6662
- * @return {!proto.com.lansweeper.dp.outbound.v1.PointingDevice}
5876
+ * Clears the message field making it undefined.
5877
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6663
5878
  */
6664
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addPointingDevice = function(opt_value, opt_index) {
6665
- return jspb.Message.addToRepeatedWrapperField(this, 29, opt_value, proto.com.lansweeper.dp.outbound.v1.PointingDevice, opt_index);
5879
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearNetworkProtocols = function() {
5880
+ return this.setNetworkProtocols(undefined);
6666
5881
  };
6667
5882
 
6668
5883
 
6669
5884
  /**
6670
- * Clears the list making it empty but non-null.
6671
- * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5885
+ * Returns whether this field is set.
5886
+ * @return {boolean}
6672
5887
  */
6673
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearPointingDeviceList = function() {
6674
- return this.setPointingDeviceList([]);
5888
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasNetworkProtocols = function() {
5889
+ return jspb.Message.getField(this, 76) != null;
6675
5890
  };
6676
5891
 
6677
5892
 
6678
5893
  /**
6679
- * optional LastUser last_user = 31;
6680
- * @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
5894
+ * optional PortScan port_scan = 77;
5895
+ * @return {?proto.com.lansweeper.dp.outbound.v1.PortScan}
6681
5896
  */
6682
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getLastUser = function() {
6683
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.LastUser} */ (
6684
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.LastUser, 31));
5897
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getPortScan = function() {
5898
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.PortScan} */ (
5899
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.PortScan, 77));
6685
5900
  };
6686
5901
 
6687
5902
 
6688
5903
  /**
6689
- * @param {?proto.com.lansweeper.dp.outbound.v1.LastUser|undefined} value
5904
+ * @param {?proto.com.lansweeper.dp.outbound.v1.PortScan|undefined} value
6690
5905
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6691
5906
  */
6692
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setLastUser = function(value) {
6693
- return jspb.Message.setWrapperField(this, 31, value);
5907
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setPortScan = function(value) {
5908
+ return jspb.Message.setWrapperField(this, 77, value);
6694
5909
  };
6695
5910
 
6696
5911
 
@@ -6698,8 +5913,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setLastUser = function(value
6698
5913
  * Clears the message field making it undefined.
6699
5914
  * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
6700
5915
  */
6701
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearLastUser = function() {
6702
- return this.setLastUser(undefined);
5916
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearPortScan = function() {
5917
+ return this.setPortScan(undefined);
6703
5918
  };
6704
5919
 
6705
5920
 
@@ -6707,8 +5922,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearLastUser = function() {
6707
5922
  * Returns whether this field is set.
6708
5923
  * @return {boolean}
6709
5924
  */
6710
- proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasLastUser = function() {
6711
- return jspb.Message.getField(this, 31) != null;
5925
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasPortScan = function() {
5926
+ return jspb.Message.getField(this, 77) != null;
6712
5927
  };
6713
5928
 
6714
5929
 
@@ -10595,7 +9810,7 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.toObject = function(opt_i
10595
9810
  proto.com.lansweeper.dp.outbound.v1.OtModule.toObject = function(includeInstance, msg) {
10596
9811
  var f, obj = {
10597
9812
  componentType: jspb.Message.getFieldWithDefault(msg, 1, ""),
10598
- rack: (f = msg.getRack()) && proto.com.lansweeper.dp.outbound.v1.OtRack.toObject(includeInstance, f),
9813
+ busConfig: (f = msg.getBusConfig()) && proto.com.lansweeper.dp.outbound.v1.OtBusConfig.toObject(includeInstance, f),
10599
9814
  isMainModule: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
10600
9815
  isNetworkNode: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
10601
9816
  scanProtocol: jspb.Message.getFieldWithDefault(msg, 8, ""),
@@ -10644,9 +9859,9 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.deserializeBinaryFromReader = funct
10644
9859
  msg.setComponentType(value);
10645
9860
  break;
10646
9861
  case 2:
10647
- var value = new proto.com.lansweeper.dp.outbound.v1.OtRack;
10648
- reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinaryFromReader);
10649
- msg.setRack(value);
9862
+ var value = new proto.com.lansweeper.dp.outbound.v1.OtBusConfig;
9863
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OtBusConfig.deserializeBinaryFromReader);
9864
+ msg.setBusConfig(value);
10650
9865
  break;
10651
9866
  case 3:
10652
9867
  var value = /** @type {boolean} */ (reader.readBool());
@@ -10709,12 +9924,12 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.serializeBinaryToWriter = function(
10709
9924
  f
10710
9925
  );
10711
9926
  }
10712
- f = message.getRack();
9927
+ f = message.getBusConfig();
10713
9928
  if (f != null) {
10714
9929
  writer.writeMessage(
10715
9930
  2,
10716
9931
  f,
10717
- proto.com.lansweeper.dp.outbound.v1.OtRack.serializeBinaryToWriter
9932
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.serializeBinaryToWriter
10718
9933
  );
10719
9934
  }
10720
9935
  f = message.getIsMainModule();
@@ -10800,20 +10015,20 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.hasComponentType = functi
10800
10015
 
10801
10016
 
10802
10017
  /**
10803
- * optional OtRack rack = 2;
10804
- * @return {?proto.com.lansweeper.dp.outbound.v1.OtRack}
10018
+ * optional OtBusConfig bus_config = 2;
10019
+ * @return {?proto.com.lansweeper.dp.outbound.v1.OtBusConfig}
10805
10020
  */
10806
- proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.getRack = function() {
10807
- return /** @type{?proto.com.lansweeper.dp.outbound.v1.OtRack} */ (
10808
- jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OtRack, 2));
10021
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.getBusConfig = function() {
10022
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.OtBusConfig} */ (
10023
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OtBusConfig, 2));
10809
10024
  };
10810
10025
 
10811
10026
 
10812
10027
  /**
10813
- * @param {?proto.com.lansweeper.dp.outbound.v1.OtRack|undefined} value
10028
+ * @param {?proto.com.lansweeper.dp.outbound.v1.OtBusConfig|undefined} value
10814
10029
  * @return {!proto.com.lansweeper.dp.outbound.v1.OtModule} returns this
10815
10030
  */
10816
- proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setRack = function(value) {
10031
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setBusConfig = function(value) {
10817
10032
  return jspb.Message.setWrapperField(this, 2, value);
10818
10033
  };
10819
10034
 
@@ -10822,8 +10037,8 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setRack = function(value)
10822
10037
  * Clears the message field making it undefined.
10823
10038
  * @return {!proto.com.lansweeper.dp.outbound.v1.OtModule} returns this
10824
10039
  */
10825
- proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.clearRack = function() {
10826
- return this.setRack(undefined);
10040
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.clearBusConfig = function() {
10041
+ return this.setBusConfig(undefined);
10827
10042
  };
10828
10043
 
10829
10044
 
@@ -10831,7 +10046,7 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.clearRack = function() {
10831
10046
  * Returns whether this field is set.
10832
10047
  * @return {boolean}
10833
10048
  */
10834
- proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.hasRack = function() {
10049
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.hasBusConfig = function() {
10835
10050
  return jspb.Message.getField(this, 2) != null;
10836
10051
  };
10837
10052
 
@@ -11034,8 +10249,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
11034
10249
  * http://goto/soy-param-migration
11035
10250
  * @return {!Object}
11036
10251
  */
11037
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.toObject = function(opt_includeInstance) {
11038
- return proto.com.lansweeper.dp.outbound.v1.OtRack.toObject(opt_includeInstance, this);
10252
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.toObject = function(opt_includeInstance) {
10253
+ return proto.com.lansweeper.dp.outbound.v1.OtBusConfig.toObject(opt_includeInstance, this);
11039
10254
  };
11040
10255
 
11041
10256
 
@@ -11044,18 +10259,19 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.toObject = function(opt_inc
11044
10259
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
11045
10260
  * the JSPB instance for transitional soy proto support:
11046
10261
  * http://goto/soy-param-migration
11047
- * @param {!proto.com.lansweeper.dp.outbound.v1.OtRack} msg The msg instance to transform.
10262
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} msg The msg instance to transform.
11048
10263
  * @return {!Object}
11049
10264
  * @suppress {unusedLocalVariables} f is only used for nested messages
11050
10265
  */
11051
- proto.com.lansweeper.dp.outbound.v1.OtRack.toObject = function(includeInstance, msg) {
10266
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.toObject = function(includeInstance, msg) {
11052
10267
  var f, obj = {
11053
10268
  number: jspb.Message.getFieldWithDefault(msg, 1, 0),
11054
10269
  name: jspb.Message.getFieldWithDefault(msg, 2, ""),
11055
10270
  type: jspb.Message.getFieldWithDefault(msg, 3, ""),
11056
10271
  size: jspb.Message.getFieldWithDefault(msg, 4, 0),
11057
- slotNumber: jspb.Message.getFieldWithDefault(msg, 5, 0),
11058
- slotWidth: jspb.Message.getFieldWithDefault(msg, 6, 0)
10272
+ startIndex: jspb.Message.getFieldWithDefault(msg, 7, 0),
10273
+ position: jspb.Message.getFieldWithDefault(msg, 5, 0),
10274
+ width: jspb.Message.getFieldWithDefault(msg, 6, 0)
11059
10275
  };
11060
10276
 
11061
10277
  if (includeInstance) {
@@ -11069,23 +10285,23 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.toObject = function(includeInstance,
11069
10285
  /**
11070
10286
  * Deserializes binary data (in protobuf wire format).
11071
10287
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
11072
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack}
10288
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig}
11073
10289
  */
11074
- proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinary = function(bytes) {
10290
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.deserializeBinary = function(bytes) {
11075
10291
  var reader = new jspb.BinaryReader(bytes);
11076
- var msg = new proto.com.lansweeper.dp.outbound.v1.OtRack;
11077
- return proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinaryFromReader(msg, reader);
10292
+ var msg = new proto.com.lansweeper.dp.outbound.v1.OtBusConfig;
10293
+ return proto.com.lansweeper.dp.outbound.v1.OtBusConfig.deserializeBinaryFromReader(msg, reader);
11078
10294
  };
11079
10295
 
11080
10296
 
11081
10297
  /**
11082
10298
  * Deserializes binary data (in protobuf wire format) from the
11083
10299
  * given reader into the given message object.
11084
- * @param {!proto.com.lansweeper.dp.outbound.v1.OtRack} msg The message object to deserialize into.
10300
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} msg The message object to deserialize into.
11085
10301
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
11086
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack}
10302
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig}
11087
10303
  */
11088
- proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinaryFromReader = function(msg, reader) {
10304
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.deserializeBinaryFromReader = function(msg, reader) {
11089
10305
  while (reader.nextField()) {
11090
10306
  if (reader.isEndGroup()) {
11091
10307
  break;
@@ -11108,13 +10324,17 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinaryFromReader = functio
11108
10324
  var value = /** @type {number} */ (reader.readInt32());
11109
10325
  msg.setSize(value);
11110
10326
  break;
10327
+ case 7:
10328
+ var value = /** @type {number} */ (reader.readInt32());
10329
+ msg.setStartIndex(value);
10330
+ break;
11111
10331
  case 5:
11112
10332
  var value = /** @type {number} */ (reader.readInt32());
11113
- msg.setSlotNumber(value);
10333
+ msg.setPosition(value);
11114
10334
  break;
11115
10335
  case 6:
11116
10336
  var value = /** @type {number} */ (reader.readInt32());
11117
- msg.setSlotWidth(value);
10337
+ msg.setWidth(value);
11118
10338
  break;
11119
10339
  default:
11120
10340
  reader.skipField();
@@ -11129,9 +10349,9 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.deserializeBinaryFromReader = functio
11129
10349
  * Serializes the message to binary data (in protobuf wire format).
11130
10350
  * @return {!Uint8Array}
11131
10351
  */
11132
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.serializeBinary = function() {
10352
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.serializeBinary = function() {
11133
10353
  var writer = new jspb.BinaryWriter();
11134
- proto.com.lansweeper.dp.outbound.v1.OtRack.serializeBinaryToWriter(this, writer);
10354
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.serializeBinaryToWriter(this, writer);
11135
10355
  return writer.getResultBuffer();
11136
10356
  };
11137
10357
 
@@ -11139,11 +10359,11 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.serializeBinary = function(
11139
10359
  /**
11140
10360
  * Serializes the given message to binary data (in protobuf wire
11141
10361
  * format), writing to the given BinaryWriter.
11142
- * @param {!proto.com.lansweeper.dp.outbound.v1.OtRack} message
10362
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} message
11143
10363
  * @param {!jspb.BinaryWriter} writer
11144
10364
  * @suppress {unusedLocalVariables} f is only used for nested messages
11145
10365
  */
11146
- proto.com.lansweeper.dp.outbound.v1.OtRack.serializeBinaryToWriter = function(message, writer) {
10366
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.serializeBinaryToWriter = function(message, writer) {
11147
10367
  var f = undefined;
11148
10368
  f = message.getNumber();
11149
10369
  if (f !== 0) {
@@ -11173,6 +10393,13 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.serializeBinaryToWriter = function(me
11173
10393
  f
11174
10394
  );
11175
10395
  }
10396
+ f = message.getStartIndex();
10397
+ if (f !== 0) {
10398
+ writer.writeInt32(
10399
+ 7,
10400
+ f
10401
+ );
10402
+ }
11176
10403
  f = /** @type {number} */ (jspb.Message.getField(message, 5));
11177
10404
  if (f != null) {
11178
10405
  writer.writeInt32(
@@ -11194,16 +10421,16 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.serializeBinaryToWriter = function(me
11194
10421
  * optional int32 number = 1;
11195
10422
  * @return {number}
11196
10423
  */
11197
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getNumber = function() {
10424
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getNumber = function() {
11198
10425
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
11199
10426
  };
11200
10427
 
11201
10428
 
11202
10429
  /**
11203
10430
  * @param {number} value
11204
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10431
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11205
10432
  */
11206
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setNumber = function(value) {
10433
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setNumber = function(value) {
11207
10434
  return jspb.Message.setProto3IntField(this, 1, value);
11208
10435
  };
11209
10436
 
@@ -11212,25 +10439,25 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setNumber = function(value)
11212
10439
  * optional string name = 2;
11213
10440
  * @return {string}
11214
10441
  */
11215
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getName = function() {
10442
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getName = function() {
11216
10443
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
11217
10444
  };
11218
10445
 
11219
10446
 
11220
10447
  /**
11221
10448
  * @param {string} value
11222
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10449
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11223
10450
  */
11224
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setName = function(value) {
10451
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setName = function(value) {
11225
10452
  return jspb.Message.setField(this, 2, value);
11226
10453
  };
11227
10454
 
11228
10455
 
11229
10456
  /**
11230
10457
  * Clears the field making it undefined.
11231
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10458
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11232
10459
  */
11233
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearName = function() {
10460
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.clearName = function() {
11234
10461
  return jspb.Message.setField(this, 2, undefined);
11235
10462
  };
11236
10463
 
@@ -11239,7 +10466,7 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearName = function() {
11239
10466
  * Returns whether this field is set.
11240
10467
  * @return {boolean}
11241
10468
  */
11242
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasName = function() {
10469
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.hasName = function() {
11243
10470
  return jspb.Message.getField(this, 2) != null;
11244
10471
  };
11245
10472
 
@@ -11248,25 +10475,25 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasName = function() {
11248
10475
  * optional string type = 3;
11249
10476
  * @return {string}
11250
10477
  */
11251
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getType = function() {
10478
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getType = function() {
11252
10479
  return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
11253
10480
  };
11254
10481
 
11255
10482
 
11256
10483
  /**
11257
10484
  * @param {string} value
11258
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10485
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11259
10486
  */
11260
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setType = function(value) {
10487
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setType = function(value) {
11261
10488
  return jspb.Message.setField(this, 3, value);
11262
10489
  };
11263
10490
 
11264
10491
 
11265
10492
  /**
11266
10493
  * Clears the field making it undefined.
11267
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10494
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11268
10495
  */
11269
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearType = function() {
10496
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.clearType = function() {
11270
10497
  return jspb.Message.setField(this, 3, undefined);
11271
10498
  };
11272
10499
 
@@ -11275,7 +10502,7 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearType = function() {
11275
10502
  * Returns whether this field is set.
11276
10503
  * @return {boolean}
11277
10504
  */
11278
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasType = function() {
10505
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.hasType = function() {
11279
10506
  return jspb.Message.getField(this, 3) != null;
11280
10507
  };
11281
10508
 
@@ -11284,43 +10511,61 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasType = function() {
11284
10511
  * optional int32 size = 4;
11285
10512
  * @return {number}
11286
10513
  */
11287
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getSize = function() {
10514
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getSize = function() {
11288
10515
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
11289
10516
  };
11290
10517
 
11291
10518
 
11292
10519
  /**
11293
10520
  * @param {number} value
11294
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10521
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11295
10522
  */
11296
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setSize = function(value) {
10523
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setSize = function(value) {
11297
10524
  return jspb.Message.setProto3IntField(this, 4, value);
11298
10525
  };
11299
10526
 
11300
10527
 
11301
10528
  /**
11302
- * optional int32 slot_number = 5;
10529
+ * optional int32 start_index = 7;
10530
+ * @return {number}
10531
+ */
10532
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getStartIndex = function() {
10533
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
10534
+ };
10535
+
10536
+
10537
+ /**
10538
+ * @param {number} value
10539
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
10540
+ */
10541
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setStartIndex = function(value) {
10542
+ return jspb.Message.setProto3IntField(this, 7, value);
10543
+ };
10544
+
10545
+
10546
+ /**
10547
+ * optional int32 position = 5;
11303
10548
  * @return {number}
11304
10549
  */
11305
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getSlotNumber = function() {
10550
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getPosition = function() {
11306
10551
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
11307
10552
  };
11308
10553
 
11309
10554
 
11310
10555
  /**
11311
10556
  * @param {number} value
11312
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10557
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11313
10558
  */
11314
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setSlotNumber = function(value) {
10559
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setPosition = function(value) {
11315
10560
  return jspb.Message.setField(this, 5, value);
11316
10561
  };
11317
10562
 
11318
10563
 
11319
10564
  /**
11320
10565
  * Clears the field making it undefined.
11321
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10566
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11322
10567
  */
11323
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearSlotNumber = function() {
10568
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.clearPosition = function() {
11324
10569
  return jspb.Message.setField(this, 5, undefined);
11325
10570
  };
11326
10571
 
@@ -11329,34 +10574,34 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearSlotNumber = function(
11329
10574
  * Returns whether this field is set.
11330
10575
  * @return {boolean}
11331
10576
  */
11332
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasSlotNumber = function() {
10577
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.hasPosition = function() {
11333
10578
  return jspb.Message.getField(this, 5) != null;
11334
10579
  };
11335
10580
 
11336
10581
 
11337
10582
  /**
11338
- * optional int32 slot_width = 6;
10583
+ * optional int32 width = 6;
11339
10584
  * @return {number}
11340
10585
  */
11341
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.getSlotWidth = function() {
10586
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.getWidth = function() {
11342
10587
  return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
11343
10588
  };
11344
10589
 
11345
10590
 
11346
10591
  /**
11347
10592
  * @param {number} value
11348
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10593
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11349
10594
  */
11350
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.setSlotWidth = function(value) {
10595
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.setWidth = function(value) {
11351
10596
  return jspb.Message.setField(this, 6, value);
11352
10597
  };
11353
10598
 
11354
10599
 
11355
10600
  /**
11356
10601
  * Clears the field making it undefined.
11357
- * @return {!proto.com.lansweeper.dp.outbound.v1.OtRack} returns this
10602
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtBusConfig} returns this
11358
10603
  */
11359
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearSlotWidth = function() {
10604
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.clearWidth = function() {
11360
10605
  return jspb.Message.setField(this, 6, undefined);
11361
10606
  };
11362
10607
 
@@ -11365,7 +10610,7 @@ proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.clearSlotWidth = function()
11365
10610
  * Returns whether this field is set.
11366
10611
  * @return {boolean}
11367
10612
  */
11368
- proto.com.lansweeper.dp.outbound.v1.OtRack.prototype.hasSlotWidth = function() {
10613
+ proto.com.lansweeper.dp.outbound.v1.OtBusConfig.prototype.hasWidth = function() {
11369
10614
  return jspb.Message.getField(this, 6) != null;
11370
10615
  };
11371
10616