@lansweeper/data-platform-outbound-grpc 0.1.47 → 0.1.49

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.
@@ -34,6 +34,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CatalogSoftware', null, g
34
34
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Chassis', null, global);
35
35
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CloudEntity', null, global);
36
36
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.CoreFields', null, global);
37
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver', null, global);
38
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase', null, global);
37
39
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Entity', null, global);
38
40
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Entity.EntityCase', null, global);
39
41
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityPath', null, global);
@@ -62,6 +64,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterface', null,
62
64
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces', null, global);
63
65
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystem', null, global);
64
66
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystem.SpecCase', null, global);
67
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature', null, global);
65
68
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch', null, global);
66
69
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OpticalDrive', null, global);
67
70
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.OtModule', null, global);
@@ -80,6 +83,9 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.SpecHardwareInfo', null,
80
83
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Tag', null, global);
81
84
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsMonitorInfo', null, global);
82
85
  goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo', null, global);
86
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver', null, global);
87
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver', null, global);
88
+ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver', null, global);
83
89
  /**
84
90
  * Generated by JsPbCodeGenerator.
85
91
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -605,6 +611,27 @@ if (goog.DEBUG && !COMPILED) {
605
611
  */
606
612
  proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsOperatingSystemInfo';
607
613
  }
614
+ /**
615
+ * Generated by JsPbCodeGenerator.
616
+ * @param {Array=} opt_data Optional initial data array, typically from a
617
+ * server response, or constructed directly in Javascript. The array is used
618
+ * in place and becomes part of the constructed object. It is not cloned.
619
+ * If no data is provided, the constructed object will be empty, but still
620
+ * valid.
621
+ * @extends {jspb.Message}
622
+ * @constructor
623
+ */
624
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature = function(opt_data) {
625
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
626
+ };
627
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature, jspb.Message);
628
+ if (goog.DEBUG && !COMPILED) {
629
+ /**
630
+ * @public
631
+ * @override
632
+ */
633
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.displayName = 'proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature';
634
+ }
608
635
  /**
609
636
  * Generated by JsPbCodeGenerator.
610
637
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -836,6 +863,90 @@ if (goog.DEBUG && !COMPILED) {
836
863
  */
837
864
  proto.com.lansweeper.dp.outbound.v1.BootConfig.displayName = 'proto.com.lansweeper.dp.outbound.v1.BootConfig';
838
865
  }
866
+ /**
867
+ * Generated by JsPbCodeGenerator.
868
+ * @param {Array=} opt_data Optional initial data array, typically from a
869
+ * server response, or constructed directly in Javascript. The array is used
870
+ * in place and becomes part of the constructed object. It is not cloned.
871
+ * If no data is provided, the constructed object will be empty, but still
872
+ * valid.
873
+ * @extends {jspb.Message}
874
+ * @constructor
875
+ */
876
+ proto.com.lansweeper.dp.outbound.v1.Driver = function(opt_data) {
877
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_);
878
+ };
879
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.Driver, jspb.Message);
880
+ if (goog.DEBUG && !COMPILED) {
881
+ /**
882
+ * @public
883
+ * @override
884
+ */
885
+ proto.com.lansweeper.dp.outbound.v1.Driver.displayName = 'proto.com.lansweeper.dp.outbound.v1.Driver';
886
+ }
887
+ /**
888
+ * Generated by JsPbCodeGenerator.
889
+ * @param {Array=} opt_data Optional initial data array, typically from a
890
+ * server response, or constructed directly in Javascript. The array is used
891
+ * in place and becomes part of the constructed object. It is not cloned.
892
+ * If no data is provided, the constructed object will be empty, but still
893
+ * valid.
894
+ * @extends {jspb.Message}
895
+ * @constructor
896
+ */
897
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver = function(opt_data) {
898
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
899
+ };
900
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver, jspb.Message);
901
+ if (goog.DEBUG && !COMPILED) {
902
+ /**
903
+ * @public
904
+ * @override
905
+ */
906
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver';
907
+ }
908
+ /**
909
+ * Generated by JsPbCodeGenerator.
910
+ * @param {Array=} opt_data Optional initial data array, typically from a
911
+ * server response, or constructed directly in Javascript. The array is used
912
+ * in place and becomes part of the constructed object. It is not cloned.
913
+ * If no data is provided, the constructed object will be empty, but still
914
+ * valid.
915
+ * @extends {jspb.Message}
916
+ * @constructor
917
+ */
918
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver = function(opt_data) {
919
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
920
+ };
921
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver, jspb.Message);
922
+ if (goog.DEBUG && !COMPILED) {
923
+ /**
924
+ * @public
925
+ * @override
926
+ */
927
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver';
928
+ }
929
+ /**
930
+ * Generated by JsPbCodeGenerator.
931
+ * @param {Array=} opt_data Optional initial data array, typically from a
932
+ * server response, or constructed directly in Javascript. The array is used
933
+ * in place and becomes part of the constructed object. It is not cloned.
934
+ * If no data is provided, the constructed object will be empty, but still
935
+ * valid.
936
+ * @extends {jspb.Message}
937
+ * @constructor
938
+ */
939
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver = function(opt_data) {
940
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
941
+ };
942
+ goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver, jspb.Message);
943
+ if (goog.DEBUG && !COMPILED) {
944
+ /**
945
+ * @public
946
+ * @override
947
+ */
948
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver';
949
+ }
839
950
  /**
840
951
  * Generated by JsPbCodeGenerator.
841
952
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -3386,7 +3497,7 @@ proto.com.lansweeper.dp.outbound.v1.Entity.prototype.hasAsset = function() {
3386
3497
  * @private {!Array<number>}
3387
3498
  * @const
3388
3499
  */
3389
- proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,15,24,25,27,30,28,29,34];
3500
+ proto.com.lansweeper.dp.outbound.v1.Asset.repeatedFields_ = [33,14,20,26,13,37,15,24,25,27,30,28,29,34,36];
3390
3501
 
3391
3502
 
3392
3503
 
@@ -3442,6 +3553,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
3442
3553
  networkInterfaces: (f = msg.getNetworkInterfaces()) && proto.com.lansweeper.dp.outbound.v1.NetworkInterfaces.toObject(includeInstance, f),
3443
3554
  osPatchList: jspb.Message.toObjectList(msg.getOsPatchList(),
3444
3555
  proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject, includeInstance),
3556
+ osFeatureList: jspb.Message.toObjectList(msg.getOsFeatureList(),
3557
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.toObject, includeInstance),
3445
3558
  processorList: jspb.Message.toObjectList(msg.getProcessorList(),
3446
3559
  proto.com.lansweeper.dp.outbound.v1.Processor.toObject, includeInstance),
3447
3560
  chassis: (f = msg.getChassis()) && proto.com.lansweeper.dp.outbound.v1.Chassis.toObject(includeInstance, f),
@@ -3462,6 +3575,8 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
3462
3575
  autoRunCommandList: jspb.Message.toObjectList(msg.getAutoRunCommandList(),
3463
3576
  proto.com.lansweeper.dp.outbound.v1.AutoRunCommand.toObject, includeInstance),
3464
3577
  bootConfig: (f = msg.getBootConfig()) && proto.com.lansweeper.dp.outbound.v1.BootConfig.toObject(includeInstance, f),
3578
+ driverList: jspb.Message.toObjectList(msg.getDriverList(),
3579
+ proto.com.lansweeper.dp.outbound.v1.Driver.toObject, includeInstance),
3465
3580
  lastUser: (f = msg.getLastUser()) && proto.com.lansweeper.dp.outbound.v1.LastUser.toObject(includeInstance, f),
3466
3581
  otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
3467
3582
  cloud: (f = msg.getCloud()) && proto.com.lansweeper.dp.outbound.v1.CloudEntity.toObject(includeInstance, f)
@@ -3590,6 +3705,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
3590
3705
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader);
3591
3706
  msg.addOsPatch(value);
3592
3707
  break;
3708
+ case 37:
3709
+ var value = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature;
3710
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.deserializeBinaryFromReader);
3711
+ msg.addOsFeature(value);
3712
+ break;
3593
3713
  case 15:
3594
3714
  var value = new proto.com.lansweeper.dp.outbound.v1.Processor;
3595
3715
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Processor.deserializeBinaryFromReader);
@@ -3650,6 +3770,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
3650
3770
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.BootConfig.deserializeBinaryFromReader);
3651
3771
  msg.setBootConfig(value);
3652
3772
  break;
3773
+ case 36:
3774
+ var value = new proto.com.lansweeper.dp.outbound.v1.Driver;
3775
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Driver.deserializeBinaryFromReader);
3776
+ msg.addDriver(value);
3777
+ break;
3653
3778
  case 31:
3654
3779
  var value = new proto.com.lansweeper.dp.outbound.v1.LastUser;
3655
3780
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LastUser.deserializeBinaryFromReader);
@@ -3837,6 +3962,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
3837
3962
  proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.serializeBinaryToWriter
3838
3963
  );
3839
3964
  }
3965
+ f = message.getOsFeatureList();
3966
+ if (f.length > 0) {
3967
+ writer.writeRepeatedMessage(
3968
+ 37,
3969
+ f,
3970
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.serializeBinaryToWriter
3971
+ );
3972
+ }
3840
3973
  f = message.getProcessorList();
3841
3974
  if (f.length > 0) {
3842
3975
  writer.writeRepeatedMessage(
@@ -3933,6 +4066,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
3933
4066
  proto.com.lansweeper.dp.outbound.v1.BootConfig.serializeBinaryToWriter
3934
4067
  );
3935
4068
  }
4069
+ f = message.getDriverList();
4070
+ if (f.length > 0) {
4071
+ writer.writeRepeatedMessage(
4072
+ 36,
4073
+ f,
4074
+ proto.com.lansweeper.dp.outbound.v1.Driver.serializeBinaryToWriter
4075
+ );
4076
+ }
3936
4077
  f = message.getLastUser();
3937
4078
  if (f != null) {
3938
4079
  writer.writeMessage(
@@ -4630,6 +4771,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOsPatchList = function(
4630
4771
  };
4631
4772
 
4632
4773
 
4774
+ /**
4775
+ * repeated OperatingSystemFeature os_feature = 37;
4776
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>}
4777
+ */
4778
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getOsFeatureList = function() {
4779
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>} */ (
4780
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature, 37));
4781
+ };
4782
+
4783
+
4784
+ /**
4785
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature>} value
4786
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
4787
+ */
4788
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setOsFeatureList = function(value) {
4789
+ return jspb.Message.setRepeatedWrapperField(this, 37, value);
4790
+ };
4791
+
4792
+
4793
+ /**
4794
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature=} opt_value
4795
+ * @param {number=} opt_index
4796
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature}
4797
+ */
4798
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addOsFeature = function(opt_value, opt_index) {
4799
+ return jspb.Message.addToRepeatedWrapperField(this, 37, opt_value, proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature, opt_index);
4800
+ };
4801
+
4802
+
4803
+ /**
4804
+ * Clears the list making it empty but non-null.
4805
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
4806
+ */
4807
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearOsFeatureList = function() {
4808
+ return this.setOsFeatureList([]);
4809
+ };
4810
+
4811
+
4633
4812
  /**
4634
4813
  * repeated Processor processor = 15;
4635
4814
  * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Processor>}
@@ -5082,6 +5261,44 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasBootConfig = function() {
5082
5261
  };
5083
5262
 
5084
5263
 
5264
+ /**
5265
+ * repeated Driver driver = 36;
5266
+ * @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Driver>}
5267
+ */
5268
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getDriverList = function() {
5269
+ return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Driver>} */ (
5270
+ jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Driver, 36));
5271
+ };
5272
+
5273
+
5274
+ /**
5275
+ * @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Driver>} value
5276
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5277
+ */
5278
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setDriverList = function(value) {
5279
+ return jspb.Message.setRepeatedWrapperField(this, 36, value);
5280
+ };
5281
+
5282
+
5283
+ /**
5284
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Driver=} opt_value
5285
+ * @param {number=} opt_index
5286
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver}
5287
+ */
5288
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.addDriver = function(opt_value, opt_index) {
5289
+ return jspb.Message.addToRepeatedWrapperField(this, 36, opt_value, proto.com.lansweeper.dp.outbound.v1.Driver, opt_index);
5290
+ };
5291
+
5292
+
5293
+ /**
5294
+ * Clears the list making it empty but non-null.
5295
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
5296
+ */
5297
+ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearDriverList = function() {
5298
+ return this.setDriverList([]);
5299
+ };
5300
+
5301
+
5085
5302
  /**
5086
5303
  * optional LastUser last_user = 31;
5087
5304
  * @return {?proto.com.lansweeper.dp.outbound.v1.LastUser}
@@ -5958,9 +6175,11 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.toObject = function(includeInstance
5958
6175
  componentType: jspb.Message.getFieldWithDefault(msg, 1, ""),
5959
6176
  rack: (f = msg.getRack()) && proto.com.lansweeper.dp.outbound.v1.OtRack.toObject(includeInstance, f),
5960
6177
  isMainModule: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
6178
+ isNetworkNode: jspb.Message.getBooleanFieldWithDefault(msg, 7, false),
5961
6179
  partNumber: jspb.Message.getFieldWithDefault(msg, 4, ""),
5962
6180
  extInfoList: jspb.Message.toObjectList(msg.getExtInfoList(),
5963
- proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo.toObject, includeInstance)
6181
+ proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo.toObject, includeInstance),
6182
+ routePath: jspb.Message.getFieldWithDefault(msg, 6, "")
5964
6183
  };
5965
6184
 
5966
6185
  if (includeInstance) {
@@ -6010,6 +6229,10 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.deserializeBinaryFromReader = funct
6010
6229
  var value = /** @type {boolean} */ (reader.readBool());
6011
6230
  msg.setIsMainModule(value);
6012
6231
  break;
6232
+ case 7:
6233
+ var value = /** @type {boolean} */ (reader.readBool());
6234
+ msg.setIsNetworkNode(value);
6235
+ break;
6013
6236
  case 4:
6014
6237
  var value = /** @type {string} */ (reader.readString());
6015
6238
  msg.setPartNumber(value);
@@ -6019,6 +6242,10 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.deserializeBinaryFromReader = funct
6019
6242
  reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo.deserializeBinaryFromReader);
6020
6243
  msg.addExtInfo(value);
6021
6244
  break;
6245
+ case 6:
6246
+ var value = /** @type {string} */ (reader.readString());
6247
+ msg.setRoutePath(value);
6248
+ break;
6022
6249
  default:
6023
6250
  reader.skipField();
6024
6251
  break;
@@ -6070,6 +6297,13 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.serializeBinaryToWriter = function(
6070
6297
  f
6071
6298
  );
6072
6299
  }
6300
+ f = message.getIsNetworkNode();
6301
+ if (f) {
6302
+ writer.writeBool(
6303
+ 7,
6304
+ f
6305
+ );
6306
+ }
6073
6307
  f = /** @type {string} */ (jspb.Message.getField(message, 4));
6074
6308
  if (f != null) {
6075
6309
  writer.writeString(
@@ -6085,6 +6319,13 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.serializeBinaryToWriter = function(
6085
6319
  proto.com.lansweeper.dp.outbound.v1.OtModuleExtInfo.serializeBinaryToWriter
6086
6320
  );
6087
6321
  }
6322
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
6323
+ if (f != null) {
6324
+ writer.writeString(
6325
+ 6,
6326
+ f
6327
+ );
6328
+ }
6088
6329
  };
6089
6330
 
6090
6331
 
@@ -6179,6 +6420,24 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setIsMainModule = functio
6179
6420
  };
6180
6421
 
6181
6422
 
6423
+ /**
6424
+ * optional bool is_network_node = 7;
6425
+ * @return {boolean}
6426
+ */
6427
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.getIsNetworkNode = function() {
6428
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false));
6429
+ };
6430
+
6431
+
6432
+ /**
6433
+ * @param {boolean} value
6434
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtModule} returns this
6435
+ */
6436
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setIsNetworkNode = function(value) {
6437
+ return jspb.Message.setProto3BooleanField(this, 7, value);
6438
+ };
6439
+
6440
+
6182
6441
  /**
6183
6442
  * optional string part_number = 4;
6184
6443
  * @return {string}
@@ -6253,6 +6512,42 @@ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.clearExtInfoList = functi
6253
6512
  };
6254
6513
 
6255
6514
 
6515
+ /**
6516
+ * optional string route_path = 6;
6517
+ * @return {string}
6518
+ */
6519
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.getRoutePath = function() {
6520
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
6521
+ };
6522
+
6523
+
6524
+ /**
6525
+ * @param {string} value
6526
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtModule} returns this
6527
+ */
6528
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.setRoutePath = function(value) {
6529
+ return jspb.Message.setField(this, 6, value);
6530
+ };
6531
+
6532
+
6533
+ /**
6534
+ * Clears the field making it undefined.
6535
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OtModule} returns this
6536
+ */
6537
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.clearRoutePath = function() {
6538
+ return jspb.Message.setField(this, 6, undefined);
6539
+ };
6540
+
6541
+
6542
+ /**
6543
+ * Returns whether this field is set.
6544
+ * @return {boolean}
6545
+ */
6546
+ proto.com.lansweeper.dp.outbound.v1.OtModule.prototype.hasRoutePath = function() {
6547
+ return jspb.Message.getField(this, 6) != null;
6548
+ };
6549
+
6550
+
6256
6551
 
6257
6552
 
6258
6553
 
@@ -13118,8 +13413,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
13118
13413
  * http://goto/soy-param-migration
13119
13414
  * @return {!Object}
13120
13415
  */
13121
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.prototype.toObject = function(opt_includeInstance) {
13122
- return proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject(opt_includeInstance, this);
13416
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.toObject = function(opt_includeInstance) {
13417
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.toObject(opt_includeInstance, this);
13123
13418
  };
13124
13419
 
13125
13420
 
@@ -13128,18 +13423,14 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.prototype.toObject = fu
13128
13423
  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13129
13424
  * the JSPB instance for transitional soy proto support:
13130
13425
  * http://goto/soy-param-migration
13131
- * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch} msg The msg instance to transform.
13426
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature} msg The msg instance to transform.
13132
13427
  * @return {!Object}
13133
13428
  * @suppress {unusedLocalVariables} f is only used for nested messages
13134
13429
  */
13135
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject = function(includeInstance, msg) {
13430
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.toObject = function(includeInstance, msg) {
13136
13431
  var f, obj = {
13137
- id: jspb.Message.getFieldWithDefault(msg, 1, ""),
13138
- type: jspb.Message.getFieldWithDefault(msg, 2, ""),
13139
- installDate: (f = msg.getInstallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
13140
- installBy: jspb.Message.getFieldWithDefault(msg, 4, ""),
13141
- comments: jspb.Message.getFieldWithDefault(msg, 5, ""),
13142
- windowsServicePack: jspb.Message.getFieldWithDefault(msg, 6, "")
13432
+ name: jspb.Message.getFieldWithDefault(msg, 1, ""),
13433
+ caption: jspb.Message.getFieldWithDefault(msg, 2, "")
13143
13434
  };
13144
13435
 
13145
13436
  if (includeInstance) {
@@ -13153,23 +13444,23 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject = function(inc
13153
13444
  /**
13154
13445
  * Deserializes binary data (in protobuf wire format).
13155
13446
  * @param {jspb.ByteSource} bytes The bytes to deserialize.
13156
- * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch}
13447
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature}
13157
13448
  */
13158
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinary = function(bytes) {
13449
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.deserializeBinary = function(bytes) {
13159
13450
  var reader = new jspb.BinaryReader(bytes);
13160
- var msg = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch;
13161
- return proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader(msg, reader);
13451
+ var msg = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature;
13452
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.deserializeBinaryFromReader(msg, reader);
13162
13453
  };
13163
13454
 
13164
13455
 
13165
13456
  /**
13166
13457
  * Deserializes binary data (in protobuf wire format) from the
13167
13458
  * given reader into the given message object.
13168
- * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch} msg The message object to deserialize into.
13459
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature} msg The message object to deserialize into.
13169
13460
  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13170
- * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch}
13461
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature}
13171
13462
  */
13172
- proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader = function(msg, reader) {
13463
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.deserializeBinaryFromReader = function(msg, reader) {
13173
13464
  while (reader.nextField()) {
13174
13465
  if (reader.isEndGroup()) {
13175
13466
  break;
@@ -13178,28 +13469,192 @@ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromRe
13178
13469
  switch (field) {
13179
13470
  case 1:
13180
13471
  var value = /** @type {string} */ (reader.readString());
13181
- msg.setId(value);
13472
+ msg.setName(value);
13182
13473
  break;
13183
13474
  case 2:
13184
13475
  var value = /** @type {string} */ (reader.readString());
13185
- msg.setType(value);
13186
- break;
13187
- case 3:
13188
- var value = new google_protobuf_timestamp_pb.Timestamp;
13189
- reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
13190
- msg.setInstallDate(value);
13191
- break;
13192
- case 4:
13193
- var value = /** @type {string} */ (reader.readString());
13194
- msg.setInstallBy(value);
13195
- break;
13196
- case 5:
13197
- var value = /** @type {string} */ (reader.readString());
13198
- msg.setComments(value);
13199
- break;
13200
- case 6:
13201
- var value = /** @type {string} */ (reader.readString());
13202
- msg.setWindowsServicePack(value);
13476
+ msg.setCaption(value);
13477
+ break;
13478
+ default:
13479
+ reader.skipField();
13480
+ break;
13481
+ }
13482
+ }
13483
+ return msg;
13484
+ };
13485
+
13486
+
13487
+ /**
13488
+ * Serializes the message to binary data (in protobuf wire format).
13489
+ * @return {!Uint8Array}
13490
+ */
13491
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.serializeBinary = function() {
13492
+ var writer = new jspb.BinaryWriter();
13493
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.serializeBinaryToWriter(this, writer);
13494
+ return writer.getResultBuffer();
13495
+ };
13496
+
13497
+
13498
+ /**
13499
+ * Serializes the given message to binary data (in protobuf wire
13500
+ * format), writing to the given BinaryWriter.
13501
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature} message
13502
+ * @param {!jspb.BinaryWriter} writer
13503
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13504
+ */
13505
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.serializeBinaryToWriter = function(message, writer) {
13506
+ var f = undefined;
13507
+ f = message.getName();
13508
+ if (f.length > 0) {
13509
+ writer.writeString(
13510
+ 1,
13511
+ f
13512
+ );
13513
+ }
13514
+ f = message.getCaption();
13515
+ if (f.length > 0) {
13516
+ writer.writeString(
13517
+ 2,
13518
+ f
13519
+ );
13520
+ }
13521
+ };
13522
+
13523
+
13524
+ /**
13525
+ * optional string name = 1;
13526
+ * @return {string}
13527
+ */
13528
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.getName = function() {
13529
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
13530
+ };
13531
+
13532
+
13533
+ /**
13534
+ * @param {string} value
13535
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature} returns this
13536
+ */
13537
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.setName = function(value) {
13538
+ return jspb.Message.setProto3StringField(this, 1, value);
13539
+ };
13540
+
13541
+
13542
+ /**
13543
+ * optional string caption = 2;
13544
+ * @return {string}
13545
+ */
13546
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.getCaption = function() {
13547
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
13548
+ };
13549
+
13550
+
13551
+ /**
13552
+ * @param {string} value
13553
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature} returns this
13554
+ */
13555
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemFeature.prototype.setCaption = function(value) {
13556
+ return jspb.Message.setProto3StringField(this, 2, value);
13557
+ };
13558
+
13559
+
13560
+
13561
+
13562
+
13563
+ if (jspb.Message.GENERATE_TO_OBJECT) {
13564
+ /**
13565
+ * Creates an object representation of this proto.
13566
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
13567
+ * Optional fields that are not set will be set to undefined.
13568
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
13569
+ * For the list of reserved names please see:
13570
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
13571
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
13572
+ * JSPB instance for transitional soy proto support:
13573
+ * http://goto/soy-param-migration
13574
+ * @return {!Object}
13575
+ */
13576
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.prototype.toObject = function(opt_includeInstance) {
13577
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject(opt_includeInstance, this);
13578
+ };
13579
+
13580
+
13581
+ /**
13582
+ * Static version of the {@see toObject} method.
13583
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
13584
+ * the JSPB instance for transitional soy proto support:
13585
+ * http://goto/soy-param-migration
13586
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch} msg The msg instance to transform.
13587
+ * @return {!Object}
13588
+ * @suppress {unusedLocalVariables} f is only used for nested messages
13589
+ */
13590
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.toObject = function(includeInstance, msg) {
13591
+ var f, obj = {
13592
+ id: jspb.Message.getFieldWithDefault(msg, 1, ""),
13593
+ type: jspb.Message.getFieldWithDefault(msg, 2, ""),
13594
+ installDate: (f = msg.getInstallDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
13595
+ installBy: jspb.Message.getFieldWithDefault(msg, 4, ""),
13596
+ comments: jspb.Message.getFieldWithDefault(msg, 5, ""),
13597
+ windowsServicePack: jspb.Message.getFieldWithDefault(msg, 6, "")
13598
+ };
13599
+
13600
+ if (includeInstance) {
13601
+ obj.$jspbMessageInstance = msg;
13602
+ }
13603
+ return obj;
13604
+ };
13605
+ }
13606
+
13607
+
13608
+ /**
13609
+ * Deserializes binary data (in protobuf wire format).
13610
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
13611
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch}
13612
+ */
13613
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinary = function(bytes) {
13614
+ var reader = new jspb.BinaryReader(bytes);
13615
+ var msg = new proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch;
13616
+ return proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader(msg, reader);
13617
+ };
13618
+
13619
+
13620
+ /**
13621
+ * Deserializes binary data (in protobuf wire format) from the
13622
+ * given reader into the given message object.
13623
+ * @param {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch} msg The message object to deserialize into.
13624
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
13625
+ * @return {!proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch}
13626
+ */
13627
+ proto.com.lansweeper.dp.outbound.v1.OperatingSystemPatch.deserializeBinaryFromReader = function(msg, reader) {
13628
+ while (reader.nextField()) {
13629
+ if (reader.isEndGroup()) {
13630
+ break;
13631
+ }
13632
+ var field = reader.getFieldNumber();
13633
+ switch (field) {
13634
+ case 1:
13635
+ var value = /** @type {string} */ (reader.readString());
13636
+ msg.setId(value);
13637
+ break;
13638
+ case 2:
13639
+ var value = /** @type {string} */ (reader.readString());
13640
+ msg.setType(value);
13641
+ break;
13642
+ case 3:
13643
+ var value = new google_protobuf_timestamp_pb.Timestamp;
13644
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
13645
+ msg.setInstallDate(value);
13646
+ break;
13647
+ case 4:
13648
+ var value = /** @type {string} */ (reader.readString());
13649
+ msg.setInstallBy(value);
13650
+ break;
13651
+ case 5:
13652
+ var value = /** @type {string} */ (reader.readString());
13653
+ msg.setComments(value);
13654
+ break;
13655
+ case 6:
13656
+ var value = /** @type {string} */ (reader.readString());
13657
+ msg.setWindowsServicePack(value);
13203
13658
  break;
13204
13659
  default:
13205
13660
  reader.skipField();
@@ -19670,6 +20125,3325 @@ proto.com.lansweeper.dp.outbound.v1.BootConfig.prototype.hasBootMode = function(
19670
20125
 
19671
20126
 
19672
20127
 
20128
+ /**
20129
+ * Oneof group definitions for this message. Each group defines the field
20130
+ * numbers belonging to that group. When of these fields' value is set, all
20131
+ * other fields in the group are cleared. During deserialization, if multiple
20132
+ * fields are encountered for a group, only the last value seen will be kept.
20133
+ * @private {!Array<!Array<number>>}
20134
+ * @const
20135
+ */
20136
+ proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_ = [[1,2,3]];
20137
+
20138
+ /**
20139
+ * @enum {number}
20140
+ */
20141
+ proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase = {
20142
+ DRIVER_NOT_SET: 0,
20143
+ WIN_SYS: 1,
20144
+ WIN_PNP: 2,
20145
+ WIN_PRINTER: 3
20146
+ };
20147
+
20148
+ /**
20149
+ * @return {proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase}
20150
+ */
20151
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getDriverCase = function() {
20152
+ return /** @type {proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase} */(jspb.Message.computeOneofCase(this, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_[0]));
20153
+ };
20154
+
20155
+
20156
+
20157
+ if (jspb.Message.GENERATE_TO_OBJECT) {
20158
+ /**
20159
+ * Creates an object representation of this proto.
20160
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
20161
+ * Optional fields that are not set will be set to undefined.
20162
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
20163
+ * For the list of reserved names please see:
20164
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
20165
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
20166
+ * JSPB instance for transitional soy proto support:
20167
+ * http://goto/soy-param-migration
20168
+ * @return {!Object}
20169
+ */
20170
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.toObject = function(opt_includeInstance) {
20171
+ return proto.com.lansweeper.dp.outbound.v1.Driver.toObject(opt_includeInstance, this);
20172
+ };
20173
+
20174
+
20175
+ /**
20176
+ * Static version of the {@see toObject} method.
20177
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
20178
+ * the JSPB instance for transitional soy proto support:
20179
+ * http://goto/soy-param-migration
20180
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Driver} msg The msg instance to transform.
20181
+ * @return {!Object}
20182
+ * @suppress {unusedLocalVariables} f is only used for nested messages
20183
+ */
20184
+ proto.com.lansweeper.dp.outbound.v1.Driver.toObject = function(includeInstance, msg) {
20185
+ var f, obj = {
20186
+ winSys: (f = msg.getWinSys()) && proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.toObject(includeInstance, f),
20187
+ winPnp: (f = msg.getWinPnp()) && proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.toObject(includeInstance, f),
20188
+ winPrinter: (f = msg.getWinPrinter()) && proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.toObject(includeInstance, f),
20189
+ name: jspb.Message.getFieldWithDefault(msg, 100, ""),
20190
+ description: jspb.Message.getFieldWithDefault(msg, 101, "")
20191
+ };
20192
+
20193
+ if (includeInstance) {
20194
+ obj.$jspbMessageInstance = msg;
20195
+ }
20196
+ return obj;
20197
+ };
20198
+ }
20199
+
20200
+
20201
+ /**
20202
+ * Deserializes binary data (in protobuf wire format).
20203
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
20204
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver}
20205
+ */
20206
+ proto.com.lansweeper.dp.outbound.v1.Driver.deserializeBinary = function(bytes) {
20207
+ var reader = new jspb.BinaryReader(bytes);
20208
+ var msg = new proto.com.lansweeper.dp.outbound.v1.Driver;
20209
+ return proto.com.lansweeper.dp.outbound.v1.Driver.deserializeBinaryFromReader(msg, reader);
20210
+ };
20211
+
20212
+
20213
+ /**
20214
+ * Deserializes binary data (in protobuf wire format) from the
20215
+ * given reader into the given message object.
20216
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Driver} msg The message object to deserialize into.
20217
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
20218
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver}
20219
+ */
20220
+ proto.com.lansweeper.dp.outbound.v1.Driver.deserializeBinaryFromReader = function(msg, reader) {
20221
+ while (reader.nextField()) {
20222
+ if (reader.isEndGroup()) {
20223
+ break;
20224
+ }
20225
+ var field = reader.getFieldNumber();
20226
+ switch (field) {
20227
+ case 1:
20228
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver;
20229
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.deserializeBinaryFromReader);
20230
+ msg.setWinSys(value);
20231
+ break;
20232
+ case 2:
20233
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver;
20234
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.deserializeBinaryFromReader);
20235
+ msg.setWinPnp(value);
20236
+ break;
20237
+ case 3:
20238
+ var value = new proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver;
20239
+ reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.deserializeBinaryFromReader);
20240
+ msg.setWinPrinter(value);
20241
+ break;
20242
+ case 100:
20243
+ var value = /** @type {string} */ (reader.readString());
20244
+ msg.setName(value);
20245
+ break;
20246
+ case 101:
20247
+ var value = /** @type {string} */ (reader.readString());
20248
+ msg.setDescription(value);
20249
+ break;
20250
+ default:
20251
+ reader.skipField();
20252
+ break;
20253
+ }
20254
+ }
20255
+ return msg;
20256
+ };
20257
+
20258
+
20259
+ /**
20260
+ * Serializes the message to binary data (in protobuf wire format).
20261
+ * @return {!Uint8Array}
20262
+ */
20263
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.serializeBinary = function() {
20264
+ var writer = new jspb.BinaryWriter();
20265
+ proto.com.lansweeper.dp.outbound.v1.Driver.serializeBinaryToWriter(this, writer);
20266
+ return writer.getResultBuffer();
20267
+ };
20268
+
20269
+
20270
+ /**
20271
+ * Serializes the given message to binary data (in protobuf wire
20272
+ * format), writing to the given BinaryWriter.
20273
+ * @param {!proto.com.lansweeper.dp.outbound.v1.Driver} message
20274
+ * @param {!jspb.BinaryWriter} writer
20275
+ * @suppress {unusedLocalVariables} f is only used for nested messages
20276
+ */
20277
+ proto.com.lansweeper.dp.outbound.v1.Driver.serializeBinaryToWriter = function(message, writer) {
20278
+ var f = undefined;
20279
+ f = message.getWinSys();
20280
+ if (f != null) {
20281
+ writer.writeMessage(
20282
+ 1,
20283
+ f,
20284
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.serializeBinaryToWriter
20285
+ );
20286
+ }
20287
+ f = message.getWinPnp();
20288
+ if (f != null) {
20289
+ writer.writeMessage(
20290
+ 2,
20291
+ f,
20292
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.serializeBinaryToWriter
20293
+ );
20294
+ }
20295
+ f = message.getWinPrinter();
20296
+ if (f != null) {
20297
+ writer.writeMessage(
20298
+ 3,
20299
+ f,
20300
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.serializeBinaryToWriter
20301
+ );
20302
+ }
20303
+ f = /** @type {string} */ (jspb.Message.getField(message, 100));
20304
+ if (f != null) {
20305
+ writer.writeString(
20306
+ 100,
20307
+ f
20308
+ );
20309
+ }
20310
+ f = /** @type {string} */ (jspb.Message.getField(message, 101));
20311
+ if (f != null) {
20312
+ writer.writeString(
20313
+ 101,
20314
+ f
20315
+ );
20316
+ }
20317
+ };
20318
+
20319
+
20320
+ /**
20321
+ * optional WindowsSystemDriver win_sys = 1;
20322
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver}
20323
+ */
20324
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getWinSys = function() {
20325
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} */ (
20326
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver, 1));
20327
+ };
20328
+
20329
+
20330
+ /**
20331
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver|undefined} value
20332
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20333
+ */
20334
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setWinSys = function(value) {
20335
+ return jspb.Message.setOneofWrapperField(this, 1, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_[0], value);
20336
+ };
20337
+
20338
+
20339
+ /**
20340
+ * Clears the message field making it undefined.
20341
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20342
+ */
20343
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearWinSys = function() {
20344
+ return this.setWinSys(undefined);
20345
+ };
20346
+
20347
+
20348
+ /**
20349
+ * Returns whether this field is set.
20350
+ * @return {boolean}
20351
+ */
20352
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasWinSys = function() {
20353
+ return jspb.Message.getField(this, 1) != null;
20354
+ };
20355
+
20356
+
20357
+ /**
20358
+ * optional WindowsPnpSignedDriver win_pnp = 2;
20359
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver}
20360
+ */
20361
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getWinPnp = function() {
20362
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} */ (
20363
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver, 2));
20364
+ };
20365
+
20366
+
20367
+ /**
20368
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver|undefined} value
20369
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20370
+ */
20371
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setWinPnp = function(value) {
20372
+ return jspb.Message.setOneofWrapperField(this, 2, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_[0], value);
20373
+ };
20374
+
20375
+
20376
+ /**
20377
+ * Clears the message field making it undefined.
20378
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20379
+ */
20380
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearWinPnp = function() {
20381
+ return this.setWinPnp(undefined);
20382
+ };
20383
+
20384
+
20385
+ /**
20386
+ * Returns whether this field is set.
20387
+ * @return {boolean}
20388
+ */
20389
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasWinPnp = function() {
20390
+ return jspb.Message.getField(this, 2) != null;
20391
+ };
20392
+
20393
+
20394
+ /**
20395
+ * optional WindowsPrinterDriver win_printer = 3;
20396
+ * @return {?proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver}
20397
+ */
20398
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getWinPrinter = function() {
20399
+ return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} */ (
20400
+ jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver, 3));
20401
+ };
20402
+
20403
+
20404
+ /**
20405
+ * @param {?proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver|undefined} value
20406
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20407
+ */
20408
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setWinPrinter = function(value) {
20409
+ return jspb.Message.setOneofWrapperField(this, 3, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_[0], value);
20410
+ };
20411
+
20412
+
20413
+ /**
20414
+ * Clears the message field making it undefined.
20415
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20416
+ */
20417
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearWinPrinter = function() {
20418
+ return this.setWinPrinter(undefined);
20419
+ };
20420
+
20421
+
20422
+ /**
20423
+ * Returns whether this field is set.
20424
+ * @return {boolean}
20425
+ */
20426
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasWinPrinter = function() {
20427
+ return jspb.Message.getField(this, 3) != null;
20428
+ };
20429
+
20430
+
20431
+ /**
20432
+ * optional string name = 100;
20433
+ * @return {string}
20434
+ */
20435
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getName = function() {
20436
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 100, ""));
20437
+ };
20438
+
20439
+
20440
+ /**
20441
+ * @param {string} value
20442
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20443
+ */
20444
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setName = function(value) {
20445
+ return jspb.Message.setField(this, 100, value);
20446
+ };
20447
+
20448
+
20449
+ /**
20450
+ * Clears the field making it undefined.
20451
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20452
+ */
20453
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearName = function() {
20454
+ return jspb.Message.setField(this, 100, undefined);
20455
+ };
20456
+
20457
+
20458
+ /**
20459
+ * Returns whether this field is set.
20460
+ * @return {boolean}
20461
+ */
20462
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasName = function() {
20463
+ return jspb.Message.getField(this, 100) != null;
20464
+ };
20465
+
20466
+
20467
+ /**
20468
+ * optional string description = 101;
20469
+ * @return {string}
20470
+ */
20471
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getDescription = function() {
20472
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 101, ""));
20473
+ };
20474
+
20475
+
20476
+ /**
20477
+ * @param {string} value
20478
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20479
+ */
20480
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setDescription = function(value) {
20481
+ return jspb.Message.setField(this, 101, value);
20482
+ };
20483
+
20484
+
20485
+ /**
20486
+ * Clears the field making it undefined.
20487
+ * @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
20488
+ */
20489
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearDescription = function() {
20490
+ return jspb.Message.setField(this, 101, undefined);
20491
+ };
20492
+
20493
+
20494
+ /**
20495
+ * Returns whether this field is set.
20496
+ * @return {boolean}
20497
+ */
20498
+ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasDescription = function() {
20499
+ return jspb.Message.getField(this, 101) != null;
20500
+ };
20501
+
20502
+
20503
+
20504
+
20505
+
20506
+ if (jspb.Message.GENERATE_TO_OBJECT) {
20507
+ /**
20508
+ * Creates an object representation of this proto.
20509
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
20510
+ * Optional fields that are not set will be set to undefined.
20511
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
20512
+ * For the list of reserved names please see:
20513
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
20514
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
20515
+ * JSPB instance for transitional soy proto support:
20516
+ * http://goto/soy-param-migration
20517
+ * @return {!Object}
20518
+ */
20519
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.toObject = function(opt_includeInstance) {
20520
+ return proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.toObject(opt_includeInstance, this);
20521
+ };
20522
+
20523
+
20524
+ /**
20525
+ * Static version of the {@see toObject} method.
20526
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
20527
+ * the JSPB instance for transitional soy proto support:
20528
+ * http://goto/soy-param-migration
20529
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} msg The msg instance to transform.
20530
+ * @return {!Object}
20531
+ * @suppress {unusedLocalVariables} f is only used for nested messages
20532
+ */
20533
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.toObject = function(includeInstance, msg) {
20534
+ var f, obj = {
20535
+ acceptPause: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
20536
+ acceptStop: jspb.Message.getBooleanFieldWithDefault(msg, 2, false),
20537
+ desktopInteract: jspb.Message.getBooleanFieldWithDefault(msg, 3, false),
20538
+ errorControl: jspb.Message.getFieldWithDefault(msg, 4, ""),
20539
+ exitCode: jspb.Message.getFieldWithDefault(msg, 5, 0),
20540
+ pathName: jspb.Message.getFieldWithDefault(msg, 6, ""),
20541
+ serviceSpecificExitCode: jspb.Message.getFieldWithDefault(msg, 7, 0),
20542
+ serviceType: jspb.Message.getFieldWithDefault(msg, 8, ""),
20543
+ started: jspb.Message.getBooleanFieldWithDefault(msg, 9, false),
20544
+ startMode: jspb.Message.getFieldWithDefault(msg, 10, ""),
20545
+ startName: jspb.Message.getFieldWithDefault(msg, 11, ""),
20546
+ state: jspb.Message.getFieldWithDefault(msg, 12, ""),
20547
+ status: jspb.Message.getFieldWithDefault(msg, 13, ""),
20548
+ tagId: jspb.Message.getFieldWithDefault(msg, 14, 0),
20549
+ name: jspb.Message.getFieldWithDefault(msg, 15, ""),
20550
+ description: jspb.Message.getFieldWithDefault(msg, 16, ""),
20551
+ caption: jspb.Message.getFieldWithDefault(msg, 17, ""),
20552
+ displayName: jspb.Message.getFieldWithDefault(msg, 18, "")
20553
+ };
20554
+
20555
+ if (includeInstance) {
20556
+ obj.$jspbMessageInstance = msg;
20557
+ }
20558
+ return obj;
20559
+ };
20560
+ }
20561
+
20562
+
20563
+ /**
20564
+ * Deserializes binary data (in protobuf wire format).
20565
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
20566
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver}
20567
+ */
20568
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.deserializeBinary = function(bytes) {
20569
+ var reader = new jspb.BinaryReader(bytes);
20570
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver;
20571
+ return proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.deserializeBinaryFromReader(msg, reader);
20572
+ };
20573
+
20574
+
20575
+ /**
20576
+ * Deserializes binary data (in protobuf wire format) from the
20577
+ * given reader into the given message object.
20578
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} msg The message object to deserialize into.
20579
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
20580
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver}
20581
+ */
20582
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.deserializeBinaryFromReader = function(msg, reader) {
20583
+ while (reader.nextField()) {
20584
+ if (reader.isEndGroup()) {
20585
+ break;
20586
+ }
20587
+ var field = reader.getFieldNumber();
20588
+ switch (field) {
20589
+ case 1:
20590
+ var value = /** @type {boolean} */ (reader.readBool());
20591
+ msg.setAcceptPause(value);
20592
+ break;
20593
+ case 2:
20594
+ var value = /** @type {boolean} */ (reader.readBool());
20595
+ msg.setAcceptStop(value);
20596
+ break;
20597
+ case 3:
20598
+ var value = /** @type {boolean} */ (reader.readBool());
20599
+ msg.setDesktopInteract(value);
20600
+ break;
20601
+ case 4:
20602
+ var value = /** @type {string} */ (reader.readString());
20603
+ msg.setErrorControl(value);
20604
+ break;
20605
+ case 5:
20606
+ var value = /** @type {number} */ (reader.readInt32());
20607
+ msg.setExitCode(value);
20608
+ break;
20609
+ case 6:
20610
+ var value = /** @type {string} */ (reader.readString());
20611
+ msg.setPathName(value);
20612
+ break;
20613
+ case 7:
20614
+ var value = /** @type {number} */ (reader.readInt32());
20615
+ msg.setServiceSpecificExitCode(value);
20616
+ break;
20617
+ case 8:
20618
+ var value = /** @type {string} */ (reader.readString());
20619
+ msg.setServiceType(value);
20620
+ break;
20621
+ case 9:
20622
+ var value = /** @type {boolean} */ (reader.readBool());
20623
+ msg.setStarted(value);
20624
+ break;
20625
+ case 10:
20626
+ var value = /** @type {string} */ (reader.readString());
20627
+ msg.setStartMode(value);
20628
+ break;
20629
+ case 11:
20630
+ var value = /** @type {string} */ (reader.readString());
20631
+ msg.setStartName(value);
20632
+ break;
20633
+ case 12:
20634
+ var value = /** @type {string} */ (reader.readString());
20635
+ msg.setState(value);
20636
+ break;
20637
+ case 13:
20638
+ var value = /** @type {string} */ (reader.readString());
20639
+ msg.setStatus(value);
20640
+ break;
20641
+ case 14:
20642
+ var value = /** @type {number} */ (reader.readInt32());
20643
+ msg.setTagId(value);
20644
+ break;
20645
+ case 15:
20646
+ var value = /** @type {string} */ (reader.readString());
20647
+ msg.setName(value);
20648
+ break;
20649
+ case 16:
20650
+ var value = /** @type {string} */ (reader.readString());
20651
+ msg.setDescription(value);
20652
+ break;
20653
+ case 17:
20654
+ var value = /** @type {string} */ (reader.readString());
20655
+ msg.setCaption(value);
20656
+ break;
20657
+ case 18:
20658
+ var value = /** @type {string} */ (reader.readString());
20659
+ msg.setDisplayName(value);
20660
+ break;
20661
+ default:
20662
+ reader.skipField();
20663
+ break;
20664
+ }
20665
+ }
20666
+ return msg;
20667
+ };
20668
+
20669
+
20670
+ /**
20671
+ * Serializes the message to binary data (in protobuf wire format).
20672
+ * @return {!Uint8Array}
20673
+ */
20674
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.serializeBinary = function() {
20675
+ var writer = new jspb.BinaryWriter();
20676
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.serializeBinaryToWriter(this, writer);
20677
+ return writer.getResultBuffer();
20678
+ };
20679
+
20680
+
20681
+ /**
20682
+ * Serializes the given message to binary data (in protobuf wire
20683
+ * format), writing to the given BinaryWriter.
20684
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} message
20685
+ * @param {!jspb.BinaryWriter} writer
20686
+ * @suppress {unusedLocalVariables} f is only used for nested messages
20687
+ */
20688
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.serializeBinaryToWriter = function(message, writer) {
20689
+ var f = undefined;
20690
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 1));
20691
+ if (f != null) {
20692
+ writer.writeBool(
20693
+ 1,
20694
+ f
20695
+ );
20696
+ }
20697
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 2));
20698
+ if (f != null) {
20699
+ writer.writeBool(
20700
+ 2,
20701
+ f
20702
+ );
20703
+ }
20704
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 3));
20705
+ if (f != null) {
20706
+ writer.writeBool(
20707
+ 3,
20708
+ f
20709
+ );
20710
+ }
20711
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
20712
+ if (f != null) {
20713
+ writer.writeString(
20714
+ 4,
20715
+ f
20716
+ );
20717
+ }
20718
+ f = /** @type {number} */ (jspb.Message.getField(message, 5));
20719
+ if (f != null) {
20720
+ writer.writeInt32(
20721
+ 5,
20722
+ f
20723
+ );
20724
+ }
20725
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
20726
+ if (f != null) {
20727
+ writer.writeString(
20728
+ 6,
20729
+ f
20730
+ );
20731
+ }
20732
+ f = /** @type {number} */ (jspb.Message.getField(message, 7));
20733
+ if (f != null) {
20734
+ writer.writeInt32(
20735
+ 7,
20736
+ f
20737
+ );
20738
+ }
20739
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
20740
+ if (f != null) {
20741
+ writer.writeString(
20742
+ 8,
20743
+ f
20744
+ );
20745
+ }
20746
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 9));
20747
+ if (f != null) {
20748
+ writer.writeBool(
20749
+ 9,
20750
+ f
20751
+ );
20752
+ }
20753
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
20754
+ if (f != null) {
20755
+ writer.writeString(
20756
+ 10,
20757
+ f
20758
+ );
20759
+ }
20760
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
20761
+ if (f != null) {
20762
+ writer.writeString(
20763
+ 11,
20764
+ f
20765
+ );
20766
+ }
20767
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
20768
+ if (f != null) {
20769
+ writer.writeString(
20770
+ 12,
20771
+ f
20772
+ );
20773
+ }
20774
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
20775
+ if (f != null) {
20776
+ writer.writeString(
20777
+ 13,
20778
+ f
20779
+ );
20780
+ }
20781
+ f = /** @type {number} */ (jspb.Message.getField(message, 14));
20782
+ if (f != null) {
20783
+ writer.writeInt32(
20784
+ 14,
20785
+ f
20786
+ );
20787
+ }
20788
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
20789
+ if (f != null) {
20790
+ writer.writeString(
20791
+ 15,
20792
+ f
20793
+ );
20794
+ }
20795
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
20796
+ if (f != null) {
20797
+ writer.writeString(
20798
+ 16,
20799
+ f
20800
+ );
20801
+ }
20802
+ f = /** @type {string} */ (jspb.Message.getField(message, 17));
20803
+ if (f != null) {
20804
+ writer.writeString(
20805
+ 17,
20806
+ f
20807
+ );
20808
+ }
20809
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
20810
+ if (f != null) {
20811
+ writer.writeString(
20812
+ 18,
20813
+ f
20814
+ );
20815
+ }
20816
+ };
20817
+
20818
+
20819
+ /**
20820
+ * optional bool accept_pause = 1;
20821
+ * @return {boolean}
20822
+ */
20823
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getAcceptPause = function() {
20824
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
20825
+ };
20826
+
20827
+
20828
+ /**
20829
+ * @param {boolean} value
20830
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20831
+ */
20832
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setAcceptPause = function(value) {
20833
+ return jspb.Message.setField(this, 1, value);
20834
+ };
20835
+
20836
+
20837
+ /**
20838
+ * Clears the field making it undefined.
20839
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20840
+ */
20841
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearAcceptPause = function() {
20842
+ return jspb.Message.setField(this, 1, undefined);
20843
+ };
20844
+
20845
+
20846
+ /**
20847
+ * Returns whether this field is set.
20848
+ * @return {boolean}
20849
+ */
20850
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasAcceptPause = function() {
20851
+ return jspb.Message.getField(this, 1) != null;
20852
+ };
20853
+
20854
+
20855
+ /**
20856
+ * optional bool accept_stop = 2;
20857
+ * @return {boolean}
20858
+ */
20859
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getAcceptStop = function() {
20860
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false));
20861
+ };
20862
+
20863
+
20864
+ /**
20865
+ * @param {boolean} value
20866
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20867
+ */
20868
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setAcceptStop = function(value) {
20869
+ return jspb.Message.setField(this, 2, value);
20870
+ };
20871
+
20872
+
20873
+ /**
20874
+ * Clears the field making it undefined.
20875
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20876
+ */
20877
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearAcceptStop = function() {
20878
+ return jspb.Message.setField(this, 2, undefined);
20879
+ };
20880
+
20881
+
20882
+ /**
20883
+ * Returns whether this field is set.
20884
+ * @return {boolean}
20885
+ */
20886
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasAcceptStop = function() {
20887
+ return jspb.Message.getField(this, 2) != null;
20888
+ };
20889
+
20890
+
20891
+ /**
20892
+ * optional bool desktop_interact = 3;
20893
+ * @return {boolean}
20894
+ */
20895
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getDesktopInteract = function() {
20896
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false));
20897
+ };
20898
+
20899
+
20900
+ /**
20901
+ * @param {boolean} value
20902
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20903
+ */
20904
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setDesktopInteract = function(value) {
20905
+ return jspb.Message.setField(this, 3, value);
20906
+ };
20907
+
20908
+
20909
+ /**
20910
+ * Clears the field making it undefined.
20911
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20912
+ */
20913
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearDesktopInteract = function() {
20914
+ return jspb.Message.setField(this, 3, undefined);
20915
+ };
20916
+
20917
+
20918
+ /**
20919
+ * Returns whether this field is set.
20920
+ * @return {boolean}
20921
+ */
20922
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasDesktopInteract = function() {
20923
+ return jspb.Message.getField(this, 3) != null;
20924
+ };
20925
+
20926
+
20927
+ /**
20928
+ * optional string error_control = 4;
20929
+ * @return {string}
20930
+ */
20931
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getErrorControl = function() {
20932
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
20933
+ };
20934
+
20935
+
20936
+ /**
20937
+ * @param {string} value
20938
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20939
+ */
20940
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setErrorControl = function(value) {
20941
+ return jspb.Message.setField(this, 4, value);
20942
+ };
20943
+
20944
+
20945
+ /**
20946
+ * Clears the field making it undefined.
20947
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20948
+ */
20949
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearErrorControl = function() {
20950
+ return jspb.Message.setField(this, 4, undefined);
20951
+ };
20952
+
20953
+
20954
+ /**
20955
+ * Returns whether this field is set.
20956
+ * @return {boolean}
20957
+ */
20958
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasErrorControl = function() {
20959
+ return jspb.Message.getField(this, 4) != null;
20960
+ };
20961
+
20962
+
20963
+ /**
20964
+ * optional int32 exit_code = 5;
20965
+ * @return {number}
20966
+ */
20967
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getExitCode = function() {
20968
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
20969
+ };
20970
+
20971
+
20972
+ /**
20973
+ * @param {number} value
20974
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20975
+ */
20976
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setExitCode = function(value) {
20977
+ return jspb.Message.setField(this, 5, value);
20978
+ };
20979
+
20980
+
20981
+ /**
20982
+ * Clears the field making it undefined.
20983
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
20984
+ */
20985
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearExitCode = function() {
20986
+ return jspb.Message.setField(this, 5, undefined);
20987
+ };
20988
+
20989
+
20990
+ /**
20991
+ * Returns whether this field is set.
20992
+ * @return {boolean}
20993
+ */
20994
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasExitCode = function() {
20995
+ return jspb.Message.getField(this, 5) != null;
20996
+ };
20997
+
20998
+
20999
+ /**
21000
+ * optional string path_name = 6;
21001
+ * @return {string}
21002
+ */
21003
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getPathName = function() {
21004
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
21005
+ };
21006
+
21007
+
21008
+ /**
21009
+ * @param {string} value
21010
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21011
+ */
21012
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setPathName = function(value) {
21013
+ return jspb.Message.setField(this, 6, value);
21014
+ };
21015
+
21016
+
21017
+ /**
21018
+ * Clears the field making it undefined.
21019
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21020
+ */
21021
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearPathName = function() {
21022
+ return jspb.Message.setField(this, 6, undefined);
21023
+ };
21024
+
21025
+
21026
+ /**
21027
+ * Returns whether this field is set.
21028
+ * @return {boolean}
21029
+ */
21030
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasPathName = function() {
21031
+ return jspb.Message.getField(this, 6) != null;
21032
+ };
21033
+
21034
+
21035
+ /**
21036
+ * optional int32 service_specific_exit_code = 7;
21037
+ * @return {number}
21038
+ */
21039
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getServiceSpecificExitCode = function() {
21040
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
21041
+ };
21042
+
21043
+
21044
+ /**
21045
+ * @param {number} value
21046
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21047
+ */
21048
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setServiceSpecificExitCode = function(value) {
21049
+ return jspb.Message.setField(this, 7, value);
21050
+ };
21051
+
21052
+
21053
+ /**
21054
+ * Clears the field making it undefined.
21055
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21056
+ */
21057
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearServiceSpecificExitCode = function() {
21058
+ return jspb.Message.setField(this, 7, undefined);
21059
+ };
21060
+
21061
+
21062
+ /**
21063
+ * Returns whether this field is set.
21064
+ * @return {boolean}
21065
+ */
21066
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasServiceSpecificExitCode = function() {
21067
+ return jspb.Message.getField(this, 7) != null;
21068
+ };
21069
+
21070
+
21071
+ /**
21072
+ * optional string service_type = 8;
21073
+ * @return {string}
21074
+ */
21075
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getServiceType = function() {
21076
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
21077
+ };
21078
+
21079
+
21080
+ /**
21081
+ * @param {string} value
21082
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21083
+ */
21084
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setServiceType = function(value) {
21085
+ return jspb.Message.setField(this, 8, value);
21086
+ };
21087
+
21088
+
21089
+ /**
21090
+ * Clears the field making it undefined.
21091
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21092
+ */
21093
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearServiceType = function() {
21094
+ return jspb.Message.setField(this, 8, undefined);
21095
+ };
21096
+
21097
+
21098
+ /**
21099
+ * Returns whether this field is set.
21100
+ * @return {boolean}
21101
+ */
21102
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasServiceType = function() {
21103
+ return jspb.Message.getField(this, 8) != null;
21104
+ };
21105
+
21106
+
21107
+ /**
21108
+ * optional bool started = 9;
21109
+ * @return {boolean}
21110
+ */
21111
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getStarted = function() {
21112
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false));
21113
+ };
21114
+
21115
+
21116
+ /**
21117
+ * @param {boolean} value
21118
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21119
+ */
21120
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setStarted = function(value) {
21121
+ return jspb.Message.setField(this, 9, value);
21122
+ };
21123
+
21124
+
21125
+ /**
21126
+ * Clears the field making it undefined.
21127
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21128
+ */
21129
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearStarted = function() {
21130
+ return jspb.Message.setField(this, 9, undefined);
21131
+ };
21132
+
21133
+
21134
+ /**
21135
+ * Returns whether this field is set.
21136
+ * @return {boolean}
21137
+ */
21138
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasStarted = function() {
21139
+ return jspb.Message.getField(this, 9) != null;
21140
+ };
21141
+
21142
+
21143
+ /**
21144
+ * optional string start_mode = 10;
21145
+ * @return {string}
21146
+ */
21147
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getStartMode = function() {
21148
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
21149
+ };
21150
+
21151
+
21152
+ /**
21153
+ * @param {string} value
21154
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21155
+ */
21156
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setStartMode = function(value) {
21157
+ return jspb.Message.setField(this, 10, value);
21158
+ };
21159
+
21160
+
21161
+ /**
21162
+ * Clears the field making it undefined.
21163
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21164
+ */
21165
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearStartMode = function() {
21166
+ return jspb.Message.setField(this, 10, undefined);
21167
+ };
21168
+
21169
+
21170
+ /**
21171
+ * Returns whether this field is set.
21172
+ * @return {boolean}
21173
+ */
21174
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasStartMode = function() {
21175
+ return jspb.Message.getField(this, 10) != null;
21176
+ };
21177
+
21178
+
21179
+ /**
21180
+ * optional string start_name = 11;
21181
+ * @return {string}
21182
+ */
21183
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getStartName = function() {
21184
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
21185
+ };
21186
+
21187
+
21188
+ /**
21189
+ * @param {string} value
21190
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21191
+ */
21192
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setStartName = function(value) {
21193
+ return jspb.Message.setField(this, 11, value);
21194
+ };
21195
+
21196
+
21197
+ /**
21198
+ * Clears the field making it undefined.
21199
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21200
+ */
21201
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearStartName = function() {
21202
+ return jspb.Message.setField(this, 11, undefined);
21203
+ };
21204
+
21205
+
21206
+ /**
21207
+ * Returns whether this field is set.
21208
+ * @return {boolean}
21209
+ */
21210
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasStartName = function() {
21211
+ return jspb.Message.getField(this, 11) != null;
21212
+ };
21213
+
21214
+
21215
+ /**
21216
+ * optional string state = 12;
21217
+ * @return {string}
21218
+ */
21219
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getState = function() {
21220
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
21221
+ };
21222
+
21223
+
21224
+ /**
21225
+ * @param {string} value
21226
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21227
+ */
21228
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setState = function(value) {
21229
+ return jspb.Message.setField(this, 12, value);
21230
+ };
21231
+
21232
+
21233
+ /**
21234
+ * Clears the field making it undefined.
21235
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21236
+ */
21237
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearState = function() {
21238
+ return jspb.Message.setField(this, 12, undefined);
21239
+ };
21240
+
21241
+
21242
+ /**
21243
+ * Returns whether this field is set.
21244
+ * @return {boolean}
21245
+ */
21246
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasState = function() {
21247
+ return jspb.Message.getField(this, 12) != null;
21248
+ };
21249
+
21250
+
21251
+ /**
21252
+ * optional string status = 13;
21253
+ * @return {string}
21254
+ */
21255
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getStatus = function() {
21256
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
21257
+ };
21258
+
21259
+
21260
+ /**
21261
+ * @param {string} value
21262
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21263
+ */
21264
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setStatus = function(value) {
21265
+ return jspb.Message.setField(this, 13, value);
21266
+ };
21267
+
21268
+
21269
+ /**
21270
+ * Clears the field making it undefined.
21271
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21272
+ */
21273
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearStatus = function() {
21274
+ return jspb.Message.setField(this, 13, undefined);
21275
+ };
21276
+
21277
+
21278
+ /**
21279
+ * Returns whether this field is set.
21280
+ * @return {boolean}
21281
+ */
21282
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasStatus = function() {
21283
+ return jspb.Message.getField(this, 13) != null;
21284
+ };
21285
+
21286
+
21287
+ /**
21288
+ * optional int32 tag_id = 14;
21289
+ * @return {number}
21290
+ */
21291
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getTagId = function() {
21292
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0));
21293
+ };
21294
+
21295
+
21296
+ /**
21297
+ * @param {number} value
21298
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21299
+ */
21300
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setTagId = function(value) {
21301
+ return jspb.Message.setField(this, 14, value);
21302
+ };
21303
+
21304
+
21305
+ /**
21306
+ * Clears the field making it undefined.
21307
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21308
+ */
21309
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearTagId = function() {
21310
+ return jspb.Message.setField(this, 14, undefined);
21311
+ };
21312
+
21313
+
21314
+ /**
21315
+ * Returns whether this field is set.
21316
+ * @return {boolean}
21317
+ */
21318
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasTagId = function() {
21319
+ return jspb.Message.getField(this, 14) != null;
21320
+ };
21321
+
21322
+
21323
+ /**
21324
+ * optional string name = 15;
21325
+ * @return {string}
21326
+ */
21327
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getName = function() {
21328
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
21329
+ };
21330
+
21331
+
21332
+ /**
21333
+ * @param {string} value
21334
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21335
+ */
21336
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setName = function(value) {
21337
+ return jspb.Message.setField(this, 15, value);
21338
+ };
21339
+
21340
+
21341
+ /**
21342
+ * Clears the field making it undefined.
21343
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21344
+ */
21345
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearName = function() {
21346
+ return jspb.Message.setField(this, 15, undefined);
21347
+ };
21348
+
21349
+
21350
+ /**
21351
+ * Returns whether this field is set.
21352
+ * @return {boolean}
21353
+ */
21354
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasName = function() {
21355
+ return jspb.Message.getField(this, 15) != null;
21356
+ };
21357
+
21358
+
21359
+ /**
21360
+ * optional string description = 16;
21361
+ * @return {string}
21362
+ */
21363
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getDescription = function() {
21364
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
21365
+ };
21366
+
21367
+
21368
+ /**
21369
+ * @param {string} value
21370
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21371
+ */
21372
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setDescription = function(value) {
21373
+ return jspb.Message.setField(this, 16, value);
21374
+ };
21375
+
21376
+
21377
+ /**
21378
+ * Clears the field making it undefined.
21379
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21380
+ */
21381
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearDescription = function() {
21382
+ return jspb.Message.setField(this, 16, undefined);
21383
+ };
21384
+
21385
+
21386
+ /**
21387
+ * Returns whether this field is set.
21388
+ * @return {boolean}
21389
+ */
21390
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasDescription = function() {
21391
+ return jspb.Message.getField(this, 16) != null;
21392
+ };
21393
+
21394
+
21395
+ /**
21396
+ * optional string caption = 17;
21397
+ * @return {string}
21398
+ */
21399
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getCaption = function() {
21400
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
21401
+ };
21402
+
21403
+
21404
+ /**
21405
+ * @param {string} value
21406
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21407
+ */
21408
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setCaption = function(value) {
21409
+ return jspb.Message.setField(this, 17, value);
21410
+ };
21411
+
21412
+
21413
+ /**
21414
+ * Clears the field making it undefined.
21415
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21416
+ */
21417
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearCaption = function() {
21418
+ return jspb.Message.setField(this, 17, undefined);
21419
+ };
21420
+
21421
+
21422
+ /**
21423
+ * Returns whether this field is set.
21424
+ * @return {boolean}
21425
+ */
21426
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasCaption = function() {
21427
+ return jspb.Message.getField(this, 17) != null;
21428
+ };
21429
+
21430
+
21431
+ /**
21432
+ * optional string display_name = 18;
21433
+ * @return {string}
21434
+ */
21435
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.getDisplayName = function() {
21436
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
21437
+ };
21438
+
21439
+
21440
+ /**
21441
+ * @param {string} value
21442
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21443
+ */
21444
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.setDisplayName = function(value) {
21445
+ return jspb.Message.setField(this, 18, value);
21446
+ };
21447
+
21448
+
21449
+ /**
21450
+ * Clears the field making it undefined.
21451
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver} returns this
21452
+ */
21453
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.clearDisplayName = function() {
21454
+ return jspb.Message.setField(this, 18, undefined);
21455
+ };
21456
+
21457
+
21458
+ /**
21459
+ * Returns whether this field is set.
21460
+ * @return {boolean}
21461
+ */
21462
+ proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.prototype.hasDisplayName = function() {
21463
+ return jspb.Message.getField(this, 18) != null;
21464
+ };
21465
+
21466
+
21467
+
21468
+
21469
+
21470
+ if (jspb.Message.GENERATE_TO_OBJECT) {
21471
+ /**
21472
+ * Creates an object representation of this proto.
21473
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
21474
+ * Optional fields that are not set will be set to undefined.
21475
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
21476
+ * For the list of reserved names please see:
21477
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
21478
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
21479
+ * JSPB instance for transitional soy proto support:
21480
+ * http://goto/soy-param-migration
21481
+ * @return {!Object}
21482
+ */
21483
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.toObject = function(opt_includeInstance) {
21484
+ return proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.toObject(opt_includeInstance, this);
21485
+ };
21486
+
21487
+
21488
+ /**
21489
+ * Static version of the {@see toObject} method.
21490
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
21491
+ * the JSPB instance for transitional soy proto support:
21492
+ * http://goto/soy-param-migration
21493
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} msg The msg instance to transform.
21494
+ * @return {!Object}
21495
+ * @suppress {unusedLocalVariables} f is only used for nested messages
21496
+ */
21497
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.toObject = function(includeInstance, msg) {
21498
+ var f, obj = {
21499
+ compatId: jspb.Message.getFieldWithDefault(msg, 1, ""),
21500
+ deviceId: jspb.Message.getFieldWithDefault(msg, 2, ""),
21501
+ devLoader: jspb.Message.getFieldWithDefault(msg, 3, ""),
21502
+ driverName: jspb.Message.getFieldWithDefault(msg, 4, ""),
21503
+ friendlyName: jspb.Message.getFieldWithDefault(msg, 5, ""),
21504
+ driverDate: (f = msg.getDriverDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
21505
+ driverVersion: jspb.Message.getFieldWithDefault(msg, 7, ""),
21506
+ hardwareId: jspb.Message.getFieldWithDefault(msg, 8, ""),
21507
+ infName: jspb.Message.getFieldWithDefault(msg, 9, ""),
21508
+ isSigned: jspb.Message.getBooleanFieldWithDefault(msg, 10, false),
21509
+ location: jspb.Message.getFieldWithDefault(msg, 11, ""),
21510
+ pdo: jspb.Message.getFieldWithDefault(msg, 12, ""),
21511
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 13, ""),
21512
+ deviceName: jspb.Message.getFieldWithDefault(msg, 14, ""),
21513
+ deviceClass: jspb.Message.getFieldWithDefault(msg, 15, ""),
21514
+ description: jspb.Message.getFieldWithDefault(msg, 16, ""),
21515
+ signer: jspb.Message.getFieldWithDefault(msg, 17, ""),
21516
+ driverProviderName: jspb.Message.getFieldWithDefault(msg, 18, "")
21517
+ };
21518
+
21519
+ if (includeInstance) {
21520
+ obj.$jspbMessageInstance = msg;
21521
+ }
21522
+ return obj;
21523
+ };
21524
+ }
21525
+
21526
+
21527
+ /**
21528
+ * Deserializes binary data (in protobuf wire format).
21529
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
21530
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver}
21531
+ */
21532
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.deserializeBinary = function(bytes) {
21533
+ var reader = new jspb.BinaryReader(bytes);
21534
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver;
21535
+ return proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.deserializeBinaryFromReader(msg, reader);
21536
+ };
21537
+
21538
+
21539
+ /**
21540
+ * Deserializes binary data (in protobuf wire format) from the
21541
+ * given reader into the given message object.
21542
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} msg The message object to deserialize into.
21543
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
21544
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver}
21545
+ */
21546
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.deserializeBinaryFromReader = function(msg, reader) {
21547
+ while (reader.nextField()) {
21548
+ if (reader.isEndGroup()) {
21549
+ break;
21550
+ }
21551
+ var field = reader.getFieldNumber();
21552
+ switch (field) {
21553
+ case 1:
21554
+ var value = /** @type {string} */ (reader.readString());
21555
+ msg.setCompatId(value);
21556
+ break;
21557
+ case 2:
21558
+ var value = /** @type {string} */ (reader.readString());
21559
+ msg.setDeviceId(value);
21560
+ break;
21561
+ case 3:
21562
+ var value = /** @type {string} */ (reader.readString());
21563
+ msg.setDevLoader(value);
21564
+ break;
21565
+ case 4:
21566
+ var value = /** @type {string} */ (reader.readString());
21567
+ msg.setDriverName(value);
21568
+ break;
21569
+ case 5:
21570
+ var value = /** @type {string} */ (reader.readString());
21571
+ msg.setFriendlyName(value);
21572
+ break;
21573
+ case 6:
21574
+ var value = new google_protobuf_timestamp_pb.Timestamp;
21575
+ reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
21576
+ msg.setDriverDate(value);
21577
+ break;
21578
+ case 7:
21579
+ var value = /** @type {string} */ (reader.readString());
21580
+ msg.setDriverVersion(value);
21581
+ break;
21582
+ case 8:
21583
+ var value = /** @type {string} */ (reader.readString());
21584
+ msg.setHardwareId(value);
21585
+ break;
21586
+ case 9:
21587
+ var value = /** @type {string} */ (reader.readString());
21588
+ msg.setInfName(value);
21589
+ break;
21590
+ case 10:
21591
+ var value = /** @type {boolean} */ (reader.readBool());
21592
+ msg.setIsSigned(value);
21593
+ break;
21594
+ case 11:
21595
+ var value = /** @type {string} */ (reader.readString());
21596
+ msg.setLocation(value);
21597
+ break;
21598
+ case 12:
21599
+ var value = /** @type {string} */ (reader.readString());
21600
+ msg.setPdo(value);
21601
+ break;
21602
+ case 13:
21603
+ var value = /** @type {string} */ (reader.readString());
21604
+ msg.setManufacturer(value);
21605
+ break;
21606
+ case 14:
21607
+ var value = /** @type {string} */ (reader.readString());
21608
+ msg.setDeviceName(value);
21609
+ break;
21610
+ case 15:
21611
+ var value = /** @type {string} */ (reader.readString());
21612
+ msg.setDeviceClass(value);
21613
+ break;
21614
+ case 16:
21615
+ var value = /** @type {string} */ (reader.readString());
21616
+ msg.setDescription(value);
21617
+ break;
21618
+ case 17:
21619
+ var value = /** @type {string} */ (reader.readString());
21620
+ msg.setSigner(value);
21621
+ break;
21622
+ case 18:
21623
+ var value = /** @type {string} */ (reader.readString());
21624
+ msg.setDriverProviderName(value);
21625
+ break;
21626
+ default:
21627
+ reader.skipField();
21628
+ break;
21629
+ }
21630
+ }
21631
+ return msg;
21632
+ };
21633
+
21634
+
21635
+ /**
21636
+ * Serializes the message to binary data (in protobuf wire format).
21637
+ * @return {!Uint8Array}
21638
+ */
21639
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.serializeBinary = function() {
21640
+ var writer = new jspb.BinaryWriter();
21641
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.serializeBinaryToWriter(this, writer);
21642
+ return writer.getResultBuffer();
21643
+ };
21644
+
21645
+
21646
+ /**
21647
+ * Serializes the given message to binary data (in protobuf wire
21648
+ * format), writing to the given BinaryWriter.
21649
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} message
21650
+ * @param {!jspb.BinaryWriter} writer
21651
+ * @suppress {unusedLocalVariables} f is only used for nested messages
21652
+ */
21653
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.serializeBinaryToWriter = function(message, writer) {
21654
+ var f = undefined;
21655
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
21656
+ if (f != null) {
21657
+ writer.writeString(
21658
+ 1,
21659
+ f
21660
+ );
21661
+ }
21662
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
21663
+ if (f != null) {
21664
+ writer.writeString(
21665
+ 2,
21666
+ f
21667
+ );
21668
+ }
21669
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
21670
+ if (f != null) {
21671
+ writer.writeString(
21672
+ 3,
21673
+ f
21674
+ );
21675
+ }
21676
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
21677
+ if (f != null) {
21678
+ writer.writeString(
21679
+ 4,
21680
+ f
21681
+ );
21682
+ }
21683
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
21684
+ if (f != null) {
21685
+ writer.writeString(
21686
+ 5,
21687
+ f
21688
+ );
21689
+ }
21690
+ f = message.getDriverDate();
21691
+ if (f != null) {
21692
+ writer.writeMessage(
21693
+ 6,
21694
+ f,
21695
+ google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
21696
+ );
21697
+ }
21698
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
21699
+ if (f != null) {
21700
+ writer.writeString(
21701
+ 7,
21702
+ f
21703
+ );
21704
+ }
21705
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
21706
+ if (f != null) {
21707
+ writer.writeString(
21708
+ 8,
21709
+ f
21710
+ );
21711
+ }
21712
+ f = /** @type {string} */ (jspb.Message.getField(message, 9));
21713
+ if (f != null) {
21714
+ writer.writeString(
21715
+ 9,
21716
+ f
21717
+ );
21718
+ }
21719
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 10));
21720
+ if (f != null) {
21721
+ writer.writeBool(
21722
+ 10,
21723
+ f
21724
+ );
21725
+ }
21726
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
21727
+ if (f != null) {
21728
+ writer.writeString(
21729
+ 11,
21730
+ f
21731
+ );
21732
+ }
21733
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
21734
+ if (f != null) {
21735
+ writer.writeString(
21736
+ 12,
21737
+ f
21738
+ );
21739
+ }
21740
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
21741
+ if (f != null) {
21742
+ writer.writeString(
21743
+ 13,
21744
+ f
21745
+ );
21746
+ }
21747
+ f = /** @type {string} */ (jspb.Message.getField(message, 14));
21748
+ if (f != null) {
21749
+ writer.writeString(
21750
+ 14,
21751
+ f
21752
+ );
21753
+ }
21754
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
21755
+ if (f != null) {
21756
+ writer.writeString(
21757
+ 15,
21758
+ f
21759
+ );
21760
+ }
21761
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
21762
+ if (f != null) {
21763
+ writer.writeString(
21764
+ 16,
21765
+ f
21766
+ );
21767
+ }
21768
+ f = /** @type {string} */ (jspb.Message.getField(message, 17));
21769
+ if (f != null) {
21770
+ writer.writeString(
21771
+ 17,
21772
+ f
21773
+ );
21774
+ }
21775
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
21776
+ if (f != null) {
21777
+ writer.writeString(
21778
+ 18,
21779
+ f
21780
+ );
21781
+ }
21782
+ };
21783
+
21784
+
21785
+ /**
21786
+ * optional string compat_id = 1;
21787
+ * @return {string}
21788
+ */
21789
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getCompatId = function() {
21790
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
21791
+ };
21792
+
21793
+
21794
+ /**
21795
+ * @param {string} value
21796
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21797
+ */
21798
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setCompatId = function(value) {
21799
+ return jspb.Message.setField(this, 1, value);
21800
+ };
21801
+
21802
+
21803
+ /**
21804
+ * Clears the field making it undefined.
21805
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21806
+ */
21807
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearCompatId = function() {
21808
+ return jspb.Message.setField(this, 1, undefined);
21809
+ };
21810
+
21811
+
21812
+ /**
21813
+ * Returns whether this field is set.
21814
+ * @return {boolean}
21815
+ */
21816
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasCompatId = function() {
21817
+ return jspb.Message.getField(this, 1) != null;
21818
+ };
21819
+
21820
+
21821
+ /**
21822
+ * optional string device_id = 2;
21823
+ * @return {string}
21824
+ */
21825
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDeviceId = function() {
21826
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
21827
+ };
21828
+
21829
+
21830
+ /**
21831
+ * @param {string} value
21832
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21833
+ */
21834
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDeviceId = function(value) {
21835
+ return jspb.Message.setField(this, 2, value);
21836
+ };
21837
+
21838
+
21839
+ /**
21840
+ * Clears the field making it undefined.
21841
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21842
+ */
21843
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDeviceId = function() {
21844
+ return jspb.Message.setField(this, 2, undefined);
21845
+ };
21846
+
21847
+
21848
+ /**
21849
+ * Returns whether this field is set.
21850
+ * @return {boolean}
21851
+ */
21852
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDeviceId = function() {
21853
+ return jspb.Message.getField(this, 2) != null;
21854
+ };
21855
+
21856
+
21857
+ /**
21858
+ * optional string dev_loader = 3;
21859
+ * @return {string}
21860
+ */
21861
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDevLoader = function() {
21862
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
21863
+ };
21864
+
21865
+
21866
+ /**
21867
+ * @param {string} value
21868
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21869
+ */
21870
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDevLoader = function(value) {
21871
+ return jspb.Message.setField(this, 3, value);
21872
+ };
21873
+
21874
+
21875
+ /**
21876
+ * Clears the field making it undefined.
21877
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21878
+ */
21879
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDevLoader = function() {
21880
+ return jspb.Message.setField(this, 3, undefined);
21881
+ };
21882
+
21883
+
21884
+ /**
21885
+ * Returns whether this field is set.
21886
+ * @return {boolean}
21887
+ */
21888
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDevLoader = function() {
21889
+ return jspb.Message.getField(this, 3) != null;
21890
+ };
21891
+
21892
+
21893
+ /**
21894
+ * optional string driver_name = 4;
21895
+ * @return {string}
21896
+ */
21897
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDriverName = function() {
21898
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
21899
+ };
21900
+
21901
+
21902
+ /**
21903
+ * @param {string} value
21904
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21905
+ */
21906
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDriverName = function(value) {
21907
+ return jspb.Message.setField(this, 4, value);
21908
+ };
21909
+
21910
+
21911
+ /**
21912
+ * Clears the field making it undefined.
21913
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21914
+ */
21915
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDriverName = function() {
21916
+ return jspb.Message.setField(this, 4, undefined);
21917
+ };
21918
+
21919
+
21920
+ /**
21921
+ * Returns whether this field is set.
21922
+ * @return {boolean}
21923
+ */
21924
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDriverName = function() {
21925
+ return jspb.Message.getField(this, 4) != null;
21926
+ };
21927
+
21928
+
21929
+ /**
21930
+ * optional string friendly_name = 5;
21931
+ * @return {string}
21932
+ */
21933
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getFriendlyName = function() {
21934
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
21935
+ };
21936
+
21937
+
21938
+ /**
21939
+ * @param {string} value
21940
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21941
+ */
21942
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setFriendlyName = function(value) {
21943
+ return jspb.Message.setField(this, 5, value);
21944
+ };
21945
+
21946
+
21947
+ /**
21948
+ * Clears the field making it undefined.
21949
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21950
+ */
21951
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearFriendlyName = function() {
21952
+ return jspb.Message.setField(this, 5, undefined);
21953
+ };
21954
+
21955
+
21956
+ /**
21957
+ * Returns whether this field is set.
21958
+ * @return {boolean}
21959
+ */
21960
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasFriendlyName = function() {
21961
+ return jspb.Message.getField(this, 5) != null;
21962
+ };
21963
+
21964
+
21965
+ /**
21966
+ * optional google.protobuf.Timestamp driver_date = 6;
21967
+ * @return {?proto.google.protobuf.Timestamp}
21968
+ */
21969
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDriverDate = function() {
21970
+ return /** @type{?proto.google.protobuf.Timestamp} */ (
21971
+ jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
21972
+ };
21973
+
21974
+
21975
+ /**
21976
+ * @param {?proto.google.protobuf.Timestamp|undefined} value
21977
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21978
+ */
21979
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDriverDate = function(value) {
21980
+ return jspb.Message.setWrapperField(this, 6, value);
21981
+ };
21982
+
21983
+
21984
+ /**
21985
+ * Clears the message field making it undefined.
21986
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
21987
+ */
21988
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDriverDate = function() {
21989
+ return this.setDriverDate(undefined);
21990
+ };
21991
+
21992
+
21993
+ /**
21994
+ * Returns whether this field is set.
21995
+ * @return {boolean}
21996
+ */
21997
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDriverDate = function() {
21998
+ return jspb.Message.getField(this, 6) != null;
21999
+ };
22000
+
22001
+
22002
+ /**
22003
+ * optional string driver_version = 7;
22004
+ * @return {string}
22005
+ */
22006
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDriverVersion = function() {
22007
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
22008
+ };
22009
+
22010
+
22011
+ /**
22012
+ * @param {string} value
22013
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22014
+ */
22015
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDriverVersion = function(value) {
22016
+ return jspb.Message.setField(this, 7, value);
22017
+ };
22018
+
22019
+
22020
+ /**
22021
+ * Clears the field making it undefined.
22022
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22023
+ */
22024
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDriverVersion = function() {
22025
+ return jspb.Message.setField(this, 7, undefined);
22026
+ };
22027
+
22028
+
22029
+ /**
22030
+ * Returns whether this field is set.
22031
+ * @return {boolean}
22032
+ */
22033
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDriverVersion = function() {
22034
+ return jspb.Message.getField(this, 7) != null;
22035
+ };
22036
+
22037
+
22038
+ /**
22039
+ * optional string hardware_id = 8;
22040
+ * @return {string}
22041
+ */
22042
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getHardwareId = function() {
22043
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
22044
+ };
22045
+
22046
+
22047
+ /**
22048
+ * @param {string} value
22049
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22050
+ */
22051
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setHardwareId = function(value) {
22052
+ return jspb.Message.setField(this, 8, value);
22053
+ };
22054
+
22055
+
22056
+ /**
22057
+ * Clears the field making it undefined.
22058
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22059
+ */
22060
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearHardwareId = function() {
22061
+ return jspb.Message.setField(this, 8, undefined);
22062
+ };
22063
+
22064
+
22065
+ /**
22066
+ * Returns whether this field is set.
22067
+ * @return {boolean}
22068
+ */
22069
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasHardwareId = function() {
22070
+ return jspb.Message.getField(this, 8) != null;
22071
+ };
22072
+
22073
+
22074
+ /**
22075
+ * optional string inf_name = 9;
22076
+ * @return {string}
22077
+ */
22078
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getInfName = function() {
22079
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
22080
+ };
22081
+
22082
+
22083
+ /**
22084
+ * @param {string} value
22085
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22086
+ */
22087
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setInfName = function(value) {
22088
+ return jspb.Message.setField(this, 9, value);
22089
+ };
22090
+
22091
+
22092
+ /**
22093
+ * Clears the field making it undefined.
22094
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22095
+ */
22096
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearInfName = function() {
22097
+ return jspb.Message.setField(this, 9, undefined);
22098
+ };
22099
+
22100
+
22101
+ /**
22102
+ * Returns whether this field is set.
22103
+ * @return {boolean}
22104
+ */
22105
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasInfName = function() {
22106
+ return jspb.Message.getField(this, 9) != null;
22107
+ };
22108
+
22109
+
22110
+ /**
22111
+ * optional bool is_signed = 10;
22112
+ * @return {boolean}
22113
+ */
22114
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getIsSigned = function() {
22115
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
22116
+ };
22117
+
22118
+
22119
+ /**
22120
+ * @param {boolean} value
22121
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22122
+ */
22123
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setIsSigned = function(value) {
22124
+ return jspb.Message.setField(this, 10, value);
22125
+ };
22126
+
22127
+
22128
+ /**
22129
+ * Clears the field making it undefined.
22130
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22131
+ */
22132
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearIsSigned = function() {
22133
+ return jspb.Message.setField(this, 10, undefined);
22134
+ };
22135
+
22136
+
22137
+ /**
22138
+ * Returns whether this field is set.
22139
+ * @return {boolean}
22140
+ */
22141
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasIsSigned = function() {
22142
+ return jspb.Message.getField(this, 10) != null;
22143
+ };
22144
+
22145
+
22146
+ /**
22147
+ * optional string location = 11;
22148
+ * @return {string}
22149
+ */
22150
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getLocation = function() {
22151
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
22152
+ };
22153
+
22154
+
22155
+ /**
22156
+ * @param {string} value
22157
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22158
+ */
22159
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setLocation = function(value) {
22160
+ return jspb.Message.setField(this, 11, value);
22161
+ };
22162
+
22163
+
22164
+ /**
22165
+ * Clears the field making it undefined.
22166
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22167
+ */
22168
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearLocation = function() {
22169
+ return jspb.Message.setField(this, 11, undefined);
22170
+ };
22171
+
22172
+
22173
+ /**
22174
+ * Returns whether this field is set.
22175
+ * @return {boolean}
22176
+ */
22177
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasLocation = function() {
22178
+ return jspb.Message.getField(this, 11) != null;
22179
+ };
22180
+
22181
+
22182
+ /**
22183
+ * optional string pdo = 12;
22184
+ * @return {string}
22185
+ */
22186
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getPdo = function() {
22187
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
22188
+ };
22189
+
22190
+
22191
+ /**
22192
+ * @param {string} value
22193
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22194
+ */
22195
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setPdo = function(value) {
22196
+ return jspb.Message.setField(this, 12, value);
22197
+ };
22198
+
22199
+
22200
+ /**
22201
+ * Clears the field making it undefined.
22202
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22203
+ */
22204
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearPdo = function() {
22205
+ return jspb.Message.setField(this, 12, undefined);
22206
+ };
22207
+
22208
+
22209
+ /**
22210
+ * Returns whether this field is set.
22211
+ * @return {boolean}
22212
+ */
22213
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasPdo = function() {
22214
+ return jspb.Message.getField(this, 12) != null;
22215
+ };
22216
+
22217
+
22218
+ /**
22219
+ * optional string manufacturer = 13;
22220
+ * @return {string}
22221
+ */
22222
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getManufacturer = function() {
22223
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
22224
+ };
22225
+
22226
+
22227
+ /**
22228
+ * @param {string} value
22229
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22230
+ */
22231
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setManufacturer = function(value) {
22232
+ return jspb.Message.setField(this, 13, value);
22233
+ };
22234
+
22235
+
22236
+ /**
22237
+ * Clears the field making it undefined.
22238
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22239
+ */
22240
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearManufacturer = function() {
22241
+ return jspb.Message.setField(this, 13, undefined);
22242
+ };
22243
+
22244
+
22245
+ /**
22246
+ * Returns whether this field is set.
22247
+ * @return {boolean}
22248
+ */
22249
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasManufacturer = function() {
22250
+ return jspb.Message.getField(this, 13) != null;
22251
+ };
22252
+
22253
+
22254
+ /**
22255
+ * optional string device_name = 14;
22256
+ * @return {string}
22257
+ */
22258
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDeviceName = function() {
22259
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
22260
+ };
22261
+
22262
+
22263
+ /**
22264
+ * @param {string} value
22265
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22266
+ */
22267
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDeviceName = function(value) {
22268
+ return jspb.Message.setField(this, 14, value);
22269
+ };
22270
+
22271
+
22272
+ /**
22273
+ * Clears the field making it undefined.
22274
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22275
+ */
22276
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDeviceName = function() {
22277
+ return jspb.Message.setField(this, 14, undefined);
22278
+ };
22279
+
22280
+
22281
+ /**
22282
+ * Returns whether this field is set.
22283
+ * @return {boolean}
22284
+ */
22285
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDeviceName = function() {
22286
+ return jspb.Message.getField(this, 14) != null;
22287
+ };
22288
+
22289
+
22290
+ /**
22291
+ * optional string device_class = 15;
22292
+ * @return {string}
22293
+ */
22294
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDeviceClass = function() {
22295
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
22296
+ };
22297
+
22298
+
22299
+ /**
22300
+ * @param {string} value
22301
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22302
+ */
22303
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDeviceClass = function(value) {
22304
+ return jspb.Message.setField(this, 15, value);
22305
+ };
22306
+
22307
+
22308
+ /**
22309
+ * Clears the field making it undefined.
22310
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22311
+ */
22312
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDeviceClass = function() {
22313
+ return jspb.Message.setField(this, 15, undefined);
22314
+ };
22315
+
22316
+
22317
+ /**
22318
+ * Returns whether this field is set.
22319
+ * @return {boolean}
22320
+ */
22321
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDeviceClass = function() {
22322
+ return jspb.Message.getField(this, 15) != null;
22323
+ };
22324
+
22325
+
22326
+ /**
22327
+ * optional string description = 16;
22328
+ * @return {string}
22329
+ */
22330
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDescription = function() {
22331
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
22332
+ };
22333
+
22334
+
22335
+ /**
22336
+ * @param {string} value
22337
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22338
+ */
22339
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDescription = function(value) {
22340
+ return jspb.Message.setField(this, 16, value);
22341
+ };
22342
+
22343
+
22344
+ /**
22345
+ * Clears the field making it undefined.
22346
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22347
+ */
22348
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDescription = function() {
22349
+ return jspb.Message.setField(this, 16, undefined);
22350
+ };
22351
+
22352
+
22353
+ /**
22354
+ * Returns whether this field is set.
22355
+ * @return {boolean}
22356
+ */
22357
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDescription = function() {
22358
+ return jspb.Message.getField(this, 16) != null;
22359
+ };
22360
+
22361
+
22362
+ /**
22363
+ * optional string signer = 17;
22364
+ * @return {string}
22365
+ */
22366
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getSigner = function() {
22367
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
22368
+ };
22369
+
22370
+
22371
+ /**
22372
+ * @param {string} value
22373
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22374
+ */
22375
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setSigner = function(value) {
22376
+ return jspb.Message.setField(this, 17, value);
22377
+ };
22378
+
22379
+
22380
+ /**
22381
+ * Clears the field making it undefined.
22382
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22383
+ */
22384
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearSigner = function() {
22385
+ return jspb.Message.setField(this, 17, undefined);
22386
+ };
22387
+
22388
+
22389
+ /**
22390
+ * Returns whether this field is set.
22391
+ * @return {boolean}
22392
+ */
22393
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasSigner = function() {
22394
+ return jspb.Message.getField(this, 17) != null;
22395
+ };
22396
+
22397
+
22398
+ /**
22399
+ * optional string driver_provider_name = 18;
22400
+ * @return {string}
22401
+ */
22402
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.getDriverProviderName = function() {
22403
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
22404
+ };
22405
+
22406
+
22407
+ /**
22408
+ * @param {string} value
22409
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22410
+ */
22411
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.setDriverProviderName = function(value) {
22412
+ return jspb.Message.setField(this, 18, value);
22413
+ };
22414
+
22415
+
22416
+ /**
22417
+ * Clears the field making it undefined.
22418
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver} returns this
22419
+ */
22420
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.clearDriverProviderName = function() {
22421
+ return jspb.Message.setField(this, 18, undefined);
22422
+ };
22423
+
22424
+
22425
+ /**
22426
+ * Returns whether this field is set.
22427
+ * @return {boolean}
22428
+ */
22429
+ proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.prototype.hasDriverProviderName = function() {
22430
+ return jspb.Message.getField(this, 18) != null;
22431
+ };
22432
+
22433
+
22434
+
22435
+
22436
+
22437
+ if (jspb.Message.GENERATE_TO_OBJECT) {
22438
+ /**
22439
+ * Creates an object representation of this proto.
22440
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
22441
+ * Optional fields that are not set will be set to undefined.
22442
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
22443
+ * For the list of reserved names please see:
22444
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
22445
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
22446
+ * JSPB instance for transitional soy proto support:
22447
+ * http://goto/soy-param-migration
22448
+ * @return {!Object}
22449
+ */
22450
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.toObject = function(opt_includeInstance) {
22451
+ return proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.toObject(opt_includeInstance, this);
22452
+ };
22453
+
22454
+
22455
+ /**
22456
+ * Static version of the {@see toObject} method.
22457
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
22458
+ * the JSPB instance for transitional soy proto support:
22459
+ * http://goto/soy-param-migration
22460
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} msg The msg instance to transform.
22461
+ * @return {!Object}
22462
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22463
+ */
22464
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.toObject = function(includeInstance, msg) {
22465
+ var f, obj = {
22466
+ configFile: jspb.Message.getFieldWithDefault(msg, 1, ""),
22467
+ dataFile: jspb.Message.getFieldWithDefault(msg, 2, ""),
22468
+ defaultDataType: jspb.Message.getFieldWithDefault(msg, 3, ""),
22469
+ driverPath: jspb.Message.getFieldWithDefault(msg, 4, ""),
22470
+ filePath: jspb.Message.getFieldWithDefault(msg, 5, ""),
22471
+ helpFile: jspb.Message.getFieldWithDefault(msg, 6, ""),
22472
+ monitorName: jspb.Message.getFieldWithDefault(msg, 7, ""),
22473
+ oemUrl: jspb.Message.getFieldWithDefault(msg, 8, ""),
22474
+ version: jspb.Message.getFieldWithDefault(msg, 9, 0),
22475
+ driverVersion: jspb.Message.getFieldWithDefault(msg, 10, ""),
22476
+ driverDate: jspb.Message.getFieldWithDefault(msg, 11, ""),
22477
+ hardwareId: jspb.Message.getFieldWithDefault(msg, 12, ""),
22478
+ infPath: jspb.Message.getFieldWithDefault(msg, 13, ""),
22479
+ printerEnvironment: jspb.Message.getFieldWithDefault(msg, 14, ""),
22480
+ printProcessor: jspb.Message.getFieldWithDefault(msg, 15, ""),
22481
+ name: jspb.Message.getFieldWithDefault(msg, 16, ""),
22482
+ provider: jspb.Message.getFieldWithDefault(msg, 17, ""),
22483
+ supportedPlatform: jspb.Message.getFieldWithDefault(msg, 18, ""),
22484
+ manufacturer: jspb.Message.getFieldWithDefault(msg, 19, "")
22485
+ };
22486
+
22487
+ if (includeInstance) {
22488
+ obj.$jspbMessageInstance = msg;
22489
+ }
22490
+ return obj;
22491
+ };
22492
+ }
22493
+
22494
+
22495
+ /**
22496
+ * Deserializes binary data (in protobuf wire format).
22497
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
22498
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver}
22499
+ */
22500
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.deserializeBinary = function(bytes) {
22501
+ var reader = new jspb.BinaryReader(bytes);
22502
+ var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver;
22503
+ return proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.deserializeBinaryFromReader(msg, reader);
22504
+ };
22505
+
22506
+
22507
+ /**
22508
+ * Deserializes binary data (in protobuf wire format) from the
22509
+ * given reader into the given message object.
22510
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} msg The message object to deserialize into.
22511
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
22512
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver}
22513
+ */
22514
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.deserializeBinaryFromReader = function(msg, reader) {
22515
+ while (reader.nextField()) {
22516
+ if (reader.isEndGroup()) {
22517
+ break;
22518
+ }
22519
+ var field = reader.getFieldNumber();
22520
+ switch (field) {
22521
+ case 1:
22522
+ var value = /** @type {string} */ (reader.readString());
22523
+ msg.setConfigFile(value);
22524
+ break;
22525
+ case 2:
22526
+ var value = /** @type {string} */ (reader.readString());
22527
+ msg.setDataFile(value);
22528
+ break;
22529
+ case 3:
22530
+ var value = /** @type {string} */ (reader.readString());
22531
+ msg.setDefaultDataType(value);
22532
+ break;
22533
+ case 4:
22534
+ var value = /** @type {string} */ (reader.readString());
22535
+ msg.setDriverPath(value);
22536
+ break;
22537
+ case 5:
22538
+ var value = /** @type {string} */ (reader.readString());
22539
+ msg.setFilePath(value);
22540
+ break;
22541
+ case 6:
22542
+ var value = /** @type {string} */ (reader.readString());
22543
+ msg.setHelpFile(value);
22544
+ break;
22545
+ case 7:
22546
+ var value = /** @type {string} */ (reader.readString());
22547
+ msg.setMonitorName(value);
22548
+ break;
22549
+ case 8:
22550
+ var value = /** @type {string} */ (reader.readString());
22551
+ msg.setOemUrl(value);
22552
+ break;
22553
+ case 9:
22554
+ var value = /** @type {number} */ (reader.readInt32());
22555
+ msg.setVersion(value);
22556
+ break;
22557
+ case 10:
22558
+ var value = /** @type {string} */ (reader.readString());
22559
+ msg.setDriverVersion(value);
22560
+ break;
22561
+ case 11:
22562
+ var value = /** @type {string} */ (reader.readString());
22563
+ msg.setDriverDate(value);
22564
+ break;
22565
+ case 12:
22566
+ var value = /** @type {string} */ (reader.readString());
22567
+ msg.setHardwareId(value);
22568
+ break;
22569
+ case 13:
22570
+ var value = /** @type {string} */ (reader.readString());
22571
+ msg.setInfPath(value);
22572
+ break;
22573
+ case 14:
22574
+ var value = /** @type {string} */ (reader.readString());
22575
+ msg.setPrinterEnvironment(value);
22576
+ break;
22577
+ case 15:
22578
+ var value = /** @type {string} */ (reader.readString());
22579
+ msg.setPrintProcessor(value);
22580
+ break;
22581
+ case 16:
22582
+ var value = /** @type {string} */ (reader.readString());
22583
+ msg.setName(value);
22584
+ break;
22585
+ case 17:
22586
+ var value = /** @type {string} */ (reader.readString());
22587
+ msg.setProvider(value);
22588
+ break;
22589
+ case 18:
22590
+ var value = /** @type {string} */ (reader.readString());
22591
+ msg.setSupportedPlatform(value);
22592
+ break;
22593
+ case 19:
22594
+ var value = /** @type {string} */ (reader.readString());
22595
+ msg.setManufacturer(value);
22596
+ break;
22597
+ default:
22598
+ reader.skipField();
22599
+ break;
22600
+ }
22601
+ }
22602
+ return msg;
22603
+ };
22604
+
22605
+
22606
+ /**
22607
+ * Serializes the message to binary data (in protobuf wire format).
22608
+ * @return {!Uint8Array}
22609
+ */
22610
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.serializeBinary = function() {
22611
+ var writer = new jspb.BinaryWriter();
22612
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.serializeBinaryToWriter(this, writer);
22613
+ return writer.getResultBuffer();
22614
+ };
22615
+
22616
+
22617
+ /**
22618
+ * Serializes the given message to binary data (in protobuf wire
22619
+ * format), writing to the given BinaryWriter.
22620
+ * @param {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} message
22621
+ * @param {!jspb.BinaryWriter} writer
22622
+ * @suppress {unusedLocalVariables} f is only used for nested messages
22623
+ */
22624
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.serializeBinaryToWriter = function(message, writer) {
22625
+ var f = undefined;
22626
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
22627
+ if (f != null) {
22628
+ writer.writeString(
22629
+ 1,
22630
+ f
22631
+ );
22632
+ }
22633
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
22634
+ if (f != null) {
22635
+ writer.writeString(
22636
+ 2,
22637
+ f
22638
+ );
22639
+ }
22640
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
22641
+ if (f != null) {
22642
+ writer.writeString(
22643
+ 3,
22644
+ f
22645
+ );
22646
+ }
22647
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
22648
+ if (f != null) {
22649
+ writer.writeString(
22650
+ 4,
22651
+ f
22652
+ );
22653
+ }
22654
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
22655
+ if (f != null) {
22656
+ writer.writeString(
22657
+ 5,
22658
+ f
22659
+ );
22660
+ }
22661
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
22662
+ if (f != null) {
22663
+ writer.writeString(
22664
+ 6,
22665
+ f
22666
+ );
22667
+ }
22668
+ f = /** @type {string} */ (jspb.Message.getField(message, 7));
22669
+ if (f != null) {
22670
+ writer.writeString(
22671
+ 7,
22672
+ f
22673
+ );
22674
+ }
22675
+ f = /** @type {string} */ (jspb.Message.getField(message, 8));
22676
+ if (f != null) {
22677
+ writer.writeString(
22678
+ 8,
22679
+ f
22680
+ );
22681
+ }
22682
+ f = /** @type {number} */ (jspb.Message.getField(message, 9));
22683
+ if (f != null) {
22684
+ writer.writeInt32(
22685
+ 9,
22686
+ f
22687
+ );
22688
+ }
22689
+ f = /** @type {string} */ (jspb.Message.getField(message, 10));
22690
+ if (f != null) {
22691
+ writer.writeString(
22692
+ 10,
22693
+ f
22694
+ );
22695
+ }
22696
+ f = /** @type {string} */ (jspb.Message.getField(message, 11));
22697
+ if (f != null) {
22698
+ writer.writeString(
22699
+ 11,
22700
+ f
22701
+ );
22702
+ }
22703
+ f = /** @type {string} */ (jspb.Message.getField(message, 12));
22704
+ if (f != null) {
22705
+ writer.writeString(
22706
+ 12,
22707
+ f
22708
+ );
22709
+ }
22710
+ f = /** @type {string} */ (jspb.Message.getField(message, 13));
22711
+ if (f != null) {
22712
+ writer.writeString(
22713
+ 13,
22714
+ f
22715
+ );
22716
+ }
22717
+ f = /** @type {string} */ (jspb.Message.getField(message, 14));
22718
+ if (f != null) {
22719
+ writer.writeString(
22720
+ 14,
22721
+ f
22722
+ );
22723
+ }
22724
+ f = /** @type {string} */ (jspb.Message.getField(message, 15));
22725
+ if (f != null) {
22726
+ writer.writeString(
22727
+ 15,
22728
+ f
22729
+ );
22730
+ }
22731
+ f = /** @type {string} */ (jspb.Message.getField(message, 16));
22732
+ if (f != null) {
22733
+ writer.writeString(
22734
+ 16,
22735
+ f
22736
+ );
22737
+ }
22738
+ f = /** @type {string} */ (jspb.Message.getField(message, 17));
22739
+ if (f != null) {
22740
+ writer.writeString(
22741
+ 17,
22742
+ f
22743
+ );
22744
+ }
22745
+ f = /** @type {string} */ (jspb.Message.getField(message, 18));
22746
+ if (f != null) {
22747
+ writer.writeString(
22748
+ 18,
22749
+ f
22750
+ );
22751
+ }
22752
+ f = /** @type {string} */ (jspb.Message.getField(message, 19));
22753
+ if (f != null) {
22754
+ writer.writeString(
22755
+ 19,
22756
+ f
22757
+ );
22758
+ }
22759
+ };
22760
+
22761
+
22762
+ /**
22763
+ * optional string config_file = 1;
22764
+ * @return {string}
22765
+ */
22766
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getConfigFile = function() {
22767
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
22768
+ };
22769
+
22770
+
22771
+ /**
22772
+ * @param {string} value
22773
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22774
+ */
22775
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setConfigFile = function(value) {
22776
+ return jspb.Message.setField(this, 1, value);
22777
+ };
22778
+
22779
+
22780
+ /**
22781
+ * Clears the field making it undefined.
22782
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22783
+ */
22784
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearConfigFile = function() {
22785
+ return jspb.Message.setField(this, 1, undefined);
22786
+ };
22787
+
22788
+
22789
+ /**
22790
+ * Returns whether this field is set.
22791
+ * @return {boolean}
22792
+ */
22793
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasConfigFile = function() {
22794
+ return jspb.Message.getField(this, 1) != null;
22795
+ };
22796
+
22797
+
22798
+ /**
22799
+ * optional string data_file = 2;
22800
+ * @return {string}
22801
+ */
22802
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getDataFile = function() {
22803
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
22804
+ };
22805
+
22806
+
22807
+ /**
22808
+ * @param {string} value
22809
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22810
+ */
22811
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setDataFile = function(value) {
22812
+ return jspb.Message.setField(this, 2, value);
22813
+ };
22814
+
22815
+
22816
+ /**
22817
+ * Clears the field making it undefined.
22818
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22819
+ */
22820
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearDataFile = function() {
22821
+ return jspb.Message.setField(this, 2, undefined);
22822
+ };
22823
+
22824
+
22825
+ /**
22826
+ * Returns whether this field is set.
22827
+ * @return {boolean}
22828
+ */
22829
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasDataFile = function() {
22830
+ return jspb.Message.getField(this, 2) != null;
22831
+ };
22832
+
22833
+
22834
+ /**
22835
+ * optional string default_data_type = 3;
22836
+ * @return {string}
22837
+ */
22838
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getDefaultDataType = function() {
22839
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
22840
+ };
22841
+
22842
+
22843
+ /**
22844
+ * @param {string} value
22845
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22846
+ */
22847
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setDefaultDataType = function(value) {
22848
+ return jspb.Message.setField(this, 3, value);
22849
+ };
22850
+
22851
+
22852
+ /**
22853
+ * Clears the field making it undefined.
22854
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22855
+ */
22856
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearDefaultDataType = function() {
22857
+ return jspb.Message.setField(this, 3, undefined);
22858
+ };
22859
+
22860
+
22861
+ /**
22862
+ * Returns whether this field is set.
22863
+ * @return {boolean}
22864
+ */
22865
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasDefaultDataType = function() {
22866
+ return jspb.Message.getField(this, 3) != null;
22867
+ };
22868
+
22869
+
22870
+ /**
22871
+ * optional string driver_path = 4;
22872
+ * @return {string}
22873
+ */
22874
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getDriverPath = function() {
22875
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
22876
+ };
22877
+
22878
+
22879
+ /**
22880
+ * @param {string} value
22881
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22882
+ */
22883
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setDriverPath = function(value) {
22884
+ return jspb.Message.setField(this, 4, value);
22885
+ };
22886
+
22887
+
22888
+ /**
22889
+ * Clears the field making it undefined.
22890
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22891
+ */
22892
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearDriverPath = function() {
22893
+ return jspb.Message.setField(this, 4, undefined);
22894
+ };
22895
+
22896
+
22897
+ /**
22898
+ * Returns whether this field is set.
22899
+ * @return {boolean}
22900
+ */
22901
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasDriverPath = function() {
22902
+ return jspb.Message.getField(this, 4) != null;
22903
+ };
22904
+
22905
+
22906
+ /**
22907
+ * optional string file_path = 5;
22908
+ * @return {string}
22909
+ */
22910
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getFilePath = function() {
22911
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
22912
+ };
22913
+
22914
+
22915
+ /**
22916
+ * @param {string} value
22917
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22918
+ */
22919
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setFilePath = function(value) {
22920
+ return jspb.Message.setField(this, 5, value);
22921
+ };
22922
+
22923
+
22924
+ /**
22925
+ * Clears the field making it undefined.
22926
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22927
+ */
22928
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearFilePath = function() {
22929
+ return jspb.Message.setField(this, 5, undefined);
22930
+ };
22931
+
22932
+
22933
+ /**
22934
+ * Returns whether this field is set.
22935
+ * @return {boolean}
22936
+ */
22937
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasFilePath = function() {
22938
+ return jspb.Message.getField(this, 5) != null;
22939
+ };
22940
+
22941
+
22942
+ /**
22943
+ * optional string help_file = 6;
22944
+ * @return {string}
22945
+ */
22946
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getHelpFile = function() {
22947
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
22948
+ };
22949
+
22950
+
22951
+ /**
22952
+ * @param {string} value
22953
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22954
+ */
22955
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setHelpFile = function(value) {
22956
+ return jspb.Message.setField(this, 6, value);
22957
+ };
22958
+
22959
+
22960
+ /**
22961
+ * Clears the field making it undefined.
22962
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22963
+ */
22964
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearHelpFile = function() {
22965
+ return jspb.Message.setField(this, 6, undefined);
22966
+ };
22967
+
22968
+
22969
+ /**
22970
+ * Returns whether this field is set.
22971
+ * @return {boolean}
22972
+ */
22973
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasHelpFile = function() {
22974
+ return jspb.Message.getField(this, 6) != null;
22975
+ };
22976
+
22977
+
22978
+ /**
22979
+ * optional string monitor_name = 7;
22980
+ * @return {string}
22981
+ */
22982
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getMonitorName = function() {
22983
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
22984
+ };
22985
+
22986
+
22987
+ /**
22988
+ * @param {string} value
22989
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22990
+ */
22991
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setMonitorName = function(value) {
22992
+ return jspb.Message.setField(this, 7, value);
22993
+ };
22994
+
22995
+
22996
+ /**
22997
+ * Clears the field making it undefined.
22998
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
22999
+ */
23000
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearMonitorName = function() {
23001
+ return jspb.Message.setField(this, 7, undefined);
23002
+ };
23003
+
23004
+
23005
+ /**
23006
+ * Returns whether this field is set.
23007
+ * @return {boolean}
23008
+ */
23009
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasMonitorName = function() {
23010
+ return jspb.Message.getField(this, 7) != null;
23011
+ };
23012
+
23013
+
23014
+ /**
23015
+ * optional string oem_url = 8;
23016
+ * @return {string}
23017
+ */
23018
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getOemUrl = function() {
23019
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
23020
+ };
23021
+
23022
+
23023
+ /**
23024
+ * @param {string} value
23025
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23026
+ */
23027
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setOemUrl = function(value) {
23028
+ return jspb.Message.setField(this, 8, value);
23029
+ };
23030
+
23031
+
23032
+ /**
23033
+ * Clears the field making it undefined.
23034
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23035
+ */
23036
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearOemUrl = function() {
23037
+ return jspb.Message.setField(this, 8, undefined);
23038
+ };
23039
+
23040
+
23041
+ /**
23042
+ * Returns whether this field is set.
23043
+ * @return {boolean}
23044
+ */
23045
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasOemUrl = function() {
23046
+ return jspb.Message.getField(this, 8) != null;
23047
+ };
23048
+
23049
+
23050
+ /**
23051
+ * optional int32 version = 9;
23052
+ * @return {number}
23053
+ */
23054
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getVersion = function() {
23055
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
23056
+ };
23057
+
23058
+
23059
+ /**
23060
+ * @param {number} value
23061
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23062
+ */
23063
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setVersion = function(value) {
23064
+ return jspb.Message.setField(this, 9, value);
23065
+ };
23066
+
23067
+
23068
+ /**
23069
+ * Clears the field making it undefined.
23070
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23071
+ */
23072
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearVersion = function() {
23073
+ return jspb.Message.setField(this, 9, undefined);
23074
+ };
23075
+
23076
+
23077
+ /**
23078
+ * Returns whether this field is set.
23079
+ * @return {boolean}
23080
+ */
23081
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasVersion = function() {
23082
+ return jspb.Message.getField(this, 9) != null;
23083
+ };
23084
+
23085
+
23086
+ /**
23087
+ * optional string driver_version = 10;
23088
+ * @return {string}
23089
+ */
23090
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getDriverVersion = function() {
23091
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
23092
+ };
23093
+
23094
+
23095
+ /**
23096
+ * @param {string} value
23097
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23098
+ */
23099
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setDriverVersion = function(value) {
23100
+ return jspb.Message.setField(this, 10, value);
23101
+ };
23102
+
23103
+
23104
+ /**
23105
+ * Clears the field making it undefined.
23106
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23107
+ */
23108
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearDriverVersion = function() {
23109
+ return jspb.Message.setField(this, 10, undefined);
23110
+ };
23111
+
23112
+
23113
+ /**
23114
+ * Returns whether this field is set.
23115
+ * @return {boolean}
23116
+ */
23117
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasDriverVersion = function() {
23118
+ return jspb.Message.getField(this, 10) != null;
23119
+ };
23120
+
23121
+
23122
+ /**
23123
+ * optional string driver_date = 11;
23124
+ * @return {string}
23125
+ */
23126
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getDriverDate = function() {
23127
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
23128
+ };
23129
+
23130
+
23131
+ /**
23132
+ * @param {string} value
23133
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23134
+ */
23135
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setDriverDate = function(value) {
23136
+ return jspb.Message.setField(this, 11, value);
23137
+ };
23138
+
23139
+
23140
+ /**
23141
+ * Clears the field making it undefined.
23142
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23143
+ */
23144
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearDriverDate = function() {
23145
+ return jspb.Message.setField(this, 11, undefined);
23146
+ };
23147
+
23148
+
23149
+ /**
23150
+ * Returns whether this field is set.
23151
+ * @return {boolean}
23152
+ */
23153
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasDriverDate = function() {
23154
+ return jspb.Message.getField(this, 11) != null;
23155
+ };
23156
+
23157
+
23158
+ /**
23159
+ * optional string hardware_id = 12;
23160
+ * @return {string}
23161
+ */
23162
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getHardwareId = function() {
23163
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
23164
+ };
23165
+
23166
+
23167
+ /**
23168
+ * @param {string} value
23169
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23170
+ */
23171
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setHardwareId = function(value) {
23172
+ return jspb.Message.setField(this, 12, value);
23173
+ };
23174
+
23175
+
23176
+ /**
23177
+ * Clears the field making it undefined.
23178
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23179
+ */
23180
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearHardwareId = function() {
23181
+ return jspb.Message.setField(this, 12, undefined);
23182
+ };
23183
+
23184
+
23185
+ /**
23186
+ * Returns whether this field is set.
23187
+ * @return {boolean}
23188
+ */
23189
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasHardwareId = function() {
23190
+ return jspb.Message.getField(this, 12) != null;
23191
+ };
23192
+
23193
+
23194
+ /**
23195
+ * optional string inf_path = 13;
23196
+ * @return {string}
23197
+ */
23198
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getInfPath = function() {
23199
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
23200
+ };
23201
+
23202
+
23203
+ /**
23204
+ * @param {string} value
23205
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23206
+ */
23207
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setInfPath = function(value) {
23208
+ return jspb.Message.setField(this, 13, value);
23209
+ };
23210
+
23211
+
23212
+ /**
23213
+ * Clears the field making it undefined.
23214
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23215
+ */
23216
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearInfPath = function() {
23217
+ return jspb.Message.setField(this, 13, undefined);
23218
+ };
23219
+
23220
+
23221
+ /**
23222
+ * Returns whether this field is set.
23223
+ * @return {boolean}
23224
+ */
23225
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasInfPath = function() {
23226
+ return jspb.Message.getField(this, 13) != null;
23227
+ };
23228
+
23229
+
23230
+ /**
23231
+ * optional string printer_environment = 14;
23232
+ * @return {string}
23233
+ */
23234
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getPrinterEnvironment = function() {
23235
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
23236
+ };
23237
+
23238
+
23239
+ /**
23240
+ * @param {string} value
23241
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23242
+ */
23243
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setPrinterEnvironment = function(value) {
23244
+ return jspb.Message.setField(this, 14, value);
23245
+ };
23246
+
23247
+
23248
+ /**
23249
+ * Clears the field making it undefined.
23250
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23251
+ */
23252
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearPrinterEnvironment = function() {
23253
+ return jspb.Message.setField(this, 14, undefined);
23254
+ };
23255
+
23256
+
23257
+ /**
23258
+ * Returns whether this field is set.
23259
+ * @return {boolean}
23260
+ */
23261
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasPrinterEnvironment = function() {
23262
+ return jspb.Message.getField(this, 14) != null;
23263
+ };
23264
+
23265
+
23266
+ /**
23267
+ * optional string print_processor = 15;
23268
+ * @return {string}
23269
+ */
23270
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getPrintProcessor = function() {
23271
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
23272
+ };
23273
+
23274
+
23275
+ /**
23276
+ * @param {string} value
23277
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23278
+ */
23279
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setPrintProcessor = function(value) {
23280
+ return jspb.Message.setField(this, 15, value);
23281
+ };
23282
+
23283
+
23284
+ /**
23285
+ * Clears the field making it undefined.
23286
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23287
+ */
23288
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearPrintProcessor = function() {
23289
+ return jspb.Message.setField(this, 15, undefined);
23290
+ };
23291
+
23292
+
23293
+ /**
23294
+ * Returns whether this field is set.
23295
+ * @return {boolean}
23296
+ */
23297
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasPrintProcessor = function() {
23298
+ return jspb.Message.getField(this, 15) != null;
23299
+ };
23300
+
23301
+
23302
+ /**
23303
+ * optional string name = 16;
23304
+ * @return {string}
23305
+ */
23306
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getName = function() {
23307
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
23308
+ };
23309
+
23310
+
23311
+ /**
23312
+ * @param {string} value
23313
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23314
+ */
23315
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setName = function(value) {
23316
+ return jspb.Message.setField(this, 16, value);
23317
+ };
23318
+
23319
+
23320
+ /**
23321
+ * Clears the field making it undefined.
23322
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23323
+ */
23324
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearName = function() {
23325
+ return jspb.Message.setField(this, 16, undefined);
23326
+ };
23327
+
23328
+
23329
+ /**
23330
+ * Returns whether this field is set.
23331
+ * @return {boolean}
23332
+ */
23333
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasName = function() {
23334
+ return jspb.Message.getField(this, 16) != null;
23335
+ };
23336
+
23337
+
23338
+ /**
23339
+ * optional string provider = 17;
23340
+ * @return {string}
23341
+ */
23342
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getProvider = function() {
23343
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
23344
+ };
23345
+
23346
+
23347
+ /**
23348
+ * @param {string} value
23349
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23350
+ */
23351
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setProvider = function(value) {
23352
+ return jspb.Message.setField(this, 17, value);
23353
+ };
23354
+
23355
+
23356
+ /**
23357
+ * Clears the field making it undefined.
23358
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23359
+ */
23360
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearProvider = function() {
23361
+ return jspb.Message.setField(this, 17, undefined);
23362
+ };
23363
+
23364
+
23365
+ /**
23366
+ * Returns whether this field is set.
23367
+ * @return {boolean}
23368
+ */
23369
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasProvider = function() {
23370
+ return jspb.Message.getField(this, 17) != null;
23371
+ };
23372
+
23373
+
23374
+ /**
23375
+ * optional string supported_platform = 18;
23376
+ * @return {string}
23377
+ */
23378
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getSupportedPlatform = function() {
23379
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
23380
+ };
23381
+
23382
+
23383
+ /**
23384
+ * @param {string} value
23385
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23386
+ */
23387
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setSupportedPlatform = function(value) {
23388
+ return jspb.Message.setField(this, 18, value);
23389
+ };
23390
+
23391
+
23392
+ /**
23393
+ * Clears the field making it undefined.
23394
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23395
+ */
23396
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearSupportedPlatform = function() {
23397
+ return jspb.Message.setField(this, 18, undefined);
23398
+ };
23399
+
23400
+
23401
+ /**
23402
+ * Returns whether this field is set.
23403
+ * @return {boolean}
23404
+ */
23405
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasSupportedPlatform = function() {
23406
+ return jspb.Message.getField(this, 18) != null;
23407
+ };
23408
+
23409
+
23410
+ /**
23411
+ * optional string manufacturer = 19;
23412
+ * @return {string}
23413
+ */
23414
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.getManufacturer = function() {
23415
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
23416
+ };
23417
+
23418
+
23419
+ /**
23420
+ * @param {string} value
23421
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23422
+ */
23423
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.setManufacturer = function(value) {
23424
+ return jspb.Message.setField(this, 19, value);
23425
+ };
23426
+
23427
+
23428
+ /**
23429
+ * Clears the field making it undefined.
23430
+ * @return {!proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver} returns this
23431
+ */
23432
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.clearManufacturer = function() {
23433
+ return jspb.Message.setField(this, 19, undefined);
23434
+ };
23435
+
23436
+
23437
+ /**
23438
+ * Returns whether this field is set.
23439
+ * @return {boolean}
23440
+ */
23441
+ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasManufacturer = function() {
23442
+ return jspb.Message.getField(this, 19) != null;
23443
+ };
23444
+
23445
+
23446
+
19673
23447
 
19674
23448
 
19675
23449
  if (jspb.Message.GENERATE_TO_OBJECT) {